@metamask-previews/account-api 1.0.0-25e4b24 → 1.0.0-c27079a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,8 @@ export declare const MOCK_BTC_P2TR_ACCOUNT_1: Bip44Account<KeyringAccount>;
8
8
  export declare const MOCK_SNAP_ACCOUNT_1: Bip44Account<{
9
9
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
10
10
  id: string;
11
+ address: string;
12
+ scopes: `${string}:${string}`[];
11
13
  options: Record<string, import("@metamask/utils").Json> & {
12
14
  entropy?: {
13
15
  type: "mnemonic";
@@ -21,14 +23,14 @@ export declare const MOCK_SNAP_ACCOUNT_1: Bip44Account<{
21
23
  };
22
24
  exportable?: boolean;
23
25
  };
24
- address: string;
25
- scopes: `${string}:${string}`[];
26
26
  methods: string[];
27
27
  }>;
28
28
  export declare const MOCK_SNAP_ACCOUNT_2: KeyringAccount;
29
29
  export declare const MOCK_SNAP_ACCOUNT_3: Bip44Account<{
30
30
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
31
31
  id: string;
32
+ address: string;
33
+ scopes: `${string}:${string}`[];
32
34
  options: Record<string, import("@metamask/utils").Json> & {
33
35
  entropy?: {
34
36
  type: "mnemonic";
@@ -42,13 +44,13 @@ export declare const MOCK_SNAP_ACCOUNT_3: Bip44Account<{
42
44
  };
43
45
  exportable?: boolean;
44
46
  };
45
- address: string;
46
- scopes: `${string}:${string}`[];
47
47
  methods: string[];
48
48
  }>;
49
49
  export declare const MOCK_SNAP_ACCOUNT_4: Bip44Account<{
50
50
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
51
51
  id: string;
52
+ address: string;
53
+ scopes: `${string}:${string}`[];
52
54
  options: Record<string, import("@metamask/utils").Json> & {
53
55
  entropy?: {
54
56
  type: "mnemonic";
@@ -62,8 +64,6 @@ export declare const MOCK_SNAP_ACCOUNT_4: Bip44Account<{
62
64
  };
63
65
  exportable?: boolean;
64
66
  };
65
- address: string;
66
- scopes: `${string}:${string}`[];
67
67
  methods: string[];
68
68
  }>;
69
69
  export declare const MOCK_HARDWARE_ACCOUNT_1: KeyringAccount;
@@ -82,6 +82,8 @@ export declare const MOCK_WALLET_1_ENTROPY_SOURCE = "mock-keyring-id-1";
82
82
  export declare const MOCK_WALLET_1_EVM_ACCOUNT: Bip44Account<{
83
83
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
84
84
  id: string;
85
+ address: string;
86
+ scopes: `${string}:${string}`[];
85
87
  options: Record<string, import("@metamask/utils").Json> & {
86
88
  entropy?: {
87
89
  type: "mnemonic";
@@ -95,13 +97,13 @@ export declare const MOCK_WALLET_1_EVM_ACCOUNT: Bip44Account<{
95
97
  };
96
98
  exportable?: boolean;
97
99
  };
98
- address: string;
99
- scopes: `${string}:${string}`[];
100
100
  methods: string[];
101
101
  }>;
102
102
  export declare const MOCK_WALLET_1_SOL_ACCOUNT: Bip44Account<{
103
103
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
104
104
  id: string;
105
+ address: string;
106
+ scopes: `${string}:${string}`[];
105
107
  options: Record<string, import("@metamask/utils").Json> & {
106
108
  entropy?: {
107
109
  type: "mnemonic";
@@ -115,13 +117,13 @@ export declare const MOCK_WALLET_1_SOL_ACCOUNT: Bip44Account<{
115
117
  };
116
118
  exportable?: boolean;
117
119
  };
118
- address: string;
119
- scopes: `${string}:${string}`[];
120
120
  methods: string[];
121
121
  }>;
122
122
  export declare const MOCK_WALLET_1_BTC_P2WPKH_ACCOUNT: Bip44Account<{
123
123
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
124
124
  id: string;
125
+ address: string;
126
+ scopes: `${string}:${string}`[];
125
127
  options: Record<string, import("@metamask/utils").Json> & {
126
128
  entropy?: {
127
129
  type: "mnemonic";
@@ -135,13 +137,13 @@ export declare const MOCK_WALLET_1_BTC_P2WPKH_ACCOUNT: Bip44Account<{
135
137
  };
136
138
  exportable?: boolean;
137
139
  };
138
- address: string;
139
- scopes: `${string}:${string}`[];
140
140
  methods: string[];
141
141
  }>;
142
142
  export declare const MOCK_WALLET_1_BTC_P2TR_ACCOUNT: Bip44Account<{
143
143
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
144
144
  id: string;
145
+ address: string;
146
+ scopes: `${string}:${string}`[];
145
147
  options: Record<string, import("@metamask/utils").Json> & {
146
148
  entropy?: {
147
149
  type: "mnemonic";
@@ -155,8 +157,6 @@ export declare const MOCK_WALLET_1_BTC_P2TR_ACCOUNT: Bip44Account<{
155
157
  };
156
158
  exportable?: boolean;
157
159
  };
158
- address: string;
159
- scopes: `${string}:${string}`[];
160
160
  methods: string[];
161
161
  }>;
162
162
  //# sourceMappingURL=accounts.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accounts.d.cts","sourceRoot":"","sources":["../../src/mocks/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,8BAA8B;AAgB7E,OAAO,EAAkB,KAAK,YAAY,EAAE,yBAAe;AAa3D,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,cAAc,CAe3D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,cAAc,CAelE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,cAAc,CAehE,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;eAxB1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAc8C,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,cAOjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;eAnC1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAyBqD,CAAC;AAC7D,eAAO,MAAM,mBAAmB;;;;eApC1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA0BmD,CAAC;AAE3D,eAAO,MAAM,uBAAuB,EAAE,cAOrC,CAAC;AAEF,qBAAa,kBAAkB,CAAC,OAAO,SAAS,cAAc;;gBAGhD,OAAO,EAAE,OAAO;IAK5B,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,cAAc,EACxC,OAAO,EAAE,OAAO,GACf,kBAAkB,CAAC,OAAO,CAAC;IAI9B,MAAM,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK7D,QAAQ,IAAI,kBAAkB,CAAC,OAAO,CAAC;IAKvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK9D,iBAAiB,CACf,aAAa,EAAE,eAAe,GAC7B,kBAAkB,CAAC,OAAO,CAAC;IAO9B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAO/D,GAAG,IAAI,OAAO;CAGf;AAED,eAAO,MAAM,4BAA4B,sBAAwB,CAAC;AAElE,eAAO,MAAM,yBAAyB;;;;eAnGhC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA8FC,CAAC;AACT,eAAO,MAAM,yBAAyB;;;;eAzGhC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAoGC,CAAC;AACT,eAAO,MAAM,gCAAgC;;;;eA/GvC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA0GC,CAAC;AACT,eAAO,MAAM,8BAA8B;;;;eArHrC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAgHC,CAAC"}
1
+ {"version":3,"file":"accounts.d.cts","sourceRoot":"","sources":["../../src/mocks/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,8BAA8B;AAgB7E,OAAO,EAAkB,KAAK,YAAY,EAAE,yBAAe;AAa3D,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,cAAc,CAe3D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,cAAc,CAelE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,cAAc,CAehE,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;eApB9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAayB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,cAOjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;eA/B9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAwBgC,CAAC;AAC7D,eAAO,MAAM,mBAAmB;;;;;;eAhC9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAyB8B,CAAC;AAE3D,eAAO,MAAM,uBAAuB,EAAE,cAOrC,CAAC;AAEF,qBAAa,kBAAkB,CAAC,OAAO,SAAS,cAAc;;gBAGhD,OAAO,EAAE,OAAO;IAK5B,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,cAAc,EACxC,OAAO,EAAE,OAAO,GACf,kBAAkB,CAAC,OAAO,CAAC;IAI9B,MAAM,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK7D,QAAQ,IAAI,kBAAkB,CAAC,OAAO,CAAC;IAKvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK9D,iBAAiB,CACf,aAAa,EAAE,eAAe,GAC7B,kBAAkB,CAAC,OAAO,CAAC;IAO9B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAO/D,GAAG,IAAI,OAAO;CAGf;AAED,eAAO,MAAM,4BAA4B,sBAAwB,CAAC;AAElE,eAAO,MAAM,yBAAyB;;;;;;eA/FpC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EA6FpB,CAAC;AACT,eAAO,MAAM,yBAAyB;;;;;;eArGpC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAmGpB,CAAC;AACT,eAAO,MAAM,gCAAgC;;;;;;eA3G3C,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAyGpB,CAAC;AACT,eAAO,MAAM,8BAA8B;;;;;;eAjHzC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EA+GpB,CAAC"}
@@ -8,6 +8,8 @@ export declare const MOCK_BTC_P2TR_ACCOUNT_1: Bip44Account<KeyringAccount>;
8
8
  export declare const MOCK_SNAP_ACCOUNT_1: Bip44Account<{
9
9
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
10
10
  id: string;
11
+ address: string;
12
+ scopes: `${string}:${string}`[];
11
13
  options: Record<string, import("@metamask/utils").Json> & {
12
14
  entropy?: {
13
15
  type: "mnemonic";
@@ -21,14 +23,14 @@ export declare const MOCK_SNAP_ACCOUNT_1: Bip44Account<{
21
23
  };
22
24
  exportable?: boolean;
23
25
  };
24
- address: string;
25
- scopes: `${string}:${string}`[];
26
26
  methods: string[];
27
27
  }>;
28
28
  export declare const MOCK_SNAP_ACCOUNT_2: KeyringAccount;
29
29
  export declare const MOCK_SNAP_ACCOUNT_3: Bip44Account<{
30
30
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
31
31
  id: string;
32
+ address: string;
33
+ scopes: `${string}:${string}`[];
32
34
  options: Record<string, import("@metamask/utils").Json> & {
33
35
  entropy?: {
34
36
  type: "mnemonic";
@@ -42,13 +44,13 @@ export declare const MOCK_SNAP_ACCOUNT_3: Bip44Account<{
42
44
  };
43
45
  exportable?: boolean;
44
46
  };
45
- address: string;
46
- scopes: `${string}:${string}`[];
47
47
  methods: string[];
48
48
  }>;
49
49
  export declare const MOCK_SNAP_ACCOUNT_4: Bip44Account<{
50
50
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
51
51
  id: string;
52
+ address: string;
53
+ scopes: `${string}:${string}`[];
52
54
  options: Record<string, import("@metamask/utils").Json> & {
53
55
  entropy?: {
54
56
  type: "mnemonic";
@@ -62,8 +64,6 @@ export declare const MOCK_SNAP_ACCOUNT_4: Bip44Account<{
62
64
  };
63
65
  exportable?: boolean;
64
66
  };
65
- address: string;
66
- scopes: `${string}:${string}`[];
67
67
  methods: string[];
68
68
  }>;
69
69
  export declare const MOCK_HARDWARE_ACCOUNT_1: KeyringAccount;
@@ -82,6 +82,8 @@ export declare const MOCK_WALLET_1_ENTROPY_SOURCE = "mock-keyring-id-1";
82
82
  export declare const MOCK_WALLET_1_EVM_ACCOUNT: Bip44Account<{
83
83
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
84
84
  id: string;
85
+ address: string;
86
+ scopes: `${string}:${string}`[];
85
87
  options: Record<string, import("@metamask/utils").Json> & {
86
88
  entropy?: {
87
89
  type: "mnemonic";
@@ -95,13 +97,13 @@ export declare const MOCK_WALLET_1_EVM_ACCOUNT: Bip44Account<{
95
97
  };
96
98
  exportable?: boolean;
97
99
  };
98
- address: string;
99
- scopes: `${string}:${string}`[];
100
100
  methods: string[];
101
101
  }>;
102
102
  export declare const MOCK_WALLET_1_SOL_ACCOUNT: Bip44Account<{
103
103
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
104
104
  id: string;
105
+ address: string;
106
+ scopes: `${string}:${string}`[];
105
107
  options: Record<string, import("@metamask/utils").Json> & {
106
108
  entropy?: {
107
109
  type: "mnemonic";
@@ -115,13 +117,13 @@ export declare const MOCK_WALLET_1_SOL_ACCOUNT: Bip44Account<{
115
117
  };
116
118
  exportable?: boolean;
117
119
  };
118
- address: string;
119
- scopes: `${string}:${string}`[];
120
120
  methods: string[];
121
121
  }>;
122
122
  export declare const MOCK_WALLET_1_BTC_P2WPKH_ACCOUNT: Bip44Account<{
123
123
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
124
124
  id: string;
125
+ address: string;
126
+ scopes: `${string}:${string}`[];
125
127
  options: Record<string, import("@metamask/utils").Json> & {
126
128
  entropy?: {
127
129
  type: "mnemonic";
@@ -135,13 +137,13 @@ export declare const MOCK_WALLET_1_BTC_P2WPKH_ACCOUNT: Bip44Account<{
135
137
  };
136
138
  exportable?: boolean;
137
139
  };
138
- address: string;
139
- scopes: `${string}:${string}`[];
140
140
  methods: string[];
141
141
  }>;
142
142
  export declare const MOCK_WALLET_1_BTC_P2TR_ACCOUNT: Bip44Account<{
143
143
  type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "tron:eoa" | "any:account";
144
144
  id: string;
145
+ address: string;
146
+ scopes: `${string}:${string}`[];
145
147
  options: Record<string, import("@metamask/utils").Json> & {
146
148
  entropy?: {
147
149
  type: "mnemonic";
@@ -155,8 +157,6 @@ export declare const MOCK_WALLET_1_BTC_P2TR_ACCOUNT: Bip44Account<{
155
157
  };
156
158
  exportable?: boolean;
157
159
  };
158
- address: string;
159
- scopes: `${string}:${string}`[];
160
160
  methods: string[];
161
161
  }>;
162
162
  //# sourceMappingURL=accounts.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accounts.d.mts","sourceRoot":"","sources":["../../src/mocks/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,8BAA8B;AAgB7E,OAAO,EAAkB,KAAK,YAAY,EAAE,yBAAe;AAa3D,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,cAAc,CAe3D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,cAAc,CAelE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,cAAc,CAehE,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;eAxB1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAc8C,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,cAOjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;eAnC1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAyBqD,CAAC;AAC7D,eAAO,MAAM,mBAAmB;;;;eApC1B,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA0BmD,CAAC;AAE3D,eAAO,MAAM,uBAAuB,EAAE,cAOrC,CAAC;AAEF,qBAAa,kBAAkB,CAAC,OAAO,SAAS,cAAc;;gBAGhD,OAAO,EAAE,OAAO;IAK5B,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,cAAc,EACxC,OAAO,EAAE,OAAO,GACf,kBAAkB,CAAC,OAAO,CAAC;IAI9B,MAAM,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK7D,QAAQ,IAAI,kBAAkB,CAAC,OAAO,CAAC;IAKvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK9D,iBAAiB,CACf,aAAa,EAAE,eAAe,GAC7B,kBAAkB,CAAC,OAAO,CAAC;IAO9B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAO/D,GAAG,IAAI,OAAO;CAGf;AAED,eAAO,MAAM,4BAA4B,sBAAwB,CAAC;AAElE,eAAO,MAAM,yBAAyB;;;;eAnGhC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA8FC,CAAC;AACT,eAAO,MAAM,yBAAyB;;;;eAzGhC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAoGC,CAAC;AACT,eAAO,MAAM,gCAAgC;;;;eA/GvC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EA0GC,CAAC;AACT,eAAO,MAAM,8BAA8B;;;;eArHrC,CAAL;;;;;;;;;;kBAUK,CAAC;;;;;EAgHC,CAAC"}
1
+ {"version":3,"file":"accounts.d.mts","sourceRoot":"","sources":["../../src/mocks/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,8BAA8B;AAgB7E,OAAO,EAAkB,KAAK,YAAY,EAAE,yBAAe;AAa3D,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,cAAc,CAc1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,YAAY,CAAC,cAAc,CAe3D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,YAAY,CAAC,cAAc,CAelE,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,YAAY,CAAC,cAAc,CAehE,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;eApB9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAayB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,cAOjC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;eA/B9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAwBgC,CAAC;AAC7D,eAAO,MAAM,mBAAmB;;;;;;eAhC9B,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAyB8B,CAAC;AAE3D,eAAO,MAAM,uBAAuB,EAAE,cAOrC,CAAC;AAEF,qBAAa,kBAAkB,CAAC,OAAO,SAAS,cAAc;;gBAGhD,OAAO,EAAE,OAAO;IAK5B,MAAM,CAAC,IAAI,CAAC,OAAO,SAAS,cAAc,EACxC,OAAO,EAAE,OAAO,GACf,kBAAkB,CAAC,OAAO,CAAC;IAI9B,MAAM,CAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK7D,QAAQ,IAAI,kBAAkB,CAAC,OAAO,CAAC;IAKvC,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAK9D,iBAAiB,CACf,aAAa,EAAE,eAAe,GAC7B,kBAAkB,CAAC,OAAO,CAAC;IAO9B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB,CAAC,OAAO,CAAC;IAO/D,GAAG,IAAI,OAAO;CAGf;AAED,eAAO,MAAM,4BAA4B,sBAAwB,CAAC;AAElE,eAAO,MAAM,yBAAyB;;;;;;eA/FpC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EA6FpB,CAAC;AACT,eAAO,MAAM,yBAAyB;;;;;;eArGpC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAmGpB,CAAC;AACT,eAAO,MAAM,gCAAgC;;;;;;eA3G3C,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EAyGpB,CAAC;AACT,eAAO,MAAM,8BAA8B;;;;;;eAjHzC,CAAF;;;;;;;;;;kBAO2B,CAAC;;;EA+GpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-api",
3
- "version": "1.0.0-25e4b24",
3
+ "version": "1.0.0-c27079a",
4
4
  "description": "MetaMask Account API",
5
5
  "keywords": [
6
6
  "metamask",