@metamask-previews/keyring-api 11.0.0-b85bfaa → 11.1.0-72196d6
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.
- package/CHANGELOG.md +8 -1
- package/dist/api/account.cjs.map +1 -0
- package/dist/{account.d.cts → api/account.d.cts} +2 -2
- package/dist/api/account.d.cts.map +1 -0
- package/dist/{account.d.mts → api/account.d.mts} +2 -2
- package/dist/api/account.d.mts.map +1 -0
- package/dist/api/account.mjs.map +1 -0
- package/dist/api/asset.cjs +82 -0
- package/dist/api/asset.cjs.map +1 -0
- package/dist/api/asset.d.cts +93 -0
- package/dist/api/asset.d.cts.map +1 -0
- package/dist/api/asset.d.mts +93 -0
- package/dist/api/asset.d.mts.map +1 -0
- package/dist/api/asset.mjs +79 -0
- package/dist/api/asset.mjs.map +1 -0
- package/dist/api/balance.cjs.map +1 -0
- package/dist/{balance.d.cts → api/balance.d.cts} +1 -1
- package/dist/api/balance.d.cts.map +1 -0
- package/dist/{balance.d.mts → api/balance.d.mts} +1 -1
- package/dist/api/balance.d.mts.map +1 -0
- package/dist/api/balance.mjs.map +1 -0
- package/dist/api/caip.cjs.map +1 -0
- package/dist/api/caip.d.cts.map +1 -0
- package/dist/api/caip.d.mts.map +1 -0
- package/dist/api/caip.mjs.map +1 -0
- package/dist/api/export.cjs.map +1 -0
- package/dist/api/export.d.cts.map +1 -0
- package/dist/api/export.d.mts.map +1 -0
- package/dist/api/export.mjs.map +1 -0
- package/dist/api/index.cjs +25 -0
- package/dist/api/index.cjs.map +1 -0
- package/dist/api/index.d.cts +10 -0
- package/dist/api/index.d.cts.map +1 -0
- package/dist/api/index.d.mts +10 -0
- package/dist/api/index.d.mts.map +1 -0
- package/dist/api/index.mjs +9 -0
- package/dist/api/index.mjs.map +1 -0
- package/dist/api/keyring.cjs.map +1 -0
- package/dist/{keyring.d.cts → api/keyring.d.cts} +14 -0
- package/dist/api/keyring.d.cts.map +1 -0
- package/dist/{keyring.d.mts → api/keyring.d.mts} +14 -0
- package/dist/api/keyring.d.mts.map +1 -0
- package/dist/api/keyring.mjs.map +1 -0
- package/dist/api/request.cjs.map +1 -0
- package/dist/{request.d.cts → api/request.d.cts} +3 -3
- package/dist/api/request.d.cts.map +1 -0
- package/dist/{request.d.mts → api/request.d.mts} +3 -3
- package/dist/api/request.d.mts.map +1 -0
- package/dist/api/request.mjs.map +1 -0
- package/dist/api/response.cjs.map +1 -0
- package/dist/{response.d.cts → api/response.d.cts} +1 -1
- package/dist/api/response.d.cts.map +1 -0
- package/dist/{response.d.mts → api/response.d.mts} +1 -1
- package/dist/api/response.d.mts.map +1 -0
- package/dist/api/response.mjs.map +1 -0
- package/dist/api/transaction.cjs +294 -0
- package/dist/api/transaction.cjs.map +1 -0
- package/dist/api/transaction.d.cts +773 -0
- package/dist/api/transaction.d.cts.map +1 -0
- package/dist/api/transaction.d.mts +773 -0
- package/dist/api/transaction.d.mts.map +1 -0
- package/dist/api/transaction.mjs +291 -0
- package/dist/api/transaction.mjs.map +1 -0
- package/dist/btc/index.cjs +18 -0
- package/dist/btc/index.cjs.map +1 -0
- package/dist/btc/index.d.cts +2 -0
- package/dist/btc/index.d.cts.map +1 -0
- package/dist/btc/index.d.mts +2 -0
- package/dist/btc/index.d.mts.map +1 -0
- package/dist/btc/index.mjs +2 -0
- package/dist/btc/index.mjs.map +1 -0
- package/dist/btc/types.cjs +40 -0
- package/dist/btc/types.cjs.map +1 -0
- package/dist/btc/types.d.cts +34 -0
- package/dist/btc/types.d.cts.map +1 -0
- package/dist/btc/types.d.mts +34 -0
- package/dist/btc/types.d.mts.map +1 -0
- package/dist/btc/types.mjs +37 -0
- package/dist/btc/types.mjs.map +1 -0
- package/dist/eth/erc4337/index.cjs +18 -0
- package/dist/eth/erc4337/index.cjs.map +1 -0
- package/dist/eth/erc4337/index.d.cts +2 -0
- package/dist/eth/erc4337/index.d.cts.map +1 -0
- package/dist/eth/erc4337/index.d.mts +2 -0
- package/dist/eth/erc4337/index.d.mts.map +1 -0
- package/dist/eth/erc4337/index.mjs +2 -0
- package/dist/eth/erc4337/index.mjs.map +1 -0
- package/dist/eth/erc4337/types.cjs +61 -0
- package/dist/eth/erc4337/types.cjs.map +1 -0
- package/dist/eth/erc4337/types.d.cts +98 -0
- package/dist/eth/erc4337/types.d.cts.map +1 -0
- package/dist/eth/erc4337/types.d.mts +98 -0
- package/dist/eth/erc4337/types.d.mts.map +1 -0
- package/dist/eth/erc4337/types.mjs +58 -0
- package/dist/eth/erc4337/types.mjs.map +1 -0
- package/dist/eth/index.cjs +20 -0
- package/dist/eth/index.cjs.map +1 -0
- package/dist/eth/index.d.cts +4 -0
- package/dist/eth/index.d.cts.map +1 -0
- package/dist/eth/index.d.mts +4 -0
- package/dist/eth/index.d.mts.map +1 -0
- package/dist/eth/index.mjs +4 -0
- package/dist/eth/index.mjs.map +1 -0
- package/dist/eth/types.cjs +73 -0
- package/dist/eth/types.cjs.map +1 -0
- package/dist/eth/types.d.cts +81 -0
- package/dist/eth/types.d.cts.map +1 -0
- package/dist/eth/types.d.mts +81 -0
- package/dist/eth/types.d.mts.map +1 -0
- package/dist/eth/types.mjs +70 -0
- package/dist/eth/types.mjs.map +1 -0
- package/dist/eth/utils.cjs +14 -0
- package/dist/eth/utils.cjs.map +1 -0
- package/dist/eth/utils.d.cts +9 -0
- package/dist/eth/utils.d.cts.map +1 -0
- package/dist/eth/utils.d.mts +9 -0
- package/dist/eth/utils.d.mts.map +1 -0
- package/dist/eth/utils.mjs +11 -0
- package/dist/eth/utils.mjs.map +1 -0
- package/dist/events.cjs +83 -0
- package/dist/events.cjs.map +1 -0
- package/dist/events.d.cts +172 -0
- package/dist/events.d.cts.map +1 -0
- package/dist/events.d.mts +172 -0
- package/dist/events.d.mts.map +1 -0
- package/dist/events.mjs +80 -0
- package/dist/events.mjs.map +1 -0
- package/dist/index.cjs +7 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +7 -6
- package/dist/index.mjs.map +1 -1
- package/dist/rpc.cjs +34 -0
- package/dist/rpc.cjs.map +1 -0
- package/dist/rpc.d.cts +27 -0
- package/dist/rpc.d.cts.map +1 -0
- package/dist/rpc.d.mts +27 -0
- package/dist/rpc.d.mts.map +1 -0
- package/dist/rpc.mjs +30 -0
- package/dist/rpc.mjs.map +1 -0
- package/dist/sol/index.cjs +18 -0
- package/dist/sol/index.cjs.map +1 -0
- package/dist/sol/index.d.cts +2 -0
- package/dist/sol/index.d.cts.map +1 -0
- package/dist/sol/index.d.mts +2 -0
- package/dist/sol/index.d.mts.map +1 -0
- package/dist/sol/index.mjs +2 -0
- package/dist/sol/index.mjs.map +1 -0
- package/dist/sol/types.cjs +36 -0
- package/dist/sol/types.cjs.map +1 -0
- package/dist/sol/types.d.cts +39 -0
- package/dist/sol/types.d.cts.map +1 -0
- package/dist/sol/types.d.mts +39 -0
- package/dist/sol/types.d.mts.map +1 -0
- package/dist/sol/types.mjs +33 -0
- package/dist/sol/types.mjs.map +1 -0
- package/dist/utils/index.cjs +18 -0
- package/dist/utils/index.cjs.map +1 -0
- package/dist/utils/index.d.cts +2 -0
- package/dist/utils/index.d.cts.map +1 -0
- package/dist/utils/index.d.mts +2 -0
- package/dist/utils/index.d.mts.map +1 -0
- package/dist/utils/index.mjs +2 -0
- package/dist/utils/index.mjs.map +1 -0
- package/dist/utils/pagination.cjs +28 -0
- package/dist/utils/pagination.cjs.map +1 -0
- package/dist/utils/pagination.d.cts +59 -0
- package/dist/utils/pagination.d.cts.map +1 -0
- package/dist/utils/pagination.d.mts +59 -0
- package/dist/utils/pagination.d.mts.map +1 -0
- package/dist/utils/pagination.mjs +25 -0
- package/dist/utils/pagination.mjs.map +1 -0
- package/package.json +3 -5
- package/dist/account.cjs.map +0 -1
- package/dist/account.d.cts.map +0 -1
- package/dist/account.d.mts.map +0 -1
- package/dist/account.mjs.map +0 -1
- package/dist/balance.cjs.map +0 -1
- package/dist/balance.d.cts.map +0 -1
- package/dist/balance.d.mts.map +0 -1
- package/dist/balance.mjs.map +0 -1
- package/dist/caip.cjs.map +0 -1
- package/dist/caip.d.cts.map +0 -1
- package/dist/caip.d.mts.map +0 -1
- package/dist/caip.mjs.map +0 -1
- package/dist/export.cjs.map +0 -1
- package/dist/export.d.cts.map +0 -1
- package/dist/export.d.mts.map +0 -1
- package/dist/export.mjs.map +0 -1
- package/dist/keyring.cjs.map +0 -1
- package/dist/keyring.d.cts.map +0 -1
- package/dist/keyring.d.mts.map +0 -1
- package/dist/keyring.mjs.map +0 -1
- package/dist/request.cjs.map +0 -1
- package/dist/request.d.cts.map +0 -1
- package/dist/request.d.mts.map +0 -1
- package/dist/request.mjs.map +0 -1
- package/dist/response.cjs.map +0 -1
- package/dist/response.d.cts.map +0 -1
- package/dist/response.d.mts.map +0 -1
- package/dist/response.mjs.map +0 -1
- /package/dist/{account.cjs → api/account.cjs} +0 -0
- /package/dist/{account.mjs → api/account.mjs} +0 -0
- /package/dist/{balance.cjs → api/balance.cjs} +0 -0
- /package/dist/{balance.mjs → api/balance.mjs} +0 -0
- /package/dist/{caip.cjs → api/caip.cjs} +0 -0
- /package/dist/{caip.d.cts → api/caip.d.cts} +0 -0
- /package/dist/{caip.d.mts → api/caip.d.mts} +0 -0
- /package/dist/{caip.mjs → api/caip.mjs} +0 -0
- /package/dist/{export.cjs → api/export.cjs} +0 -0
- /package/dist/{export.d.cts → api/export.d.cts} +0 -0
- /package/dist/{export.d.mts → api/export.d.mts} +0 -0
- /package/dist/{export.mjs → api/export.mjs} +0 -0
- /package/dist/{keyring.cjs → api/keyring.cjs} +0 -0
- /package/dist/{keyring.mjs → api/keyring.mjs} +0 -0
- /package/dist/{request.cjs → api/request.cjs} +0 -0
- /package/dist/{request.mjs → api/request.mjs} +0 -0
- /package/dist/{response.cjs → api/response.cjs} +0 -0
- /package/dist/{response.mjs → api/response.mjs} +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { object, definePattern } from "@metamask/keyring-utils";
|
|
2
|
+
import { array, enums, literal } from "@metamask/superstruct";
|
|
3
|
+
import { EthAccountType, KeyringAccountStruct } from "../api/index.mjs";
|
|
4
|
+
export const EthBytesStruct = definePattern('EthBytes', /^0x[0-9a-f]*$/iu);
|
|
5
|
+
export const EthAddressStruct = definePattern('EthAddress', /^0x[0-9a-f]{40}$/iu);
|
|
6
|
+
export const EthUint256Struct = definePattern('EthUint256', /^0x([1-9a-f][0-9a-f]*|0)$/iu);
|
|
7
|
+
/**
|
|
8
|
+
* Supported Ethereum methods.
|
|
9
|
+
*/
|
|
10
|
+
export var EthMethod;
|
|
11
|
+
(function (EthMethod) {
|
|
12
|
+
// General signing methods
|
|
13
|
+
EthMethod["PersonalSign"] = "personal_sign";
|
|
14
|
+
EthMethod["Sign"] = "eth_sign";
|
|
15
|
+
EthMethod["SignTransaction"] = "eth_signTransaction";
|
|
16
|
+
EthMethod["SignTypedDataV1"] = "eth_signTypedData_v1";
|
|
17
|
+
EthMethod["SignTypedDataV3"] = "eth_signTypedData_v3";
|
|
18
|
+
EthMethod["SignTypedDataV4"] = "eth_signTypedData_v4";
|
|
19
|
+
// ERC-4337 methods
|
|
20
|
+
EthMethod["PrepareUserOperation"] = "eth_prepareUserOperation";
|
|
21
|
+
EthMethod["PatchUserOperation"] = "eth_patchUserOperation";
|
|
22
|
+
EthMethod["SignUserOperation"] = "eth_signUserOperation";
|
|
23
|
+
})(EthMethod || (EthMethod = {}));
|
|
24
|
+
export const EthEoaAccountStruct = object({
|
|
25
|
+
...KeyringAccountStruct.schema,
|
|
26
|
+
/**
|
|
27
|
+
* Account address.
|
|
28
|
+
*/
|
|
29
|
+
address: EthAddressStruct,
|
|
30
|
+
/**
|
|
31
|
+
* Account type.
|
|
32
|
+
*/
|
|
33
|
+
type: literal(`${EthAccountType.Eoa}`),
|
|
34
|
+
/**
|
|
35
|
+
* Account supported methods.
|
|
36
|
+
*/
|
|
37
|
+
methods: array(enums([
|
|
38
|
+
`${EthMethod.PersonalSign}`,
|
|
39
|
+
`${EthMethod.Sign}`,
|
|
40
|
+
`${EthMethod.SignTransaction}`,
|
|
41
|
+
`${EthMethod.SignTypedDataV1}`,
|
|
42
|
+
`${EthMethod.SignTypedDataV3}`,
|
|
43
|
+
`${EthMethod.SignTypedDataV4}`,
|
|
44
|
+
])),
|
|
45
|
+
});
|
|
46
|
+
export const EthErc4337AccountStruct = object({
|
|
47
|
+
...KeyringAccountStruct.schema,
|
|
48
|
+
/**
|
|
49
|
+
* Account address.
|
|
50
|
+
*/
|
|
51
|
+
address: EthAddressStruct,
|
|
52
|
+
/**
|
|
53
|
+
* Account type.
|
|
54
|
+
*/
|
|
55
|
+
type: literal(`${EthAccountType.Erc4337}`),
|
|
56
|
+
/**
|
|
57
|
+
* Account supported methods.
|
|
58
|
+
*/
|
|
59
|
+
methods: array(enums([
|
|
60
|
+
`${EthMethod.PersonalSign}`,
|
|
61
|
+
`${EthMethod.Sign}`,
|
|
62
|
+
`${EthMethod.SignTypedDataV1}`,
|
|
63
|
+
`${EthMethod.SignTypedDataV3}`,
|
|
64
|
+
`${EthMethod.SignTypedDataV4}`,
|
|
65
|
+
`${EthMethod.PrepareUserOperation}`,
|
|
66
|
+
`${EthMethod.PatchUserOperation}`,
|
|
67
|
+
`${EthMethod.SignUserOperation}`,
|
|
68
|
+
])),
|
|
69
|
+
});
|
|
70
|
+
//# sourceMappingURL=types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.mjs","sourceRoot":"","sources":["../../src/eth/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,gCAAgC;AAEhE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,8BAA8B;AAE9D,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,yBAAe;AAE9D,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAC3C,YAAY,EACZ,oBAAoB,CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAC3C,YAAY,EACZ,6BAA6B,CAC9B,CAAC;AAEF;;GAEG;AACH,MAAM,CAAN,IAAY,SAYX;AAZD,WAAY,SAAS;IACnB,0BAA0B;IAC1B,2CAA8B,CAAA;IAC9B,8BAAiB,CAAA;IACjB,oDAAuC,CAAA;IACvC,qDAAwC,CAAA;IACxC,qDAAwC,CAAA;IACxC,qDAAwC,CAAA;IACxC,mBAAmB;IACnB,8DAAiD,CAAA;IACjD,0DAA6C,CAAA;IAC7C,wDAA2C,CAAA;AAC7C,CAAC,EAZW,SAAS,KAAT,SAAS,QAYpB;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC;IACxC,GAAG,oBAAoB,CAAC,MAAM;IAE9B;;OAEG;IACH,OAAO,EAAE,gBAAgB;IAEzB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,GAAG,cAAc,CAAC,GAAG,EAAE,CAAC;IAEtC;;OAEG;IACH,OAAO,EAAE,KAAK,CACZ,KAAK,CAAC;QACJ,GAAG,SAAS,CAAC,YAAY,EAAE;QAC3B,GAAG,SAAS,CAAC,IAAI,EAAE;QACnB,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,eAAe,EAAE;KAC/B,CAAC,CACH;CACF,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAAC;IAC5C,GAAG,oBAAoB,CAAC,MAAM;IAE9B;;OAEG;IACH,OAAO,EAAE,gBAAgB;IAEzB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,GAAG,cAAc,CAAC,OAAO,EAAE,CAAC;IAE1C;;OAEG;IACH,OAAO,EAAE,KAAK,CACZ,KAAK,CAAC;QACJ,GAAG,SAAS,CAAC,YAAY,EAAE;QAC3B,GAAG,SAAS,CAAC,IAAI,EAAE;QACnB,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,eAAe,EAAE;QAC9B,GAAG,SAAS,CAAC,oBAAoB,EAAE;QACnC,GAAG,SAAS,CAAC,kBAAkB,EAAE;QACjC,GAAG,SAAS,CAAC,iBAAiB,EAAE;KACjC,CAAC,CACH;CACF,CAAC,CAAC","sourcesContent":["import { object, definePattern } from '@metamask/keyring-utils';\nimport type { Infer } from '@metamask/superstruct';\nimport { array, enums, literal } from '@metamask/superstruct';\n\nimport { EthAccountType, KeyringAccountStruct } from '../api';\n\nexport const EthBytesStruct = definePattern('EthBytes', /^0x[0-9a-f]*$/iu);\n\nexport const EthAddressStruct = definePattern(\n 'EthAddress',\n /^0x[0-9a-f]{40}$/iu,\n);\n\nexport const EthUint256Struct = definePattern(\n 'EthUint256',\n /^0x([1-9a-f][0-9a-f]*|0)$/iu,\n);\n\n/**\n * Supported Ethereum methods.\n */\nexport enum EthMethod {\n // General signing methods\n PersonalSign = 'personal_sign',\n Sign = 'eth_sign',\n SignTransaction = 'eth_signTransaction',\n SignTypedDataV1 = 'eth_signTypedData_v1',\n SignTypedDataV3 = 'eth_signTypedData_v3',\n SignTypedDataV4 = 'eth_signTypedData_v4',\n // ERC-4337 methods\n PrepareUserOperation = 'eth_prepareUserOperation',\n PatchUserOperation = 'eth_patchUserOperation',\n SignUserOperation = 'eth_signUserOperation',\n}\n\nexport const EthEoaAccountStruct = object({\n ...KeyringAccountStruct.schema,\n\n /**\n * Account address.\n */\n address: EthAddressStruct,\n\n /**\n * Account type.\n */\n type: literal(`${EthAccountType.Eoa}`),\n\n /**\n * Account supported methods.\n */\n methods: array(\n enums([\n `${EthMethod.PersonalSign}`,\n `${EthMethod.Sign}`,\n `${EthMethod.SignTransaction}`,\n `${EthMethod.SignTypedDataV1}`,\n `${EthMethod.SignTypedDataV3}`,\n `${EthMethod.SignTypedDataV4}`,\n ]),\n ),\n});\n\nexport type EthEoaAccount = Infer<typeof EthEoaAccountStruct>;\n\nexport const EthErc4337AccountStruct = object({\n ...KeyringAccountStruct.schema,\n\n /**\n * Account address.\n */\n address: EthAddressStruct,\n\n /**\n * Account type.\n */\n type: literal(`${EthAccountType.Erc4337}`),\n\n /**\n * Account supported methods.\n */\n methods: array(\n enums([\n `${EthMethod.PersonalSign}`,\n `${EthMethod.Sign}`,\n `${EthMethod.SignTypedDataV1}`,\n `${EthMethod.SignTypedDataV3}`,\n `${EthMethod.SignTypedDataV4}`,\n `${EthMethod.PrepareUserOperation}`,\n `${EthMethod.PatchUserOperation}`,\n `${EthMethod.SignUserOperation}`,\n ]),\n ),\n});\n\nexport type EthErc4337Account = Infer<typeof EthErc4337AccountStruct>;\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isEvmAccountType = isEvmAccountType;
|
|
4
|
+
const api_1 = require("../api/index.cjs");
|
|
5
|
+
/**
|
|
6
|
+
* Checks if the given type is an EVM account type.
|
|
7
|
+
*
|
|
8
|
+
* @param type - The type to check.
|
|
9
|
+
* @returns Returns true if the type is an EVM account type, false otherwise.
|
|
10
|
+
*/
|
|
11
|
+
function isEvmAccountType(type) {
|
|
12
|
+
return type === api_1.EthAccountType.Eoa || type === api_1.EthAccountType.Erc4337;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=utils.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.cjs","sourceRoot":"","sources":["../../src/eth/utils.ts"],"names":[],"mappings":";;AASA,4CAEC;AAXD,0CAAwC;AAGxC;;;;;GAKG;AACH,SAAgB,gBAAgB,CAAC,IAAwB;IACvD,OAAO,IAAI,KAAK,oBAAc,CAAC,GAAG,IAAI,IAAI,KAAK,oBAAc,CAAC,OAAO,CAAC;AACxE,CAAC","sourcesContent":["import { EthAccountType } from '../api';\nimport type { KeyringAccountType } from '../api';\n\n/**\n * Checks if the given type is an EVM account type.\n *\n * @param type - The type to check.\n * @returns Returns true if the type is an EVM account type, false otherwise.\n */\nexport function isEvmAccountType(type: KeyringAccountType): boolean {\n return type === EthAccountType.Eoa || type === EthAccountType.Erc4337;\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { KeyringAccountType } from "../api/index.cjs";
|
|
2
|
+
/**
|
|
3
|
+
* Checks if the given type is an EVM account type.
|
|
4
|
+
*
|
|
5
|
+
* @param type - The type to check.
|
|
6
|
+
* @returns Returns true if the type is an EVM account type, false otherwise.
|
|
7
|
+
*/
|
|
8
|
+
export declare function isEvmAccountType(type: KeyringAccountType): boolean;
|
|
9
|
+
//# sourceMappingURL=utils.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.cts","sourceRoot":"","sources":["../../src/eth/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,yBAAe;AAEjD;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAElE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { KeyringAccountType } from "../api/index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Checks if the given type is an EVM account type.
|
|
4
|
+
*
|
|
5
|
+
* @param type - The type to check.
|
|
6
|
+
* @returns Returns true if the type is an EVM account type, false otherwise.
|
|
7
|
+
*/
|
|
8
|
+
export declare function isEvmAccountType(type: KeyringAccountType): boolean;
|
|
9
|
+
//# sourceMappingURL=utils.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.mts","sourceRoot":"","sources":["../../src/eth/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,yBAAe;AAEjD;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAElE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EthAccountType } from "../api/index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Checks if the given type is an EVM account type.
|
|
4
|
+
*
|
|
5
|
+
* @param type - The type to check.
|
|
6
|
+
* @returns Returns true if the type is an EVM account type, false otherwise.
|
|
7
|
+
*/
|
|
8
|
+
export function isEvmAccountType(type) {
|
|
9
|
+
return type === EthAccountType.Eoa || type === EthAccountType.Erc4337;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=utils.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.mjs","sourceRoot":"","sources":["../../src/eth/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,yBAAe;AAGxC;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,IAAwB;IACvD,OAAO,IAAI,KAAK,cAAc,CAAC,GAAG,IAAI,IAAI,KAAK,cAAc,CAAC,OAAO,CAAC;AACxE,CAAC","sourcesContent":["import { EthAccountType } from '../api';\nimport type { KeyringAccountType } from '../api';\n\n/**\n * Checks if the given type is an EVM account type.\n *\n * @param type - The type to check.\n * @returns Returns true if the type is an EVM account type, false otherwise.\n */\nexport function isEvmAccountType(type: KeyringAccountType): boolean {\n return type === EthAccountType.Eoa || type === EthAccountType.Erc4337;\n}\n"]}
|
package/dist/events.cjs
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RequestRejectedEventStruct = exports.RequestApprovedEventStruct = exports.AccountDeletedEventStruct = exports.AccountUpdatedEventStruct = exports.AccountCreatedEventStruct = exports.KeyringEvent = void 0;
|
|
4
|
+
const keyring_utils_1 = require("@metamask/keyring-utils");
|
|
5
|
+
const superstruct_1 = require("@metamask/superstruct");
|
|
6
|
+
const utils_1 = require("@metamask/utils");
|
|
7
|
+
const api_1 = require("./api/index.cjs");
|
|
8
|
+
/**
|
|
9
|
+
* Supported keyring events.
|
|
10
|
+
*/
|
|
11
|
+
var KeyringEvent;
|
|
12
|
+
(function (KeyringEvent) {
|
|
13
|
+
// Account events
|
|
14
|
+
KeyringEvent["AccountCreated"] = "notify:accountCreated";
|
|
15
|
+
KeyringEvent["AccountUpdated"] = "notify:accountUpdated";
|
|
16
|
+
KeyringEvent["AccountDeleted"] = "notify:accountDeleted";
|
|
17
|
+
// Request events
|
|
18
|
+
KeyringEvent["RequestApproved"] = "notify:requestApproved";
|
|
19
|
+
KeyringEvent["RequestRejected"] = "notify:requestRejected";
|
|
20
|
+
})(KeyringEvent || (exports.KeyringEvent = KeyringEvent = {}));
|
|
21
|
+
exports.AccountCreatedEventStruct = (0, keyring_utils_1.object)({
|
|
22
|
+
method: (0, superstruct_1.literal)(`${KeyringEvent.AccountCreated}`),
|
|
23
|
+
params: (0, keyring_utils_1.object)({
|
|
24
|
+
/**
|
|
25
|
+
* New account object.
|
|
26
|
+
*/
|
|
27
|
+
account: api_1.KeyringAccountStruct,
|
|
28
|
+
/**
|
|
29
|
+
* Account name suggestion provided to the MetaMask client.
|
|
30
|
+
*
|
|
31
|
+
* The keyring can suggest a name for the account, but it's up to the
|
|
32
|
+
* client to decide whether to use it. The keyring won't be informed if the
|
|
33
|
+
* client decides to use a different name.
|
|
34
|
+
*/
|
|
35
|
+
accountNameSuggestion: (0, keyring_utils_1.exactOptional)((0, superstruct_1.string)()),
|
|
36
|
+
/**
|
|
37
|
+
* Instructs MetaMask to display the add account confirmation dialog in the UI.
|
|
38
|
+
* **Note:** This is not guaranteed to be honored by the MetaMask client.
|
|
39
|
+
*/
|
|
40
|
+
displayConfirmation: (0, keyring_utils_1.exactOptional)((0, superstruct_1.boolean)()),
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
exports.AccountUpdatedEventStruct = (0, keyring_utils_1.object)({
|
|
44
|
+
method: (0, superstruct_1.literal)(`${KeyringEvent.AccountUpdated}`),
|
|
45
|
+
params: (0, keyring_utils_1.object)({
|
|
46
|
+
/**
|
|
47
|
+
* Updated account object.
|
|
48
|
+
*/
|
|
49
|
+
account: api_1.KeyringAccountStruct,
|
|
50
|
+
}),
|
|
51
|
+
});
|
|
52
|
+
exports.AccountDeletedEventStruct = (0, keyring_utils_1.object)({
|
|
53
|
+
method: (0, superstruct_1.literal)(`${KeyringEvent.AccountDeleted}`),
|
|
54
|
+
params: (0, keyring_utils_1.object)({
|
|
55
|
+
/**
|
|
56
|
+
* Deleted account ID.
|
|
57
|
+
*/
|
|
58
|
+
id: keyring_utils_1.UuidStruct,
|
|
59
|
+
}),
|
|
60
|
+
});
|
|
61
|
+
exports.RequestApprovedEventStruct = (0, keyring_utils_1.object)({
|
|
62
|
+
method: (0, superstruct_1.literal)(`${KeyringEvent.RequestApproved}`),
|
|
63
|
+
params: (0, keyring_utils_1.object)({
|
|
64
|
+
/**
|
|
65
|
+
* Request ID.
|
|
66
|
+
*/
|
|
67
|
+
id: keyring_utils_1.UuidStruct,
|
|
68
|
+
/**
|
|
69
|
+
* Request result.
|
|
70
|
+
*/
|
|
71
|
+
result: utils_1.JsonStruct,
|
|
72
|
+
}),
|
|
73
|
+
});
|
|
74
|
+
exports.RequestRejectedEventStruct = (0, keyring_utils_1.object)({
|
|
75
|
+
method: (0, superstruct_1.literal)(`${KeyringEvent.RequestRejected}`),
|
|
76
|
+
params: (0, keyring_utils_1.object)({
|
|
77
|
+
/**
|
|
78
|
+
* Request ID.
|
|
79
|
+
*/
|
|
80
|
+
id: keyring_utils_1.UuidStruct,
|
|
81
|
+
}),
|
|
82
|
+
});
|
|
83
|
+
//# sourceMappingURL=events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.cjs","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":";;;AAAA,2DAA4E;AAC5E,uDAAiE;AACjE,2CAA6C;AAE7C,yCAA6C;AAE7C;;GAEG;AACH,IAAY,YASX;AATD,WAAY,YAAY;IACtB,iBAAiB;IACjB,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IACxC,wDAAwC,CAAA;IAExC,iBAAiB;IACjB,0DAA0C,CAAA;IAC1C,0DAA0C,CAAA;AAC5C,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAEY,QAAA,yBAAyB,GAAG,IAAA,sBAAM,EAAC;IAC9C,MAAM,EAAE,IAAA,qBAAO,EAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,IAAA,sBAAM,EAAC;QACb;;WAEG;QACH,OAAO,EAAE,0BAAoB;QAE7B;;;;;;WAMG;QACH,qBAAqB,EAAE,IAAA,6BAAa,EAAC,IAAA,oBAAM,GAAE,CAAC;QAE9C;;;WAGG;QACH,mBAAmB,EAAE,IAAA,6BAAa,EAAC,IAAA,qBAAO,GAAE,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,yBAAyB,GAAG,IAAA,sBAAM,EAAC;IAC9C,MAAM,EAAE,IAAA,qBAAO,EAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,IAAA,sBAAM,EAAC;QACb;;WAEG;QACH,OAAO,EAAE,0BAAoB;KAC9B,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,yBAAyB,GAAG,IAAA,sBAAM,EAAC;IAC9C,MAAM,EAAE,IAAA,qBAAO,EAAC,GAAG,YAAY,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,IAAA,sBAAM,EAAC;QACb;;WAEG;QACH,EAAE,EAAE,0BAAU;KACf,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,0BAA0B,GAAG,IAAA,sBAAM,EAAC;IAC/C,MAAM,EAAE,IAAA,qBAAO,EAAC,GAAG,YAAY,CAAC,eAAe,EAAE,CAAC;IAClD,MAAM,EAAE,IAAA,sBAAM,EAAC;QACb;;WAEG;QACH,EAAE,EAAE,0BAAU;QAEd;;WAEG;QACH,MAAM,EAAE,kBAAU;KACnB,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,0BAA0B,GAAG,IAAA,sBAAM,EAAC;IAC/C,MAAM,EAAE,IAAA,qBAAO,EAAC,GAAG,YAAY,CAAC,eAAe,EAAE,CAAC;IAClD,MAAM,EAAE,IAAA,sBAAM,EAAC;QACb;;WAEG;QACH,EAAE,EAAE,0BAAU;KACf,CAAC;CACH,CAAC,CAAC","sourcesContent":["import { exactOptional, object, UuidStruct } from '@metamask/keyring-utils';\nimport { boolean, literal, string } from '@metamask/superstruct';\nimport { JsonStruct } from '@metamask/utils';\n\nimport { KeyringAccountStruct } from './api';\n\n/**\n * Supported keyring events.\n */\nexport enum KeyringEvent {\n // Account events\n AccountCreated = 'notify:accountCreated',\n AccountUpdated = 'notify:accountUpdated',\n AccountDeleted = 'notify:accountDeleted',\n\n // Request events\n RequestApproved = 'notify:requestApproved',\n RequestRejected = 'notify:requestRejected',\n}\n\nexport const AccountCreatedEventStruct = object({\n method: literal(`${KeyringEvent.AccountCreated}`),\n params: object({\n /**\n * New account object.\n */\n account: KeyringAccountStruct,\n\n /**\n * Account name suggestion provided to the MetaMask client.\n *\n * The keyring can suggest a name for the account, but it's up to the\n * client to decide whether to use it. The keyring won't be informed if the\n * client decides to use a different name.\n */\n accountNameSuggestion: exactOptional(string()),\n\n /**\n * Instructs MetaMask to display the add account confirmation dialog in the UI.\n * **Note:** This is not guaranteed to be honored by the MetaMask client.\n */\n displayConfirmation: exactOptional(boolean()),\n }),\n});\n\nexport const AccountUpdatedEventStruct = object({\n method: literal(`${KeyringEvent.AccountUpdated}`),\n params: object({\n /**\n * Updated account object.\n */\n account: KeyringAccountStruct,\n }),\n});\n\nexport const AccountDeletedEventStruct = object({\n method: literal(`${KeyringEvent.AccountDeleted}`),\n params: object({\n /**\n * Deleted account ID.\n */\n id: UuidStruct,\n }),\n});\n\nexport const RequestApprovedEventStruct = object({\n method: literal(`${KeyringEvent.RequestApproved}`),\n params: object({\n /**\n * Request ID.\n */\n id: UuidStruct,\n\n /**\n * Request result.\n */\n result: JsonStruct,\n }),\n});\n\nexport const RequestRejectedEventStruct = object({\n method: literal(`${KeyringEvent.RequestRejected}`),\n params: object({\n /**\n * Request ID.\n */\n id: UuidStruct,\n }),\n});\n"]}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Supported keyring events.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum KeyringEvent {
|
|
5
|
+
AccountCreated = "notify:accountCreated",
|
|
6
|
+
AccountUpdated = "notify:accountUpdated",
|
|
7
|
+
AccountDeleted = "notify:accountDeleted",
|
|
8
|
+
RequestApproved = "notify:requestApproved",
|
|
9
|
+
RequestRejected = "notify:requestRejected"
|
|
10
|
+
}
|
|
11
|
+
export declare const AccountCreatedEventStruct: import("@metamask/superstruct").Struct<{
|
|
12
|
+
method: "notify:accountCreated";
|
|
13
|
+
params: {
|
|
14
|
+
account: {
|
|
15
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
16
|
+
id: string;
|
|
17
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
18
|
+
address: string;
|
|
19
|
+
methods: string[];
|
|
20
|
+
};
|
|
21
|
+
accountNameSuggestion?: string;
|
|
22
|
+
displayConfirmation?: boolean;
|
|
23
|
+
};
|
|
24
|
+
}, {
|
|
25
|
+
method: import("@metamask/superstruct").Struct<"notify:accountCreated", "notify:accountCreated">;
|
|
26
|
+
params: import("@metamask/superstruct").Struct<{
|
|
27
|
+
account: {
|
|
28
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
29
|
+
id: string;
|
|
30
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
31
|
+
address: string;
|
|
32
|
+
methods: string[];
|
|
33
|
+
};
|
|
34
|
+
accountNameSuggestion?: string;
|
|
35
|
+
displayConfirmation?: boolean;
|
|
36
|
+
}, {
|
|
37
|
+
/**
|
|
38
|
+
* New account object.
|
|
39
|
+
*/
|
|
40
|
+
account: import("@metamask/superstruct").Struct<{
|
|
41
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
42
|
+
id: string;
|
|
43
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
44
|
+
address: string;
|
|
45
|
+
methods: string[];
|
|
46
|
+
}, {
|
|
47
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
48
|
+
type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
|
|
49
|
+
"eip155:eoa": "eip155:eoa";
|
|
50
|
+
"eip155:erc4337": "eip155:erc4337";
|
|
51
|
+
"bip122:p2wpkh": "bip122:p2wpkh";
|
|
52
|
+
"solana:data-account": "solana:data-account";
|
|
53
|
+
}>;
|
|
54
|
+
address: import("@metamask/superstruct").Struct<string, null>;
|
|
55
|
+
options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
|
|
56
|
+
methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
|
|
57
|
+
}>;
|
|
58
|
+
/**
|
|
59
|
+
* Account name suggestion provided to the MetaMask client.
|
|
60
|
+
*
|
|
61
|
+
* The keyring can suggest a name for the account, but it's up to the
|
|
62
|
+
* client to decide whether to use it. The keyring won't be informed if the
|
|
63
|
+
* client decides to use a different name.
|
|
64
|
+
*/
|
|
65
|
+
accountNameSuggestion: import("@metamask/superstruct").Struct<string | import("@metamask/keyring-utils").ExactOptionalTag, null>;
|
|
66
|
+
/**
|
|
67
|
+
* Instructs MetaMask to display the add account confirmation dialog in the UI.
|
|
68
|
+
* **Note:** This is not guaranteed to be honored by the MetaMask client.
|
|
69
|
+
*/
|
|
70
|
+
displayConfirmation: import("@metamask/superstruct").Struct<boolean | import("@metamask/keyring-utils").ExactOptionalTag, null>;
|
|
71
|
+
}>;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const AccountUpdatedEventStruct: import("@metamask/superstruct").Struct<{
|
|
74
|
+
method: "notify:accountUpdated";
|
|
75
|
+
params: {
|
|
76
|
+
account: {
|
|
77
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
78
|
+
id: string;
|
|
79
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
80
|
+
address: string;
|
|
81
|
+
methods: string[];
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}, {
|
|
85
|
+
method: import("@metamask/superstruct").Struct<"notify:accountUpdated", "notify:accountUpdated">;
|
|
86
|
+
params: import("@metamask/superstruct").Struct<{
|
|
87
|
+
account: {
|
|
88
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
89
|
+
id: string;
|
|
90
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
91
|
+
address: string;
|
|
92
|
+
methods: string[];
|
|
93
|
+
};
|
|
94
|
+
}, {
|
|
95
|
+
/**
|
|
96
|
+
* Updated account object.
|
|
97
|
+
*/
|
|
98
|
+
account: import("@metamask/superstruct").Struct<{
|
|
99
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
100
|
+
id: string;
|
|
101
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
102
|
+
address: string;
|
|
103
|
+
methods: string[];
|
|
104
|
+
}, {
|
|
105
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
106
|
+
type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
|
|
107
|
+
"eip155:eoa": "eip155:eoa";
|
|
108
|
+
"eip155:erc4337": "eip155:erc4337";
|
|
109
|
+
"bip122:p2wpkh": "bip122:p2wpkh";
|
|
110
|
+
"solana:data-account": "solana:data-account";
|
|
111
|
+
}>;
|
|
112
|
+
address: import("@metamask/superstruct").Struct<string, null>;
|
|
113
|
+
options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
|
|
114
|
+
methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
|
|
115
|
+
}>;
|
|
116
|
+
}>;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const AccountDeletedEventStruct: import("@metamask/superstruct").Struct<{
|
|
119
|
+
method: "notify:accountDeleted";
|
|
120
|
+
params: {
|
|
121
|
+
id: string;
|
|
122
|
+
};
|
|
123
|
+
}, {
|
|
124
|
+
method: import("@metamask/superstruct").Struct<"notify:accountDeleted", "notify:accountDeleted">;
|
|
125
|
+
params: import("@metamask/superstruct").Struct<{
|
|
126
|
+
id: string;
|
|
127
|
+
}, {
|
|
128
|
+
/**
|
|
129
|
+
* Deleted account ID.
|
|
130
|
+
*/
|
|
131
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
132
|
+
}>;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const RequestApprovedEventStruct: import("@metamask/superstruct").Struct<{
|
|
135
|
+
method: "notify:requestApproved";
|
|
136
|
+
params: {
|
|
137
|
+
result: import("@metamask/utils").Json;
|
|
138
|
+
id: string;
|
|
139
|
+
};
|
|
140
|
+
}, {
|
|
141
|
+
method: import("@metamask/superstruct").Struct<"notify:requestApproved", "notify:requestApproved">;
|
|
142
|
+
params: import("@metamask/superstruct").Struct<{
|
|
143
|
+
result: import("@metamask/utils").Json;
|
|
144
|
+
id: string;
|
|
145
|
+
}, {
|
|
146
|
+
/**
|
|
147
|
+
* Request ID.
|
|
148
|
+
*/
|
|
149
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
150
|
+
/**
|
|
151
|
+
* Request result.
|
|
152
|
+
*/
|
|
153
|
+
result: import("@metamask/superstruct").Struct<import("@metamask/utils").Json, unknown>;
|
|
154
|
+
}>;
|
|
155
|
+
}>;
|
|
156
|
+
export declare const RequestRejectedEventStruct: import("@metamask/superstruct").Struct<{
|
|
157
|
+
method: "notify:requestRejected";
|
|
158
|
+
params: {
|
|
159
|
+
id: string;
|
|
160
|
+
};
|
|
161
|
+
}, {
|
|
162
|
+
method: import("@metamask/superstruct").Struct<"notify:requestRejected", "notify:requestRejected">;
|
|
163
|
+
params: import("@metamask/superstruct").Struct<{
|
|
164
|
+
id: string;
|
|
165
|
+
}, {
|
|
166
|
+
/**
|
|
167
|
+
* Request ID.
|
|
168
|
+
*/
|
|
169
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
170
|
+
}>;
|
|
171
|
+
}>;
|
|
172
|
+
//# sourceMappingURL=events.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.cts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,oBAAY,YAAY;IAEtB,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IAGxC,eAAe,2BAA2B;IAC1C,eAAe,2BAA2B;CAC3C;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;QAGH;;;;;;WAMG;;QAGH;;;WAGG;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;QAGlC;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;QAGnC;;WAEG;;QAGH;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;QAGnC;;WAEG;;;EAGL,CAAC"}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Supported keyring events.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum KeyringEvent {
|
|
5
|
+
AccountCreated = "notify:accountCreated",
|
|
6
|
+
AccountUpdated = "notify:accountUpdated",
|
|
7
|
+
AccountDeleted = "notify:accountDeleted",
|
|
8
|
+
RequestApproved = "notify:requestApproved",
|
|
9
|
+
RequestRejected = "notify:requestRejected"
|
|
10
|
+
}
|
|
11
|
+
export declare const AccountCreatedEventStruct: import("@metamask/superstruct").Struct<{
|
|
12
|
+
method: "notify:accountCreated";
|
|
13
|
+
params: {
|
|
14
|
+
account: {
|
|
15
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
16
|
+
id: string;
|
|
17
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
18
|
+
address: string;
|
|
19
|
+
methods: string[];
|
|
20
|
+
};
|
|
21
|
+
accountNameSuggestion?: string;
|
|
22
|
+
displayConfirmation?: boolean;
|
|
23
|
+
};
|
|
24
|
+
}, {
|
|
25
|
+
method: import("@metamask/superstruct").Struct<"notify:accountCreated", "notify:accountCreated">;
|
|
26
|
+
params: import("@metamask/superstruct").Struct<{
|
|
27
|
+
account: {
|
|
28
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
29
|
+
id: string;
|
|
30
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
31
|
+
address: string;
|
|
32
|
+
methods: string[];
|
|
33
|
+
};
|
|
34
|
+
accountNameSuggestion?: string;
|
|
35
|
+
displayConfirmation?: boolean;
|
|
36
|
+
}, {
|
|
37
|
+
/**
|
|
38
|
+
* New account object.
|
|
39
|
+
*/
|
|
40
|
+
account: import("@metamask/superstruct").Struct<{
|
|
41
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
42
|
+
id: string;
|
|
43
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
44
|
+
address: string;
|
|
45
|
+
methods: string[];
|
|
46
|
+
}, {
|
|
47
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
48
|
+
type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
|
|
49
|
+
"eip155:eoa": "eip155:eoa";
|
|
50
|
+
"eip155:erc4337": "eip155:erc4337";
|
|
51
|
+
"bip122:p2wpkh": "bip122:p2wpkh";
|
|
52
|
+
"solana:data-account": "solana:data-account";
|
|
53
|
+
}>;
|
|
54
|
+
address: import("@metamask/superstruct").Struct<string, null>;
|
|
55
|
+
options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
|
|
56
|
+
methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
|
|
57
|
+
}>;
|
|
58
|
+
/**
|
|
59
|
+
* Account name suggestion provided to the MetaMask client.
|
|
60
|
+
*
|
|
61
|
+
* The keyring can suggest a name for the account, but it's up to the
|
|
62
|
+
* client to decide whether to use it. The keyring won't be informed if the
|
|
63
|
+
* client decides to use a different name.
|
|
64
|
+
*/
|
|
65
|
+
accountNameSuggestion: import("@metamask/superstruct").Struct<string | import("@metamask/keyring-utils").ExactOptionalTag, null>;
|
|
66
|
+
/**
|
|
67
|
+
* Instructs MetaMask to display the add account confirmation dialog in the UI.
|
|
68
|
+
* **Note:** This is not guaranteed to be honored by the MetaMask client.
|
|
69
|
+
*/
|
|
70
|
+
displayConfirmation: import("@metamask/superstruct").Struct<boolean | import("@metamask/keyring-utils").ExactOptionalTag, null>;
|
|
71
|
+
}>;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const AccountUpdatedEventStruct: import("@metamask/superstruct").Struct<{
|
|
74
|
+
method: "notify:accountUpdated";
|
|
75
|
+
params: {
|
|
76
|
+
account: {
|
|
77
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
78
|
+
id: string;
|
|
79
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
80
|
+
address: string;
|
|
81
|
+
methods: string[];
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}, {
|
|
85
|
+
method: import("@metamask/superstruct").Struct<"notify:accountUpdated", "notify:accountUpdated">;
|
|
86
|
+
params: import("@metamask/superstruct").Struct<{
|
|
87
|
+
account: {
|
|
88
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
89
|
+
id: string;
|
|
90
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
91
|
+
address: string;
|
|
92
|
+
methods: string[];
|
|
93
|
+
};
|
|
94
|
+
}, {
|
|
95
|
+
/**
|
|
96
|
+
* Updated account object.
|
|
97
|
+
*/
|
|
98
|
+
account: import("@metamask/superstruct").Struct<{
|
|
99
|
+
type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account";
|
|
100
|
+
id: string;
|
|
101
|
+
options: Record<string, import("@metamask/utils").Json>;
|
|
102
|
+
address: string;
|
|
103
|
+
methods: string[];
|
|
104
|
+
}, {
|
|
105
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
106
|
+
type: import("@metamask/superstruct").Struct<"eip155:eoa" | "eip155:erc4337" | "bip122:p2wpkh" | "solana:data-account", {
|
|
107
|
+
"eip155:eoa": "eip155:eoa";
|
|
108
|
+
"eip155:erc4337": "eip155:erc4337";
|
|
109
|
+
"bip122:p2wpkh": "bip122:p2wpkh";
|
|
110
|
+
"solana:data-account": "solana:data-account";
|
|
111
|
+
}>;
|
|
112
|
+
address: import("@metamask/superstruct").Struct<string, null>;
|
|
113
|
+
options: import("@metamask/superstruct").Struct<Record<string, import("@metamask/utils").Json>, null>;
|
|
114
|
+
methods: import("@metamask/superstruct").Struct<string[], import("@metamask/superstruct").Struct<string, null>>;
|
|
115
|
+
}>;
|
|
116
|
+
}>;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const AccountDeletedEventStruct: import("@metamask/superstruct").Struct<{
|
|
119
|
+
method: "notify:accountDeleted";
|
|
120
|
+
params: {
|
|
121
|
+
id: string;
|
|
122
|
+
};
|
|
123
|
+
}, {
|
|
124
|
+
method: import("@metamask/superstruct").Struct<"notify:accountDeleted", "notify:accountDeleted">;
|
|
125
|
+
params: import("@metamask/superstruct").Struct<{
|
|
126
|
+
id: string;
|
|
127
|
+
}, {
|
|
128
|
+
/**
|
|
129
|
+
* Deleted account ID.
|
|
130
|
+
*/
|
|
131
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
132
|
+
}>;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const RequestApprovedEventStruct: import("@metamask/superstruct").Struct<{
|
|
135
|
+
method: "notify:requestApproved";
|
|
136
|
+
params: {
|
|
137
|
+
result: import("@metamask/utils").Json;
|
|
138
|
+
id: string;
|
|
139
|
+
};
|
|
140
|
+
}, {
|
|
141
|
+
method: import("@metamask/superstruct").Struct<"notify:requestApproved", "notify:requestApproved">;
|
|
142
|
+
params: import("@metamask/superstruct").Struct<{
|
|
143
|
+
result: import("@metamask/utils").Json;
|
|
144
|
+
id: string;
|
|
145
|
+
}, {
|
|
146
|
+
/**
|
|
147
|
+
* Request ID.
|
|
148
|
+
*/
|
|
149
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
150
|
+
/**
|
|
151
|
+
* Request result.
|
|
152
|
+
*/
|
|
153
|
+
result: import("@metamask/superstruct").Struct<import("@metamask/utils").Json, unknown>;
|
|
154
|
+
}>;
|
|
155
|
+
}>;
|
|
156
|
+
export declare const RequestRejectedEventStruct: import("@metamask/superstruct").Struct<{
|
|
157
|
+
method: "notify:requestRejected";
|
|
158
|
+
params: {
|
|
159
|
+
id: string;
|
|
160
|
+
};
|
|
161
|
+
}, {
|
|
162
|
+
method: import("@metamask/superstruct").Struct<"notify:requestRejected", "notify:requestRejected">;
|
|
163
|
+
params: import("@metamask/superstruct").Struct<{
|
|
164
|
+
id: string;
|
|
165
|
+
}, {
|
|
166
|
+
/**
|
|
167
|
+
* Request ID.
|
|
168
|
+
*/
|
|
169
|
+
id: import("@metamask/superstruct").Struct<string, null>;
|
|
170
|
+
}>;
|
|
171
|
+
}>;
|
|
172
|
+
//# sourceMappingURL=events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.mts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,oBAAY,YAAY;IAEtB,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IACxC,cAAc,0BAA0B;IAGxC,eAAe,2BAA2B;IAC1C,eAAe,2BAA2B;CAC3C;AAED,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;QAGH;;;;;;WAMG;;QAGH;;;WAGG;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;QAGlC;;WAEG;;;;;;;;;;;;;;;;;;;;EAGL,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;QAGlC;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;QAGnC;;WAEG;;QAGH;;WAEG;;;EAGL,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;QAGnC;;WAEG;;;EAGL,CAAC"}
|