From b1d93b6bde9877902babb9bc53005e1897254707 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Tue, 17 Sep 2024 15:28:00 -0300 Subject: [PATCH 01/27] new update script --- moonbeam-types-bundle/package.json | 5 +- typescript-api/package-lock.json | 664 ++++++++++-------- typescript-api/package.json | 8 +- .../scripts/generate-local-types.sh | 1 + .../moonbase/interfaces/augment-api-consts.ts | 3 +- .../src/moonbase/interfaces/augment-types.ts | 4 + .../moonbeam/interfaces/augment-api-consts.ts | 3 +- .../interfaces/augment-api-consts.ts | 3 +- 8 files changed, 387 insertions(+), 304 deletions(-) diff --git a/moonbeam-types-bundle/package.json b/moonbeam-types-bundle/package.json index 7f99674fe3..7c40ba23bd 100644 --- a/moonbeam-types-bundle/package.json +++ b/moonbeam-types-bundle/package.json @@ -9,7 +9,8 @@ "compare": "rm -fr dist && tsc && npx ts-node check.ts", "build": "rm -fr dist && node_modules/.bin/tsc", "publish-package": "npm run build && npm publish", - "lint": "npx prettier --write --ignore-path .gitignore '**/*.(yml|js|ts|json)'" + "lint": "npx prettier --write --ignore-path .gitignore '**/*.(yml|js|ts|json)'", + "trace": "touch script-worked" }, "keywords": [ "moonbeam", @@ -26,7 +27,7 @@ "url": "git+https://github.com/moonbeam-foundation/moonbeam.git" }, "dependencies": { - "@polkadot/api": "^11.2.1", + "@polkadot/api": "^13.0.1", "typescript": "^4.7.4" }, "devDependencies": { diff --git a/typescript-api/package-lock.json b/typescript-api/package-lock.json index 6945276079..1973e26a00 100644 --- a/typescript-api/package-lock.json +++ b/typescript-api/package-lock.json @@ -9,8 +9,8 @@ "version": "0.3100.0", "license": "GPL-3.0-only", "devDependencies": { - "@polkadot/api": "^11.2.1", - "@polkadot/typegen": "^11.2.1", + "@polkadot/api": "^13.0.1", + "@polkadot/typegen": "^13.0.1", "prettier": "^2.7.1", "prettier-plugin-jsdoc": "^0.3.38", "rimraf": "^3.0.2", @@ -59,24 +59,29 @@ } }, "node_modules/@noble/curves": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.0.tgz", - "integrity": "sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.6.0.tgz", + "integrity": "sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==", "dev": true, + "license": "MIT", "dependencies": { - "@noble/hashes": "1.4.0" + "@noble/hashes": "1.5.0" + }, + "engines": { + "node": "^14.21.3 || >=16" }, "funding": { "url": "https://paulmillr.com/funding/" } }, "node_modules/@noble/hashes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", - "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", + "integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", "dev": true, + "license": "MIT", "engines": { - "node": ">= 16" + "node": "^14.21.3 || >=16" }, "funding": { "url": "https://paulmillr.com/funding/" @@ -87,263 +92,284 @@ "resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider/-/json-rpc-provider-0.0.1.tgz", "integrity": "sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@polkadot-api/json-rpc-provider-proxy": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.0.1.tgz", - "integrity": "sha512-gmVDUP8LpCH0BXewbzqXF2sdHddq1H1q+XrAW2of+KZj4woQkIGBRGTJHeBEVHe30EB+UejR1N2dT4PO/RvDdg==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.1.0.tgz", + "integrity": "sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@polkadot-api/metadata-builders": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/metadata-builders/-/metadata-builders-0.0.1.tgz", - "integrity": "sha512-GCI78BHDzXAF/L2pZD6Aod/yl82adqQ7ftNmKg51ixRL02JpWUA+SpUKTJE5MY1p8kiJJIo09P2um24SiJHxNA==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@polkadot-api/metadata-builders/-/metadata-builders-0.3.2.tgz", + "integrity": "sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { - "@polkadot-api/substrate-bindings": "0.0.1", - "@polkadot-api/utils": "0.0.1" + "@polkadot-api/substrate-bindings": "0.6.0", + "@polkadot-api/utils": "0.1.0" } }, "node_modules/@polkadot-api/observable-client": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.1.0.tgz", - "integrity": "sha512-GBCGDRztKorTLna/unjl/9SWZcRmvV58o9jwU2Y038VuPXZcr01jcw/1O3x+yeAuwyGzbucI/mLTDa1QoEml3A==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.3.2.tgz", + "integrity": "sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { - "@polkadot-api/metadata-builders": "0.0.1", - "@polkadot-api/substrate-bindings": "0.0.1", - "@polkadot-api/substrate-client": "0.0.1", - "@polkadot-api/utils": "0.0.1" + "@polkadot-api/metadata-builders": "0.3.2", + "@polkadot-api/substrate-bindings": "0.6.0", + "@polkadot-api/utils": "0.1.0" }, "peerDependencies": { + "@polkadot-api/substrate-client": "0.1.4", "rxjs": ">=7.8.0" } }, "node_modules/@polkadot-api/substrate-bindings": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.0.1.tgz", - "integrity": "sha512-bAe7a5bOPnuFVmpv7y4BBMRpNTnMmE0jtTqRUw/+D8ZlEHNVEJQGr4wu3QQCl7k1GnSV1wfv3mzIbYjErEBocg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.6.0.tgz", + "integrity": "sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "@noble/hashes": "^1.3.1", - "@polkadot-api/utils": "0.0.1", + "@polkadot-api/utils": "0.1.0", "@scure/base": "^1.1.1", "scale-ts": "^1.6.0" } }, "node_modules/@polkadot-api/substrate-client": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.0.1.tgz", - "integrity": "sha512-9Bg9SGc3AwE+wXONQoW8GC00N3v6lCZLW74HQzqB6ROdcm5VAHM4CB/xRzWSUF9CXL78ugiwtHx3wBcpx4H4Wg==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.1.4.tgz", + "integrity": "sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==", "dev": true, - "optional": true + "license": "MIT", + "optional": true, + "dependencies": { + "@polkadot-api/json-rpc-provider": "0.0.1", + "@polkadot-api/utils": "0.1.0" + } }, "node_modules/@polkadot-api/utils": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/utils/-/utils-0.0.1.tgz", - "integrity": "sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@polkadot-api/utils/-/utils-0.1.0.tgz", + "integrity": "sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/@polkadot/api": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-11.2.1.tgz", - "integrity": "sha512-NwcWadMt+mrJ3T7RuwpnaIYtH4x0eix+GiKRtLMtIO32uAfhwVyMnqvLtxDxa4XDJ/es2rtSMYG+t0b1BTM+xQ==", - "dev": true, - "dependencies": { - "@polkadot/api-augment": "11.2.1", - "@polkadot/api-base": "11.2.1", - "@polkadot/api-derive": "11.2.1", - "@polkadot/keyring": "^12.6.2", - "@polkadot/rpc-augment": "11.2.1", - "@polkadot/rpc-core": "11.2.1", - "@polkadot/rpc-provider": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-augment": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", - "@polkadot/types-known": "11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-13.0.1.tgz", + "integrity": "sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/api-augment": "13.0.1", + "@polkadot/api-base": "13.0.1", + "@polkadot/api-derive": "13.0.1", + "@polkadot/keyring": "^13.0.2", + "@polkadot/rpc-augment": "13.0.1", + "@polkadot/rpc-core": "13.0.1", + "@polkadot/rpc-provider": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/types-augment": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/types-create": "13.0.1", + "@polkadot/types-known": "13.0.1", + "@polkadot/util": "^13.0.2", + "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/api-augment": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-11.2.1.tgz", - "integrity": "sha512-Huo457lCqeavbrf1O/2qQYGNFWURLXndW4vNkj8AP+I757WIqebhc6K3+mz+KoV1aTsX/qwaiEgeoTjrrIwcqA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-13.0.1.tgz", + "integrity": "sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/api-base": "11.2.1", - "@polkadot/rpc-augment": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-augment": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/api-base": "13.0.1", + "@polkadot/rpc-augment": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/types-augment": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/api-base": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-11.2.1.tgz", - "integrity": "sha512-lVYTHQf8S4rpOJ9d1jvQjviHLE6zljl13vmgs+gXHGJwMAqhhNwKY3ZMQW/u/bRE2uKk0cAlahtsRtiFpjHAfw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-13.0.1.tgz", + "integrity": "sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/rpc-core": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/util": "^12.6.2", + "@polkadot/rpc-core": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/api-derive": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-11.2.1.tgz", - "integrity": "sha512-ts6D6tXmvhBpHDT7E03TStXfG6+/bXCvJ7HZUVNDXi4P9cToClzJVOX5uKsPI5/MUYDEq13scxPyQK63m8SsHg==", - "dev": true, - "dependencies": { - "@polkadot/api": "11.2.1", - "@polkadot/api-augment": "11.2.1", - "@polkadot/api-base": "11.2.1", - "@polkadot/rpc-core": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-13.0.1.tgz", + "integrity": "sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/api": "13.0.1", + "@polkadot/api-augment": "13.0.1", + "@polkadot/api-base": "13.0.1", + "@polkadot/rpc-core": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/util": "^13.0.2", + "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/keyring": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-12.6.2.tgz", - "integrity": "sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.1.1.tgz", + "integrity": "sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "12.6.2", - "@polkadot/util-crypto": "12.6.2", - "tslib": "^2.6.2" + "@polkadot/util": "13.1.1", + "@polkadot/util-crypto": "13.1.1", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@polkadot/util": "12.6.2", - "@polkadot/util-crypto": "12.6.2" + "@polkadot/util": "13.1.1", + "@polkadot/util-crypto": "13.1.1" } }, "node_modules/@polkadot/networks": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-12.6.2.tgz", - "integrity": "sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.1.1.tgz", + "integrity": "sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "12.6.2", - "@substrate/ss58-registry": "^1.44.0", - "tslib": "^2.6.2" + "@polkadot/util": "13.1.1", + "@substrate/ss58-registry": "^1.50.0", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/rpc-augment": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-11.2.1.tgz", - "integrity": "sha512-AbkqWTnKCi71LdqFVbCyYelf5N/Wtj4jFnpRd8z7tIbbiAnNRW61dBgdF9jZ8jd9Z0JvfAmCmG17uCEdsqfNjA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-13.0.1.tgz", + "integrity": "sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/rpc-core": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/rpc-core": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/rpc-core": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-11.2.1.tgz", - "integrity": "sha512-GHNIHDvBts6HDvySfYksuLccaVnI+fc7ubY1uYcJMoyGv9pLhMtveH4Ft7NTxqkBqopbPXZHc8ca9CaIeBVr7w==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-13.0.1.tgz", + "integrity": "sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/rpc-augment": "11.2.1", - "@polkadot/rpc-provider": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/util": "^12.6.2", + "@polkadot/rpc-augment": "13.0.1", + "@polkadot/rpc-provider": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/rpc-provider": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-11.2.1.tgz", - "integrity": "sha512-TO9pdxNmTweK1vi9JYUAoLr/JYJUwPJTTdrSJrmGmiNPaM7txbQVgtT4suQYflVZTgXUYR7OYQ201fH+Qb9J9w==", - "dev": true, - "dependencies": { - "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "11.2.1", - "@polkadot/types-support": "11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", - "@polkadot/x-fetch": "^12.6.2", - "@polkadot/x-global": "^12.6.2", - "@polkadot/x-ws": "^12.6.2", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-13.0.1.tgz", + "integrity": "sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.0.2", + "@polkadot/types": "13.0.1", + "@polkadot/types-support": "13.0.1", + "@polkadot/util": "^13.0.2", + "@polkadot/util-crypto": "^13.0.2", + "@polkadot/x-fetch": "^13.0.2", + "@polkadot/x-global": "^13.0.2", + "@polkadot/x-ws": "^13.0.2", "eventemitter3": "^5.0.1", "mock-socket": "^9.3.1", - "nock": "^13.5.0", - "tslib": "^2.6.2" + "nock": "^13.5.4", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" }, "optionalDependencies": { - "@substrate/connect": "0.8.10" + "@substrate/connect": "0.8.11" } }, "node_modules/@polkadot/typegen": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-11.2.1.tgz", - "integrity": "sha512-x+0hDT3vb/4aes6SVI/kVeiwrK4FdYNNKxeerxtgup1ieY7GLwsO6Ty1yljIdxk8wRlubSFinEDriOR/8VMQEA==", - "dev": true, - "dependencies": { - "@polkadot/api": "11.2.1", - "@polkadot/api-augment": "11.2.1", - "@polkadot/rpc-augment": "11.2.1", - "@polkadot/rpc-provider": "11.2.1", - "@polkadot/types": "11.2.1", - "@polkadot/types-augment": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", - "@polkadot/types-support": "11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", - "@polkadot/x-ws": "^12.6.2", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-13.0.1.tgz", + "integrity": "sha512-7rK7JVdfNQH7OdrVIZo5uci4Cl5G3MndKfIVGEx+Z4SdoJMlBdA1Ve3hOVyVsOZ8udUdQC7B6bLr+2WGZ5IVyw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/api": "13.0.1", + "@polkadot/api-augment": "13.0.1", + "@polkadot/rpc-augment": "13.0.1", + "@polkadot/rpc-provider": "13.0.1", + "@polkadot/types": "13.0.1", + "@polkadot/types-augment": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/types-create": "13.0.1", + "@polkadot/types-support": "13.0.1", + "@polkadot/util": "^13.0.2", + "@polkadot/util-crypto": "^13.0.2", + "@polkadot/x-ws": "^13.0.2", "handlebars": "^4.7.8", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "yargs": "^17.7.2" }, "bin": { @@ -358,137 +384,145 @@ } }, "node_modules/@polkadot/types": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-11.2.1.tgz", - "integrity": "sha512-NVPhO/eFPkL8arWk4xVbsJzRdGfue3gJK+A2iYzOfCr9rDHEj99B+E2Z0Or6zDN6n+thgQYwsr19rKgXvAc18Q==", - "dev": true, - "dependencies": { - "@polkadot/keyring": "^12.6.2", - "@polkadot/types-augment": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-13.0.1.tgz", + "integrity": "sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.0.2", + "@polkadot/types-augment": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/types-create": "13.0.1", + "@polkadot/util": "^13.0.2", + "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-augment": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-11.2.1.tgz", - "integrity": "sha512-3zBsuSKjZlMEeDVqPTkLnFvjPdyGcW3UBihzCgpTmXhLSuwTbsscMwKtKwIPkOHHQPYJYyZXTMkurMXCJOz2kA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-13.0.1.tgz", + "integrity": "sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/types": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-codec": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-11.2.1.tgz", - "integrity": "sha512-9VRRf1g/nahAC3/VSiCSUIRL7uuup04JEZLIAG2LaDgmCBOSV9dt1Yj9114bRUrHHkeUSBmiq64+YX1hZMpQzQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-13.0.1.tgz", + "integrity": "sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "^12.6.2", - "@polkadot/x-bigint": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/util": "^13.0.2", + "@polkadot/x-bigint": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-create": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-11.2.1.tgz", - "integrity": "sha512-Y0Zri7x6/rHURVNLMi6i1+rmJDLCn8OQl8BIvRmsIBkCYh2oCzy0g9aqVoCdm+QnoUU5ZNtu+U/gj1kL5ODivQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-13.0.1.tgz", + "integrity": "sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/types-codec": "11.2.1", - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/types-codec": "13.0.1", + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-known": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-11.2.1.tgz", - "integrity": "sha512-dnbmVKagVI6ARuZaGMGc67HPeHGrR7/lcwfS7jGzEmRcoQk7p/UQjWfOk/LG9NzvQkmRVbE0Gqskn4VorqnTbA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-13.0.1.tgz", + "integrity": "sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/networks": "^12.6.2", - "@polkadot/types": "11.2.1", - "@polkadot/types-codec": "11.2.1", - "@polkadot/types-create": "11.2.1", - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/networks": "^13.0.2", + "@polkadot/types": "13.0.1", + "@polkadot/types-codec": "13.0.1", + "@polkadot/types-create": "13.0.1", + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-support": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-11.2.1.tgz", - "integrity": "sha512-VGSUDUEQjt8K3Bv8gHYAE/nD98qPPuZ2DcikM9z9isw04qj2amxZaS26+iknJ9KSCzWgrNBHjcr5Q0o76//2yA==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-13.0.1.tgz", + "integrity": "sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "^12.6.2", - "tslib": "^2.6.2" + "@polkadot/util": "^13.0.2", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/util": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-12.6.2.tgz", - "integrity": "sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.1.1.tgz", + "integrity": "sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-bigint": "12.6.2", - "@polkadot/x-global": "12.6.2", - "@polkadot/x-textdecoder": "12.6.2", - "@polkadot/x-textencoder": "12.6.2", + "@polkadot/x-bigint": "13.1.1", + "@polkadot/x-global": "13.1.1", + "@polkadot/x-textdecoder": "13.1.1", + "@polkadot/x-textencoder": "13.1.1", "@types/bn.js": "^5.1.5", "bn.js": "^5.2.1", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/util-crypto": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-12.6.2.tgz", - "integrity": "sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.1.1.tgz", + "integrity": "sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@noble/curves": "^1.3.0", "@noble/hashes": "^1.3.3", - "@polkadot/networks": "12.6.2", - "@polkadot/util": "12.6.2", + "@polkadot/networks": "13.1.1", + "@polkadot/util": "13.1.1", "@polkadot/wasm-crypto": "^7.3.2", "@polkadot/wasm-util": "^7.3.2", - "@polkadot/x-bigint": "12.6.2", - "@polkadot/x-randomvalues": "12.6.2", - "@scure/base": "^1.1.5", - "tslib": "^2.6.2" + "@polkadot/x-bigint": "13.1.1", + "@polkadot/x-randomvalues": "13.1.1", + "@scure/base": "^1.1.7", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@polkadot/util": "12.6.2" + "@polkadot/util": "13.1.1" } }, "node_modules/@polkadot/wasm-bridge": { @@ -496,6 +530,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-7.3.2.tgz", "integrity": "sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@polkadot/wasm-util": "7.3.2", "tslib": "^2.6.2" @@ -513,6 +548,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-7.3.2.tgz", "integrity": "sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@polkadot/wasm-bridge": "7.3.2", "@polkadot/wasm-crypto-asmjs": "7.3.2", @@ -534,6 +570,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-7.3.2.tgz", "integrity": "sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -549,6 +586,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-7.3.2.tgz", "integrity": "sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@polkadot/wasm-bridge": "7.3.2", "@polkadot/wasm-crypto-asmjs": "7.3.2", @@ -569,6 +607,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-7.3.2.tgz", "integrity": "sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@polkadot/wasm-util": "7.3.2", "tslib": "^2.6.2" @@ -585,6 +624,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-7.3.2.tgz", "integrity": "sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -596,150 +636,163 @@ } }, "node_modules/@polkadot/x-bigint": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-12.6.2.tgz", - "integrity": "sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.1.1.tgz", + "integrity": "sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", - "tslib": "^2.6.2" + "@polkadot/x-global": "13.1.1", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/x-fetch": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-12.6.2.tgz", - "integrity": "sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-13.1.1.tgz", + "integrity": "sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", + "@polkadot/x-global": "13.1.1", "node-fetch": "^3.3.2", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/x-global": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-12.6.2.tgz", - "integrity": "sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.1.1.tgz", + "integrity": "sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/x-randomvalues": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-12.6.2.tgz", - "integrity": "sha512-Vr8uG7rH2IcNJwtyf5ebdODMcr0XjoCpUbI91Zv6AlKVYOGKZlKLYJHIwpTaKKB+7KPWyQrk4Mlym/rS7v9feg==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.1.1.tgz", + "integrity": "sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", - "tslib": "^2.6.2" + "@polkadot/x-global": "13.1.1", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@polkadot/util": "12.6.2", + "@polkadot/util": "13.1.1", "@polkadot/wasm-util": "*" } }, "node_modules/@polkadot/x-textdecoder": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-12.6.2.tgz", - "integrity": "sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.1.1.tgz", + "integrity": "sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", - "tslib": "^2.6.2" + "@polkadot/x-global": "13.1.1", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/x-textencoder": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-12.6.2.tgz", - "integrity": "sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.1.1.tgz", + "integrity": "sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", - "tslib": "^2.6.2" + "@polkadot/x-global": "13.1.1", + "tslib": "^2.7.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/x-ws": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-12.6.2.tgz", - "integrity": "sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-13.1.1.tgz", + "integrity": "sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@polkadot/x-global": "12.6.2", - "tslib": "^2.6.2", - "ws": "^8.15.1" + "@polkadot/x-global": "13.1.1", + "tslib": "^2.7.0", + "ws": "^8.16.0" }, "engines": { "node": ">=18" } }, "node_modules/@scure/base": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.6.tgz", - "integrity": "sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.8.tgz", + "integrity": "sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==", "dev": true, + "license": "MIT", "funding": { "url": "https://paulmillr.com/funding/" } }, "node_modules/@substrate/connect": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.8.10.tgz", - "integrity": "sha512-DIyQ13DDlXqVFnLV+S6/JDgiGowVRRrh18kahieJxhgvzcWicw5eLc6jpfQ0moVVLBYkO7rctB5Wreldwpva8w==", + "version": "0.8.11", + "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.8.11.tgz", + "integrity": "sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==", + "deprecated": "versions below 1.x are no longer maintained", "dev": true, + "license": "GPL-3.0-only", "optional": true, "dependencies": { "@substrate/connect-extension-protocol": "^2.0.0", - "@substrate/connect-known-chains": "^1.1.4", - "@substrate/light-client-extension-helpers": "^0.0.6", - "smoldot": "2.0.22" + "@substrate/connect-known-chains": "^1.1.5", + "@substrate/light-client-extension-helpers": "^1.0.0", + "smoldot": "2.0.26" } }, "node_modules/@substrate/connect-extension-protocol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-2.0.0.tgz", - "integrity": "sha512-nKu8pDrE3LNCEgJjZe1iGXzaD6OSIDD4Xzz/yo4KO9mQ6LBvf49BVrt4qxBFGL6++NneLiWUZGoh+VSd4PyVIg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-2.1.0.tgz", + "integrity": "sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==", "dev": true, + "license": "GPL-3.0-only", "optional": true }, "node_modules/@substrate/connect-known-chains": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.1.5.tgz", - "integrity": "sha512-GCdDMs5q9xDYyP/KEwrlWMdqv8OIPjuVMZvNowvUrvEFo5d+x+VqfRPzyl/RbV+snRQVWTTacRydE7GqyjCYPQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.4.0.tgz", + "integrity": "sha512-p/mxn1GobtxJ+7xbIkUH4+/njH1neRHHKTcSGHNOC78Cf6Ch1Xzp082+nMjOBDLQLmraK5PF74AKV3WXHGuALw==", "dev": true, + "license": "GPL-3.0-only", "optional": true }, "node_modules/@substrate/light-client-extension-helpers": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@substrate/light-client-extension-helpers/-/light-client-extension-helpers-0.0.6.tgz", - "integrity": "sha512-girltEuxQ1BvkJWmc8JJlk4ZxnlGXc/wkLcNguhY+UoDEMBK0LsdtfzQKIfrIehi4QdeSBlFEFBoI4RqPmsZzA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@substrate/light-client-extension-helpers/-/light-client-extension-helpers-1.0.0.tgz", + "integrity": "sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { - "@polkadot-api/json-rpc-provider": "0.0.1", - "@polkadot-api/json-rpc-provider-proxy": "0.0.1", - "@polkadot-api/observable-client": "0.1.0", - "@polkadot-api/substrate-client": "0.0.1", + "@polkadot-api/json-rpc-provider": "^0.0.1", + "@polkadot-api/json-rpc-provider-proxy": "^0.1.0", + "@polkadot-api/observable-client": "^0.3.0", + "@polkadot-api/substrate-client": "^0.1.2", "@substrate/connect-extension-protocol": "^2.0.0", - "@substrate/connect-known-chains": "^1.1.4", + "@substrate/connect-known-chains": "^1.1.5", "rxjs": "^7.8.1" }, "peerDependencies": { @@ -747,10 +800,11 @@ } }, "node_modules/@substrate/ss58-registry": { - "version": "1.47.0", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.47.0.tgz", - "integrity": "sha512-6kuIJedRcisUJS2pgksEH2jZf3hfSIVzqtFzs/AyjTW3ETbMg5q1Bb7VWa0WYaT6dTrEXp/6UoXM5B9pSIUmcw==", - "dev": true + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.50.0.tgz", + "integrity": "sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==", + "dev": true, + "license": "Apache-2.0" }, "node_modules/@tsconfig/node10": { "version": "1.0.11", @@ -777,10 +831,11 @@ "dev": true }, "node_modules/@types/bn.js": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.5.tgz", - "integrity": "sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.6.tgz", + "integrity": "sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -891,7 +946,8 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/brace-expansion": { "version": "1.1.11", @@ -971,6 +1027,7 @@ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 12" } @@ -1042,7 +1099,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fetch-blob": { "version": "3.2.0", @@ -1059,6 +1117,7 @@ "url": "https://paypal.me/jimmywarting" } ], + "license": "MIT", "dependencies": { "node-domexception": "^1.0.0", "web-streams-polyfill": "^3.0.3" @@ -1072,6 +1131,7 @@ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", "dev": true, + "license": "MIT", "dependencies": { "fetch-blob": "^3.1.2" }, @@ -1164,7 +1224,8 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/kleur": { "version": "4.1.5", @@ -1686,6 +1747,7 @@ "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.3.1.tgz", "integrity": "sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -1712,10 +1774,11 @@ "dev": true }, "node_modules/nock": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", - "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", + "version": "13.5.5", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", + "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -1740,6 +1803,7 @@ "url": "https://paypal.me/jimmywarting" } ], + "license": "MIT", "engines": { "node": ">=10.5.0" } @@ -1749,6 +1813,7 @@ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "dev": true, + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -1820,6 +1885,7 @@ "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -1853,6 +1919,7 @@ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -1874,13 +1941,15 @@ "resolved": "https://registry.npmjs.org/scale-ts/-/scale-ts-1.6.0.tgz", "integrity": "sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/smoldot": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/smoldot/-/smoldot-2.0.22.tgz", - "integrity": "sha512-B50vRgTY6v3baYH6uCgL15tfaag5tcS2o/P5q1OiXcKGv1axZDfz2dzzMuIkVpyMR2ug11F6EAtQlmYBQd292g==", + "version": "2.0.26", + "resolved": "https://registry.npmjs.org/smoldot/-/smoldot-2.0.26.tgz", + "integrity": "sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==", "dev": true, + "license": "GPL-3.0-or-later WITH Classpath-exception-2.0", "optional": true, "dependencies": { "ws": "^8.8.1" @@ -1965,10 +2034,11 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true, + "license": "0BSD" }, "node_modules/typescript": { "version": "5.4.5", @@ -2053,6 +2123,7 @@ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -2087,10 +2158,11 @@ "dev": true }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/typescript-api/package.json b/typescript-api/package.json index 4d1035dc75..db5b927c7d 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -17,6 +17,7 @@ }, "scripts": { "generate": "npm run load:meta && npm run generate:defs && npm run generate:meta", + "generate:local": "./scripts/generate-local-types.sh", "postgenerate": "npm run pretty", "load:meta": "npm run load:meta:moonbase && npm run load:meta:moonriver && npm run load:meta:moonbeam", "load:meta:local": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > metadata-moonbase.json", @@ -36,7 +37,8 @@ "postbuild": "node --experimental-specifier-resolution=node --loader ts-node/esm ./scripts/postbuild.js", "publish": "cd build && npm publish", "deploy": "npm run generate && npm run build && npm run publish", - "pretty": "prettier --write --ignore-unknown --plugin prettier-plugin-jsdoc 'src/**/*' 'scripts/**/*'" + "pretty": "prettier --write --ignore-unknown --plugin prettier-plugin-jsdoc 'src/**/*' 'scripts/**/*'", + "trace": "touch script-worked in the types dir" }, "main": "./index.cjs", "module": "./index.js", @@ -84,8 +86,8 @@ "api" ], "devDependencies": { - "@polkadot/api": "^11.2.1", - "@polkadot/typegen": "^11.2.1", + "@polkadot/api": "^13.0.1", + "@polkadot/typegen": "^13.0.1", "prettier": "^2.7.1", "prettier-plugin-jsdoc": "^0.3.38", "rimraf": "^3.0.2", diff --git a/typescript-api/scripts/generate-local-types.sh b/typescript-api/scripts/generate-local-types.sh index df8692af47..8980d5d56c 100755 --- a/typescript-api/scripts/generate-local-types.sh +++ b/typescript-api/scripts/generate-local-types.sh @@ -11,6 +11,7 @@ fi # Fail if any command fails echo "Installing Packages" +npm install npm ci echo "Starting moonbeam node" diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index 8aa1f678ef..f86b6651e7 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -298,7 +298,8 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. + * + * - Proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ diff --git a/typescript-api/src/moonbase/interfaces/augment-types.ts b/typescript-api/src/moonbase/interfaces/augment-types.ts index 4af305b8cb..8bd59e9b44 100644 --- a/typescript-api/src/moonbase/interfaces/augment-types.ts +++ b/typescript-api/src/moonbase/interfaces/augment-types.ts @@ -1258,6 +1258,8 @@ import type { XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; +import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; declare module "@polkadot/types/types/registry" { interface InterfaceTypes { @@ -1584,6 +1586,7 @@ declare module "@polkadot/types/types/registry" { EraPoints: EraPoints; EraRewardPoints: EraRewardPoints; EraRewards: EraRewards; + Error: Error; ErrorMetadataLatest: ErrorMetadataLatest; ErrorMetadataV10: ErrorMetadataV10; ErrorMetadataV11: ErrorMetadataV11; @@ -2431,6 +2434,7 @@ declare module "@polkadot/types/types/registry" { XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; + XcmPaymentApiError: XcmPaymentApiError; XcmpMessageFormat: XcmpMessageFormat; XcmV0: XcmV0; XcmV1: XcmV1; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index 8aa1f678ef..f86b6651e7 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -298,7 +298,8 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. + * + * - Proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 8aa1f678ef..f86b6651e7 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -298,7 +298,8 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * + proxy_type.encode().len()` bytes of data. + * + * - Proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ From 0565a7ff7594a47a52b936c6cf127d99147db5dc Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Tue, 17 Sep 2024 15:28:26 -0300 Subject: [PATCH 02/27] use workspace in test pkg --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 2764893c08..61168868e7 100644 --- a/test/package.json +++ b/test/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@acala-network/chopsticks": "0.12.2", - "@moonbeam-network/api-augment": "0.2902.0", + "@moonbeam-network/api-augment": "workspace:*", "@moonwall/cli": "5.3.3", "@moonwall/util": "5.3.3", "@openzeppelin/contracts": "4.9.6", From 22c8206b07ebdaf816486c80d8477dd46460d9fa Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Tue, 17 Sep 2024 15:29:03 -0300 Subject: [PATCH 03/27] add script to test/scripts --- pnpm-workspace.yaml | 4 ++ test/scripts/update-types.ts | 84 ++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 pnpm-workspace.yaml create mode 100644 test/scripts/update-types.ts diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000000..82c8a16d2f --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +packages: + - "test/*" + - "typescript-api/*" + - "moonbeam-types-bundle/*" diff --git a/test/scripts/update-types.ts b/test/scripts/update-types.ts new file mode 100644 index 0000000000..d3ac285ea2 --- /dev/null +++ b/test/scripts/update-types.ts @@ -0,0 +1,84 @@ +// Create a function that navigates to a sibling package directory +// and from there executes one of the package scripts named "trace" + +import { exec, spawn } from "child_process"; +import { promisify } from "util"; +import { join, dirname } from "path"; +import { fileURLToPath } from "url"; +import { readFileSync } from "fs"; + +const execAsync = promisify(exec); + +const __filename = fileURLToPath(import.meta.url); +const __dirname = dirname(__filename); + +const executeScript = async (relativeDir: string, command: string) => { + const targetDir = join(__dirname, relativeDir); + const pkgJsonPath = join(targetDir, "package.json"); + try { + const pkgJson = JSON.parse(readFileSync(pkgJsonPath, "utf-8")); + console.log(`Executing ${command} script in package ${relativeDir}`); + const { stdout, stderr } = await execAsync(command, { cwd: targetDir }); + // If stdout includes Done, print the line including Done in the string + if (stdout.includes("Done in ")) + console.log( + `${stdout + .trim() + .split("\n") + .find((line) => line.includes("Done"))} ✅` + ); + if (stdout) console.log(`${stdout}`); + if (stderr) console.error(`stderr: ${stderr}`); + } catch (e) { + console.error(`Error executing ${command} script in package ${relativeDir}`); + console.error(e); + } +}; + +// A function that checks that ../../target/release/moonbeam binary exists +const checkBinary = async () => { + try { + const { stdout, stderr } = await execAsync("ls ../target/release/moonbeam"); + if (stdout) console.log(`${stdout}`); + if (stderr) console.error(`stderr: ${stderr}`); + } catch (e) { + console.error("Moonbeam binary missing, please build it first using `cargo build --release`"); + // console.error(e); + } +}; + +// A function that spawns a child running the moonbeam binary in the background and returns the process +const startMoonbeam = () => { + const moonbeam = spawn( + "../target/release/moonbeam", + ["--tmp", "--chain=moonbase-local", "--rpc-port=9944"], + { + detached: true, + stdio: "ignore", + } + ); + return moonbeam; +}; + +const executeUpdateAPIScript = async () => { + await checkBinary(); + await executeScript("../../moonbeam-types-bundle", "pnpm add @polkadot/api@latest"); + await executeScript("../../typescript-api", "pnpm add @polkadot/api@latest"); + await executeScript("../../typescript-api", "pnpm add @polkadot/typegen@latest"); + await executeScript("../../typescript-api", "pnpm build"); + // Install packages + await executeScript("../../moonbeam-types-bundle", "pnpm install"); + const node = startMoonbeam(); + // Wait 5 seconds + await new Promise((resolve) => setTimeout(resolve, 5000)); + // Generate types + await executeScript("../../typescript-api", "pnpm load:meta"); + await executeScript("../../typescript-api", "pnpm load:meta:local"); + // Kill the node + node.kill(); + console.log("Done updating Typescript API ✅"); + // Installing new types for Test package + await executeScript("..", "pnpm install"); +}; + +executeUpdateAPIScript(); From af7e3b44393066176b981df5a9cd098808bb3106 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 19 Sep 2024 10:14:38 -0300 Subject: [PATCH 04/27] remove some logging --- test/scripts/update-types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/scripts/update-types.ts b/test/scripts/update-types.ts index d3ac285ea2..23557191a9 100644 --- a/test/scripts/update-types.ts +++ b/test/scripts/update-types.ts @@ -39,7 +39,6 @@ const executeScript = async (relativeDir: string, command: string) => { const checkBinary = async () => { try { const { stdout, stderr } = await execAsync("ls ../target/release/moonbeam"); - if (stdout) console.log(`${stdout}`); if (stderr) console.error(`stderr: ${stderr}`); } catch (e) { console.error("Moonbeam binary missing, please build it first using `cargo build --release`"); From ccd9d94bf78f514fdb813854e685156a6303b1ab Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 19 Sep 2024 10:26:25 -0300 Subject: [PATCH 05/27] add unresolved conflict --- typescript-api/package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/typescript-api/package.json b/typescript-api/package.json index f1406d336b..4ea010dd80 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -15,19 +15,11 @@ "node": ">=20.0.0" }, "scripts": { -<<<<<<< HEAD - "generate": "npm run load:meta && npm run generate:defs && npm run generate:meta", - "generate:local": "./scripts/generate-local-types.sh", - "postgenerate": "npm run pretty", - "load:meta": "npm run load:meta:moonbase && npm run load:meta:moonriver && npm run load:meta:moonbeam", - "load:meta:local": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > metadata-moonbase.json", -======= "generate": "pnpm load:meta && pnpm generate:defs && pnpm generate:meta", "scrape": "pnpm tsx scripts/scrapeMetadata.ts", "postgenerate": "pnpm pretty", "load:meta": "pnpm load:meta:moonbase && pnpm load:meta:moonriver && pnpm load:meta:moonbeam", "load:meta:local": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > metadata-moonbase.json", ->>>>>>> master "load:meta:moonbase": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://rpc.api.moonbase.moonbeam.network > metadata-moonbase.json", "load:meta:moonriver": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://rpc.api.moonriver.moonbeam.network > metadata-moonriver.json", "load:meta:moonbeam": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://rpc.api.moonbeam.network > metadata-moonbeam.json", From 6a3e9722143c01be3cacde38bb2596ec82037464 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 23 Sep 2024 08:55:29 -0300 Subject: [PATCH 06/27] remove comments & some logging --- test/scripts/update-types.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/scripts/update-types.ts b/test/scripts/update-types.ts index 23557191a9..bbc96302e3 100644 --- a/test/scripts/update-types.ts +++ b/test/scripts/update-types.ts @@ -27,7 +27,7 @@ const executeScript = async (relativeDir: string, command: string) => { .split("\n") .find((line) => line.includes("Done"))} ✅` ); - if (stdout) console.log(`${stdout}`); + // if (stdout) console.log(`${stdout}`); if (stderr) console.error(`stderr: ${stderr}`); } catch (e) { console.error(`Error executing ${command} script in package ${relativeDir}`); @@ -35,18 +35,15 @@ const executeScript = async (relativeDir: string, command: string) => { } }; -// A function that checks that ../../target/release/moonbeam binary exists const checkBinary = async () => { try { const { stdout, stderr } = await execAsync("ls ../target/release/moonbeam"); if (stderr) console.error(`stderr: ${stderr}`); } catch (e) { console.error("Moonbeam binary missing, please build it first using `cargo build --release`"); - // console.error(e); } }; -// A function that spawns a child running the moonbeam binary in the background and returns the process const startMoonbeam = () => { const moonbeam = spawn( "../target/release/moonbeam", From 5e97e6638d2c25c4bb2b0683743073d7ae1665c3 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 3 Oct 2024 14:17:01 -0300 Subject: [PATCH 07/27] fix workspace --- pnpm-workspace.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 82c8a16d2f..94b03152f6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ packages: - - "test/*" - - "typescript-api/*" - - "moonbeam-types-bundle/*" + - "test" + - "typescript-api" + - "moonbeam-types-bundle" From 4d12ae486afab996abd5f8838ef23b5f655bd19c Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 3 Oct 2024 14:17:16 -0300 Subject: [PATCH 08/27] run node on correct port --- test/scripts/update-types.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/scripts/update-types.ts b/test/scripts/update-types.ts index bbc96302e3..b2c0a36b77 100644 --- a/test/scripts/update-types.ts +++ b/test/scripts/update-types.ts @@ -44,10 +44,11 @@ const checkBinary = async () => { } }; -const startMoonbeam = () => { +const startMoonbeam = (port: string) => { + console.log("Starting Moonbeam node at port ", port); const moonbeam = spawn( "../target/release/moonbeam", - ["--tmp", "--chain=moonbase-local", "--rpc-port=9944"], + ["--tmp", "--chain=moonbase-local", `--rpc-port=${port}`], { detached: true, stdio: "ignore", @@ -64,7 +65,7 @@ const executeUpdateAPIScript = async () => { await executeScript("../../typescript-api", "pnpm build"); // Install packages await executeScript("../../moonbeam-types-bundle", "pnpm install"); - const node = startMoonbeam(); + const node = startMoonbeam("9933"); // Wait 5 seconds await new Promise((resolve) => setTimeout(resolve, 5000)); // Generate types From 3fc1542aa462af2c71c3db96fc690143b5c7bbda Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 3 Oct 2024 14:17:42 -0300 Subject: [PATCH 09/27] bump polkadot versions on ts-api --- moonbeam-types-bundle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonbeam-types-bundle/package.json b/moonbeam-types-bundle/package.json index ff7dd48f6c..b7b9694fb5 100644 --- a/moonbeam-types-bundle/package.json +++ b/moonbeam-types-bundle/package.json @@ -35,7 +35,7 @@ "url": "git+https://github.com/moonbeam-foundation/moonbeam.git" }, "dependencies": { - "@polkadot/api": "13.0.1", + "@polkadot/api": "14.0.1", "@polkadot/api-base": "13.0.1", "@polkadot/rpc-core": "13.0.1", "@polkadot/typegen": "13.0.1", From e41e4d0cf338a8d7ff80a8ceb4e7e966c940df03 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Thu, 3 Oct 2024 14:27:54 -0300 Subject: [PATCH 10/27] bump polkadot versions on all pkgs --- moonbeam-types-bundle/package.json | 10 +- moonbeam-types-bundle/pnpm-lock.yaml | 956 -- test/pnpm-lock.yaml => pnpm-lock.yaml | 16440 +++++++++++++----------- test/package.json | 12 +- typescript-api/package-lock.json | 2228 ---- typescript-api/package.json | 12 +- typescript-api/pnpm-lock.yaml | 1581 --- 7 files changed, 8839 insertions(+), 12400 deletions(-) delete mode 100644 moonbeam-types-bundle/pnpm-lock.yaml rename test/pnpm-lock.yaml => pnpm-lock.yaml (65%) delete mode 100644 typescript-api/package-lock.json delete mode 100644 typescript-api/pnpm-lock.yaml diff --git a/moonbeam-types-bundle/package.json b/moonbeam-types-bundle/package.json index b7b9694fb5..44fc78b6af 100644 --- a/moonbeam-types-bundle/package.json +++ b/moonbeam-types-bundle/package.json @@ -36,11 +36,11 @@ }, "dependencies": { "@polkadot/api": "14.0.1", - "@polkadot/api-base": "13.0.1", - "@polkadot/rpc-core": "13.0.1", - "@polkadot/typegen": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", + "@polkadot/api-base": "14.0.1", + "@polkadot/rpc-core": "14.0.1", + "@polkadot/typegen": "14.0.1", + "@polkadot/types": "14.0.1", + "@polkadot/types-codec": "14.0.1", "prettier": "2.8.8", "typescript": "5.6.2" } diff --git a/moonbeam-types-bundle/pnpm-lock.yaml b/moonbeam-types-bundle/pnpm-lock.yaml deleted file mode 100644 index f2604d36c0..0000000000 --- a/moonbeam-types-bundle/pnpm-lock.yaml +++ /dev/null @@ -1,956 +0,0 @@ -lockfileVersion: '9.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -importers: - - .: - dependencies: - '@polkadot/api': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/api-base': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/rpc-core': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/typegen': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types-codec': - specifier: 13.0.1 - version: 13.0.1 - prettier: - specifier: 2.8.8 - version: 2.8.8 - typescript: - specifier: 5.6.2 - version: 5.6.2 - -packages: - - '@noble/curves@1.6.0': - resolution: {integrity: sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==} - engines: {node: ^14.21.3 || >=16} - - '@noble/hashes@1.5.0': - resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} - engines: {node: ^14.21.3 || >=16} - - '@polkadot-api/json-rpc-provider-proxy@0.1.0': - resolution: {integrity: sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==} - - '@polkadot-api/json-rpc-provider@0.0.1': - resolution: {integrity: sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==} - - '@polkadot-api/metadata-builders@0.3.2': - resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} - - '@polkadot-api/observable-client@0.3.2': - resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} - peerDependencies: - '@polkadot-api/substrate-client': 0.1.4 - rxjs: '>=7.8.0' - - '@polkadot-api/substrate-bindings@0.6.0': - resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} - - '@polkadot-api/substrate-client@0.1.4': - resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} - - '@polkadot-api/utils@0.1.0': - resolution: {integrity: sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==} - - '@polkadot/api-augment@13.0.1': - resolution: {integrity: sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==} - engines: {node: '>=18'} - - '@polkadot/api-base@13.0.1': - resolution: {integrity: sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==} - engines: {node: '>=18'} - - '@polkadot/api-derive@13.0.1': - resolution: {integrity: sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==} - engines: {node: '>=18'} - - '@polkadot/api@13.0.1': - resolution: {integrity: sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==} - engines: {node: '>=18'} - - '@polkadot/keyring@13.1.1': - resolution: {integrity: sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1 - - '@polkadot/networks@13.1.1': - resolution: {integrity: sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==} - engines: {node: '>=18'} - - '@polkadot/rpc-augment@13.0.1': - resolution: {integrity: sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==} - engines: {node: '>=18'} - - '@polkadot/rpc-core@13.0.1': - resolution: {integrity: sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==} - engines: {node: '>=18'} - - '@polkadot/rpc-provider@13.0.1': - resolution: {integrity: sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==} - engines: {node: '>=18'} - - '@polkadot/typegen@13.0.1': - resolution: {integrity: sha512-7rK7JVdfNQH7OdrVIZo5uci4Cl5G3MndKfIVGEx+Z4SdoJMlBdA1Ve3hOVyVsOZ8udUdQC7B6bLr+2WGZ5IVyw==} - engines: {node: '>=18'} - hasBin: true - - '@polkadot/types-augment@13.0.1': - resolution: {integrity: sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==} - engines: {node: '>=18'} - - '@polkadot/types-codec@13.0.1': - resolution: {integrity: sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==} - engines: {node: '>=18'} - - '@polkadot/types-create@13.0.1': - resolution: {integrity: sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==} - engines: {node: '>=18'} - - '@polkadot/types-known@13.0.1': - resolution: {integrity: sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==} - engines: {node: '>=18'} - - '@polkadot/types-support@13.0.1': - resolution: {integrity: sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==} - engines: {node: '>=18'} - - '@polkadot/types@13.0.1': - resolution: {integrity: sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==} - engines: {node: '>=18'} - - '@polkadot/util-crypto@13.1.1': - resolution: {integrity: sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - - '@polkadot/util@13.1.1': - resolution: {integrity: sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==} - engines: {node: '>=18'} - - '@polkadot/wasm-bridge@7.3.2': - resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-crypto-asmjs@7.3.2': - resolution: {integrity: sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/wasm-crypto-init@7.3.2': - resolution: {integrity: sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-crypto-wasm@7.3.2': - resolution: {integrity: sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/wasm-crypto@7.3.2': - resolution: {integrity: sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-util@7.3.2': - resolution: {integrity: sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/x-bigint@13.1.1': - resolution: {integrity: sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==} - engines: {node: '>=18'} - - '@polkadot/x-fetch@13.1.1': - resolution: {integrity: sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==} - engines: {node: '>=18'} - - '@polkadot/x-global@13.1.1': - resolution: {integrity: sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==} - engines: {node: '>=18'} - - '@polkadot/x-randomvalues@13.1.1': - resolution: {integrity: sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': '*' - - '@polkadot/x-textdecoder@13.1.1': - resolution: {integrity: sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==} - engines: {node: '>=18'} - - '@polkadot/x-textencoder@13.1.1': - resolution: {integrity: sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==} - engines: {node: '>=18'} - - '@polkadot/x-ws@13.1.1': - resolution: {integrity: sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==} - engines: {node: '>=18'} - - '@scure/base@1.1.8': - resolution: {integrity: sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==} - - '@substrate/connect-extension-protocol@2.1.0': - resolution: {integrity: sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==} - - '@substrate/connect-known-chains@1.4.0': - resolution: {integrity: sha512-p/mxn1GobtxJ+7xbIkUH4+/njH1neRHHKTcSGHNOC78Cf6Ch1Xzp082+nMjOBDLQLmraK5PF74AKV3WXHGuALw==} - - '@substrate/connect@0.8.11': - resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} - deprecated: versions below 1.x are no longer maintained - - '@substrate/light-client-extension-helpers@1.0.0': - resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} - peerDependencies: - smoldot: 2.x - - '@substrate/ss58-registry@1.50.0': - resolution: {integrity: sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==} - - '@types/bn.js@5.1.6': - resolution: {integrity: sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==} - - '@types/node@22.5.5': - resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} - - ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} - - ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} - - bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - - cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} - - color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} - - color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - - data-uri-to-buffer@4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} - engines: {node: '>= 12'} - - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - - escalade@3.2.0: - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} - engines: {node: '>=6'} - - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} - - fetch-blob@3.2.0: - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} - engines: {node: ^12.20 || >= 14.13} - - formdata-polyfill@4.0.10: - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} - engines: {node: '>=12.20.0'} - - get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - - handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} - hasBin: true - - is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} - - json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - - minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - - mock-socket@9.3.1: - resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==} - engines: {node: '>= 8'} - - ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - - neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - - nock@13.5.5: - resolution: {integrity: sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==} - engines: {node: '>= 10.13'} - - node-domexception@1.0.0: - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} - engines: {node: '>=10.5.0'} - - node-fetch@3.3.2: - resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - - prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} - hasBin: true - - propagate@2.0.1: - resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} - engines: {node: '>= 8'} - - require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - - rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - - scale-ts@1.6.0: - resolution: {integrity: sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==} - - smoldot@2.0.26: - resolution: {integrity: sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==} - - source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - - string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} - - strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} - - tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - - typescript@5.6.2: - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} - engines: {node: '>=14.17'} - hasBin: true - - uglify-js@3.19.3: - resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} - engines: {node: '>=0.8.0'} - hasBin: true - - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - - web-streams-polyfill@3.3.3: - resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} - engines: {node: '>= 8'} - - wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - - wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} - - ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - - yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} - - yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} - -snapshots: - - '@noble/curves@1.6.0': - dependencies: - '@noble/hashes': 1.5.0 - - '@noble/hashes@1.5.0': {} - - '@polkadot-api/json-rpc-provider-proxy@0.1.0': - optional: true - - '@polkadot-api/json-rpc-provider@0.0.1': - optional: true - - '@polkadot-api/metadata-builders@0.3.2': - dependencies: - '@polkadot-api/substrate-bindings': 0.6.0 - '@polkadot-api/utils': 0.1.0 - optional: true - - '@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1)': - dependencies: - '@polkadot-api/metadata-builders': 0.3.2 - '@polkadot-api/substrate-bindings': 0.6.0 - '@polkadot-api/substrate-client': 0.1.4 - '@polkadot-api/utils': 0.1.0 - rxjs: 7.8.1 - optional: true - - '@polkadot-api/substrate-bindings@0.6.0': - dependencies: - '@noble/hashes': 1.5.0 - '@polkadot-api/utils': 0.1.0 - '@scure/base': 1.1.8 - scale-ts: 1.6.0 - optional: true - - '@polkadot-api/substrate-client@0.1.4': - dependencies: - '@polkadot-api/json-rpc-provider': 0.0.1 - '@polkadot-api/utils': 0.1.0 - optional: true - - '@polkadot-api/utils@0.1.0': - optional: true - - '@polkadot/api-augment@13.0.1': - dependencies: - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-base@13.0.1': - dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/util': 13.1.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-derive@13.0.1': - dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api@13.0.1': - dependencies: - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/api-derive': 13.0.1 - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/types-known': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - tslib: 2.7.0 - - '@polkadot/networks@13.1.1': - dependencies: - '@polkadot/util': 13.1.1 - '@substrate/ss58-registry': 1.50.0 - tslib: 2.7.0 - - '@polkadot/rpc-augment@13.0.1': - dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-core@13.0.1': - dependencies: - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/util': 13.1.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-provider@13.0.1': - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/types': 13.0.1 - '@polkadot/types-support': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - '@polkadot/x-fetch': 13.1.1 - '@polkadot/x-global': 13.1.1 - '@polkadot/x-ws': 13.1.1 - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.5 - tslib: 2.7.0 - optionalDependencies: - '@substrate/connect': 0.8.11 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/typegen@13.0.1': - dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-augment': 13.0.1 - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/types-support': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - '@polkadot/x-ws': 13.1.1 - handlebars: 4.7.8 - tslib: 2.7.0 - yargs: 17.7.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/types-augment@13.0.1': - dependencies: - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-codec@13.0.1': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/x-bigint': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-create@13.0.1': - dependencies: - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-known@13.0.1': - dependencies: - '@polkadot/networks': 13.1.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-support@13.0.1': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types@13.0.1': - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - - '@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1)': - dependencies: - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 - '@polkadot/networks': 13.1.1 - '@polkadot/util': 13.1.1 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-bigint': 13.1.1 - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - '@scure/base': 1.1.8 - tslib: 2.7.0 - - '@polkadot/util@13.1.1': - dependencies: - '@polkadot/x-bigint': 13.1.1 - '@polkadot/x-global': 13.1.1 - '@polkadot/x-textdecoder': 13.1.1 - '@polkadot/x-textencoder': 13.1.1 - '@types/bn.js': 5.1.6 - bn.js: 5.2.1 - tslib: 2.7.0 - - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - tslib: 2.7.0 - - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-bigint@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-fetch@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - node-fetch: 3.3.2 - tslib: 2.7.0 - - '@polkadot/x-global@13.1.1': - dependencies: - tslib: 2.7.0 - - '@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-textdecoder@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-textencoder@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-ws@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - ws: 8.18.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - - '@scure/base@1.1.8': {} - - '@substrate/connect-extension-protocol@2.1.0': - optional: true - - '@substrate/connect-known-chains@1.4.0': - optional: true - - '@substrate/connect@0.8.11': - dependencies: - '@substrate/connect-extension-protocol': 2.1.0 - '@substrate/connect-known-chains': 1.4.0 - '@substrate/light-client-extension-helpers': 1.0.0(smoldot@2.0.26) - smoldot: 2.0.26 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - optional: true - - '@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26)': - dependencies: - '@polkadot-api/json-rpc-provider': 0.0.1 - '@polkadot-api/json-rpc-provider-proxy': 0.1.0 - '@polkadot-api/observable-client': 0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1) - '@polkadot-api/substrate-client': 0.1.4 - '@substrate/connect-extension-protocol': 2.1.0 - '@substrate/connect-known-chains': 1.4.0 - rxjs: 7.8.1 - smoldot: 2.0.26 - optional: true - - '@substrate/ss58-registry@1.50.0': {} - - '@types/bn.js@5.1.6': - dependencies: - '@types/node': 22.5.5 - - '@types/node@22.5.5': - dependencies: - undici-types: 6.19.8 - - ansi-regex@5.0.1: {} - - ansi-styles@4.3.0: - dependencies: - color-convert: 2.0.1 - - bn.js@5.2.1: {} - - cliui@8.0.1: - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - - color-convert@2.0.1: - dependencies: - color-name: 1.1.4 - - color-name@1.1.4: {} - - data-uri-to-buffer@4.0.1: {} - - debug@4.3.7: - dependencies: - ms: 2.1.3 - - emoji-regex@8.0.0: {} - - escalade@3.2.0: {} - - eventemitter3@5.0.1: {} - - fetch-blob@3.2.0: - dependencies: - node-domexception: 1.0.0 - web-streams-polyfill: 3.3.3 - - formdata-polyfill@4.0.10: - dependencies: - fetch-blob: 3.2.0 - - get-caller-file@2.0.5: {} - - handlebars@4.7.8: - dependencies: - minimist: 1.2.8 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.19.3 - - is-fullwidth-code-point@3.0.0: {} - - json-stringify-safe@5.0.1: {} - - minimist@1.2.8: {} - - mock-socket@9.3.1: {} - - ms@2.1.3: {} - - neo-async@2.6.2: {} - - nock@13.5.5: - dependencies: - debug: 4.3.7 - json-stringify-safe: 5.0.1 - propagate: 2.0.1 - transitivePeerDependencies: - - supports-color - - node-domexception@1.0.0: {} - - node-fetch@3.3.2: - dependencies: - data-uri-to-buffer: 4.0.1 - fetch-blob: 3.2.0 - formdata-polyfill: 4.0.10 - - prettier@2.8.8: {} - - propagate@2.0.1: {} - - require-directory@2.1.1: {} - - rxjs@7.8.1: - dependencies: - tslib: 2.7.0 - - scale-ts@1.6.0: - optional: true - - smoldot@2.0.26: - dependencies: - ws: 8.18.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - optional: true - - source-map@0.6.1: {} - - string-width@4.2.3: - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.1 - - strip-ansi@6.0.1: - dependencies: - ansi-regex: 5.0.1 - - tslib@2.7.0: {} - - typescript@5.6.2: {} - - uglify-js@3.19.3: - optional: true - - undici-types@6.19.8: {} - - web-streams-polyfill@3.3.3: {} - - wordwrap@1.0.0: {} - - wrap-ansi@7.0.0: - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - - ws@8.18.0: {} - - y18n@5.0.8: {} - - yargs-parser@21.1.1: {} - - yargs@17.7.2: - dependencies: - cliui: 8.0.1 - escalade: 3.2.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 diff --git a/test/pnpm-lock.yaml b/pnpm-lock.yaml similarity index 65% rename from test/pnpm-lock.yaml rename to pnpm-lock.yaml index e8f491a474..f8904cd1d1 100644 --- a/test/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,897 +1,6590 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - '@acala-network/chopsticks': - specifier: 0.16.1 - version: 0.16.1(debug@4.3.7) - '@moonbeam-network/api-augment': - specifier: 0.2902.0 - version: 0.2902.0 - '@moonwall/cli': - specifier: 5.3.3 - version: 5.3.3(@acala-network/chopsticks@0.16.1)(@polkadot/api@13.0.1)(@types/node@22.7.0)(@vitest/ui@2.1.1)(typescript@5.6.2)(vitest@2.1.1) - '@moonwall/util': - specifier: 5.3.3 - version: 5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2)(vitest@2.1.1) - '@openzeppelin/contracts': - specifier: 4.9.6 - version: 4.9.6 - '@polkadot-api/merkleize-metadata': - specifier: 1.1.4 - version: 1.1.4 - '@polkadot/api': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/api-augment': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/api-derive': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/apps-config': - specifier: 0.143.2 - version: 0.143.2(@polkadot/keyring@13.1.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) - '@polkadot/keyring': - specifier: 13.1.1 - version: 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/rpc-provider': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types-codec': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/util': - specifier: 13.1.1 - version: 13.1.1 - '@polkadot/util-crypto': - specifier: 13.1.1 - version: 13.1.1(@polkadot/util@13.1.1) - '@substrate/txwrapper-core': - specifier: 7.5.1 - version: 7.5.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@substrate/txwrapper-substrate': - specifier: 7.5.1 - version: 7.5.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@vitest/ui': - specifier: 2.1.1 - version: 2.1.1(vitest@2.1.1) - '@zombienet/utils': - specifier: 0.0.25 - version: 0.0.25(@types/node@22.7.0)(typescript@5.6.2) - chalk: - specifier: 5.3.0 - version: 5.3.0 - eth-object: - specifier: github:aurora-is-near/eth-object#master - version: github.com/aurora-is-near/eth-object/378b8dbf44a71f7049666cea5a16ab88d45aed06 - ethers: - specifier: 6.13.2 - version: 6.13.2 - json-bigint: - specifier: 1.0.0 - version: 1.0.0 - json-stable-stringify: - specifier: 1.1.1 - version: 1.1.1 - merkle-patricia-tree: - specifier: 4.2.4 - version: 4.2.4 - node-fetch: - specifier: 3.3.2 - version: 3.3.2 - octokit: - specifier: ^4.0.2 - version: 4.0.2 - randomness: - specifier: 1.6.14 - version: 1.6.14 - rlp: - specifier: 3.0.0 - version: 3.0.0 - semver: - specifier: 7.6.3 - version: 7.6.3 - solc: - specifier: 0.8.25 - version: 0.8.25(debug@4.3.7) - tsx: - specifier: 4.16.2 - version: 4.16.2 - viem: - specifier: 2.21.14 - version: 2.21.14(typescript@5.6.2) - vitest: - specifier: 2.1.1 - version: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1) - web3: - specifier: 4.13.0 - version: 4.13.0(typescript@5.6.2) - yaml: - specifier: 2.5.1 - version: 2.5.1 - -devDependencies: - '@types/debug': - specifier: 4.1.12 - version: 4.1.12 - '@types/json-bigint': - specifier: ^1.0.4 - version: 1.0.4 - '@types/node': - specifier: 22.7.0 - version: 22.7.0 - '@types/semver': - specifier: 7.5.8 - version: 7.5.8 - '@types/yargs': - specifier: 17.0.33 - version: 17.0.33 - '@typescript-eslint/eslint-plugin': - specifier: 7.5.0 - version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.6.2) - '@typescript-eslint/parser': - specifier: 7.5.0 - version: 7.5.0(eslint@8.57.0)(typescript@5.6.2) - bottleneck: - specifier: 2.19.5 - version: 2.19.5 - debug: - specifier: 4.3.7 - version: 4.3.7(supports-color@8.1.1) - eslint: - specifier: 8.57.0 - version: 8.57.0 - eslint-plugin-unused-imports: - specifier: 3.1.0 - version: 3.1.0(@typescript-eslint/eslint-plugin@7.5.0)(eslint@8.57.0) - prettier: - specifier: 2.8.8 - version: 2.8.8 - typescript: - specifier: 5.6.2 - version: 5.6.2 - yargs: - specifier: 17.7.2 - version: 17.7.2 +importers: + + moonbeam-types-bundle: + dependencies: + '@polkadot/api': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/typegen': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': + specifier: 14.0.1 + version: 14.0.1 + '@polkadot/types-codec': + specifier: 14.0.1 + version: 14.0.1 + prettier: + specifier: 2.8.8 + version: 2.8.8 + typescript: + specifier: 5.6.2 + version: 5.6.2 + + test: + dependencies: + '@acala-network/chopsticks': + specifier: 0.16.1 + version: 0.16.1(bufferutil@4.0.8)(debug@4.3.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10) + '@moonbeam-network/api-augment': + specifier: workspace:* + version: link:../typescript-api + '@moonwall/cli': + specifier: 5.3.3 + version: 5.3.3(@acala-network/chopsticks@0.16.1(bufferutil@4.0.8)(debug@4.3.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10))(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@types/node@22.7.0)(@vitest/ui@2.1.1(vitest@2.1.1))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(zod@3.23.8) + '@moonwall/util': + specifier: 5.3.3 + version: 5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(zod@3.23.8) + '@openzeppelin/contracts': + specifier: 4.9.6 + version: 4.9.6 + '@polkadot-api/merkleize-metadata': + specifier: 1.1.4 + version: 1.1.4 + '@polkadot/api': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/apps-config': + specifier: 0.143.2 + version: 0.143.2(@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1))(bufferutil@4.0.8)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-is@16.13.1)(react@18.3.1)(utf-8-validate@5.0.10) + '@polkadot/keyring': + specifier: 13.1.1 + version: 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/rpc-provider': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': + specifier: 14.0.1 + version: 14.0.1 + '@polkadot/types-codec': + specifier: 14.0.1 + version: 14.0.1 + '@polkadot/util': + specifier: 13.1.1 + version: 13.1.1 + '@polkadot/util-crypto': + specifier: 13.1.1 + version: 13.1.1(@polkadot/util@13.1.1) + '@substrate/txwrapper-core': + specifier: 7.5.1 + version: 7.5.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@substrate/txwrapper-substrate': + specifier: 7.5.1 + version: 7.5.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@vitest/ui': + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1) + '@zombienet/utils': + specifier: 0.0.25 + version: 0.0.25(@types/node@22.7.0)(chokidar@3.6.0)(typescript@5.6.2) + chalk: + specifier: 5.3.0 + version: 5.3.0 + eth-object: + specifier: github:aurora-is-near/eth-object#master + version: https://codeload.github.com/aurora-is-near/eth-object/tar.gz/378b8dbf44a71f7049666cea5a16ab88d45aed06(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + ethers: + specifier: 6.13.2 + version: 6.13.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + json-bigint: + specifier: 1.0.0 + version: 1.0.0 + json-stable-stringify: + specifier: 1.1.1 + version: 1.1.1 + merkle-patricia-tree: + specifier: 4.2.4 + version: 4.2.4 + node-fetch: + specifier: 3.3.2 + version: 3.3.2 + octokit: + specifier: ^4.0.2 + version: 4.0.2 + randomness: + specifier: 1.6.14 + version: 1.6.14 + rlp: + specifier: 3.0.0 + version: 3.0.0 + semver: + specifier: 7.6.3 + version: 7.6.3 + solc: + specifier: 0.8.25 + version: 0.8.25(debug@4.3.7) + tsx: + specifier: 4.16.2 + version: 4.16.2 + viem: + specifier: 2.21.14 + version: 2.21.14(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + vitest: + specifier: 2.1.1 + version: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + web3: + specifier: 4.13.0 + version: 4.13.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + yaml: + specifier: 2.5.1 + version: 2.5.1 + devDependencies: + '@types/debug': + specifier: 4.1.12 + version: 4.1.12 + '@types/json-bigint': + specifier: ^1.0.4 + version: 1.0.4 + '@types/node': + specifier: 22.7.0 + version: 22.7.0 + '@types/semver': + specifier: 7.5.8 + version: 7.5.8 + '@types/yargs': + specifier: 17.0.33 + version: 17.0.33 + '@typescript-eslint/eslint-plugin': + specifier: 7.5.0 + version: 7.5.0(@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2) + '@typescript-eslint/parser': + specifier: 7.5.0 + version: 7.5.0(eslint@8.57.0)(typescript@5.6.2) + bottleneck: + specifier: 2.19.5 + version: 2.19.5 + debug: + specifier: 4.3.7 + version: 4.3.7(supports-color@8.1.1) + eslint: + specifier: 8.57.0 + version: 8.57.0 + eslint-plugin-unused-imports: + specifier: 3.1.0 + version: 3.1.0(@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0) + prettier: + specifier: 2.8.8 + version: 2.8.8 + typescript: + specifier: 5.6.2 + version: 5.6.2 + yargs: + specifier: 17.7.2 + version: 17.7.2 + + typescript-api: + dependencies: + '@polkadot/api': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/typegen': + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': + specifier: 14.0.1 + version: 14.0.1 + '@polkadot/types-codec': + specifier: 14.0.1 + version: 14.0.1 + '@types/node': + specifier: ^22.5.5 + version: 22.7.4 + prettier: + specifier: 2.8.8 + version: 2.8.8 + prettier-plugin-jsdoc: + specifier: ^0.3.38 + version: 0.3.38(prettier@2.8.8) + tsx: + specifier: ^4.19.1 + version: 4.19.1 + typescript: + specifier: ^5.6.2 + version: 5.6.2 packages: - /@acala-network/chopsticks-core@0.16.1: + '@acala-network/chopsticks-core@0.16.1': resolution: {integrity: sha512-1pOw0Avji/ejOE90gN9F/6nTt9+cr683vBLC8rg6YYGwgKlCK0DLaU+wGMFYklSVfhyGVpaZj333LAnrCKYi+g==} - dependencies: - '@acala-network/chopsticks-executor': 0.16.1 - '@polkadot/rpc-provider': 12.4.2 - '@polkadot/types': 12.4.2 - '@polkadot/types-codec': 12.4.2 - '@polkadot/types-known': 12.4.2 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - comlink: 4.4.1 - eventemitter3: 5.0.1 - lodash: 4.17.21 - lru-cache: 10.3.0 - pino: 8.21.0 - pino-pretty: 11.2.1 - rxjs: 7.8.1 - zod: 3.23.8 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /@acala-network/chopsticks-db@0.16.1: + '@acala-network/chopsticks-db@0.16.1': resolution: {integrity: sha512-FV4LTxou7pn6drVyr5jWB6T16Sfa3s74L+XHVOZO1NERzjwXtCJsoKnqtppcyB4awNm+UIqFBIOE4kgfIUvwOw==} - dependencies: - '@acala-network/chopsticks-core': 0.16.1 - '@polkadot/util': 13.1.1 - idb: 8.0.0 - sqlite3: 5.1.7 - typeorm: 0.3.20(sqlite3@5.1.7) - transitivePeerDependencies: - - '@google-cloud/spanner' - - '@sap/hana-client' - - better-sqlite3 - - bluebird - - bufferutil - - hdb-pool - - ioredis - - mongodb - - mssql - - mysql2 - - oracledb - - pg - - pg-native - - pg-query-stream - - redis - - sql.js - - supports-color - - ts-node - - typeorm-aurora-data-api-driver - - utf-8-validate - dev: false - /@acala-network/chopsticks-executor@0.16.1: + '@acala-network/chopsticks-executor@0.16.1': resolution: {integrity: sha512-sSBTtr661XqbgXYjxLQCoWZZfd30RdZUiwIHqGr9l48jshlR1jC+QMt39XL3pV3nBh0jv7bTxt8P242ZbJ4ktA==} - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - dev: false - /@acala-network/chopsticks@0.16.1(debug@4.3.7): + '@acala-network/chopsticks@0.16.1': resolution: {integrity: sha512-9gWKIFDns3R7QmmNOOtRW4+RSOLav8dpIzNjTLGoUSY2MXe1iU207+bLiooXFja4sRyJIQ2RwDvCdPIzAxTXcA==} hasBin: true - dependencies: - '@acala-network/chopsticks-core': 0.16.1 - '@acala-network/chopsticks-db': 0.16.1 - '@pnpm/npm-conf': 2.2.2 - '@polkadot/api': 12.4.2 - '@polkadot/api-augment': 12.4.2 - '@polkadot/rpc-provider': 12.4.2 - '@polkadot/types': 12.4.2 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - axios: 1.7.7(debug@4.3.7) - comlink: 4.4.1 - dotenv: 16.4.5 - global-agent: 3.0.0 - js-yaml: 4.1.0 - jsondiffpatch: 0.5.0 - lodash: 4.17.21 - ws: 8.18.0 - yargs: 17.7.2 - zod: 3.23.8 - transitivePeerDependencies: - - '@google-cloud/spanner' - - '@sap/hana-client' - - better-sqlite3 - - bluebird - - bufferutil - - debug - - hdb-pool - - ioredis - - mongodb - - mssql - - mysql2 - - oracledb - - pg - - pg-native - - pg-query-stream - - redis - - sql.js - - supports-color - - ts-node - - typeorm-aurora-data-api-driver - - utf-8-validate - dev: false - /@acala-network/type-definitions@5.1.2(@polkadot/types@12.4.2): + '@acala-network/type-definitions@5.1.2': resolution: {integrity: sha512-di3HH8Zn8i1jkQkQiwc44A8ovN9MvK5HwcNV3ngvW3TeF0dHbpHBQHdElJYpVge5IaEyhQ0kWihIEnVqpw4G9A==} peerDependencies: '@polkadot/types': ^10.5.1 - dependencies: - '@polkadot/types': 12.4.2 - dev: false - /@adraffy/ens-normalize@1.10.0: + '@adraffy/ens-normalize@1.10.0': resolution: {integrity: sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==} - dev: false - /@adraffy/ens-normalize@1.10.1: + '@adraffy/ens-normalize@1.10.1': resolution: {integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==} - dev: false - /@asamuzakjp/dom-selector@2.0.2: + '@adraffy/ens-normalize@1.11.0': + resolution: {integrity: sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==} + + '@asamuzakjp/dom-selector@2.0.2': resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} - dependencies: - bidi-js: 1.0.3 - css-tree: 2.3.1 - is-potential-custom-element-name: 1.0.1 - dev: false - /@babel/helper-string-parser@7.24.7: - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} + '@babel/helper-string-parser@7.25.7': + resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} engines: {node: '>=6.9.0'} - dev: false - /@babel/helper-validator-identifier@7.24.7: - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} + '@babel/helper-validator-identifier@7.25.7': + resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} engines: {node: '>=6.9.0'} - dev: false - /@babel/parser@7.24.7: - resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} + '@babel/parser@7.25.7': + resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==} engines: {node: '>=6.0.0'} hasBin: true - dependencies: - '@babel/types': 7.24.7 - dev: false - /@babel/runtime@7.25.6: - resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} + '@babel/runtime@7.25.7': + resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==} engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.1 - dev: false - /@babel/types@7.24.7: - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} + '@babel/types@7.25.7': + resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - dev: false - /@bifrost-finance/type-definitions@1.11.3(@polkadot/api@12.4.2): + '@bifrost-finance/type-definitions@1.11.3': resolution: {integrity: sha512-mNW+FfvKZqa1axChEd1ReRpw3P8siiW28YQ8BBJpR2syZqb5cJWOG4Sr/dj3lBcBNQqcqnAUkZPnBxQj8+Ftvg==} peerDependencies: '@polkadot/api': ^10.7.3 - dependencies: - '@polkadot/api': 12.4.2 - dev: false - /@colors/colors@1.5.0: + '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - requiresBuild: true - dev: false - optional: true - /@crustio/type-definitions@1.3.0: + '@crustio/type-definitions@1.3.0': resolution: {integrity: sha512-xdW6npZTmWfDzZEVCMjRK7f7wQrU/cgIltGlvnXY2AFD2m9uBW+s6/lx9YHuLbk7y3NrrQwbp3owFuGw4A2hNw==} - dependencies: - '@open-web3/orml-type-definitions': 0.9.4-38 - dev: false - /@cspotcode/source-map-support@0.8.1: + '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} - dependencies: - '@jridgewell/trace-mapping': 0.3.9 - dev: false - /@darwinia/types-known@2.8.10: + '@darwinia/types-known@2.8.10': resolution: {integrity: sha512-bdNzf1gOw0is3PvcQJXkjf5jp8j0pT0wDxamkwLdajMymWgi0cReReDlhmGNx4Qvq6gy3TVJ9aok0Nsrr4sjKg==} - dev: false - /@darwinia/types@2.8.10: + '@darwinia/types@2.8.10': resolution: {integrity: sha512-Iz1Bz06doQ8WXSiVmGIANBxYOh8s3pMUfL97rnxq55MH2Qf6291GzYv9Or18GQ3A0j7yhkBbqnFN6Q8BDwzLYQ==} - dev: false - /@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): + '@digitalnative/type-definitions@1.1.27': resolution: {integrity: sha512-xzkcPX/yv4oYp7OzlkfozVR1KDwqLjQFJhIPLJp3zuVudGFo4I+spwFQmWQswcxgZI1HGoQGVePzEqAQIRZtVQ==} - dependencies: - '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/types': 4.17.1 - transitivePeerDependencies: - - '@polkadot/util' - - '@polkadot/util-crypto' - dev: false - /@docknetwork/node-types@0.16.0: + '@docknetwork/node-types@0.16.0': resolution: {integrity: sha512-VUZB8guX9161hDIEVn/UKJEUlXjIDE6vH5flx6uDHVc0QOhBy1bq6AGLayG4ZH19dCN39ta2sKGIFq9wLO4H2A==} engines: {node: '>=14.0.0'} - dev: false - /@edgeware/node-types@3.6.2-wako: + '@edgeware/node-types@3.6.2-wako': resolution: {integrity: sha512-kBGCoWoRSUOj864BiTwHGfsfuhGr2ycWEsjw9FB2VdJ5esJDVq3K6WZs/J2rtrtybKJWADqIp5K0ptDBlg1XqA==} engines: {node: '>=14.0.0'} - dev: false - /@emotion/is-prop-valid@1.2.2: + '@emotion/is-prop-valid@1.2.2': resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} - dependencies: - '@emotion/memoize': 0.8.1 - dev: false - /@emotion/memoize@0.8.1: + '@emotion/memoize@0.8.1': resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} - dev: false - /@emotion/unitless@0.8.1: + '@emotion/unitless@0.8.1': resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} - dev: false - /@equilab/definitions@1.4.18: + '@equilab/definitions@1.4.18': resolution: {integrity: sha512-rFEPaHmdn5I1QItbQun9H/x+o3hgjA6kLYLrNN6nl/ndtQMY2tqx/mQfcGIlKA1xVmyn9mUAqD8G0P/nBHD3yA==} - dev: false - /@esbuild/aix-ppc64@0.19.12: - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} + '@esbuild/aix-ppc64@0.21.5': + resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] - requiresBuild: true - dev: false - optional: true - /@esbuild/aix-ppc64@0.21.5: - resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} - engines: {node: '>=12'} + '@esbuild/aix-ppc64@0.23.1': + resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} + engines: {node: '>=18'} cpu: [ppc64] os: [aix] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-arm64@0.19.12: - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} + '@esbuild/android-arm64@0.21.5': + resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} cpu: [arm64] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-arm64@0.21.5: - resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} - engines: {node: '>=12'} + '@esbuild/android-arm64@0.23.1': + resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} + engines: {node: '>=18'} cpu: [arm64] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-arm@0.19.12: - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} + '@esbuild/android-arm@0.21.5': + resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} cpu: [arm] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-arm@0.21.5: - resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} - engines: {node: '>=12'} + '@esbuild/android-arm@0.23.1': + resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} + engines: {node: '>=18'} cpu: [arm] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-x64@0.19.12: - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} + '@esbuild/android-x64@0.21.5': + resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} cpu: [x64] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/android-x64@0.21.5: - resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} - engines: {node: '>=12'} + '@esbuild/android-x64@0.23.1': + resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} + engines: {node: '>=18'} cpu: [x64] os: [android] - requiresBuild: true - dev: false - optional: true - /@esbuild/darwin-arm64@0.19.12: - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} + '@esbuild/darwin-arm64@0.21.5': + resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@esbuild/darwin-arm64@0.21.5: - resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} - engines: {node: '>=12'} + '@esbuild/darwin-arm64@0.23.1': + resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} + engines: {node: '>=18'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@esbuild/darwin-x64@0.19.12: - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} + '@esbuild/darwin-x64@0.21.5': + resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@esbuild/darwin-x64@0.21.5: - resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} - engines: {node: '>=12'} + '@esbuild/darwin-x64@0.23.1': + resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} + engines: {node: '>=18'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@esbuild/freebsd-arm64@0.19.12: - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} + '@esbuild/freebsd-arm64@0.21.5': + resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/freebsd-arm64@0.21.5: - resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} - engines: {node: '>=12'} + '@esbuild/freebsd-arm64@0.23.1': + resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} + engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/freebsd-x64@0.19.12: - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} + '@esbuild/freebsd-x64@0.21.5': + resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/freebsd-x64@0.21.5: - resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} - engines: {node: '>=12'} + '@esbuild/freebsd-x64@0.23.1': + resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} + engines: {node: '>=18'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-arm64@0.19.12: - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} + '@esbuild/linux-arm64@0.21.5': + resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-arm64@0.21.5: - resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} - engines: {node: '>=12'} + '@esbuild/linux-arm64@0.23.1': + resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} + engines: {node: '>=18'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-arm@0.19.12: - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} + '@esbuild/linux-arm@0.21.5': + resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} cpu: [arm] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-arm@0.21.5: - resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} - engines: {node: '>=12'} + '@esbuild/linux-arm@0.23.1': + resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} + engines: {node: '>=18'} cpu: [arm] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-ia32@0.19.12: - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} + '@esbuild/linux-ia32@0.21.5': + resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-ia32@0.21.5: - resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} - engines: {node: '>=12'} + '@esbuild/linux-ia32@0.23.1': + resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} + engines: {node: '>=18'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-loong64@0.19.12: - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} + '@esbuild/linux-loong64@0.21.5': + resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-loong64@0.21.5: - resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} - engines: {node: '>=12'} + '@esbuild/linux-loong64@0.23.1': + resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} + engines: {node: '>=18'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-mips64el@0.19.12: - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} + '@esbuild/linux-mips64el@0.21.5': + resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-mips64el@0.21.5: - resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} - engines: {node: '>=12'} + '@esbuild/linux-mips64el@0.23.1': + resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} + engines: {node: '>=18'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-ppc64@0.19.12: - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} + '@esbuild/linux-ppc64@0.21.5': + resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-ppc64@0.21.5: - resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} - engines: {node: '>=12'} + '@esbuild/linux-ppc64@0.23.1': + resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} + engines: {node: '>=18'} cpu: [ppc64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-riscv64@0.19.12: - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} + '@esbuild/linux-riscv64@0.21.5': + resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-riscv64@0.21.5: - resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} - engines: {node: '>=12'} + '@esbuild/linux-riscv64@0.23.1': + resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} + engines: {node: '>=18'} cpu: [riscv64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-s390x@0.19.12: - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} + '@esbuild/linux-s390x@0.21.5': + resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} cpu: [s390x] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-s390x@0.21.5: - resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} - engines: {node: '>=12'} + '@esbuild/linux-s390x@0.23.1': + resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} + engines: {node: '>=18'} cpu: [s390x] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-x64@0.19.12: - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} + '@esbuild/linux-x64@0.21.5': + resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/linux-x64@0.21.5: - resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} - engines: {node: '>=12'} + '@esbuild/linux-x64@0.23.1': + resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} + engines: {node: '>=18'} cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@esbuild/netbsd-x64@0.19.12: - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} + '@esbuild/netbsd-x64@0.21.5': + resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/netbsd-x64@0.21.5: - resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} - engines: {node: '>=12'} + '@esbuild/netbsd-x64@0.23.1': + resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} + engines: {node: '>=18'} cpu: [x64] os: [netbsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/openbsd-x64@0.19.12: - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/openbsd-arm64@0.23.1': + resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} + engines: {node: '>=18'} + cpu: [arm64] os: [openbsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/openbsd-x64@0.21.5: + '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] - requiresBuild: true - dev: false - optional: true - /@esbuild/sunos-x64@0.19.12: - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} - engines: {node: '>=12'} + '@esbuild/openbsd-x64@0.23.1': + resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} + engines: {node: '>=18'} cpu: [x64] - os: [sunos] - requiresBuild: true - dev: false - optional: true + os: [openbsd] - /@esbuild/sunos-x64@0.21.5: + '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-arm64@0.19.12: - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} + '@esbuild/sunos-x64@0.23.1': + resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.21.5': + resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} cpu: [arm64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-arm64@0.21.5: - resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} - engines: {node: '>=12'} + '@esbuild/win32-arm64@0.23.1': + resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} + engines: {node: '>=18'} cpu: [arm64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-ia32@0.19.12: - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} + '@esbuild/win32-ia32@0.21.5': + resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-ia32@0.21.5: - resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} - engines: {node: '>=12'} + '@esbuild/win32-ia32@0.23.1': + resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} + engines: {node: '>=18'} cpu: [ia32] os: [win32] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-x64@0.19.12: - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} + '@esbuild/win32-x64@0.21.5': + resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} cpu: [x64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@esbuild/win32-x64@0.21.5: - resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} - engines: {node: '>=12'} + '@esbuild/win32-x64@0.23.1': + resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} + engines: {node: '>=18'} cpu: [x64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): + '@eslint-community/eslint-utils@4.4.0': resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: + + '@eslint-community/regexpp@4.11.1': + resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/eslintrc@2.1.4': + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.0': + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@ethereumjs/common@2.6.5': + resolution: {integrity: sha512-lRyVQOeCDaIVtgfbowla32pzeDv2Obr8oR8Put5RdUBNRGr1VGPGQNGP6elWIpgK3YdpzqTOh4GyUGOureVeeA==} + + '@ethereumjs/rlp@4.0.1': + resolution: {integrity: sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==} + engines: {node: '>=14'} + hasBin: true + + '@ethereumjs/rlp@5.0.2': + resolution: {integrity: sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==} + engines: {node: '>=18'} + hasBin: true + + '@ethereumjs/tx@3.5.2': + resolution: {integrity: sha512-gQDNJWKrSDGu2w7w0PzVXVBNMzb7wwdDOmOqczmhNjqFxFuIbhVJDwiGEnxFNC2/b8ifcZzY7MLcluizohRzNw==} + + '@ethereumjs/util@8.1.0': + resolution: {integrity: sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==} + engines: {node: '>=14'} + + '@ethersproject/abi@5.7.0': + resolution: {integrity: sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==} + + '@ethersproject/abstract-provider@5.7.0': + resolution: {integrity: sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==} + + '@ethersproject/abstract-signer@5.7.0': + resolution: {integrity: sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==} + + '@ethersproject/address@5.7.0': + resolution: {integrity: sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==} + + '@ethersproject/base64@5.7.0': + resolution: {integrity: sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==} + + '@ethersproject/bignumber@5.7.0': + resolution: {integrity: sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==} + + '@ethersproject/bytes@5.7.0': + resolution: {integrity: sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==} + + '@ethersproject/constants@5.7.0': + resolution: {integrity: sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==} + + '@ethersproject/hash@5.7.0': + resolution: {integrity: sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==} + + '@ethersproject/keccak256@5.7.0': + resolution: {integrity: sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==} + + '@ethersproject/logger@5.7.0': + resolution: {integrity: sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==} + + '@ethersproject/networks@5.7.1': + resolution: {integrity: sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==} + + '@ethersproject/properties@5.7.0': + resolution: {integrity: sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==} + + '@ethersproject/rlp@5.7.0': + resolution: {integrity: sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==} + + '@ethersproject/signing-key@5.7.0': + resolution: {integrity: sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==} + + '@ethersproject/strings@5.7.0': + resolution: {integrity: sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==} + + '@ethersproject/transactions@5.7.0': + resolution: {integrity: sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==} + + '@ethersproject/web@5.7.1': + resolution: {integrity: sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==} + + '@fragnova/api-augment@0.1.0-spec-1.0.4-mainnet': + resolution: {integrity: sha512-511tzGJt8BWUVMNqX6NNq4KrGWYBKrLVQ2GKERUi08TtpteEQnFH3Nzh8W6x3dpBG3naZ+V5ue+bEmEB9foRIQ==} + + '@frequency-chain/api-augment@1.11.1': + resolution: {integrity: sha512-CzVjeGrWl8tbTavygZLUICrncjCC54hM5ioJU1Og2OPoX2P4GYf8xoks8MIyj1yOrYX++mzM6Uf0+nCh77QyFw==} + + '@gar/promisify@1.1.3': + resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + + '@humanwhocodes/config-array@0.11.14': + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + deprecated: Use @eslint/object-schema instead + + '@inquirer/figures@1.0.6': + resolution: {integrity: sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==} + engines: {node: '>=18'} + + '@interlay/interbtc-types@1.13.0': + resolution: {integrity: sha512-oUjavcfnX7lxlMd10qGc48/MoATX37TQcuSAZBIUmpCRiJ15hZbQoTAKGgWMPsla3+3YqUAzkWUEVMwUvM1U+w==} + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.9': + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} + + '@kiltprotocol/type-definitions@0.35.1': + resolution: {integrity: sha512-/8jWy2ZTtWeaB5/5G8Yg0KgrqzyctzRricEnUd61Vn99Edm9S2mfNa77LY5SwGZ9mkYuh1OlqGuk9gUa3uER6g==} + engines: {node: '>=16.0'} + + '@laminar/type-definitions@0.3.1': + resolution: {integrity: sha512-QWC2qtvbPIxal+gMfUocZmwK0UsD7Sb0RUm4Hallkp+OXXL+3uBLwztYDLS5LtocOn0tfR//sgpnfsEIEb71Lw==} + + '@logion/node-api@0.27.0-4': + resolution: {integrity: sha512-YOAumRQpacPmX5YUk6jHAi+EAJWKCU3WL4+YQpaKhXv5KoS3n6Iz2fK8qzcD5Gs+AUTg2WLmKH+7Jc5WRnHcig==} + engines: {node: '>=18'} + + '@mangata-finance/type-definitions@2.1.2': + resolution: {integrity: sha512-kr4mVMuQ6DqZ0H72z0YI8tcdlk4XD4vUgRVYYfTJdXFJhRsfS4YRxfs/iiQPNzWKgoQZKcDqsbQD3xz9T1gELw==} + engines: {node: '>=18.0.0'} + peerDependencies: + '@polkadot/types': ^10.9.1 + + '@metaverse-network-sdk/type-definitions@0.0.1-16': + resolution: {integrity: sha512-lo1NbA0gi+Tu23v4cTkN/oxEhQxaf3QxQ2qvUUfTxDU7a1leYp2Bw3IcoUvqHAGb/PPp8bNmYQfAKXsjqp+LZw==} + + '@moonbeam-network/api-augment@0.2902.0': + resolution: {integrity: sha512-lCNc1lUq7kHnTPXvT4W8F2nkxr4UjAEs5LdxXHfrATOt+ZfGfX97/4sZfSRXlVqATrOUw7+sqKM8SL0ci0nx0g==} + engines: {node: '>=14.0.0'} + + '@moonwall/cli@5.3.3': + resolution: {integrity: sha512-iFJ9DnefUrwHS/FCeMrVIlBxbd8P9j3dqBwGeJ/yfNtqaurx3g8Sx3jpSueWjkZ3vozlkGYJFYgtnlXGVzvGNw==} + engines: {node: '>=20', pnpm: '>=7'} + hasBin: true + peerDependencies: + '@acala-network/chopsticks': ^0.9.10 + '@polkadot/api': ^10.11.2 + '@vitest/ui': ^1.2.2 + vitest: ^1.2.2 + + '@moonwall/types@5.3.3': + resolution: {integrity: sha512-gKnX3krFiIwuu/dWzqYaJjf49vzv01Lmm51peFKVJffJi033FC3MoEe5IsqI/FZCCVLD0ks+x3/9iP4U6/ybRA==} + engines: {node: '>=20', pnpm: '>=7'} + peerDependencies: + '@polkadot/api': ^10.12.6 + + '@moonwall/util@5.3.3': + resolution: {integrity: sha512-wiww5T1xtEtxTUPTNlub6tX6yXMqh9jo1++f+Su07SF525zcdGRNGmFUdBGpPW8Bwz4rlbEi87eO7dnNB3Rr1w==} + engines: {node: '>=20', pnpm: '>=7'} + peerDependencies: + '@polkadot/api': ^10.11.2 + vitest: ^1.2.2 + + '@noble/curves@1.2.0': + resolution: {integrity: sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==} + + '@noble/curves@1.4.0': + resolution: {integrity: sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==} + + '@noble/curves@1.4.2': + resolution: {integrity: sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==} + + '@noble/curves@1.6.0': + resolution: {integrity: sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==} + engines: {node: ^14.21.3 || >=16} + + '@noble/ed25519@1.7.3': + resolution: {integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==} + + '@noble/hashes@1.0.0': + resolution: {integrity: sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg==} + + '@noble/hashes@1.2.0': + resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} + + '@noble/hashes@1.3.2': + resolution: {integrity: sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==} + engines: {node: '>= 16'} + + '@noble/hashes@1.4.0': + resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} + engines: {node: '>= 16'} + + '@noble/hashes@1.5.0': + resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} + engines: {node: ^14.21.3 || >=16} + + '@noble/secp256k1@1.5.5': + resolution: {integrity: sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ==} + + '@noble/secp256k1@1.7.1': + resolution: {integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@npmcli/fs@1.1.1': + resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} + + '@npmcli/move-file@1.1.2': + resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} + engines: {node: '>=10'} + deprecated: This functionality has been moved to @npmcli/fs + + '@octokit/app@15.1.0': + resolution: {integrity: sha512-TkBr7QgOmE6ORxvIAhDbZsqPkF7RSqTY4pLTtUQCvr6dTXqvi2fFo46q3h1lxlk/sGMQjqyZ0kEahkD/NyzOHg==} + engines: {node: '>= 18'} + + '@octokit/auth-app@7.1.1': + resolution: {integrity: sha512-kRAd6yelV9OgvlEJE88H0VLlQdZcag9UlLr7dV0YYP37X8PPDvhgiTy66QVhDXdyoT0AleFN2w/qXkPdrSzINg==} + engines: {node: '>= 18'} + + '@octokit/auth-oauth-app@8.1.1': + resolution: {integrity: sha512-5UtmxXAvU2wfcHIPPDWzVSAWXVJzG3NWsxb7zCFplCWEmMCArSZV0UQu5jw5goLQXbFyOr5onzEH37UJB3zQQg==} + engines: {node: '>= 18'} + + '@octokit/auth-oauth-device@7.1.1': + resolution: {integrity: sha512-HWl8lYueHonuyjrKKIup/1tiy0xcmQCdq5ikvMO1YwkNNkxb6DXfrPjrMYItNLyCP/o2H87WuijuE+SlBTT8eg==} + engines: {node: '>= 18'} + + '@octokit/auth-oauth-user@5.1.1': + resolution: {integrity: sha512-rRkMz0ErOppdvEfnemHJXgZ9vTPhBuC6yASeFaB7I2yLMd7QpjfrL1mnvRPlyKo+M6eeLxrKanXJ9Qte29SRsw==} + engines: {node: '>= 18'} + + '@octokit/auth-token@5.1.1': + resolution: {integrity: sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==} + engines: {node: '>= 18'} + + '@octokit/auth-unauthenticated@6.1.0': + resolution: {integrity: sha512-zPSmfrUAcspZH/lOFQnVnvjQZsIvmfApQH6GzJrkIunDooU1Su2qt2FfMTSVPRp7WLTQyC20Kd55lF+mIYaohQ==} + engines: {node: '>= 18'} + + '@octokit/core@6.1.2': + resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==} + engines: {node: '>= 18'} + + '@octokit/endpoint@10.1.1': + resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} + engines: {node: '>= 18'} + + '@octokit/graphql@8.1.1': + resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} + engines: {node: '>= 18'} + + '@octokit/oauth-app@7.1.3': + resolution: {integrity: sha512-EHXbOpBkSGVVGF1W+NLMmsnSsJRkcrnVmDKt0TQYRBb6xWfWzoi9sBD4DIqZ8jGhOWO/V8t4fqFyJ4vDQDn9bg==} + engines: {node: '>= 18'} + + '@octokit/oauth-authorization-url@7.1.1': + resolution: {integrity: sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==} + engines: {node: '>= 18'} + + '@octokit/oauth-methods@5.1.2': + resolution: {integrity: sha512-C5lglRD+sBlbrhCUTxgJAFjWgJlmTx5bQ7Ch0+2uqRjYv7Cfb5xpX4WuSC9UgQna3sqRGBL9EImX9PvTpMaQ7g==} + engines: {node: '>= 18'} + + '@octokit/openapi-types@22.2.0': + resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==} + + '@octokit/openapi-webhooks-types@8.3.0': + resolution: {integrity: sha512-vKLsoR4xQxg4Z+6rU/F65ItTUz/EXbD+j/d4mlq2GW8TsA4Tc8Kdma2JTAAJ5hrKWUQzkR/Esn2fjsqiVRYaQg==} + + '@octokit/plugin-paginate-graphql@5.2.3': + resolution: {integrity: sha512-EzFueuXVU3VHv5FwEXbdznn9EmyF0vA5LGDX6a8fJ9YJAlDgdYHRKJMO4Ghl2PPPJBxIPMDUJMnlUHqcvP7AnQ==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + + '@octokit/plugin-paginate-rest@11.3.5': + resolution: {integrity: sha512-cgwIRtKrpwhLoBi0CUNuY83DPGRMaWVjqVI/bGKsLJ4PzyWZNaEmhHroI2xlrVXkk6nFv0IsZpOp+ZWSWUS2AQ==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + + '@octokit/plugin-request-log@5.3.1': + resolution: {integrity: sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + + '@octokit/plugin-rest-endpoint-methods@13.2.5': + resolution: {integrity: sha512-c4pRWi7OUSFM4E6frfUs+qsAf052aOWt1x2qFQ6llQcd1J0HqQ/0Egfs2lm33IixXeXXhZ+GmC9tf92qbOs25Q==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + + '@octokit/plugin-retry@7.1.2': + resolution: {integrity: sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + + '@octokit/plugin-throttling@9.3.1': + resolution: {integrity: sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': ^6.0.0 + + '@octokit/request-error@6.1.5': + resolution: {integrity: sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==} + engines: {node: '>= 18'} + + '@octokit/request@9.1.3': + resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} + engines: {node: '>= 18'} + + '@octokit/rest@21.0.2': + resolution: {integrity: sha512-+CiLisCoyWmYicH25y1cDfCrv41kRSvTq6pPWtRroRJzhsCZWZyCqGyI8foJT5LmScADSwRAnr/xo+eewL04wQ==} + engines: {node: '>= 18'} + + '@octokit/types@13.6.0': + resolution: {integrity: sha512-CrooV/vKCXqwLa+osmHLIMUb87brpgUqlqkPGc6iE2wCkUvTrHiXFMhAKoDDaAAYJrtKtrFTgSQTg5nObBEaew==} + + '@octokit/webhooks-methods@5.1.0': + resolution: {integrity: sha512-yFZa3UH11VIxYnnoOYCVoJ3q4ChuSOk2IVBBQ0O3xtKX4x9bmKb/1t+Mxixv2iUhzMdOl1qeWJqEhouXXzB3rQ==} + engines: {node: '>= 18'} + + '@octokit/webhooks@13.3.0': + resolution: {integrity: sha512-TUkJLtI163Bz5+JK0O+zDkQpn4gKwN+BovclUvCj6pI/6RXrFqQvUMRS2M+Rt8Rv0qR3wjoMoOPmpJKeOh0nBg==} + engines: {node: '>= 18'} + + '@open-web3/orml-type-definitions@0.8.2-11': + resolution: {integrity: sha512-cUv5+mprnaGNt0tu3FhK1nFRBK7SGjPhA1O0nxWWeRmuuH5fjkr0glbHE9kcKuCBfsh7nt6NGwxwl9emQtUDSA==} + + '@open-web3/orml-type-definitions@0.9.4-38': + resolution: {integrity: sha512-kV0++JlRLEf7Z1y+Jm+792zqx6Q7dzpGP73rJJmQrBaeTML5mQzu4veZ24TVtcLV6hsGjUU/ixrJODNj6CCuZQ==} + + '@open-web3/orml-type-definitions@1.1.4': + resolution: {integrity: sha512-diuQx0Pf7cfoBtCpZTrBQOeIur0POp6Y9qfDS3p11RBF2XKwQ7jw/YKEFYqga1AyrzTcoSEE2OYUfeW3AKU94w==} + + '@open-web3/orml-type-definitions@2.0.1': + resolution: {integrity: sha512-wqeSBOKk8UU9CBqYhK2yQh9YqwaS7vai71WuOGFNJnzRT+6WnzY0leaLTionuzfE3M4Y/jTrc8BTL6+PVFCr6Q==} + + '@openzeppelin/contracts@4.9.6': + resolution: {integrity: sha512-xSmezSupL+y9VkHZJGDoCBpmnB2ogM13ccaYDWqJTfS3dbuHkgjuwDFUmaFauBCboQMGB/S5UqUl2y54X99BmA==} + + '@parallel-finance/type-definitions@2.0.1': + resolution: {integrity: sha512-fC1QfhFFd8oSZqdIh6kmoMNvTxZdQGw1sTAbdYSINyVxyCxKiDg47ZP9bAZFDexL7POqnXnn4pYM7kUAnsT+8Q==} + + '@peaqnetwork/type-definitions@0.0.4': + resolution: {integrity: sha512-bMja9T9PHQrEy4Uhh0ZTWvKGpgiDd51tZg4ZOpgC1KtVBF6Wx+bNtt+Zyg0DKwRh2Eg+xI5OEBPycsFOpdIWIA==} + + '@pendulum-chain/type-definitions@0.3.8': + resolution: {integrity: sha512-xor/TijvR5Hg0NcXozzyWLK2kGmJCJu+yvzq8knXiNzqNLcvJxUz8K+ov2ox6MQrQ7qMgQTBphelQuhwAGJ5bw==} + + '@phala/typedefs@0.2.33': + resolution: {integrity: sha512-CaRzIGfU6CUIKLPswYtOw/xbtTttqmJZpr3fhkxLvkBQMXIH14iISD763OFXtWui7DrAMBKo/bHawvFNgWGKTg==} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@pnpm/config.env-replace@1.1.0': + resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} + engines: {node: '>=12.22.0'} + + '@pnpm/network.ca-file@1.0.2': + resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} + engines: {node: '>=12.22.0'} + + '@pnpm/npm-conf@2.3.1': + resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} + engines: {node: '>=12'} + + '@polka/url@1.0.0-next.28': + resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==} + + '@polkadot-api/client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-0fqK6pUKcGHSG2pBvY+gfSS+1mMdjd/qRygAcKI5d05tKsnZLRnmhb9laDguKmGEIB0Bz9vQqNK3gIN/cfvVwg==} + peerDependencies: + rxjs: '>=7.8.0' + + '@polkadot-api/json-rpc-provider-proxy@0.0.1': + resolution: {integrity: sha512-gmVDUP8LpCH0BXewbzqXF2sdHddq1H1q+XrAW2of+KZj4woQkIGBRGTJHeBEVHe30EB+UejR1N2dT4PO/RvDdg==} + + '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-0hZ8vtjcsyCX8AyqP2sqUHa1TFFfxGWmlXJkit0Nqp9b32MwZqn5eaUAiV2rNuEpoglKOdKnkGtUF8t5MoodKw==} + + '@polkadot-api/json-rpc-provider-proxy@0.1.0': + resolution: {integrity: sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==} + + '@polkadot-api/json-rpc-provider@0.0.1': + resolution: {integrity: sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==} + + '@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-EaUS9Fc3wsiUr6ZS43PQqaRScW7kM6DYbuM/ou0aYjm8N9MBqgDbGm2oL6RE1vAVmOfEuHcXZuZkhzWtyvQUtA==} + + '@polkadot-api/merkleize-metadata@1.1.4': + resolution: {integrity: sha512-WlVqZjFqQIomfKxW7QIl68YAvA0YF6orsicV1rCsqkgHe7rMzj1JjkntEgPMcL3aksSDShdyb7SLinvOJgSa2Q==} + + '@polkadot-api/metadata-builders@0.0.1': + resolution: {integrity: sha512-GCI78BHDzXAF/L2pZD6Aod/yl82adqQ7ftNmKg51ixRL02JpWUA+SpUKTJE5MY1p8kiJJIo09P2um24SiJHxNA==} + + '@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-BD7rruxChL1VXt0icC2gD45OtT9ofJlql0qIllHSRYgama1CR2Owt+ApInQxB+lWqM+xNOznZRpj8CXNDvKIMg==} + + '@polkadot-api/metadata-builders@0.3.2': + resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} + + '@polkadot-api/metadata-builders@0.7.1': + resolution: {integrity: sha512-4P9sf4/HINcLubsDvHbS8ezfTKvOBNnRy18lOLyVDJsSwSPyaTKPpHbYl4vV0XCr7kwJJz8myyYjNadfhbmTaA==} + + '@polkadot-api/observable-client@0.1.0': + resolution: {integrity: sha512-GBCGDRztKorTLna/unjl/9SWZcRmvV58o9jwU2Y038VuPXZcr01jcw/1O3x+yeAuwyGzbucI/mLTDa1QoEml3A==} + peerDependencies: + rxjs: '>=7.8.0' + + '@polkadot-api/observable-client@0.3.2': + resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} + peerDependencies: + '@polkadot-api/substrate-client': 0.1.4 + rxjs: '>=7.8.0' + + '@polkadot-api/substrate-bindings@0.0.1': + resolution: {integrity: sha512-bAe7a5bOPnuFVmpv7y4BBMRpNTnMmE0jtTqRUw/+D8ZlEHNVEJQGr4wu3QQCl7k1GnSV1wfv3mzIbYjErEBocg==} + + '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-N4vdrZopbsw8k57uG58ofO7nLXM4Ai7835XqakN27MkjXMp5H830A1KJE0L9sGQR7ukOCDEIHHcwXVrzmJ/PBg==} + + '@polkadot-api/substrate-bindings@0.6.0': + resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} + + '@polkadot-api/substrate-bindings@0.8.0': + resolution: {integrity: sha512-nHj0tUIlrvm3tW8tSG7uvv4QBhfgjcwyNRFWdKQQ77gx83mfLdaBBrz9e2rPggwkWbptDZe2+IXE20OFF/G79w==} + + '@polkadot-api/substrate-client@0.0.1': + resolution: {integrity: sha512-9Bg9SGc3AwE+wXONQoW8GC00N3v6lCZLW74HQzqB6ROdcm5VAHM4CB/xRzWSUF9CXL78ugiwtHx3wBcpx4H4Wg==} + + '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-lcdvd2ssUmB1CPzF8s2dnNOqbrDa+nxaaGbuts+Vo8yjgSKwds2Lo7Oq+imZN4VKW7t9+uaVcKFLMF7PdH0RWw==} + + '@polkadot-api/substrate-client@0.1.4': + resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} + + '@polkadot-api/utils@0.0.1': + resolution: {integrity: sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==} + + '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': + resolution: {integrity: sha512-0CYaCjfLQJTCRCiYvZ81OncHXEKPzAexCMoVloR+v2nl/O2JRya/361MtPkeNLC6XBoaEgLAG9pWQpH3WePzsw==} + + '@polkadot-api/utils@0.1.0': + resolution: {integrity: sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==} + + '@polkadot-api/utils@0.1.1': + resolution: {integrity: sha512-ho1ORL5jEO96Zl72r/j1YTyX8wfXRD+XXrS8OR2LWdBR24MZqHO96xMboTcFehWK919iMKWAb9rCPNs2NiFS3Q==} + + '@polkadot/api-augment@10.13.1': + resolution: {integrity: sha512-IAKaCp19QxgOG4HKk9RAgUgC/VNVqymZ2GXfMNOZWImZhxRIbrK+raH5vN2MbWwtVHpjxyXvGsd1RRhnohI33A==} + engines: {node: '>=18'} + + '@polkadot/api-augment@11.3.1': + resolution: {integrity: sha512-Yj+6rb6h0WwY3yJ+UGhjGW+tyMRFUMsKQuGw+eFsXdjiNU9UoXsAqA2dG7Q1F+oeX/g+y2gLGBezNoCwbl6HfA==} + engines: {node: '>=18'} + + '@polkadot/api-augment@12.1.1': + resolution: {integrity: sha512-x2cI4mt4y2DZ8b8BoxchlkkpdmvhmOqCLr7IHPcQGaHsA/oLYSgZk8YSvUFb6+W3WjnIZiNMzv/+UB9jQuGQ2Q==} + engines: {node: '>=18'} + + '@polkadot/api-augment@12.4.2': + resolution: {integrity: sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==} + engines: {node: '>=18'} + + '@polkadot/api-augment@14.0.1': + resolution: {integrity: sha512-+ZHq3JaQZ/3Q45r6/YQBeLfoP8S5ibgkOvLKnKA9cJeF7oP5Qgi6pAEnGW0accfnT9PyCEco9fD/ZOLR9Yka7w==} + engines: {node: '>=18'} + + '@polkadot/api-augment@7.15.1': + resolution: {integrity: sha512-7csQLS6zuYuGq7W1EkTBz1ZmxyRvx/Qpz7E7zPSwxmY8Whb7Yn2effU9XF0eCcRpyfSW8LodF8wMmLxGYs1OaQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/api-augment@9.14.2': + resolution: {integrity: sha512-19MmW8AHEcLkdcUIo3LLk0eCQgREWqNSxkUyOeWn7UiNMY1AhDOOwMStUBNCvrIDK6VL6GGc1sY7rkPCLMuKSw==} + engines: {node: '>=14.0.0'} + + '@polkadot/api-base@10.13.1': + resolution: {integrity: sha512-Okrw5hjtEjqSMOG08J6qqEwlUQujTVClvY1/eZkzKwNzPelWrtV6vqfyJklB7zVhenlxfxqhZKKcY7zWSW/q5Q==} + engines: {node: '>=18'} + + '@polkadot/api-base@11.3.1': + resolution: {integrity: sha512-b8UkNL00NN7+3QaLCwL5cKg+7YchHoKCAhwKusWHNBZkkO6Oo2BWilu0dZkPJOyqV9P389Kbd9+oH+SKs9u2VQ==} + engines: {node: '>=18'} + + '@polkadot/api-base@12.1.1': + resolution: {integrity: sha512-/zLnekv5uFnjzYWhjUf6m0WOJorA0Qm/CWg7z6V+INnacDmVD+WIgYW+XLka90KXpW92sN5ycZEdcQGKBxSJOg==} + engines: {node: '>=18'} + + '@polkadot/api-base@12.4.2': + resolution: {integrity: sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw==} + engines: {node: '>=18'} + + '@polkadot/api-base@14.0.1': + resolution: {integrity: sha512-OVnDiztKx/1ktae9eCzO1q8lmKEfnQ71fipo8JkDJOMIN4vT1IqL9KQo4e/Xz8UtOfTJ0H8kZ6evaLqdA3ZYOA==} + engines: {node: '>=18'} + + '@polkadot/api-base@7.15.1': + resolution: {integrity: sha512-UlhLdljJPDwGpm5FxOjvJNFTxXMRFaMuVNx6EklbuetbBEJ/Amihhtj0EJRodxQwtZ4ZtPKYKt+g+Dn7OJJh4g==} + engines: {node: '>=14.0.0'} + + '@polkadot/api-base@9.14.2': + resolution: {integrity: sha512-ky9fmzG1Tnrjr/SBZ0aBB21l0TFr+CIyQenQczoUyVgiuxVaI/2Bp6R2SFrHhG28P+PW2/RcYhn2oIAR2Z2fZQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/api-derive@10.13.1': + resolution: {integrity: sha512-ef0H0GeCZ4q5Om+c61eLLLL29UxFC2/u/k8V1K2JOIU+2wD5LF7sjAoV09CBMKKHfkLenRckVk2ukm4rBqFRpg==} + engines: {node: '>=18'} + + '@polkadot/api-derive@11.3.1': + resolution: {integrity: sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==} + engines: {node: '>=18'} + + '@polkadot/api-derive@12.1.1': + resolution: {integrity: sha512-VMwHcQY8gU/fhwgRICs9/EwTZVMSWW9Gf1ktwsWQmNM1RnrR6oN4/hvzsQor4Be/mC93w2f8bX/71QVmOgL5NA==} + engines: {node: '>=18'} + + '@polkadot/api-derive@12.4.2': + resolution: {integrity: sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==} + engines: {node: '>=18'} + + '@polkadot/api-derive@14.0.1': + resolution: {integrity: sha512-ADQMre3DRRW/0rhJqxOVhQ1vqtyafP2dSZJ0qEAsto12q2WMSF8CZWo7pXe4DxiniDkZx3zVq4z5lqw2aBRLfg==} + engines: {node: '>=18'} + + '@polkadot/api-derive@7.15.1': + resolution: {integrity: sha512-CsOQppksQBaa34L1fWRzmfQQpoEBwfH0yTTQxgj3h7rFYGVPxEKGeFjo1+IgI2vXXvOO73Z8E4H/MnbxvKrs1Q==} + engines: {node: '>=14.0.0'} + + '@polkadot/api-derive@9.14.2': + resolution: {integrity: sha512-yw9OXucmeggmFqBTMgza0uZwhNjPxS7MaT7lSCUIRKckl1GejdV+qMhL3XFxPFeYzXwzFpdPG11zWf+qJlalqw==} + engines: {node: '>=14.0.0'} + + '@polkadot/api@10.13.1': + resolution: {integrity: sha512-YrKWR4TQR5CDyGkF0mloEUo7OsUA+bdtENpJGOtNavzOQUDEbxFE0PVzokzZfVfHhHX2CojPVmtzmmLxztyJkg==} + engines: {node: '>=18'} + + '@polkadot/api@11.3.1': + resolution: {integrity: sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==} + engines: {node: '>=18'} + + '@polkadot/api@12.1.1': + resolution: {integrity: sha512-XvX1gRUsnHDkEARBS1TAFCXncp6YABf/NCtOBt8FohokSzvB6Kxrcb6zurMbUm2piOdjgW5xsG3TCDRw6vACLA==} + engines: {node: '>=18'} + + '@polkadot/api@12.4.2': + resolution: {integrity: sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==} + engines: {node: '>=18'} + + '@polkadot/api@14.0.1': + resolution: {integrity: sha512-CDSaUiJpXu9aE6MaTg14K+9Trf8K2PBHcD3Xl5m5KOvJperWgYFxoCqV3rXLIBWt69LgHhMYlq5JSPRHxejIsw==} + engines: {node: '>=18'} + + '@polkadot/api@7.15.1': + resolution: {integrity: sha512-z0z6+k8+R9ixRMWzfsYrNDnqSV5zHKmyhTCL0I7+1I081V18MJTCFUKubrh0t1gD0/FCt3U9Ibvr4IbtukYLrQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/api@9.14.2': + resolution: {integrity: sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==} + engines: {node: '>=14.0.0'} + + '@polkadot/apps-config@0.143.2': + resolution: {integrity: sha512-b+l1GpJ6x68h3m1hWWeO6dbsPjY/PtR8mdaDjxHt0CuWf3bUpZQLjPUrAHPtpuJ3DxwbJY+ALK1grMA3JeuchQ==} + engines: {node: '>=18'} + + '@polkadot/keyring@10.4.2': + resolution: {integrity: sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 10.4.2 + '@polkadot/util-crypto': 10.4.2 + + '@polkadot/keyring@12.6.2': + resolution: {integrity: sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 12.6.2 + '@polkadot/util-crypto': 12.6.2 + + '@polkadot/keyring@13.1.1': + resolution: {integrity: sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 13.1.1 + '@polkadot/util-crypto': 13.1.1 + + '@polkadot/keyring@6.11.1': + resolution: {integrity: sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 6.11.1 + '@polkadot/util-crypto': 6.11.1 + + '@polkadot/keyring@7.9.2': + resolution: {integrity: sha512-6UGoIxhiTyISkYEZhUbCPpgVxaneIfb/DBVlHtbvaABc8Mqh1KuqcTIq19Mh9wXlBuijl25rw4lUASrE/9sBqg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 7.9.2 + '@polkadot/util-crypto': 7.9.2 + + '@polkadot/keyring@8.7.1': + resolution: {integrity: sha512-t6ZgQVC+nQT7XwbWtEhkDpiAzxKVJw8Xd/gWdww6xIrawHu7jo3SGB4QNdPgkf8TvDHYAAJiupzVQYAlOIq3GA==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 8.7.1 + '@polkadot/util-crypto': 8.7.1 + + '@polkadot/metadata@4.17.1': + resolution: {integrity: sha512-219isiCWVfbu5JxZnOPj+cV4T+S0XHS4+Jal3t3xz9y4nbgr+25Pa4KInEsJPx0u8EZAxMeiUCX3vd5U7oe72g==} + engines: {node: '>=14.0.0'} + + '@polkadot/networks@10.4.2': + resolution: {integrity: sha512-FAh/znrEvWBiA/LbcT5GXHsCFUl//y9KqxLghSr/CreAmAergiJNT0MVUezC7Y36nkATgmsr4ylFwIxhVtuuCw==} + engines: {node: '>=14.0.0'} + + '@polkadot/networks@12.6.2': + resolution: {integrity: sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w==} + engines: {node: '>=18'} + + '@polkadot/networks@13.1.1': + resolution: {integrity: sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==} + engines: {node: '>=18'} + + '@polkadot/networks@6.11.1': + resolution: {integrity: sha512-0C6Ha2kvr42se3Gevx6UhHzv3KnPHML0N73Amjwvdr4y0HLZ1Nfw+vcm5yqpz5gpiehqz97XqFrsPRauYdcksQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/networks@8.7.1': + resolution: {integrity: sha512-8xAmhDW0ry5EKcEjp6VTuwoTm0DdDo/zHsmx88P6sVL87gupuFsL+B6TrsYLl8GcaqxujwrOlKB+CKTUg7qFKg==} + engines: {node: '>=14.0.0'} + + '@polkadot/react-identicon@3.10.1': + resolution: {integrity: sha512-zzcKixDj27YdA4gTN+IvKFFSgatKliHuqsEjOJxAidLsbD1EUJUqeYuNhUftLFGO7JEJG0qrKJhCNLBvDJcJlg==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/keyring': '*' + '@polkadot/util': '*' + '@polkadot/util-crypto': '*' + react: '*' + react-dom: '*' + react-is: '*' + + '@polkadot/rpc-augment@10.13.1': + resolution: {integrity: sha512-iLsWUW4Jcx3DOdVrSHtN0biwxlHuTs4QN2hjJV0gd0jo7W08SXhWabZIf9mDmvUJIbR7Vk+9amzvegjRyIf5+A==} + engines: {node: '>=18'} + + '@polkadot/rpc-augment@11.3.1': + resolution: {integrity: sha512-2PaDcKNju4QYQpxwVkWbRU3M0t340nMX9cMo+8awgvgL1LliV/fUDZueMKLuSS910JJMTPQ7y2pK4eQgMt08gQ==} + engines: {node: '>=18'} + + '@polkadot/rpc-augment@12.1.1': + resolution: {integrity: sha512-oDPn070l94pppXbuVk75BVsYgupdV8ndmslnUKWpPlfOeAU5SaBu4jMkj3eAi3VH0ersUpmlp1UuYN612//h8w==} + engines: {node: '>=18'} + + '@polkadot/rpc-augment@12.4.2': + resolution: {integrity: sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg==} + engines: {node: '>=18'} + + '@polkadot/rpc-augment@14.0.1': + resolution: {integrity: sha512-M0CbN/IScqiedYI2TmoQ+SoeEdJHfxGeQD1qJf9uYv9LILK+x1/5fyr5DrZ3uCGVmLuObWAJLnHTs0BzJcSHTQ==} + engines: {node: '>=18'} + + '@polkadot/rpc-augment@7.15.1': + resolution: {integrity: sha512-sK0+mphN7nGz/eNPsshVi0qd0+N0Pqxuebwc1YkUGP0f9EkDxzSGp6UjGcSwWVaAtk9WZZ1MpK1Jwb/2GrKV7Q==} + engines: {node: '>=14.0.0'} + + '@polkadot/rpc-augment@9.14.2': + resolution: {integrity: sha512-mOubRm3qbKZTbP9H01XRrfTk7k5it9WyzaWAg72DJBQBYdgPUUkGSgpPD/Srkk5/5GAQTWVWL1I2UIBKJ4TJjQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/rpc-core@10.13.1': + resolution: {integrity: sha512-eoejSHa+/tzHm0vwic62/aptTGbph8vaBpbvLIK7gd00+rT813ROz5ckB1CqQBFB23nHRLuzzX/toY8ID3xrKw==} + engines: {node: '>=18'} + + '@polkadot/rpc-core@11.3.1': + resolution: {integrity: sha512-KKNepsDd/mpmXcA6v/h14eFFPEzLGd7nrvx2UUXUxoZ0Fq2MH1hplP3s93k1oduNY/vOXJR2K9S4dKManA6GVQ==} + engines: {node: '>=18'} + + '@polkadot/rpc-core@12.1.1': + resolution: {integrity: sha512-NB4BZo9RdAZPBfZ11NoujB8+SDkDgvlrSiiv9FPMhfvTJo0Sr5FAq0Wd2aSC4D/6qbt5e89CHOW+0gBEm9d6dw==} + engines: {node: '>=18'} + + '@polkadot/rpc-core@12.4.2': + resolution: {integrity: sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag==} + engines: {node: '>=18'} + + '@polkadot/rpc-core@14.0.1': + resolution: {integrity: sha512-SfgC6WU7RxaFFgm/GUpsqTywyaDeb7+r5GU3GlwC+QR148h3a7UcQ3sssOpB0MiZ2gIXngJuyIcIQm/3GfHnJw==} + engines: {node: '>=18'} + + '@polkadot/rpc-core@7.15.1': + resolution: {integrity: sha512-4Sb0e0PWmarCOizzxQAE1NQSr5z0n+hdkrq3+aPohGu9Rh4PodG+OWeIBy7Ov/3GgdhNQyBLG+RiVtliXecM3g==} + engines: {node: '>=14.0.0'} + + '@polkadot/rpc-core@9.14.2': + resolution: {integrity: sha512-krA/mtQ5t9nUQEsEVC1sjkttLuzN6z6gyJxK2IlpMS3S5ncy/R6w4FOpy+Q0H18Dn83JBo0p7ZtY7Y6XkK48Kw==} + engines: {node: '>=14.0.0'} + + '@polkadot/rpc-provider@10.13.1': + resolution: {integrity: sha512-oJ7tatVXYJ0L7NpNiGd69D558HG5y5ZDmH2Bp9Dd4kFTQIiV8A39SlWwWUPCjSsen9lqSvvprNLnG/VHTpenbw==} + engines: {node: '>=18'} + + '@polkadot/rpc-provider@11.3.1': + resolution: {integrity: sha512-pqERChoHo45hd3WAgW8UuzarRF+G/o/eXEbl0PXLubiayw4X4qCmIzmtntUcKYgxGNcYGZaG87ZU8OjN97m6UA==} + engines: {node: '>=18'} + + '@polkadot/rpc-provider@12.1.1': + resolution: {integrity: sha512-nDr0Qb5sIzTTx6qmgr9ibNcQs/VDoPzZ+49kcltf0A6BdSytGy532Yhf2A158aD41324V9YPAzxVRLxZyJzhkw==} + engines: {node: '>=18'} + + '@polkadot/rpc-provider@12.4.2': + resolution: {integrity: sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ==} + engines: {node: '>=18'} + + '@polkadot/rpc-provider@14.0.1': + resolution: {integrity: sha512-mNfaKZUHPXGSY7TwgOfV05RN3Men21Dw7YXrSZDFkJYsZ55yOAYdmLg9anPZGHW100YnNWrXj+3uhQOw8JgqkA==} + engines: {node: '>=18'} + + '@polkadot/rpc-provider@7.15.1': + resolution: {integrity: sha512-n0RWfSaD/r90JXeJkKry1aGZwJeBUUiMpXUQ9Uvp6DYBbYEDs0fKtWLpdT3PdFrMbe5y3kwQmNLxwe6iF4+mzg==} + engines: {node: '>=14.0.0'} + + '@polkadot/rpc-provider@9.14.2': + resolution: {integrity: sha512-YTSywjD5PF01V47Ru5tln2LlpUwJiSOdz6rlJXPpMaY53hUp7+xMU01FVAQ1bllSBNisSD1Msv/mYHq84Oai2g==} + engines: {node: '>=14.0.0'} + + '@polkadot/typegen@14.0.1': + resolution: {integrity: sha512-BYwpo7a9gHYw/PoR+XzTE0gZU0ionGVwEu7HXoejNT6cxsmT709S8OMaKcPzA8IvKwcKeBKie9QvXvFXVoQyKQ==} + engines: {node: '>=18'} + hasBin: true + + '@polkadot/types-augment@10.13.1': + resolution: {integrity: sha512-TcrLhf95FNFin61qmVgOgayzQB/RqVsSg9thAso1Fh6pX4HSbvI35aGPBAn3SkA6R+9/TmtECirpSNLtIGFn0g==} + engines: {node: '>=18'} + + '@polkadot/types-augment@11.3.1': + resolution: {integrity: sha512-eR3HVpvUmB3v7q2jTWVmVfAVfb1/kuNn7ij94Zqadg/fuUq0pKqIOKwkUj3OxRM3A/5BnW3MbgparjKD3r+fyw==} + engines: {node: '>=18'} + + '@polkadot/types-augment@12.1.1': + resolution: {integrity: sha512-HdzjaXapcmNAdT6TWJOuv124PTKbAf5+5JldQ7oPZFaCEhaOTazZYiZ27nqLaj0l4rG7wWzFMiGqjbHwAvtmlg==} + engines: {node: '>=18'} + + '@polkadot/types-augment@12.4.2': + resolution: {integrity: sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ==} + engines: {node: '>=18'} + + '@polkadot/types-augment@14.0.1': + resolution: {integrity: sha512-PGo81444J5tGJxP3tu060Jx1kkeuo8SmBIt9S/w626Se49x4RLM5a7Pa5fguYVsg4TsJa9cgVPMuu6Y0F/2aCQ==} + engines: {node: '>=18'} + + '@polkadot/types-augment@7.15.1': + resolution: {integrity: sha512-aqm7xT/66TCna0I2utpIekoquKo0K5pnkA/7WDzZ6gyD8he2h0IXfe8xWjVmuyhjxrT/C/7X1aUF2Z0xlOCwzQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-augment@9.14.2': + resolution: {integrity: sha512-WO9d7RJufUeY3iFgt2Wz762kOu1tjEiGBR5TT4AHtpEchVHUeosVTrN9eycC+BhleqYu52CocKz6u3qCT/jKLg==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-codec@10.13.1': + resolution: {integrity: sha512-AiQ2Vv2lbZVxEdRCN8XSERiWlOWa2cTDLnpAId78EnCtx4HLKYQSd+Jk9Y4BgO35R79mchK4iG+w6gZ+ukG2bg==} + engines: {node: '>=18'} + + '@polkadot/types-codec@11.3.1': + resolution: {integrity: sha512-i7IiiuuL+Z/jFoKTA9xeh4wGQnhnNNjMT0+1ohvlOvnFsoKZKFQQOaDPPntGJVL1JDCV+KjkN2uQKZSeW8tguQ==} + engines: {node: '>=18'} + + '@polkadot/types-codec@12.1.1': + resolution: {integrity: sha512-Ob3nFptHT4dDvGc/3l4dBXmvsI3wDWS2oCOxACA+hYWufnlTIQ4M4sHI4kSBQvDoEmaFt8P2Be4SmtyT0VSd1w==} + engines: {node: '>=18'} + + '@polkadot/types-codec@12.4.2': + resolution: {integrity: sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ==} + engines: {node: '>=18'} + + '@polkadot/types-codec@14.0.1': + resolution: {integrity: sha512-IyUlkrRZ6uppbHVlMJL+btKP7dfgW65K06ggQxH7Y/IyRAQVDNjXecAZrCUMB/gtjUXNPyTHEIfPGDlg8E6rig==} + engines: {node: '>=18'} + + '@polkadot/types-codec@7.15.1': + resolution: {integrity: sha512-nI11dT7FGaeDd/fKPD8iJRFGhosOJoyjhZ0gLFFDlKCaD3AcGBRTTY8HFJpP/5QXXhZzfZsD93fVKrosnegU0Q==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-codec@9.14.2': + resolution: {integrity: sha512-AJ4XF7W1no4PENLBRU955V6gDxJw0h++EN3YoDgThozZ0sj3OxyFupKgNBZcZb2V23H8JxQozzIad8k+nJbO1w==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-create@10.13.1': + resolution: {integrity: sha512-Usn1jqrz35SXgCDAqSXy7mnD6j4RvB4wyzTAZipFA6DGmhwyxxIgOzlWQWDb+1PtPKo9vtMzen5IJ+7w5chIeA==} + engines: {node: '>=18'} + + '@polkadot/types-create@11.3.1': + resolution: {integrity: sha512-pBXtpz5FehcRJ6j5MzFUIUN8ZWM7z6HbqK1GxBmYbJVRElcGcOg7a/rL2pQVphU0Rx1E8bSO4thzGf4wUxSX7w==} + engines: {node: '>=18'} + + '@polkadot/types-create@12.1.1': + resolution: {integrity: sha512-K/I4vCnmI7IbtQeURiRMONDqesIVcZp16KEduBcbJm/RWDj0D3mr71066Yr8OhrhteLvULJpViy7EK4ynPvmSw==} + engines: {node: '>=18'} + + '@polkadot/types-create@12.4.2': + resolution: {integrity: sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA==} + engines: {node: '>=18'} + + '@polkadot/types-create@14.0.1': + resolution: {integrity: sha512-R9/ac3CHKrFhvPKVUdpjnCDFSaGjfrNwtuY+AzvExAMIq7pM9dxo2N8UfnLbyFaG/n1hfYPXDIS3hLHvOZsLbw==} + engines: {node: '>=18'} + + '@polkadot/types-create@7.15.1': + resolution: {integrity: sha512-+HiaHn7XOwP0kv/rVdORlVkNuMoxuvt+jd67A/CeEreJiXqRLu+S61Mdk7wi6719PTaOal1hTDFfyGrtUd8FSQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-create@9.14.2': + resolution: {integrity: sha512-nSnKpBierlmGBQT8r6/SHf6uamBIzk4WmdMsAsR4uJKJF1PtbIqx2W5PY91xWSiMSNMzjkbCppHkwaDAMwLGaw==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-known@10.13.1': + resolution: {integrity: sha512-uHjDW05EavOT5JeU8RbiFWTgPilZ+odsCcuEYIJGmK+es3lk/Qsdns9Zb7U7NJl7eJ6OWmRtyrWsLs+bU+jjIQ==} + engines: {node: '>=18'} + + '@polkadot/types-known@11.3.1': + resolution: {integrity: sha512-3BIof7u6tn9bk3ZCIxA07iNoQ3uj4+vn3DTOjCKECozkRlt6V+kWRvqh16Hc0SHMg/QjcMb2fIu/WZhka1McUQ==} + engines: {node: '>=18'} + + '@polkadot/types-known@12.1.1': + resolution: {integrity: sha512-4YxY7tB+BVX6k3ubrToYKyh2Jb4QvoLvzwNSGSjyj0RGwiQCu8anFGIzYdaUJ2iQlhLFb6P4AZWykVvhrXGmqg==} + engines: {node: '>=18'} + + '@polkadot/types-known@12.4.2': + resolution: {integrity: sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==} + engines: {node: '>=18'} + + '@polkadot/types-known@14.0.1': + resolution: {integrity: sha512-oGypUOQNxZ6bq10czpVadZYeDM2NBB2kX3VFHLKLEpjaRbnVYtKXL6pl8B0uHR8GK/2Z8AmPOj6kuRjaC86qXg==} + engines: {node: '>=18'} + + '@polkadot/types-known@4.17.1': + resolution: {integrity: sha512-YkOwGrO+k9aVrBR8FgYHnfJKhOfpdgC5ZRYNL/xJ9oa7lBYqPts9ENAxeBmJS/5IGeDF9f32MNyrCP2umeCXWg==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-known@6.12.1': + resolution: {integrity: sha512-Z8bHpPQy+mqUm0uR1tai6ra0bQIoPmgRcGFYUM+rJtW1kx/6kZLh10HAICjLpPeA1cwLRzaxHRDqH5MCU6OgXw==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-known@7.15.1': + resolution: {integrity: sha512-LMcNP0CxT84DqAKV62/qDeeIVIJCR5yzE9b+9AsYhyfhE4apwxjrThqZA7K0CF56bOdQJSexAerYB/jwk2IijA==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-known@9.14.2': + resolution: {integrity: sha512-iM8WOCgguzJ3TLMqlm4K1gKQEwWm2zxEKT1HZZ1irs/lAbBk9MquDWDvebryiw3XsLB8xgrp3RTIBn2Q4FjB2A==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-support@10.13.1': + resolution: {integrity: sha512-4gEPfz36XRQIY7inKq0HXNVVhR6HvXtm7yrEmuBuhM86LE0lQQBkISUSgR358bdn2OFSLMxMoRNoh3kcDvdGDQ==} + engines: {node: '>=18'} + + '@polkadot/types-support@11.3.1': + resolution: {integrity: sha512-jTFz1GKyF7nI29yIOq4v0NiWTOf5yX4HahJNeFD8TcxoLhF+6tH/XXqrUXJEfbaTlSrRWiW1LZYlb+snctqKHA==} + engines: {node: '>=18'} + + '@polkadot/types-support@12.1.1': + resolution: {integrity: sha512-mLXrbj0maKFWqV1+4QRzaNnZyV/rAQW0XSrIzfIZn//zSRSIUaXaVAZ62uzgdmzXXFH2qD3hpNlmvmjcEMm2Qg==} + engines: {node: '>=18'} + + '@polkadot/types-support@12.4.2': + resolution: {integrity: sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==} + engines: {node: '>=18'} + + '@polkadot/types-support@14.0.1': + resolution: {integrity: sha512-lcZEyOf5e3WLLtrFlLTvFfUpO0Vx/Gh5lhLLjdx1W9Xs0KJUlOxSAKxvjVieJJj6HifL0Jh6tDYOUeEc4TOrvA==} + engines: {node: '>=18'} + + '@polkadot/types-support@7.15.1': + resolution: {integrity: sha512-FIK251ffVo+NaUXLlaJeB5OvT7idDd3uxaoBM6IwsS87rzt2CcWMyCbu0uX89AHZUhSviVx7xaBxfkGEqMePWA==} + engines: {node: '>=14.0.0'} + + '@polkadot/types-support@9.14.2': + resolution: {integrity: sha512-VWCOPgXDK3XtXT7wMLyIWeNDZxUbNcw/8Pn6n6vMogs7o/n4h6WGbGMeTIQhPWyn831/RmkVs5+2DUC+2LlOhw==} + engines: {node: '>=14.0.0'} + + '@polkadot/types@10.13.1': + resolution: {integrity: sha512-Hfvg1ZgJlYyzGSAVrDIpp3vullgxrjOlh/CSThd/PI4TTN1qHoPSFm2hs77k3mKkOzg+LrWsLE0P/LP2XddYcw==} + engines: {node: '>=18'} + + '@polkadot/types@11.3.1': + resolution: {integrity: sha512-5c7uRFXQTT11Awi6T0yFIdAfD6xGDAOz06Kp7M5S9OGNZY28wSPk5x6BYfNphWPaIBmHHewYJB5qmnrdYQAWKQ==} + engines: {node: '>=18'} + + '@polkadot/types@12.1.1': + resolution: {integrity: sha512-+b8v7ORjL20r6VvdWL/fPTHmDXtfAfqkQQxBB6exxOhqrnJfnhAYQjJomKcyj1VMTQiyyR9FBAc7vVvTEFX2ew==} + engines: {node: '>=18'} + + '@polkadot/types@12.4.2': + resolution: {integrity: sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==} + engines: {node: '>=18'} + + '@polkadot/types@14.0.1': + resolution: {integrity: sha512-DOMzHsyVbCa12FT2Fng8iGiQJhHW2ONpv5oieU+Z2o0gFQqwNmIDXWncScG5mAUBNcDMXLuvWIKLKtUDOq8msg==} + engines: {node: '>=18'} + + '@polkadot/types@4.17.1': + resolution: {integrity: sha512-rjW4OFdwvFekzN3ATLibC2JPSd8AWt5YepJhmuCPdwH26r3zB8bEC6dM7YQExLVUmygVPvgXk5ffHI6RAdXBMg==} + engines: {node: '>=14.0.0'} + + '@polkadot/types@6.12.1': + resolution: {integrity: sha512-O37cAGUL0xiXTuO3ySweVh0OuFUD6asrd0TfuzGsEp3jAISWdElEHV5QDiftWq8J9Vf8BMgTcP2QLFbmSusxqA==} + engines: {node: '>=14.0.0'} + + '@polkadot/types@7.15.1': + resolution: {integrity: sha512-KawZVS+eLR1D6O7c/P5cSUwr6biM9Qd2KwKtJIO8l1Mrxp7r+y2tQnXSSXVAd6XPdb3wVMhnIID+NW3W99TAnQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/types@9.14.2': + resolution: {integrity: sha512-hGLddTiJbvowhhUZJ3k+olmmBc1KAjWIQxujIUIYASih8FQ3/YJDKxaofGOzh0VygOKW3jxQBN2VZPofyDP9KQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/ui-settings@3.10.1': + resolution: {integrity: sha512-FD22MWrTue0Ry4gk+tnCRUOju0tzMwNZoUutSMaYJwIFqiLw4PZu8YRle2uwWI/XioUfjzYC59WDJcYhtY3y4w==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/networks': '*' + '@polkadot/util': '*' + + '@polkadot/ui-shared@3.10.1': + resolution: {integrity: sha512-g7cjZhIYEUsV2MPolRhBY/41Mhpg1b1J3S3DQMIO2Q/Kg78askeypBdMspOrpVO/UGpWWCGUh07ix3xpJWiGMw==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/util-crypto': '*' + + '@polkadot/util-crypto@10.4.2': + resolution: {integrity: sha512-RxZvF7C4+EF3fzQv8hZOLrYCBq5+wA+2LWv98nECkroChY3C2ZZvyWDqn8+aonNULt4dCVTWDZM0QIY6y4LUAQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 10.4.2 + + '@polkadot/util-crypto@12.6.2': + resolution: {integrity: sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 12.6.2 + + '@polkadot/util-crypto@13.1.1': + resolution: {integrity: sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 13.1.1 + + '@polkadot/util-crypto@6.11.1': + resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 6.11.1 + + '@polkadot/util-crypto@8.7.1': + resolution: {integrity: sha512-TaSuJ2aNrB5sYK7YXszkEv24nYJKRFqjF2OrggoMg6uYxUAECvTkldFnhtgeizMweRMxJIBu6bMHlSIutbWgjw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': 8.7.1 + + '@polkadot/util@10.4.2': + resolution: {integrity: sha512-0r5MGICYiaCdWnx+7Axlpvzisy/bi1wZGXgCSw5+ZTyPTOqvsYRqM2X879yxvMsGfibxzWqNzaiVjToz1jvUaA==} + engines: {node: '>=14.0.0'} + + '@polkadot/util@12.6.2': + resolution: {integrity: sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw==} + engines: {node: '>=18'} + + '@polkadot/util@13.1.1': + resolution: {integrity: sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==} + engines: {node: '>=18'} + + '@polkadot/util@6.11.1': + resolution: {integrity: sha512-TEdCetr9rsdUfJZqQgX/vxLuV4XU8KMoKBMJdx+JuQ5EWemIdQkEtMBdL8k8udNGbgSNiYFA6rPppATeIxAScg==} + engines: {node: '>=14.0.0'} + + '@polkadot/util@8.7.1': + resolution: {integrity: sha512-XjY1bTo7V6OvOCe4yn8H2vifeuBciCy0gq0k5P1tlGUQLI/Yt0hvDmxcA0FEPtqg8CL+rYRG7WXGPVNjkrNvyQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/wasm-bridge@6.4.1': + resolution: {integrity: sha512-QZDvz6dsUlbYsaMV5biZgZWkYH9BC5AfhT0f0/knv8+LrbAoQdP3Asbvddw8vyU9sbpuCHXrd4bDLBwUCRfrBQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-bridge@7.3.2': + resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto-asmjs@4.6.1': + resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-asmjs@5.1.1': + resolution: {integrity: sha512-1WBwc2G3pZMKW1T01uXzKE30Sg22MXmF3RbbZiWWk3H2d/Er4jZQRpjumxO5YGWan+xOb7HQQdwnrUnrPgbDhg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-asmjs@6.4.1': + resolution: {integrity: sha512-UxZTwuBZlnODGIQdCsE2Sn/jU0O2xrNQ/TkhRFELfkZXEXTNu4lw6NpaKq7Iey4L+wKd8h4lT3VPVkMcPBLOvA==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-asmjs@7.3.2': + resolution: {integrity: sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-init@6.4.1': + resolution: {integrity: sha512-1ALagSi/nfkyFaH6JDYfy/QbicVbSn99K8PV9rctDUfxc7P06R7CoqbjGQ4OMPX6w1WYVPU7B4jPHGLYBlVuMw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto-init@7.3.2': + resolution: {integrity: sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto-wasm@4.6.1': + resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-wasm@5.1.1': + resolution: {integrity: sha512-F9PZ30J2S8vUNl2oY7Myow5Xsx5z5uNVpnNlJwlmY8IXBvyucvyQ4HSdhJsrbs4W1BfFc0mHghxgp0FbBCnf/Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-wasm@6.4.1': + resolution: {integrity: sha512-3VV9ZGzh0ZY3SmkkSw+0TRXxIpiO0nB8lFwlRgcwaCihwrvLfRnH9GI8WE12mKsHVjWTEVR3ogzILJxccAUjDA==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto-wasm@7.3.2': + resolution: {integrity: sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-crypto@4.6.1': + resolution: {integrity: sha512-2wEftBDxDG+TN8Ah6ogtvzjdZdcF0mAjU4UNNOfpmkBCxQYZOrAHB8HXhzo3noSsKkLX7PDX57NxvJ9OhoTAjw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto@5.1.1': + resolution: {integrity: sha512-JCcAVfH8DhYuEyd4oX1ouByxhou0TvpErKn8kHjtzt7+tRoFi0nzWlmK4z49vszsV3JJgXxV81i10C0BYlwTcQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto@6.4.1': + resolution: {integrity: sha512-FH+dcDPdhSLJvwL0pMLtn/LIPd62QDPODZRCmDyw+pFjLOMaRBc7raomWUOqyRWJTnqVf/iscc2rLVLNMyt7ag==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-crypto@7.3.2': + resolution: {integrity: sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + '@polkadot/x-randomvalues': '*' + + '@polkadot/wasm-util@6.4.1': + resolution: {integrity: sha512-Uwo+WpEsDmFExWC5kTNvsVhvqXMZEKf4gUHXFn4c6Xz4lmieRT5g+1bO1KJ21pl4msuIgdV3Bksfs/oiqMFqlw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/wasm-util@7.3.2': + resolution: {integrity: sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': '*' + + '@polkadot/x-bigint@10.4.2': + resolution: {integrity: sha512-awRiox+/XSReLzimAU94fPldowiwnnMUkQJe8AebYhNocAj6SJU00GNoj6j6tAho6yleOwrTJXZaWFBaQVJQNg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-bigint@12.6.2': + resolution: {integrity: sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q==} + engines: {node: '>=18'} + + '@polkadot/x-bigint@13.1.1': + resolution: {integrity: sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==} + engines: {node: '>=18'} + + '@polkadot/x-bigint@8.7.1': + resolution: {integrity: sha512-ClkhgdB/KqcAKk3zA6Qw8wBL6Wz67pYTPkrAtImpvoPJmR+l4RARauv+MH34JXMUNlNb3aUwqN6lq2Z1zN+mJg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-fetch@10.4.2': + resolution: {integrity: sha512-Ubb64yaM4qwhogNP+4mZ3ibRghEg5UuCYRMNaCFoPgNAY8tQXuDKrHzeks3+frlmeH9YRd89o8wXLtWouwZIcw==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-fetch@12.6.2': + resolution: {integrity: sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw==} + engines: {node: '>=18'} + + '@polkadot/x-fetch@13.1.1': + resolution: {integrity: sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==} + engines: {node: '>=18'} + + '@polkadot/x-fetch@8.7.1': + resolution: {integrity: sha512-ygNparcalYFGbspXtdtZOHvNXZBkNgmNO+um9C0JYq74K5OY9/be93uyfJKJ8JcRJtOqBfVDsJpbiRkuJ1PRfg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-global@10.4.2': + resolution: {integrity: sha512-g6GXHD/ykZvHap3M6wh19dO70Zm43l4jEhlxf5LtTo5/0/UporFCXr2YJYZqfbn9JbQwl1AU+NroYio+vtJdiA==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-global@12.6.2': + resolution: {integrity: sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g==} + engines: {node: '>=18'} + + '@polkadot/x-global@13.1.1': + resolution: {integrity: sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==} + engines: {node: '>=18'} + + '@polkadot/x-global@6.11.1': + resolution: {integrity: sha512-lsBK/e4KbjfieyRmnPs7bTiGbP/6EoCZz7rqD/voNS5qsJAaXgB9LR+ilubun9gK/TDpebyxgO+J19OBiQPIRw==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-global@8.7.1': + resolution: {integrity: sha512-WOgUor16IihgNVdiTVGAWksYLUAlqjmODmIK1cuWrLOZtV1VBomWcb3obkO9sh5P6iWziAvCB/i+L0vnTN9ZCA==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-randomvalues@10.4.2': + resolution: {integrity: sha512-mf1Wbpe7pRZHO0V3V89isPLqZOy5XGX2bCqsfUWHgb1NvV1MMx5TjVjdaYyNlGTiOkAmJKlOHshcfPU2sYWpNg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-randomvalues@12.6.2': + resolution: {integrity: sha512-Vr8uG7rH2IcNJwtyf5ebdODMcr0XjoCpUbI91Zv6AlKVYOGKZlKLYJHIwpTaKKB+7KPWyQrk4Mlym/rS7v9feg==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 12.6.2 + '@polkadot/wasm-util': '*' + + '@polkadot/x-randomvalues@13.1.1': + resolution: {integrity: sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==} + engines: {node: '>=18'} + peerDependencies: + '@polkadot/util': 13.1.1 + '@polkadot/wasm-util': '*' + + '@polkadot/x-randomvalues@6.11.1': + resolution: {integrity: sha512-2MfUfGZSOkuPt7GF5OJkPDbl4yORI64SUuKM25EGrJ22o1UyoBnPOClm9eYujLMD6BfDZRM/7bQqqoLW+NuHVw==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-randomvalues@8.7.1': + resolution: {integrity: sha512-njt17MlfN6yNyNEti7fL12lr5qM6A1aSGkWKVuqzc7XwSBesifJuW4km5u6r2gwhXjH2eHDv9SoQ7WXu8vrrkg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-rxjs@6.11.1': + resolution: {integrity: sha512-zIciEmij7SUuXXg9g/683Irx6GogxivrQS2pgBir2DI/YZq+um52+Dqg1mqsEZt74N4KMTMnzAZAP6LJOBOMww==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textdecoder@10.4.2': + resolution: {integrity: sha512-d3ADduOKUTU+cliz839+KCFmi23pxTlabH7qh7Vs1GZQvXOELWdqFOqakdiAjtMn68n1KVF4O14Y+OUm7gp/zA==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textdecoder@12.6.2': + resolution: {integrity: sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w==} + engines: {node: '>=18'} + + '@polkadot/x-textdecoder@13.1.1': + resolution: {integrity: sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==} + engines: {node: '>=18'} + + '@polkadot/x-textdecoder@6.11.1': + resolution: {integrity: sha512-DI1Ym2lyDSS/UhnTT2e9WutukevFZ0WGpzj4eotuG2BTHN3e21uYtYTt24SlyRNMrWJf5+TkZItmZeqs1nwAfQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textdecoder@8.7.1': + resolution: {integrity: sha512-ia0Ie2zi4VdQdNVD2GE2FZzBMfX//hEL4w546RMJfZM2LqDS674LofHmcyrsv5zscLnnRyCxZC1+J2dt+6MDIA==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textencoder@10.4.2': + resolution: {integrity: sha512-mxcQuA1exnyv74Kasl5vxBq01QwckG088lYjc3KwmND6+pPrW2OWagbxFX5VFoDLDAE+UJtnUHsjdWyOTDhpQA==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textencoder@12.6.2': + resolution: {integrity: sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==} + engines: {node: '>=18'} + + '@polkadot/x-textencoder@13.1.1': + resolution: {integrity: sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==} + engines: {node: '>=18'} + + '@polkadot/x-textencoder@6.11.1': + resolution: {integrity: sha512-8ipjWdEuqFo+R4Nxsc3/WW9CSEiprX4XU91a37ZyRVC4e9R1bmvClrpXmRQLVcAQyhRvG8DKOOtWbz8xM+oXKg==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-textencoder@8.7.1': + resolution: {integrity: sha512-XDO0A27Xy+eJCKSxENroB8Dcnl+UclGG4ZBei+P/BqZ9rsjskUyd2Vsl6peMXAcsxwOE7g0uTvujoGM8jpKOXw==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-ws@10.4.2': + resolution: {integrity: sha512-3gHSTXAWQu1EMcMVTF5QDKHhEHzKxhAArweEyDXE7VsgKUP/ixxw4hVZBrkX122iI5l5mjSiooRSnp/Zl3xqDQ==} + engines: {node: '>=14.0.0'} + + '@polkadot/x-ws@12.6.2': + resolution: {integrity: sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw==} + engines: {node: '>=18'} + + '@polkadot/x-ws@13.1.1': + resolution: {integrity: sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==} + engines: {node: '>=18'} + + '@polkadot/x-ws@8.7.1': + resolution: {integrity: sha512-Mt0tcNzGXyKnN3DQ06alkv+JLtTfXWu6zSypFrrKHSQe3u79xMQ1nSicmpT3gWLhIa8YF+8CYJXMrqaXgCnDhw==} + engines: {node: '>=14.0.0'} + + '@polymeshassociation/polymesh-types@5.7.0': + resolution: {integrity: sha512-6bw+Q6CpjAABeQKLZxE5TMwUwllq9GIWtHr+SBTn/02cLQYYrgPNX3JtQtK/VAAwhQ+AbAUMRlxlzGP16VaWog==} + + '@protobufjs/aspromise@1.1.2': + resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} + + '@protobufjs/base64@1.1.2': + resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==} + + '@protobufjs/codegen@2.0.4': + resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==} + + '@protobufjs/eventemitter@1.1.0': + resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} + + '@protobufjs/fetch@1.1.0': + resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} + + '@protobufjs/float@1.0.2': + resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} + + '@protobufjs/inquire@1.1.0': + resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} + + '@protobufjs/path@1.1.2': + resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} + + '@protobufjs/pool@1.1.0': + resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} + + '@protobufjs/utf8@1.1.0': + resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} + + '@rollup/rollup-android-arm-eabi@4.24.0': + resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.24.0': + resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.24.0': + resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.24.0': + resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.24.0': + resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.24.0': + resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.24.0': + resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.24.0': + resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': + resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.24.0': + resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.24.0': + resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.24.0': + resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.24.0': + resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.24.0': + resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.24.0': + resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.24.0': + resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==} + cpu: [x64] + os: [win32] + + '@scure/base@1.0.0': + resolution: {integrity: sha512-gIVaYhUsy+9s58m/ETjSJVKHhKTBMmcRb9cEV5/5dwvfDlfORjKrFsDeDHWRrm6RjcPvCLZFwGJjAjLj1gg4HA==} + + '@scure/base@1.1.1': + resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} + + '@scure/base@1.1.9': + resolution: {integrity: sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==} + + '@scure/bip32@1.4.0': + resolution: {integrity: sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==} + + '@scure/bip39@1.3.0': + resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==} + + '@scure/bip39@1.4.0': + resolution: {integrity: sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==} + + '@sindresorhus/is@4.6.0': + resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} + engines: {node: '>=10'} + + '@snowfork/snowbridge-types@0.2.7': + resolution: {integrity: sha512-Dz3OM8xvYhzL7XU/QOjgyPWZI4IgPKGByaJo6eZe3UMS6F7TLaFaZW1oYhQVTTahGWWAE6ZwwCuMkVh2FC/9bw==} + + '@sora-substrate/type-definitions@1.27.7': + resolution: {integrity: sha512-bwxcfs76goH4zFgflVqbRuMxBokxAEVWFs8GGwGUxRG94rb+yyQWKTwjW2bDQFuusQnzEOq+IqEJJz/7r4Swyg==} + + '@sqltools/formatter@1.2.5': + resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==} + + '@subsocial/definitions@0.8.14': + resolution: {integrity: sha512-K/8ZYGMyy15QI16bxgi0GfxP3JsnKeNAyPlwom1kDE89RGGs5O++PuWbXxVMMSVYfh9zn9qJYKiThBYIj/Vohg==} + + '@substrate/connect-extension-protocol@1.0.1': + resolution: {integrity: sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==} + + '@substrate/connect-extension-protocol@2.1.0': + resolution: {integrity: sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==} + + '@substrate/connect-known-chains@1.4.1': + resolution: {integrity: sha512-WlFKGEE3naIa7iTyy7hJ0RV0dyGpP7Zic1Z8sXr4bJmSEzZoHcfLRbM1D3T+zFAaitffVCu6k55Vj+CFzMPw1Q==} + + '@substrate/connect@0.7.0-alpha.0': + resolution: {integrity: sha512-fvO7w++M8R95R/pGJFW9+cWOt8OYnnTfgswxtlPqSgzqX4tta8xcNQ51crC72FcL5agwSGkA1gc2/+eyTj7O8A==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/connect@0.7.19': + resolution: {integrity: sha512-+DDRadc466gCmDU71sHrYOt1HcI2Cbhm7zdCFjZfFVHXhC/E8tOdrVSglAH2HDEHR0x2SiHRxtxOGC7ak2Zjog==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/connect@0.8.10': + resolution: {integrity: sha512-DIyQ13DDlXqVFnLV+S6/JDgiGowVRRrh18kahieJxhgvzcWicw5eLc6jpfQ0moVVLBYkO7rctB5Wreldwpva8w==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/connect@0.8.11': + resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/connect@0.8.8': + resolution: {integrity: sha512-zwaxuNEVI9bGt0rT8PEJiXOyebLIo6QN1SyiAHRPBOl6g3Sy0KKdSN8Jmyn++oXhVRD8aIe75/V8ZkS81T+BPQ==} + deprecated: versions below 1.x are no longer maintained + + '@substrate/light-client-extension-helpers@0.0.4': + resolution: {integrity: sha512-vfKcigzL0SpiK+u9sX6dq2lQSDtuFLOxIJx2CKPouPEHIs8C+fpsufn52r19GQn+qDhU8POMPHOVoqLktj8UEA==} + peerDependencies: + smoldot: 2.x + + '@substrate/light-client-extension-helpers@0.0.6': + resolution: {integrity: sha512-girltEuxQ1BvkJWmc8JJlk4ZxnlGXc/wkLcNguhY+UoDEMBK0LsdtfzQKIfrIehi4QdeSBlFEFBoI4RqPmsZzA==} + peerDependencies: + smoldot: 2.x + + '@substrate/light-client-extension-helpers@1.0.0': + resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} + peerDependencies: + smoldot: 2.x + + '@substrate/smoldot-light@0.6.8': + resolution: {integrity: sha512-9lVwbG6wrtss0sd6013BJGe4WN4taujsGG49pwyt1Lj36USeL2Sb164TTUxmZF/g2NQEqDPwPROBdekQ2gFmgg==} + + '@substrate/smoldot-light@0.7.9': + resolution: {integrity: sha512-HP8iP7sFYlpSgjjbo0lqHyU+gu9lL2hbDNce6dWk5/10mFFF9jKIFGfui4zCecUY808o/Go9pan/31kMJoLbug==} + + '@substrate/ss58-registry@1.50.0': + resolution: {integrity: sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==} + + '@substrate/txwrapper-core@7.5.1': + resolution: {integrity: sha512-OAz67qDZpBzQLnHeN95hnQWeYX9HZfxow1LkBAW3TmhXUjycU3gu0D0rvw0gYMQyIt7uYszV/m+5xUbUW+bpZg==} + + '@substrate/txwrapper-substrate@7.5.1': + resolution: {integrity: sha512-7Zwlx7UwAGTObvYTpykZu7Z26YxnjO460AftrVOZlM8xQ2mpSdwbdmQAPjTwi+WsWiFqWlY4irD9dWTRN1+WUg==} + + '@szmarczak/http-timer@4.0.6': + resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} + engines: {node: '>=10'} + + '@szmarczak/http-timer@5.0.1': + resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} + engines: {node: '>=14.16'} + + '@tootallnate/once@1.1.2': + resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} + engines: {node: '>= 6'} + + '@tsconfig/node10@1.0.11': + resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} + + '@tsconfig/node12@1.0.11': + resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} + + '@tsconfig/node14@1.0.3': + resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} + + '@tsconfig/node16@1.0.4': + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + + '@types/abstract-leveldown@7.2.5': + resolution: {integrity: sha512-/2B0nQF4UdupuxeKTJA2+Rj1D+uDemo6P4kMwKCpbfpnzeVaWSELTsAw4Lxn3VJD6APtRrZOCuYo+4nHUQfTfg==} + + '@types/aws-lambda@8.10.145': + resolution: {integrity: sha512-dtByW6WiFk5W5Jfgz1VM+YPA21xMXTuSFoLYIDY0L44jDLLflVPtZkYuu3/YxpGcvjzKFBZLU+GyKjR0HOYtyw==} + + '@types/bn.js@4.11.6': + resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} + + '@types/bn.js@5.1.6': + resolution: {integrity: sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==} + + '@types/cacheable-request@6.0.3': + resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} + + '@types/debug@4.1.12': + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + + '@types/http-cache-semantics@4.0.4': + resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} + + '@types/json-bigint@1.0.4': + resolution: {integrity: sha512-ydHooXLbOmxBbubnA7Eh+RpBzuaIiQjh8WGJYQB50JFGFrdxW7JzVlyEV7fAXw0T2sqJ1ysTneJbiyNLqZRAag==} + + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + + '@types/keyv@3.1.4': + resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + + '@types/level-errors@3.0.2': + resolution: {integrity: sha512-gyZHbcQ2X5hNXf/9KS2qGEmgDe9EN2WDM3rJ5Ele467C0nA1sLhtmv1bZiPMDYfAYCfPWft0uQIaTvXbASSTRA==} + + '@types/levelup@4.3.3': + resolution: {integrity: sha512-K+OTIjJcZHVlZQN1HmU64VtrC0jC3dXWQozuEIR9zVvltIk90zaGPM2AgT+fIkChpzHhFE3YnvFLCbLtzAmexA==} + + '@types/long@4.0.2': + resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} + + '@types/mdast@3.0.15': + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + + '@types/ms@0.7.34': + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} + + '@types/node-fetch@2.6.11': + resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} + + '@types/node@12.20.55': + resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} + + '@types/node@18.15.13': + resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==} + + '@types/node@20.14.10': + resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} + + '@types/node@22.7.0': + resolution: {integrity: sha512-MOdOibwBs6KW1vfqz2uKMlxq5xAfAZ98SZjO8e3XnAbFnTJtAspqhWk7hrdSAs9/Y14ZWMiy7/MxMUzAOadYEw==} + + '@types/node@22.7.4': + resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==} + + '@types/pbkdf2@3.1.2': + resolution: {integrity: sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==} + + '@types/responselike@1.0.3': + resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} + + '@types/secp256k1@4.0.6': + resolution: {integrity: sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==} + + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + + '@types/stylis@4.2.5': + resolution: {integrity: sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==} + + '@types/unist@2.0.11': + resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} + + '@types/uuid@9.0.8': + resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} + + '@types/websocket@1.0.10': + resolution: {integrity: sha512-svjGZvPB7EzuYS94cI7a+qhwgGU1y89wUgjT6E2wVUfmAGIvRfT7obBvRtnhXCSsoMdlG4gBFGE7MfkIXZLoww==} + + '@types/ws@8.5.3': + resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} + + '@types/yargs-parser@21.0.3': + resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} + + '@types/yargs@17.0.33': + resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} + + '@typescript-eslint/eslint-plugin@7.5.0': + resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@7.5.0': + resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@7.5.0': + resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/type-utils@7.5.0': + resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@7.5.0': + resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/typescript-estree@7.5.0': + resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@7.5.0': + resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + + '@typescript-eslint/visitor-keys@7.5.0': + resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + + '@unique-nft/opal-testnet-types@1003.70.0': + resolution: {integrity: sha512-vXJoV7cqwO21svd03DFL7bl8H77zFbJzgkUgNPLPbVA6YkZt+ZeDmbP9lKKPbNadB1DP84kOZPVvsbmzx7+Jxg==} + peerDependencies: + '@polkadot/api': ^10.10.1 + '@polkadot/types': ^10.10.1 + + '@unique-nft/quartz-mainnet-types@1003.70.0': + resolution: {integrity: sha512-qs5iwMcDpBeJ6mXzSAbMB6DY9NkdAqPD1KmekOVG9Vug+hKWvSlfW5ozd63O/J2h7iliqwL0WZjDdwvBNdcTNg==} + peerDependencies: + '@polkadot/api': ^10.10.1 + '@polkadot/types': ^10.10.1 + + '@unique-nft/sapphire-mainnet-types@1003.70.0': + resolution: {integrity: sha512-hEMpLDPZxUuGW+B90AxaF3Clw/kvGn20oao+Ejq4nrCNRF/2k3CjjuG1NScZVcPZuGgKPAkBPiHNSF9aRN6qFg==} + peerDependencies: + '@polkadot/api': ^10.10.1 + '@polkadot/types': ^10.10.1 + + '@unique-nft/unique-mainnet-types@1001.63.0': + resolution: {integrity: sha512-IVr+F7+QvbW2zhbI2aWNtiOBXYAcd6GQ9HmDUdfSd4S0s3TSa8PAC/ikNvD3fk1A2FlBbWjVO0JyPDnnybv/og==} + peerDependencies: + '@polkadot/api': ^10.10.1 + '@polkadot/types': ^10.10.1 + + '@vitest/expect@2.1.1': + resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} + + '@vitest/mocker@2.1.1': + resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} + peerDependencies: + '@vitest/spy': 2.1.1 + msw: ^2.3.5 + vite: ^5.0.0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true + + '@vitest/pretty-format@2.1.1': + resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} + + '@vitest/pretty-format@2.1.2': + resolution: {integrity: sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==} + + '@vitest/runner@2.1.1': + resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} + + '@vitest/snapshot@2.1.1': + resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} + + '@vitest/spy@2.1.1': + resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} + + '@vitest/ui@2.1.1': + resolution: {integrity: sha512-IIxo2LkQDA+1TZdPLYPclzsXukBWd5dX2CKpGqH8CCt8Wh0ZuDn4+vuQ9qlppEju6/igDGzjWF/zyorfsf+nHg==} + peerDependencies: + vitest: 2.1.1 + + '@vitest/utils@2.1.1': + resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} + + '@vue/compiler-core@3.5.10': + resolution: {integrity: sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==} + + '@vue/compiler-dom@3.5.10': + resolution: {integrity: sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==} + + '@vue/compiler-sfc@3.5.10': + resolution: {integrity: sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==} + + '@vue/compiler-ssr@3.5.10': + resolution: {integrity: sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==} + + '@vue/reactivity@3.5.10': + resolution: {integrity: sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==} + + '@vue/runtime-core@3.5.10': + resolution: {integrity: sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==} + + '@vue/runtime-dom@3.5.10': + resolution: {integrity: sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==} + + '@vue/server-renderer@3.5.10': + resolution: {integrity: sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==} + peerDependencies: + vue: 3.5.10 + + '@vue/shared@3.5.10': + resolution: {integrity: sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==} + + '@zeitgeistpm/type-defs@1.0.0': + resolution: {integrity: sha512-dtjNlJSb8ELz87aTD6jqKKfO7kY4HFYzSmDk9JrzHLv+w/JKtG+aLz+WImL6MSaF1MjDE1tm28dj980Zn+nfGA==} + + '@zeroio/type-definitions@0.0.14': + resolution: {integrity: sha512-OkqtOLPkR7oqWLrsgRKhzyLZVFLnNLfEF3DMXH+Rpn1fMNMDq/fOY9pXt55B+flBc62saN73CfOTy3hMSVZFTA==} + + '@zombienet/orchestrator@0.0.87': + resolution: {integrity: sha512-kORyR8/JgiP0BStooCbcyUkhPOI+RXKRs1QEqUN+kKtIN7PvpEjtXlhxROWiqpIQqhcDsHmkOxFcxSq1T0Glaw==} + engines: {node: '>=18'} + + '@zombienet/utils@0.0.25': + resolution: {integrity: sha512-VS+tWmdZ8ozRkA1Lgb/Si9iISgJz8AEQpPnlnlIg3lfVHYFqAD7M5DpiFv24AAEBSraokVhUv9E9E1uE4d4f0w==} + engines: {node: '>=18'} + + JSONStream@1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + + a-sync-waterfall@1.0.1: + resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==} + + abbrev@1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + + abitype@0.7.1: + resolution: {integrity: sha512-VBkRHTDZf9Myaek/dO3yMmOzB/y2s3Zo6nVU7yaw1G+TvCHAjwaJzNGN9yo4K5D8bU/VZXKP1EJpRhFr862PlQ==} + peerDependencies: + typescript: '>=4.9.4' + zod: ^3 >=3.19.1 + peerDependenciesMeta: + zod: + optional: true + + abitype@1.0.5: + resolution: {integrity: sha512-YzDhti7cjlfaBhHutMaboYB21Ha3rXR9QTkNJFzYC4kC8YclaiwPBBBJY8ejFdu2wnJeZCVZSMlQJ7fi8S6hsw==} + peerDependencies: + typescript: '>=5.0.4' + zod: ^3 >=3.22.0 + peerDependenciesMeta: + typescript: + optional: true + zod: + optional: true + + abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + + abortcontroller-polyfill@1.7.5: + resolution: {integrity: sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==} + + abstract-leveldown@6.2.3: + resolution: {integrity: sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==} + engines: {node: '>=6'} + + abstract-leveldown@6.3.0: + resolution: {integrity: sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ==} + engines: {node: '>=6'} + + accepts@1.3.8: + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn-walk@8.3.4: + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} + engines: {node: '>=0.4.0'} + + acorn@8.12.1: + resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + engines: {node: '>=0.4.0'} + hasBin: true + + aes-js@4.0.0-beta.5: + resolution: {integrity: sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==} + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + agent-base@7.1.1: + resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} + engines: {node: '>= 14'} + + agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + engines: {node: '>= 8.0.0'} + + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ansi-colors@4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + app-root-path@3.1.0: + resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==} + engines: {node: '>= 6.0.0'} + + aproba@2.0.0: + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + + are-we-there-yet@3.0.1: + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + arg@4.1.3: + resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} + + array-flatten@1.1.1: + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + asap@2.0.6: + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + + asn1@0.2.6: + resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} + + assert-plus@1.0.0: + resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} + engines: {node: '>=0.8'} + + assertion-error@1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + + assertion-error@2.0.1: + resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} + engines: {node: '>=12'} + + async-limiter@1.0.1: + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} + + asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + atomic-sleep@1.0.0: + resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} + engines: {node: '>=8.0.0'} + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + aws-sign2@0.7.0: + resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} + + aws4@1.13.2: + resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==} + + axios@1.7.7: + resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + base-x@3.0.10: + resolution: {integrity: sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + bcrypt-pbkdf@1.0.2: + resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} + + before-after-hook@3.0.2: + resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} + + bidi-js@1.0.3: + resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} + + bignumber.js@9.1.2: + resolution: {integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + binary-searching@2.0.5: + resolution: {integrity: sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==} + + bindings@1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + + bit-twiddle@1.0.2: + resolution: {integrity: sha512-B9UhK0DKFZhoTFcfvAzhqsjStvGJp9vYWf3+6SNTtdSQnvIgfkHbgHrg/e4+TH71N2GDu8tpmCVoyfrL1d7ntA==} + + bl@4.1.0: + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + + bl@5.1.0: + resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + + blakejs@1.2.1: + resolution: {integrity: sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==} + + bluebird@3.7.2: + resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} + + bn.js@4.11.6: + resolution: {integrity: sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==} + + bn.js@4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + + bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + + body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + boolean@3.2.0: + resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} + + bottleneck@2.19.5: + resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + brorand@1.1.0: + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + + browser-stdout@1.3.1: + resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} + + browserify-aes@1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + + bs58@4.0.1: + resolution: {integrity: sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==} + + bs58check@2.1.2: + resolution: {integrity: sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==} + + buffer-to-arraybuffer@0.0.5: + resolution: {integrity: sha512-3dthu5CYiVB1DEJp61FtApNnNndTckcqe4pFcLdvHtrpG+kcyekCJKg4MRiDcFW7A6AODnXB9U4dwQiCW5kzJQ==} + + buffer-xor@1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + + buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + + bufferutil@4.0.8: + resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} + engines: {node: '>=6.14.2'} + + bytes@3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + + cac@6.7.14: + resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} + engines: {node: '>=8'} + + cacache@15.3.0: + resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==} + engines: {node: '>= 10'} + + cacheable-lookup@5.0.4: + resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} + engines: {node: '>=10.6.0'} + + cacheable-lookup@6.1.0: + resolution: {integrity: sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==} + engines: {node: '>=10.6.0'} + + cacheable-request@7.0.4: + resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} + engines: {node: '>=8'} + + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase@5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + camelize@1.0.1: + resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} + + canvas-renderer@2.2.1: + resolution: {integrity: sha512-RrBgVL5qCEDIXpJ6NrzyRNoTnXxYarqm/cS/W6ERhUJts5UQtt/XPEosGN3rqUkZ4fjBArlnCbsISJ+KCFnIAg==} + + caseless@0.12.0: + resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} + + cfonts@3.3.0: + resolution: {integrity: sha512-RlVxeEw2FXWI5Bs9LD0/Ef3bsQIc9m6lK/DINN20HIW0Y0YHUO2jjy88cot9YKZITiRTCdWzTfLmTyx47HeSLA==} + engines: {node: '>=10'} + hasBin: true + + chai@4.5.0: + resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} + engines: {node: '>=4'} + + chai@5.1.1: + resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==} + engines: {node: '>=12'} + + chalk@3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + character-entities@2.0.2: + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} + + chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + + check-error@1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + + check-error@2.1.1: + resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} + engines: {node: '>= 16'} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chownr@1.1.4: + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + cids@0.7.5: + resolution: {integrity: sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==} + engines: {node: '>=4.0.0', npm: '>=3.0.0'} + deprecated: This module has been superseded by the multiformats module + + cipher-base@1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + + class-is@1.1.0: + resolution: {integrity: sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==} + + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + + clear@0.1.0: + resolution: {integrity: sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==} + + cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + + cli-cursor@4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + cli-highlight@2.1.11: + resolution: {integrity: sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==} + engines: {node: '>=8.0.0', npm: '>=5.0.0'} + hasBin: true + + cli-progress@3.12.0: + resolution: {integrity: sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==} + engines: {node: '>=4'} + + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + + cli-table3@0.6.5: + resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} + engines: {node: 10.* || >= 12.*} + + cli-width@4.1.0: + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} + + cliui@7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + + cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + + clone-response@1.0.3: + resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} + + clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-support@1.1.3: + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + hasBin: true + + colord@2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} + + colorette@2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + + colors@1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + + combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + + comlink@4.4.1: + resolution: {integrity: sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==} + + command-exists@1.2.9: + resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} + + commander@2.7.1: + resolution: {integrity: sha512-5qK/Wsc2fnRCiizV1JlHavWrSGAXQI7AusK423F8zJLwIGq8lmtO5GmO8PVMrtDUJMwTXOFBzSN6OCRD8CEMWw==} + engines: {node: '>= 0.6.x'} + + commander@5.1.0: + resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} + engines: {node: '>= 6'} + + commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + + comment-parser@1.4.1: + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} + engines: {node: '>= 12.0.0'} + + complex.js@2.1.1: + resolution: {integrity: sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + config-chain@1.1.13: + resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} + + console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + + content-disposition@0.5.4: + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} + + content-hash@2.5.2: + resolution: {integrity: sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==} + + content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + + cookie-signature@1.0.6: + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + + cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + engines: {node: '>= 0.6'} + + copy-to-clipboard@3.3.3: + resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} + + core-util-is@1.0.2: + resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} + + cors@2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} + + crc-32@1.2.2: + resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} + engines: {node: '>=0.8'} + hasBin: true + + create-hash@1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + + create-hmac@1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + + create-require@1.1.1: + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + + cross-fetch@4.0.0: + resolution: {integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==} + + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + css-color-keywords@1.0.0: + resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} + engines: {node: '>=4'} + + css-to-react-native@3.2.0: + resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==} + + css-tree@2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + + cssstyle@4.1.0: + resolution: {integrity: sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==} + engines: {node: '>=18'} + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + cuint@0.2.2: + resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} + + d@1.0.2: + resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==} + engines: {node: '>=0.12'} + + dashdash@1.14.1: + resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} + engines: {node: '>=0.10'} + + data-uri-to-buffer@4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} + + data-urls@5.0.0: + resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} + engines: {node: '>=18'} + + dateformat@4.6.3: + resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} + + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.5: + resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decamelize@4.0.0: + resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} + engines: {node: '>=10'} + + decimal.js@10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + + decode-named-character-reference@1.0.2: + resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} + + decode-uri-component@0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} + engines: {node: '>=0.10'} + + decompress-response@3.3.0: + resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} + engines: {node: '>=4'} + + decompress-response@6.0.0: + resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} + engines: {node: '>=10'} + + deep-eql@4.1.4: + resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} + engines: {node: '>=6'} + + deep-eql@5.0.2: + resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} + engines: {node: '>=6'} + + deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + + deep-extend@0.6.0: + resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} + engines: {node: '>=4.0.0'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + + defer-to-connect@2.0.1: + resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} + engines: {node: '>=10'} + + deferred-leveldown@5.3.0: + resolution: {integrity: sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==} + engines: {node: '>=6'} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + define-property@1.0.0: + resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} + engines: {node: '>=0.10.0'} + + delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + + depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + + dequal@2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} + + destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + detect-libc@2.0.3: + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} + engines: {node: '>=8'} + + detect-node@2.1.0: + resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + + diff-match-patch@1.0.5: + resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} + + diff@4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + + diff@5.2.0: + resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} + engines: {node: '>=0.3.1'} + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-walk@0.1.2: + resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} + + dotenv@16.4.5: + resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} + engines: {node: '>=12'} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + ecc-jsbn@0.1.2: + resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} + + ed2curve@0.3.0: + resolution: {integrity: sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==} + + ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + + elliptic@6.5.4: + resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} + + elliptic@6.5.7: + resolution: {integrity: sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + encodeurl@1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + + encodeurl@2.0.0: + resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} + engines: {node: '>= 0.8'} + + encoding-down@6.3.0: + resolution: {integrity: sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==} + engines: {node: '>=6'} + + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + end-of-stream@1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + err-code@2.0.3: + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + + err-code@3.0.1: + resolution: {integrity: sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==} + + errno@0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + + es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + + es5-ext@0.10.64: + resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} + engines: {node: '>=0.10'} + + es6-error@4.1.1: + resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} + + es6-iterator@2.0.3: + resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} + + es6-promise@4.2.8: + resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} + + es6-symbol@3.1.4: + resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==} + engines: {node: '>=0.12'} + + es6-weak-map@2.0.3: + resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} + + esbuild@0.21.5: + resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} + engines: {node: '>=12'} + hasBin: true + + esbuild@0.23.1: + resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} + engines: {node: '>=18'} + hasBin: true + + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} + engines: {node: '>=6'} + + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + + escape-latex@1.2.0: + resolution: {integrity: sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + eslint-plugin-unused-imports@3.1.0: + resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': 6 - 7 + eslint: '8' + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true + + eslint-rule-composer@0.3.0: + resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==} + engines: {node: '>=4.0.0'} + + eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + + esniff@2.0.1: + resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==} + engines: {node: '>=0.10'} + + espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + estree-walker@2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + + estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + + eth-ens-namehash@2.0.8: + resolution: {integrity: sha512-VWEI1+KJfz4Km//dadyvBBoBeSQ0MHTXPvr8UIXiLW6IanxvAV+DmlZAijZwAyggqGUfwQBeHf7tc9wzc1piSw==} + + eth-lib@0.1.29: + resolution: {integrity: sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==} + + eth-lib@0.2.8: + resolution: {integrity: sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==} + + eth-object@https://codeload.github.com/aurora-is-near/eth-object/tar.gz/378b8dbf44a71f7049666cea5a16ab88d45aed06: + resolution: {tarball: https://codeload.github.com/aurora-is-near/eth-object/tar.gz/378b8dbf44a71f7049666cea5a16ab88d45aed06} + version: 1.0.3 + + eth-util-lite@https://codeload.github.com/near/eth-util-lite/tar.gz/427b7634a123d171432f3b38c6542913a3897ac7: + resolution: {tarball: https://codeload.github.com/near/eth-util-lite/tar.gz/427b7634a123d171432f3b38c6542913a3897ac7} + version: 1.0.1 + + ethereum-blockies-base64@1.0.2: + resolution: {integrity: sha512-Vg2HTm7slcWNKaRhCUl/L3b4KrB8ohQXdd5Pu3OI897EcR6tVRvUqdTwAyx+dnmoDzj8e2bwBLDQ50ByFmcz6w==} + + ethereum-bloom-filters@1.2.0: + resolution: {integrity: sha512-28hyiE7HVsWubqhpVLVmZXFd4ITeHi+BUu05o9isf0GUpMtzBUi+8/gFrGaGYzvGAJQmJ3JKj77Mk9G98T84rA==} + + ethereum-cryptography@0.1.3: + resolution: {integrity: sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==} + + ethereum-cryptography@2.2.1: + resolution: {integrity: sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==} + + ethereumjs-util@7.1.5: + resolution: {integrity: sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==} + engines: {node: '>=10.0.0'} + + ethers@6.13.1: + resolution: {integrity: sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==} + engines: {node: '>=14.0.0'} + + ethers@6.13.2: + resolution: {integrity: sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==} + engines: {node: '>=14.0.0'} + + ethjs-unit@0.1.6: + resolution: {integrity: sha512-/Sn9Y0oKl0uqQuvgFk/zQgR7aw1g36qX/jzSQ5lSwlO0GigPymk4eGQfeNTD03w1dPOqfz8V77Cy43jH56pagw==} + engines: {node: '>=6.5.0', npm: '>=3'} + + event-emitter@0.3.5: + resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==} + + event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + + eventemitter3@4.0.4: + resolution: {integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==} + + eventemitter3@4.0.7: + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + + eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + + events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + + evp_bytestokey@1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + + expand-template@2.0.3: + resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} + engines: {node: '>=6'} + + express@4.21.0: + resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} + engines: {node: '>= 0.10.0'} + + ext@1.7.0: + resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} + + extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + + external-editor@3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + + extsprintf@1.3.0: + resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} + engines: {'0': node >=0.6.0} + + fast-copy@3.0.2: + resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fast-redact@3.5.0: + resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==} + engines: {node: '>=6'} + + fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + + fast-sha256@1.3.0: + resolution: {integrity: sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + fdir@6.4.0: + resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + + fetch-blob@3.2.0: + resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} + engines: {node: ^12.20 || >= 14.13} + + fflate@0.8.2: + resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} + + fft-js@0.0.12: + resolution: {integrity: sha512-nLOa0/SYYnN2NPcLrI81UNSPxyg3q0sGiltfe9G1okg0nxs5CqAwtmaqPQdGcOryeGURaCoQx8Y4AUkhGTh7IQ==} + engines: {node: '>=0.12.0'} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + file-uri-to-path@1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} + engines: {node: '>= 0.8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flat@5.0.2: + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + hasBin: true + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + engines: {node: '>=14'} + + forever-agent@0.6.1: + resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} + + form-data-encoder@1.7.1: + resolution: {integrity: sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==} + + form-data@2.3.3: + resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + engines: {node: '>= 0.12'} + + form-data@4.0.0: + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} + + formdata-polyfill@4.0.10: + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} + + forwarded@0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} + + fraction.js@4.3.7: + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} + + fresh@0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + + fs-constants@1.0.0: + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + + fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + engines: {node: '>=14.14'} + + fs-extra@4.0.3: + resolution: {integrity: sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==} + + fs-minipass@1.2.7: + resolution: {integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==} + + fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + functional-red-black-tree@1.0.1: + resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + gauge@4.0.4: + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-func-name@2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + + get-port@7.1.0: + resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==} + engines: {node: '>=16'} + + get-stream@5.2.0: + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} + + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + + get-tsconfig@4.8.1: + resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} + + getpass@0.1.7: + resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} + + github-from-package@0.0.0: + resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + + glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported + + global-agent@3.0.0: + resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==} + engines: {node: '>=10.0'} + + global@4.4.0: + resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} + + globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + + got@11.8.6: + resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} + engines: {node: '>=10.19.0'} + + got@12.1.0: + resolution: {integrity: sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==} + engines: {node: '>=14.16'} + + graceful-fs@4.2.10: + resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graceful-readlink@1.0.1: + resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + handlebars@4.7.8: + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} + hasBin: true + + har-schema@2.0.0: + resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} + engines: {node: '>=4'} + + har-validator@5.1.5: + resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} + engines: {node: '>=6'} + deprecated: this library is no longer supported + + has-bigints@1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + + has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + + has-unicode@2.0.1: + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + + hash-base@3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} + + hash.js@1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + + help-me@5.0.0: + resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==} + + highlight.js@10.7.3: + resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} + + hmac-drbg@1.0.1: + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + + html-encoding-sniffer@4.0.0: + resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} + engines: {node: '>=18'} + + http-cache-semantics@4.1.1: + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + + http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + + http-https@1.0.0: + resolution: {integrity: sha512-o0PWwVCSp3O0wS6FvNr6xfBCHgt0m1tvPLFOCc2iFDKTRAXhB7m8klDf7ErowFH8POa6dVdGatKU5I1YYwzUyg==} + + http-proxy-agent@4.0.1: + resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} + engines: {node: '>= 6'} + + http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} + engines: {node: '>= 14'} + + http-signature@1.2.0: + resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} + engines: {node: '>=0.8', npm: '>=1.3.7'} + + http2-wrapper@1.0.3: + resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==} + engines: {node: '>=10.19.0'} + + http2-wrapper@2.2.1: + resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} + engines: {node: '>=10.19.0'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + + https-proxy-agent@7.0.5: + resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} + engines: {node: '>= 14'} + + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + + humanize-ms@1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + + iconv-lite@0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + + iconv-lite@0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + + idb@8.0.0: + resolution: {integrity: sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==} + + idna-uts46-hx@2.3.1: + resolution: {integrity: sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==} + engines: {node: '>=4.0.0'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + + immediate@3.2.3: + resolution: {integrity: sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==} + + immediate@3.3.0: + resolution: {integrity: sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + + infer-owner@1.0.4: + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + + inquirer-press-to-continue@1.2.0: + resolution: {integrity: sha512-HdKOgEAydYhI3OKLy5S4LMi7a/AHJjPzF06mHqbdVxlTmHOaytQVBaVbQcSytukD70K9FYLhYicNOPuNjFiWVQ==} + peerDependencies: + inquirer: '>=8.0.0 <10.0.0' + + inquirer@9.3.3: + resolution: {integrity: sha512-Z7lAi4XUBYRa6NPB0k+0+3dyhnyp2sAqVeiyogHyue93DvE9dPxp7oi7Gg8/KfWXSrGEsyBvZbl4PdBpS7ZKkg==} + engines: {node: '>=18'} + + internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} + + ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + + ip-regex@4.3.0: + resolution: {integrity: sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==} + engines: {node: '>=8'} + + ipaddr.js@1.9.1: + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} + + is-accessor-descriptor@1.0.1: + resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} + engines: {node: '>= 0.10'} + + is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + + is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} + + is-bigint@1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-boolean-object@1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + + is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-data-descriptor@1.0.1: + resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} + engines: {node: '>= 0.4'} + + is-date-object@1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + + is-descriptor@1.0.3: + resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==} + engines: {node: '>= 0.4'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-function@1.0.2: + resolution: {integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==} + + is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-hex-prefixed@1.0.0: + resolution: {integrity: sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==} + engines: {node: '>=6.5.0', npm: '>=3'} + + is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} + + is-interactive@2.0.0: + resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} + engines: {node: '>=12'} + + is-lambda@1.0.1: + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + + is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + + is-number-object@1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + + is-number@3.0.0: + resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + is-plain-obj@2.1.0: + resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} + engines: {node: '>=8'} + + is-potential-custom-element-name@1.0.1: + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + + is-promise@2.2.2: + resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + + is-regex@1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + + is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + + is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + is-string@1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + + is-symbol@1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + + is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} + + is-typedarray@1.0.0: + resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + + is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + + is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + + is-weakset@2.0.3: + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + engines: {node: '>= 0.4'} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + iso-random-stream@2.0.2: + resolution: {integrity: sha512-yJvs+Nnelic1L2vH2JzWvvPQFA4r7kSTnpST/+LkAQjSz0hos2oqLD+qIVi9Qk38Hoe7mNDt3j0S27R58MVjLQ==} + engines: {node: '>=10'} + + isomorphic-ws@5.0.0: + resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} + peerDependencies: + ws: '*' + + isows@1.0.4: + resolution: {integrity: sha512-hEzjY+x9u9hPmBom9IIAqdJCwNLax+xrPb51vEPpERoFlIxgmZcHzsT5jKG06nvInKOBGvReAVz80Umed5CczQ==} + peerDependencies: + ws: '*' + + isstream@0.1.2: + resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} + + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + javascript-natural-sort@0.7.1: + resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} + + jdenticon@3.2.0: + resolution: {integrity: sha512-z6Iq3fTODUMSOiR2nNYrqigS6Y0GvdXfyQWrUby7htDHvX7GNEwaWR4hcaL+FmhEgBe08Xkup/BKxXQhDJByPA==} + engines: {node: '>=6.4.0'} + hasBin: true + + joycon@3.1.1: + resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} + engines: {node: '>=10'} + + js-sha3@0.5.7: + resolution: {integrity: sha512-GII20kjaPX0zJ8wzkTbNDYMY7msuZcTWk8S5UOh6806Jq/wz1J8/bnr8uGU0DAUmYDjj2Mr4X1cW8v/GLYnR+g==} + + js-sha3@0.8.0: + resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + jsbn@0.1.1: + resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} + + jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + + jsdom@23.2.0: + resolution: {integrity: sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==} + engines: {node: '>=18'} + peerDependencies: + canvas: ^2.11.2 + peerDependenciesMeta: + canvas: + optional: true + + json-bigint@1.0.0: + resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-schema@0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json-stable-stringify@1.1.1: + resolution: {integrity: sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==} + engines: {node: '>= 0.4'} + + json-stringify-safe@5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + + jsonc-parser@3.3.1: + resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} + + jsondiffpatch@0.5.0: + resolution: {integrity: sha512-Quz3MvAwHxVYNXsOByL7xI5EB2WYOeFswqaHIA3qOK3isRWTxiplBEocmmru6XmxDB2L7jDNYtYA4FyimoAFEw==} + engines: {node: '>=8.17.0'} + hasBin: true + + jsonfile@4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + + jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + + jsonify@0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + + jsprim@1.4.2: + resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} + engines: {node: '>=0.6.0'} + + keccak@3.0.4: + resolution: {integrity: sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==} + engines: {node: '>=10.0.0'} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + kind-of@3.2.2: + resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} + engines: {node: '>=0.10.0'} + + kleur@4.1.5: + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} + engines: {node: '>=6'} + + level-codec@9.0.2: + resolution: {integrity: sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==} + engines: {node: '>=6'} + + level-concat-iterator@2.0.1: + resolution: {integrity: sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==} + engines: {node: '>=6'} + + level-errors@2.0.1: + resolution: {integrity: sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==} + engines: {node: '>=6'} + + level-iterator-stream@4.0.2: + resolution: {integrity: sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==} + engines: {node: '>=6'} + + level-mem@5.0.1: + resolution: {integrity: sha512-qd+qUJHXsGSFoHTziptAKXoLX87QjR7v2KMbqncDXPxQuCdsQlzmyX+gwrEHhlzn08vkf8TyipYyMmiC6Gobzg==} + engines: {node: '>=6'} + + level-packager@5.1.1: + resolution: {integrity: sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==} + engines: {node: '>=6'} + + level-supports@1.0.1: + resolution: {integrity: sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==} + engines: {node: '>=6'} + + level-ws@2.0.0: + resolution: {integrity: sha512-1iv7VXx0G9ec1isqQZ7y5LmoZo/ewAsyDHNA8EFDW5hqH2Kqovm33nSFkSdnLLAK+I5FlT+lo5Cw9itGe+CpQA==} + engines: {node: '>=6'} + + levelup@4.4.0: + resolution: {integrity: sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==} + engines: {node: '>=6'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + libp2p-crypto@0.21.2: + resolution: {integrity: sha512-EXFrhSpiHtJ+/L8xXDvQNK5VjUMG51u878jzZcaT5XhuN/zFg6PWJFnl/qB2Y2j7eMWnvCRP7Kp+ua2H36cG4g==} + engines: {node: '>=12.0.0'} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + lodash.camelcase@4.3.0: + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + + log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + + log-symbols@5.1.0: + resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} + engines: {node: '>=12'} + + long@4.0.0: + resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} + + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + + loupe@2.3.7: + resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + + loupe@3.1.1: + resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} + + lowercase-keys@2.0.0: + resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} + engines: {node: '>=8'} + + lowercase-keys@3.0.0: + resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + + lru-queue@0.1.0: + resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} + + ltgt@2.2.1: + resolution: {integrity: sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==} + + magic-string@0.30.11: + resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + + make-error@1.3.6: + resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + + make-fetch-happen@9.1.0: + resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==} + engines: {node: '>= 10'} + + matcher@3.0.0: + resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} + engines: {node: '>=10'} + + mathjs@13.1.1: + resolution: {integrity: sha512-duaSAy7m4F+QtP1Dyv8MX2XuxcqpNDDlGly0SdVTCqpAmwdOFWilDdQKbLdo9RfD6IDNMOdo9tIsEaTXkconlQ==} + engines: {node: '>= 18'} + hasBin: true + + md5.js@1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + + mdast-util-from-markdown@1.3.1: + resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} + + mdast-util-to-string@3.2.0: + resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} + + mdn-data@2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + + media-typer@0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + + memdown@5.1.0: + resolution: {integrity: sha512-B3J+UizMRAlEArDjWHTMmadet+UKwHd3UjMgGBkZcKAxAYVPS9o0Yeiha4qvz7iGiL2Sb3igUft6p7nbFWctpw==} + engines: {node: '>=6'} + + memoizee@0.4.15: + resolution: {integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==} + + memorystream@0.3.1: + resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} + engines: {node: '>= 0.10.0'} + + merge-descriptors@1.0.3: + resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} + + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + merkle-patricia-tree@4.2.4: + resolution: {integrity: sha512-eHbf/BG6eGNsqqfbLED9rIqbsF4+sykEaBn6OLNs71tjclbMcMOk1tEPmJKcNcNCLkvbpY/lwyOlizWsqPNo8w==} + + methods@1.1.2: + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} + + micro-ftch@0.3.1: + resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} + + micromark-core-commonmark@1.1.0: + resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} + + micromark-factory-destination@1.1.0: + resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} + + micromark-factory-label@1.1.0: + resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} + + micromark-factory-space@1.1.0: + resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} + + micromark-factory-title@1.1.0: + resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} + + micromark-factory-whitespace@1.1.0: + resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} + + micromark-util-character@1.2.0: + resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} + + micromark-util-chunked@1.1.0: + resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} + + micromark-util-classify-character@1.1.0: + resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} + + micromark-util-combine-extensions@1.1.0: + resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} + + micromark-util-decode-numeric-character-reference@1.1.0: + resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} + + micromark-util-decode-string@1.1.0: + resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} + + micromark-util-encode@1.1.0: + resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} + + micromark-util-html-tag-name@1.2.0: + resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} + + micromark-util-normalize-identifier@1.1.0: + resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} + + micromark-util-resolve-all@1.1.0: + resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} + + micromark-util-sanitize-uri@1.2.0: + resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} + + micromark-util-subtokenize@1.1.0: + resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} + + micromark-util-symbol@1.1.0: + resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} + + micromark-util-types@1.1.0: + resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} + + micromark@3.2.0: + resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mime@1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + + mimic-response@1.0.1: + resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} + engines: {node: '>=4'} + + mimic-response@3.1.0: + resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} + engines: {node: '>=10'} + + min-document@2.19.0: + resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} + + minimalistic-assert@1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + + minimalistic-crypto-utils@1.0.1: + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + + minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass-collect@1.0.2: + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} + + minipass-fetch@1.4.1: + resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} + engines: {node: '>=8'} + + minipass-flush@1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} + + minipass-pipeline@1.2.4: + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} + + minipass-sized@1.0.3: + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} + + minipass@2.9.0: + resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} + + minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + + minipass@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + minizlib@1.3.3: + resolution: {integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==} + + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + + mkdirp-classic@0.5.3: + resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} + + mkdirp-promise@5.0.1: + resolution: {integrity: sha512-Hepn5kb1lJPtVW84RFT40YG1OddBNTOVUZR2bzQUHc+Z03en8/3uX0+060JDhcEzyO08HmipsN9DcnFMxhIL9w==} + engines: {node: '>=4'} + deprecated: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. + + mkdirp@0.5.6: + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} + hasBin: true + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + mkdirp@2.1.6: + resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==} + engines: {node: '>=10'} + hasBin: true + + mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + + mocha@10.7.3: + resolution: {integrity: sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==} + engines: {node: '>= 14.0.0'} + hasBin: true + + mock-fs@4.14.0: + resolution: {integrity: sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==} + + mock-socket@9.3.1: + resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==} + engines: {node: '>= 8'} + + moonbeam-types-bundle@2.0.10: + resolution: {integrity: sha512-QDk/ktioLqDQCOLUu/+FyyF3UYWdKOqqa6q1vwI75pdKBg5elNpRXugEC1irzkLolTanvMRc2rO+qarT9ijjyg==} + + mri@1.2.0: + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} + + mrmime@2.0.0: + resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} + engines: {node: '>=10'} + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + multibase@0.6.1: + resolution: {integrity: sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==} + deprecated: This module has been superseded by the multiformats module + + multibase@0.7.0: + resolution: {integrity: sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==} + deprecated: This module has been superseded by the multiformats module + + multicodec@0.5.7: + resolution: {integrity: sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==} + deprecated: This module has been superseded by the multiformats module + + multicodec@1.0.4: + resolution: {integrity: sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==} + deprecated: This module has been superseded by the multiformats module + + multiformats@9.9.0: + resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} + + multihashes@0.4.21: + resolution: {integrity: sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==} + + mute-stream@1.0.0: + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + nano-json-stream-parser@0.1.2: + resolution: {integrity: sha512-9MqxMH/BSJC7dnLsEMPyfN5Dvoo49IsPFYMcHw3Bcfc2kN0lpHRBSzlMSVx4HGyJ7s9B31CyBTVehWJoQ8Ctew==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + napi-build-utils@1.0.2: + resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} + + napi-maybe-compressed-blob-darwin-arm64@0.0.11: + resolution: {integrity: sha512-hZ9ye4z8iMDVPEnx9A/Ag6k7xHX/BcK5Lntw/VANBUm9ioLSuRvHTALG4XaqVDGXo4U2NFDwSLRDyhFPYvqckQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + napi-maybe-compressed-blob-darwin-x64@0.0.11: + resolution: {integrity: sha512-TqWNP7Vehi73xLXyUGjdLppP0W6T0Ef2D/X9HmAZNwglt+MkTujX10CDODfbFWvGy+NkaC5XqnzxCn19wbZZcA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + napi-maybe-compressed-blob-linux-arm64-gnu@0.0.11: + resolution: {integrity: sha512-7D5w6MDZghcb3VtXRg2ShCEh9Z3zMeBVRG4xsMulEWT2j9/09Nopu+9KfI/2ngRvm78MniWSIlqds5PRAlCROA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + napi-maybe-compressed-blob-linux-x64-gnu@0.0.11: + resolution: {integrity: sha512-JKY8KcZpQtKiL1smMKfukcOmsDVeZaw9fKXKsWC+wySc2wsvH7V2wy8PffSQ0lWERkI7Yn3k7xPjB463m/VNtg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + napi-maybe-compressed-blob@0.0.11: + resolution: {integrity: sha512-1dj4ET34TfEes0+josVLvwpJe337Jk6txd3XUjVmVs3budSo2eEjvN6pX4myYE1pS4x/k2Av57n/ypRl2u++AQ==} + engines: {node: '>= 10'} + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + negotiator@0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + + neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + + next-tick@1.1.0: + resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} + + nock@13.5.5: + resolution: {integrity: sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==} + engines: {node: '>= 10.13'} + + node-abi@3.68.0: + resolution: {integrity: sha512-7vbj10trelExNjFSBm5kTvZXXa7pZyKWx9RCKIyqe6I9Ev3IzGpQoqBP3a+cOdxY+pWj6VkP28n/2wWysBHD/A==} + engines: {node: '>=10'} + + node-addon-api@2.0.2: + resolution: {integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==} + + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + + node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + node-forge@1.3.1: + resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} + engines: {node: '>= 6.13.0'} + + node-gyp-build@4.8.2: + resolution: {integrity: sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==} + hasBin: true + + node-gyp@8.4.1: + resolution: {integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==} + engines: {node: '>= 10.12.0'} + hasBin: true + + nopt@5.0.0: + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} + hasBin: true + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + normalize-url@6.1.0: + resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} + engines: {node: '>=10'} + + npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + + npmlog@6.0.2: + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This package is no longer supported. + + number-to-bn@1.7.0: + resolution: {integrity: sha512-wsJ9gfSz1/s4ZsJN01lyonwuxA1tml6X1yBDnfpMglypcBRFZZkus26EdPSlqS5GJfYddVZa22p3VNb3z5m5Ig==} + engines: {node: '>=6.5.0', npm: '>=3'} + + nunjucks@3.2.4: + resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==} + engines: {node: '>= 6.9.0'} + hasBin: true + peerDependencies: + chokidar: ^3.3.0 + peerDependenciesMeta: + chokidar: + optional: true + + oauth-sign@0.9.0: + resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-inspect@1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + + object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + + oboe@2.1.5: + resolution: {integrity: sha512-zRFWiF+FoicxEs3jNI/WYUrVEgA7DeET/InK0XQuudGHRg8iIob3cNPrJTKaz4004uaA9Pbe+Dwa8iluhjLZWA==} + + octokit@4.0.2: + resolution: {integrity: sha512-wbqF4uc1YbcldtiBFfkSnquHtECEIpYD78YUXI6ri1Im5OO2NLo6ZVpRdbJpdnpZ05zMrVPssNiEo6JQtea+Qg==} + engines: {node: '>= 18'} + + on-exit-leak-free@2.1.2: + resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==} + engines: {node: '>=14.0.0'} + + on-finished@2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + ora@5.4.1: + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} + + ora@6.3.1: + resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + os-tmpdir@1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + + p-cancelable@2.1.1: + resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==} + engines: {node: '>=8'} + + p-cancelable@3.0.0: + resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==} + engines: {node: '>=12.20'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + pako@2.1.0: + resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-headers@2.0.5: + resolution: {integrity: sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==} + + parse5-htmlparser2-tree-adapter@6.0.1: + resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} + + parse5@5.1.1: + resolution: {integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==} + + parse5@6.0.1: + resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} + + parse5@7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + + parseurl@1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + path-to-regexp@0.1.10: + resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + + pathval@1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + + pathval@2.0.0: + resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} + engines: {node: '>= 14.16'} + + pbkdf2@3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + + peer-id@0.16.0: + resolution: {integrity: sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==} + engines: {node: '>=15.0.0'} + + performance-now@2.1.0: + resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} + + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + + pino-abstract-transport@1.2.0: + resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} + + pino-pretty@11.2.2: + resolution: {integrity: sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==} + hasBin: true + + pino-std-serializers@6.2.2: + resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==} + + pino@8.21.0: + resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} + hasBin: true + + pnglib@0.0.1: + resolution: {integrity: sha512-95ChzOoYLOPIyVmL+Y6X+abKGXUJlvOVLkB1QQkyXl7Uczc6FElUy/x01NS7r2GX6GRezloO/ecCX9h4U9KadA==} + + pontem-types-bundle@1.0.15: + resolution: {integrity: sha512-PXQTwvb6QB5VW3UILU9w7du55j7hd2mZspfLPcum7XEwxhVhzH22dygd3waSNEhybTgcsV40XB4d3OIdwgaLvw==} + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} + engines: {node: ^10 || ^12 || >=14} + + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} + engines: {node: ^10 || ^12 || >=14} + + prebuild-install@7.1.2: + resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} + engines: {node: '>=10'} + hasBin: true + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-plugin-jsdoc@0.3.38: + resolution: {integrity: sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==} + engines: {node: '>=12.0.0'} + peerDependencies: + prettier: '>=2.1.2' + + prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + + process-warning@3.0.0: + resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} + + process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + + promise-inflight@1.0.1: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + + promise-retry@2.0.1: + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} + + prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + + propagate@2.0.1: + resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} + engines: {node: '>= 8'} + + proto-list@1.2.4: + resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} + + protobufjs@6.11.4: + resolution: {integrity: sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==} + hasBin: true + + proxy-addr@2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} + + proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + + prr@1.0.1: + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} + + psl@1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + + pump@3.0.2: + resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + + punycode@2.1.0: + resolution: {integrity: sha512-Yxz2kRwT90aPiWEMHVYnEf4+rhwF1tBmmZ4KepCP+Wkium9JxtWnUm1nqGwpiAHr/tnTSeHqr3wb++jgSkXjhA==} + engines: {node: '>=6'} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + qs@6.13.0: + resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} + engines: {node: '>=0.6'} + + qs@6.5.3: + resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} + engines: {node: '>=0.6'} + + query-string@5.1.1: + resolution: {integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==} + engines: {node: '>=0.10.0'} + + querystringify@2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + quick-format-unescaped@4.0.4: + resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} + + quick-lru@5.1.1: + resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} + engines: {node: '>=10'} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + randomness@1.6.14: + resolution: {integrity: sha512-BQGEM09tR0ft8QeOOHbGt7AKoYjqHb0Zbos8TY81tWRENC//M+FuQPdtE3GLqUdj115J8r7pP8xsOgLQyVkLJA==} + engines: {node: '>=14 <15 || >=16 <17 || >=18'} + + range-parser@1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + + raw-body@2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + + rc@1.2.8: + resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} + hasBin: true + + react-copy-to-clipboard@5.1.0: + resolution: {integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==} + peerDependencies: + react: ^15.3.0 || 16 || 17 || 18 + + react-dom@18.3.1: + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} + peerDependencies: + react: ^18.3.1 + + react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + + react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + engines: {node: '>=0.10.0'} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + readable-stream@4.5.2: + resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + real-require@0.2.0: + resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} + engines: {node: '>= 12.13.0'} + + reflect-metadata@0.2.2: + resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==} + + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} + engines: {node: '>= 0.4'} + + request@2.88.2: + resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + + requires-port@1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + + resolve-alpn@1.2.1: + resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + + responselike@2.0.1: + resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} + + restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + + restore-cursor@4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported + hasBin: true + + ripemd160@2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + + rlp@2.2.7: + resolution: {integrity: sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==} + hasBin: true + + rlp@3.0.0: + resolution: {integrity: sha512-PD6U2PGk6Vq2spfgiWZdomLvRGDreBLxi5jv5M8EpRo3pU6VEm31KO+HFxE18Q3vgqfDrQ9pZA3FP95rkijNKw==} + hasBin: true + + roarr@2.15.4: + resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==} + engines: {node: '>=8.0'} + + rollup@4.24.0: + resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + rrweb-cssom@0.6.0: + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} + + rrweb-cssom@0.7.1: + resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} + + run-async@3.0.0: + resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} + engines: {node: '>=0.12.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rxjs@6.6.7: + resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} + engines: {npm: '>=2.0.0'} + + rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + + sade@1.8.1: + resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} + engines: {node: '>=6'} + + safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-stable-stringify@2.5.0: + resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} + engines: {node: '>=10'} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + saxes@6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} + + scale-ts@1.6.0: + resolution: {integrity: sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==} + + scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + + scrypt-js@3.0.1: + resolution: {integrity: sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==} + + scryptsy@2.1.0: + resolution: {integrity: sha512-1CdSqHQowJBnMAFyPEBRfqag/YP9OF394FV+4YREIJX4ljD7OxvQRDayyoyyCk+senRjSkP6VnUNQmVQqB6g7w==} + + secp256k1@4.0.3: + resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} + engines: {node: '>=10.0.0'} + + secure-json-parse@2.7.0: + resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} + + seedrandom@3.0.5: + resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==} + + semaphore-async-await@1.5.1: + resolution: {integrity: sha512-b/ptP11hETwYWpeilHXXQiV5UJNJl7ZWWooKRE5eBIYWoom6dZ0SluCIdCtKycsMtZgKWE01/qAw6jblw1YVhg==} + engines: {node: '>=4.1'} + + semver-compare@1.0.0: + resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} + + semver@5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true + + semver@7.6.2: + resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + engines: {node: '>=10'} + hasBin: true + + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + + send@0.19.0: + resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} + engines: {node: '>= 0.8.0'} + + serialize-error@7.0.1: + resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} + engines: {node: '>=10'} + + serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + + serve-static@1.16.2: + resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} + engines: {node: '>= 0.8.0'} + + servify@0.1.12: + resolution: {integrity: sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==} + engines: {node: '>=6'} + + set-blocking@2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + + setimmediate@1.0.5: + resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + + setprototypeof@1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + + sha.js@2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true + + shallowequal@1.1.0: + resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + + siginfo@2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + simple-concat@1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + + simple-get@2.8.2: + resolution: {integrity: sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw==} + + simple-get@4.0.1: + resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} + + sirv@2.0.4: + resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} + engines: {node: '>= 10'} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + smart-buffer@4.2.0: + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + + smoldot@2.0.22: + resolution: {integrity: sha512-B50vRgTY6v3baYH6uCgL15tfaag5tcS2o/P5q1OiXcKGv1axZDfz2dzzMuIkVpyMR2ug11F6EAtQlmYBQd292g==} + + smoldot@2.0.26: + resolution: {integrity: sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==} + + socks-proxy-agent@6.2.1: + resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==} + engines: {node: '>= 10'} + + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + + solc@0.8.25: + resolution: {integrity: sha512-7P0TF8gPeudl1Ko3RGkyY6XVCxe2SdD/qQhtns1vl3yAbK/PDifKDLHGtx1t7mX3LgR7ojV7Fg/Kc6Q9D2T8UQ==} + engines: {node: '>=10.0.0'} + hasBin: true + + sonic-boom@3.8.1: + resolution: {integrity: sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==} + + sonic-boom@4.1.0: + resolution: {integrity: sha512-NGipjjRicyJJ03rPiZCJYjwlsuP2d1/5QUviozRXC7S3WdVWNK5e3Ojieb9CCyfhq2UC+3+SRd9nG3I2lPRvUw==} + + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} + + sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + + sqlite3@5.1.7: + resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} + + sshpk@1.18.0: + resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} + engines: {node: '>=0.10.0'} + hasBin: true + + ssri@8.0.1: + resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} + engines: {node: '>= 8'} + + stackback@0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + + std-env@3.7.0: + resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} + + stdin-discarder@0.1.0: + resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + + store@2.0.12: + resolution: {integrity: sha512-eO9xlzDpXLiMr9W1nQ3Nfp9EzZieIQc10zPPMP5jsVV7bLOziSFFBP0XoDXACEIFtdI+rIz0NwWVA/QVJ8zJtw==} + + strict-uri-encode@1.1.0: + resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} + engines: {node: '>=0.10.0'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + + strip-hex-prefix@1.0.0: + resolution: {integrity: sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==} + engines: {node: '>=6.5.0', npm: '>=3'} + + strip-json-comments@2.0.1: + resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} + engines: {node: '>=0.10.0'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + styled-components@6.1.13: + resolution: {integrity: sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==} + engines: {node: '>= 16'} + peerDependencies: + react: '>= 16.8.0' + react-dom: '>= 16.8.0' + + stylis@4.3.2: + resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + + swarm-js@0.1.42: + resolution: {integrity: sha512-BV7c/dVlA3R6ya1lMlSSNPLYrntt0LUq4YMgy3iwpCIc6rZnS5W2wUoctarZ5pXlpKtxDDf9hNziEkcfrxdhqQ==} + + symbol-tree@3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + + tar-fs@2.1.1: + resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} + + tar-stream@2.2.0: + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} + + tar@4.4.19: + resolution: {integrity: sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==} + engines: {node: '>=4.5'} + + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + thread-stream@2.7.0: + resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + timed-out@4.0.1: + resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==} + engines: {node: '>=0.10.0'} + + timers-ext@0.1.8: + resolution: {integrity: sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==} + engines: {node: '>=0.12'} + + tiny-emitter@2.1.0: + resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} + + tinybench@2.9.0: + resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + + tinyexec@0.3.0: + resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + + tinyglobby@0.2.9: + resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} + engines: {node: '>=12.0.0'} + + tinypool@1.0.1: + resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} + engines: {node: ^18.0.0 || >=20.0.0} + + tinyrainbow@1.2.0: + resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} + engines: {node: '>=14.0.0'} + + tinyspy@3.0.2: + resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} + engines: {node: '>=14.0.0'} + + tmp-promise@3.0.3: + resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} + + tmp@0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + + tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} + + to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + toggle-selection@1.0.6: + resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} + + toidentifier@1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + + toml@3.0.0: + resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} + + totalist@3.0.1: + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} + engines: {node: '>=6'} + + tough-cookie@2.5.0: + resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} + engines: {node: '>=0.8'} + + tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} + engines: {node: '>=6'} + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + tr46@5.0.0: + resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} + engines: {node: '>=18'} + + ts-api-utils@1.3.0: + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + + ts-node@10.9.2: + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + + tslib@2.4.0: + resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + + tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + + tsx@4.16.2: + resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==} + engines: {node: '>=18.0.0'} + hasBin: true + + tsx@4.19.1: + resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + engines: {node: '>=18.0.0'} + hasBin: true + + tunnel-agent@0.6.0: + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} + + tweetnacl@0.14.5: + resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} + + tweetnacl@1.0.3: + resolution: {integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==} + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-detect@4.1.0: + resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} + engines: {node: '>=4'} + + type-fest@0.13.1: + resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} + engines: {node: '>=10'} + + type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + + type-is@1.6.18: + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} + + type@2.7.3: + resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==} + + typed-function@4.2.1: + resolution: {integrity: sha512-EGjWssW7Tsk4DGfE+5yluuljS1OGYWiI1J6e8puZz9nTMM51Oug8CD5Zo4gWMsOhq5BI+1bF+rWTm4Vbj3ivRA==} + engines: {node: '>= 18'} + + typedarray-to-buffer@3.1.5: + resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} + + typeorm@0.3.20: + resolution: {integrity: sha512-sJ0T08dV5eoZroaq9uPKBoNcGslHBR4E4y+EBHs//SiGbblGe7IeduP/IH4ddCcj0qp3PHwDwGnuvqEAnKlq/Q==} + engines: {node: '>=16.13.0'} + hasBin: true + peerDependencies: + '@google-cloud/spanner': ^5.18.0 + '@sap/hana-client': ^2.12.25 + better-sqlite3: ^7.1.2 || ^8.0.0 || ^9.0.0 + hdb-pool: ^0.1.6 + ioredis: ^5.0.4 + mongodb: ^5.8.0 + mssql: ^9.1.1 || ^10.0.1 + mysql2: ^2.2.5 || ^3.0.1 + oracledb: ^6.3.0 + pg: ^8.5.1 + pg-native: ^3.0.0 + pg-query-stream: ^4.0.0 + redis: ^3.1.1 || ^4.0.0 + sql.js: ^1.4.0 + sqlite3: ^5.0.3 + ts-node: ^10.7.0 + typeorm-aurora-data-api-driver: ^2.0.0 + peerDependenciesMeta: + '@google-cloud/spanner': + optional: true + '@sap/hana-client': + optional: true + better-sqlite3: + optional: true + hdb-pool: + optional: true + ioredis: + optional: true + mongodb: + optional: true + mssql: + optional: true + mysql2: + optional: true + oracledb: + optional: true + pg: + optional: true + pg-native: + optional: true + pg-query-stream: + optional: true + redis: + optional: true + sql.js: + optional: true + sqlite3: + optional: true + ts-node: + optional: true + typeorm-aurora-data-api-driver: + optional: true + + typescript@4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} + engines: {node: '>=4.2.0'} + hasBin: true + + typescript@5.6.2: + resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} + engines: {node: '>=14.17'} + hasBin: true + + uglify-js@3.19.3: + resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} + engines: {node: '>=0.8.0'} + hasBin: true + + uint8arrays@3.1.1: + resolution: {integrity: sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==} + + ultron@1.1.1: + resolution: {integrity: sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==} + + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + + unique-filename@1.1.1: + resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} + + unique-slug@2.0.2: + resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} + + unist-util-stringify-position@3.0.3: + resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} + + universal-github-app-jwt@2.2.0: + resolution: {integrity: sha512-G5o6f95b5BggDGuUfKDApKaCgNYy2x7OdHY0zSMF081O0EJobw+1130VONhrA7ezGSV2FNOGyM+KQpQZAr9bIQ==} + + universal-user-agent@7.0.2: + resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==} + + universalify@0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + + universalify@0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + + universalify@2.0.1: + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} + + unpipe@1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + url-parse@1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + + url-set-query@1.0.0: + resolution: {integrity: sha512-3AChu4NiXquPfeckE5R5cGdiHCMWJx1dwCWOmWIL4KHAziJNOFIYJlpGFeKDvwLPHovZRCxK3cYlwzqI9Vp+Gg==} + + utf-8-validate@5.0.10: + resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==} + engines: {node: '>=6.14.2'} + + utf8@3.0.0: + resolution: {integrity: sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + util@0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + + utils-merge@1.0.1: + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} + + uuid@3.4.0: + resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + + uuid@9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + hasBin: true + + uvu@0.5.6: + resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} + engines: {node: '>=8'} + hasBin: true + + v8-compile-cache-lib@3.0.1: + resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + + varint@5.0.2: + resolution: {integrity: sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==} + + vary@1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + + verror@1.10.0: + resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} + engines: {'0': node >=0.6.0} + + viem@2.17.3: + resolution: {integrity: sha512-FY/1uBQWfko4Esy8mU1RamvL64TLy91LZwFyQJ20E6AI3vTTEOctWfSn0pkMKa3okq4Gxs5dJE7q1hmWOQ7xcw==} + peerDependencies: + typescript: '>=5.0.4' + peerDependenciesMeta: + typescript: + optional: true + + viem@2.21.14: + resolution: {integrity: sha512-uM6XmY9Q/kJRVSopJAGsakmtNDpk/EswqXUzwOp9DzhGuwgpWtw2MgwpfFdIyqBDFIw+TTypCIUTcwJSgEYSzA==} + peerDependencies: + typescript: '>=5.0.4' + peerDependenciesMeta: + typescript: + optional: true + + vite-node@2.1.1: + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + + vite@5.4.8: + resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vitest@2.1.1: + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + + vue@3.5.10: + resolution: {integrity: sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + w3c-xmlserializer@5.0.0: + resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} + engines: {node: '>=18'} + + wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} + + web3-bzz@1.10.4: + resolution: {integrity: sha512-ZZ/X4sJ0Uh2teU9lAGNS8EjveEppoHNQiKlOXAjedsrdWuaMErBPdLQjXfcrYvN6WM6Su9PMsAxf3FXXZ+HwQw==} + engines: {node: '>=8.0.0'} + + web3-core-helpers@1.10.4: + resolution: {integrity: sha512-r+L5ylA17JlD1vwS8rjhWr0qg7zVoVMDvWhajWA5r5+USdh91jRUYosp19Kd1m2vE034v7Dfqe1xYRoH2zvG0g==} + engines: {node: '>=8.0.0'} + + web3-core-method@1.10.4: + resolution: {integrity: sha512-uZTb7flr+Xl6LaDsyTeE2L1TylokCJwTDrIVfIfnrGmnwLc6bmTWCCrm71sSrQ0hqs6vp/MKbQYIYqUN0J8WyA==} + engines: {node: '>=8.0.0'} + + web3-core-promievent@1.10.4: + resolution: {integrity: sha512-2de5WnJQ72YcIhYwV/jHLc4/cWJnznuoGTJGD29ncFQHAfwW/MItHFSVKPPA5v8AhJe+r6y4Y12EKvZKjQVBvQ==} + engines: {node: '>=8.0.0'} + + web3-core-requestmanager@1.10.4: + resolution: {integrity: sha512-vqP6pKH8RrhT/2MoaU+DY/OsYK9h7HmEBNCdoMj+4ZwujQtw/Mq2JifjwsJ7gits7Q+HWJwx8q6WmQoVZAWugg==} + engines: {node: '>=8.0.0'} + + web3-core-subscriptions@1.10.4: + resolution: {integrity: sha512-o0lSQo/N/f7/L76C0HV63+S54loXiE9fUPfHFcTtpJRQNDBVsSDdWRdePbWwR206XlsBqD5VHApck1//jEafTw==} + engines: {node: '>=8.0.0'} + + web3-core@1.10.4: + resolution: {integrity: sha512-B6elffYm81MYZDTrat7aEhnhdtVE3lDBUZft16Z8awYMZYJDbnykEbJVS+l3mnA7AQTnSDr/1MjWofGDLBJPww==} + engines: {node: '>=8.0.0'} + + web3-core@4.6.0: + resolution: {integrity: sha512-j8uQ/7zSwpmLClMMeZb736Ok3V4cWSd0dnd29jkd10d1pedi32r+hSAgycxSJLLWtPHOzMBIXUjj3TF/IAClVQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-errors@1.3.0: + resolution: {integrity: sha512-j5JkAKCtuVMbY3F5PYXBqg1vWrtF4jcyyMY1rlw8a4PV67AkqlepjGgpzWJZd56Mt+TvHy6DA1F/3Id8LatDSQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-abi@1.10.4: + resolution: {integrity: sha512-cZ0q65eJIkd/jyOlQPDjr8X4fU6CRL1eWgdLwbWEpo++MPU/2P4PFk5ZLAdye9T5Sdp+MomePPJ/gHjLMj2VfQ==} + engines: {node: '>=8.0.0'} + + web3-eth-abi@4.2.4: + resolution: {integrity: sha512-FGoj/ENm/Iq3+6myJyiDCwbFkha9ZCx2fRdiIdw3mp7S4lgu+ay3EVzQPRxJjNBm09UEfxB9yoSAPKj9Z3Mbxg==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-accounts@1.10.4: + resolution: {integrity: sha512-ysy5sVTg9snYS7tJjxVoQAH6DTOTkRGR8emEVCWNGLGiB9txj+qDvSeT0izjurS/g7D5xlMAgrEHLK1Vi6I3yg==} + engines: {node: '>=8.0.0'} + + web3-eth-accounts@4.2.1: + resolution: {integrity: sha512-aOlEZFzqAgKprKs7+DGArU4r9b+ILBjThpeq42aY7LAQcP+mSpsWcQgbIRK3r/n3OwTYZ3aLPk0Ih70O/LwnYA==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-contract@1.10.4: + resolution: {integrity: sha512-Q8PfolOJ4eV9TvnTj1TGdZ4RarpSLmHnUnzVxZ/6/NiTfe4maJz99R0ISgwZkntLhLRtw0C7LRJuklzGYCNN3A==} + engines: {node: '>=8.0.0'} + + web3-eth-contract@4.7.0: + resolution: {integrity: sha512-fdStoBOjFyMHwlyJmSUt/BTDL1ATwKGmG3zDXQ/zTKlkkW/F/074ut0Vry4GuwSBg9acMHc0ycOiZx9ZKjNHsw==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-ens@1.10.4: + resolution: {integrity: sha512-LLrvxuFeVooRVZ9e5T6OWKVflHPFgrVjJ/jtisRWcmI7KN/b64+D/wJzXqgmp6CNsMQcE7rpmf4CQmJCrTdsgg==} + engines: {node: '>=8.0.0'} + + web3-eth-ens@4.4.0: + resolution: {integrity: sha512-DeyVIS060hNV9g8dnTx92syqvgbvPricE3MerCxe/DquNZT3tD8aVgFfq65GATtpCgDDJffO2bVeHp3XBemnSQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-iban@1.10.4: + resolution: {integrity: sha512-0gE5iNmOkmtBmbKH2aTodeompnNE8jEyvwFJ6s/AF6jkw9ky9Op9cqfzS56AYAbrqEFuClsqB/AoRves7LDELw==} + engines: {node: '>=8.0.0'} + + web3-eth-iban@4.0.7: + resolution: {integrity: sha512-8weKLa9KuKRzibC87vNLdkinpUE30gn0IGY027F8doeJdcPUfsa4IlBgNC4k4HLBembBB2CTU0Kr/HAOqMeYVQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth-personal@1.10.4: + resolution: {integrity: sha512-BRa/hs6jU1hKHz+AC/YkM71RP3f0Yci1dPk4paOic53R4ZZG4MgwKRkJhgt3/GPuPliwS46f/i5A7fEGBT4F9w==} + engines: {node: '>=8.0.0'} + + web3-eth-personal@4.1.0: + resolution: {integrity: sha512-RFN83uMuvA5cu1zIwwJh9A/bAj0OBxmGN3tgx19OD/9ygeUZbifOL06jgFzN0t+1ekHqm3DXYQM8UfHpXi7yDQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-eth@1.10.4: + resolution: {integrity: sha512-Sql2kYKmgt+T/cgvg7b9ce24uLS7xbFrxE4kuuor1zSCGrjhTJ5rRNG8gTJUkAJGKJc7KgnWmgW+cOfMBPUDSA==} + engines: {node: '>=8.0.0'} + + web3-eth@4.9.0: + resolution: {integrity: sha512-lE+5rQUkQq1Mzf3uZ/tlay8nvMyC/CmaRFRFQ015OZuvSrRr/byZhhkzY5ZWkIetESTMqfWapu67yeHebcHxwA==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-net@1.10.4: + resolution: {integrity: sha512-mKINnhOOnZ4koA+yV2OT5s5ztVjIx7IY9a03w6s+yao/BUn+Luuty0/keNemZxTr1E8Ehvtn28vbOtW7Ids+Ow==} + engines: {node: '>=8.0.0'} + + web3-net@4.1.0: + resolution: {integrity: sha512-WWmfvHVIXWEoBDWdgKNYKN8rAy6SgluZ0abyRyXOL3ESr7ym7pKWbfP4fjApIHlYTh8tNqkrdPfM4Dyi6CA0SA==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-providers-http@1.10.4: + resolution: {integrity: sha512-m2P5Idc8hdiO0l60O6DSCPw0kw64Zgi0pMjbEFRmxKIck2Py57RQMu4bxvkxJwkF06SlGaEQF8rFZBmuX7aagQ==} + engines: {node: '>=8.0.0'} + + web3-providers-http@4.2.0: + resolution: {integrity: sha512-IPMnDtHB7dVwaB7/mMxAZzyq7d5ezfO1+Vw0bNfAeIi7gaDlJiggp85SdyAfOgov8AMUA/dyiY72kQ0KmjXKvQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-providers-ipc@1.10.4: + resolution: {integrity: sha512-YRF/bpQk9z3WwjT+A6FI/GmWRCASgd+gC0si7f9zbBWLXjwzYAKG73bQBaFRAHex1hl4CVcM5WUMaQXf3Opeuw==} + engines: {node: '>=8.0.0'} + + web3-providers-ipc@4.0.7: + resolution: {integrity: sha512-YbNqY4zUvIaK2MHr1lQFE53/8t/ejHtJchrWn9zVbFMGXlTsOAbNoIoZWROrg1v+hCBvT2c9z8xt7e/+uz5p1g==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-providers-ws@1.10.4: + resolution: {integrity: sha512-j3FBMifyuFFmUIPVQR4pj+t5ILhAexAui0opgcpu9R5LxQrLRUZxHSnU+YO25UycSOa/NAX8A+qkqZNpcFAlxA==} + engines: {node: '>=8.0.0'} + + web3-providers-ws@4.0.8: + resolution: {integrity: sha512-goJdgata7v4pyzHRsg9fSegUG4gVnHZSHODhNnn6J93ykHkBI1nz4fjlGpcQLUMi4jAMz6SHl9Ibzs2jj9xqPw==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-rpc-methods@1.3.0: + resolution: {integrity: sha512-/CHmzGN+IYgdBOme7PdqzF+FNeMleefzqs0LVOduncSaqsppeOEoskLXb2anSpzmQAP3xZJPaTrkQPWSJMORig==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-rpc-providers@1.0.0-rc.2: + resolution: {integrity: sha512-ocFIEXcBx/DYQ90HhVepTBUVnL9pGsZw8wyPb1ZINSenwYus9SvcFkjU1Hfvd/fXjuhAv2bUVch9vxvMx1mXAQ==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-shh@1.10.4: + resolution: {integrity: sha512-cOH6iFFM71lCNwSQrC3niqDXagMqrdfFW85hC9PFUrAr3PUrIem8TNstTc3xna2bwZeWG6OBy99xSIhBvyIACw==} + engines: {node: '>=8.0.0'} + + web3-types@1.8.0: + resolution: {integrity: sha512-Z51wFLPGhZM/1uDxrxE8gzju3t2aEdRGn+YmLX463id5UjTuMEmP/9in1GFjqrsPB3m86czs8RnGBUt3ovueMw==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-utils@1.10.4: + resolution: {integrity: sha512-tsu8FiKJLk2PzhDl9fXbGUWTkkVXYhtTA+SmEFkKft+9BgwLxfCRpU96sWv7ICC8zixBNd3JURVoiR3dUXgP8A==} + engines: {node: '>=8.0.0'} + + web3-utils@4.3.1: + resolution: {integrity: sha512-kGwOk8FxOLJ9DQC68yqNQc7AzN+k9YDLaW+ZjlAXs3qORhf8zXk5SxWAAGLbLykMs3vTeB0FTb1Exut4JEYfFA==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3-validator@2.0.6: + resolution: {integrity: sha512-qn9id0/l1bWmvH4XfnG/JtGKKwut2Vokl6YXP5Kfg424npysmtRLe9DgiNBM9Op7QL/aSiaA0TVXibuIuWcizg==} + engines: {node: '>=14', npm: '>=6.12.0'} + + web3@1.10.4: + resolution: {integrity: sha512-kgJvQZjkmjOEKimx/tJQsqWfRDPTTcBfYPa9XletxuHLpHcXdx67w8EFn5AW3eVxCutE9dTVHgGa9VYe8vgsEA==} + engines: {node: '>=8.0.0'} + + web3@4.10.0: + resolution: {integrity: sha512-0A0SEZG4QL5DRtZQtF1pL+LldHn0kAAb4/vUdQua1k4CrZ+hRoDAc3dfFZw94EOV69oXuAFo8fqhITxyWfCHaw==} + engines: {node: '>=14.0.0', npm: '>=6.12.0'} + + web3@4.13.0: + resolution: {integrity: sha512-wRXTu/YjelvBJ7PSLzp/rW8/6pqj4RlXzdKSkjk01RaHDvnpLogLU/VL8OF5ygqhY7IzhY5MSrl9SnC8C9Z4uA==} + engines: {node: '>=14.0.0', npm: '>=6.12.0'} + + webauthn-p256@0.0.5: + resolution: {integrity: sha512-drMGNWKdaixZNobeORVIqq7k5DsRC9FnG201K2QjeOoQLmtSDaSsVZdkg6n5jUALJKcAG++zBPJXmv6hy0nWFg==} + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + webidl-conversions@7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} + + websocket@1.0.35: + resolution: {integrity: sha512-/REy6amwPZl44DDzvRCkaI1q1bIiQB0mEFQLUrhz3z2EK91cp3n72rAjUlrTP0zV22HJIUOVHQGPxhFRjxjt+Q==} + engines: {node: '>=4.0.0'} + + whatwg-encoding@3.1.1: + resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} + engines: {node: '>=18'} + + whatwg-mimetype@4.0.0: + resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} + engines: {node: '>=18'} + + whatwg-url@14.0.0: + resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} + engines: {node: '>=18'} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + which-boxed-primitive@1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + + which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + why-is-node-running@2.3.0: + resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} + engines: {node: '>=8'} + hasBin: true + + wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + + window-size@1.1.1: + resolution: {integrity: sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA==} + engines: {node: '>= 0.10.0'} + hasBin: true + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + wordwrap@1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + + workerpool@6.5.1: + resolution: {integrity: sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==} + + wrap-ansi@6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + ws@3.3.3: + resolution: {integrity: sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + xhr-request-promise@0.1.3: + resolution: {integrity: sha512-YUBytBsuwgitWtdRzXDDkWAXzhdGB8bYm0sSzMPZT7Z2MBjMSTHFsyCT1yCRATY+XC69DUrQraRAEgcoCRaIPg==} + + xhr-request@1.1.0: + resolution: {integrity: sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==} + + xhr@2.6.0: + resolution: {integrity: sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==} + + xml-name-validator@5.0.0: + resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} + engines: {node: '>=18'} + + xmlchars@2.2.0: + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + + xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + + xxhashjs@0.2.2: + resolution: {integrity: sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==} + + y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + + yaeti@0.0.6: + resolution: {integrity: sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==} + engines: {node: '>=0.10.32'} + + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yaml@2.4.5: + resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} + engines: {node: '>= 14'} + hasBin: true + + yaml@2.5.1: + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} + engines: {node: '>= 14'} + hasBin: true + + yargs-parser@20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + + yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + + yargs-unparser@2.0.0: + resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} + engines: {node: '>=10'} + + yargs@16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yn@3.1.1: + resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} + engines: {node: '>=6'} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + yoctocolors-cjs@2.1.2: + resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} + engines: {node: '>=18'} + + zod@3.23.8: + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + +snapshots: + + '@acala-network/chopsticks-core@0.16.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + '@acala-network/chopsticks-executor': 0.16.1 + '@polkadot/rpc-provider': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-known': 12.4.2 + '@polkadot/util': 13.1.1 + '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) + comlink: 4.4.1 + eventemitter3: 5.0.1 + lodash: 4.17.21 + lru-cache: 10.4.3 + pino: 8.21.0 + pino-pretty: 11.2.2 + rxjs: 7.8.1 + zod: 3.23.8 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + '@acala-network/chopsticks-db@0.16.1(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10)': + dependencies: + '@acala-network/chopsticks-core': 0.16.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/util': 13.1.1 + idb: 8.0.0 + sqlite3: 5.1.7 + typeorm: 0.3.20(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2)) + transitivePeerDependencies: + - '@google-cloud/spanner' + - '@sap/hana-client' + - better-sqlite3 + - bluebird + - bufferutil + - hdb-pool + - ioredis + - mongodb + - mssql + - mysql2 + - oracledb + - pg + - pg-native + - pg-query-stream + - redis + - sql.js + - supports-color + - ts-node + - typeorm-aurora-data-api-driver + - utf-8-validate + + '@acala-network/chopsticks-executor@0.16.1': + dependencies: + '@polkadot/util': 13.1.1 + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) + + '@acala-network/chopsticks@0.16.1(bufferutil@4.0.8)(debug@4.3.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10)': + dependencies: + '@acala-network/chopsticks-core': 0.16.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@acala-network/chopsticks-db': 0.16.1(bufferutil@4.0.8)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10) + '@pnpm/npm-conf': 2.3.1 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 12.4.2 + '@polkadot/util': 13.1.1 + '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) + axios: 1.7.7(debug@4.3.7) + comlink: 4.4.1 + dotenv: 16.4.5 + global-agent: 3.0.0 + js-yaml: 4.1.0 + jsondiffpatch: 0.5.0 + lodash: 4.17.21 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + yargs: 17.7.2 + zod: 3.23.8 + transitivePeerDependencies: + - '@google-cloud/spanner' + - '@sap/hana-client' + - better-sqlite3 + - bluebird + - bufferutil + - debug + - hdb-pool + - ioredis + - mongodb + - mssql + - mysql2 + - oracledb + - pg + - pg-native + - pg-query-stream + - redis + - sql.js + - supports-color + - ts-node + - typeorm-aurora-data-api-driver + - utf-8-validate + + '@acala-network/type-definitions@5.1.2(@polkadot/types@12.4.2)': + dependencies: + '@polkadot/types': 12.4.2 + + '@adraffy/ens-normalize@1.10.0': {} + + '@adraffy/ens-normalize@1.10.1': {} + + '@adraffy/ens-normalize@1.11.0': {} + + '@asamuzakjp/dom-selector@2.0.2': + dependencies: + bidi-js: 1.0.3 + css-tree: 2.3.1 + is-potential-custom-element-name: 1.0.1 + + '@babel/helper-string-parser@7.25.7': {} + + '@babel/helper-validator-identifier@7.25.7': {} + + '@babel/parser@7.25.7': + dependencies: + '@babel/types': 7.25.7 + + '@babel/runtime@7.25.7': + dependencies: + regenerator-runtime: 0.14.1 + + '@babel/types@7.25.7': + dependencies: + '@babel/helper-string-parser': 7.25.7 + '@babel/helper-validator-identifier': 7.25.7 + to-fast-properties: 2.0.0 + + '@bifrost-finance/type-definitions@1.11.3(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + dependencies: + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + + '@colors/colors@1.5.0': + optional: true + + '@crustio/type-definitions@1.3.0': + dependencies: + '@open-web3/orml-type-definitions': 0.9.4-38 + + '@cspotcode/source-map-support@0.8.1': + dependencies: + '@jridgewell/trace-mapping': 0.3.9 + + '@darwinia/types-known@2.8.10': {} + + '@darwinia/types@2.8.10': {} + + '@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': + dependencies: + '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/types': 4.17.1 + transitivePeerDependencies: + - '@polkadot/util' + - '@polkadot/util-crypto' + + '@docknetwork/node-types@0.16.0': {} + + '@edgeware/node-types@3.6.2-wako': {} + + '@emotion/is-prop-valid@1.2.2': + dependencies: + '@emotion/memoize': 0.8.1 + + '@emotion/memoize@0.8.1': {} + + '@emotion/unitless@0.8.1': {} + + '@equilab/definitions@1.4.18': {} + + '@esbuild/aix-ppc64@0.21.5': + optional: true + + '@esbuild/aix-ppc64@0.23.1': + optional: true + + '@esbuild/android-arm64@0.21.5': + optional: true + + '@esbuild/android-arm64@0.23.1': + optional: true + + '@esbuild/android-arm@0.21.5': + optional: true + + '@esbuild/android-arm@0.23.1': + optional: true + + '@esbuild/android-x64@0.21.5': + optional: true + + '@esbuild/android-x64@0.23.1': + optional: true + + '@esbuild/darwin-arm64@0.21.5': + optional: true + + '@esbuild/darwin-arm64@0.23.1': + optional: true + + '@esbuild/darwin-x64@0.21.5': + optional: true + + '@esbuild/darwin-x64@0.23.1': + optional: true + + '@esbuild/freebsd-arm64@0.21.5': + optional: true + + '@esbuild/freebsd-arm64@0.23.1': + optional: true + + '@esbuild/freebsd-x64@0.21.5': + optional: true + + '@esbuild/freebsd-x64@0.23.1': + optional: true + + '@esbuild/linux-arm64@0.21.5': + optional: true + + '@esbuild/linux-arm64@0.23.1': + optional: true + + '@esbuild/linux-arm@0.21.5': + optional: true + + '@esbuild/linux-arm@0.23.1': + optional: true + + '@esbuild/linux-ia32@0.21.5': + optional: true + + '@esbuild/linux-ia32@0.23.1': + optional: true + + '@esbuild/linux-loong64@0.21.5': + optional: true + + '@esbuild/linux-loong64@0.23.1': + optional: true + + '@esbuild/linux-mips64el@0.21.5': + optional: true + + '@esbuild/linux-mips64el@0.23.1': + optional: true + + '@esbuild/linux-ppc64@0.21.5': + optional: true + + '@esbuild/linux-ppc64@0.23.1': + optional: true + + '@esbuild/linux-riscv64@0.21.5': + optional: true + + '@esbuild/linux-riscv64@0.23.1': + optional: true + + '@esbuild/linux-s390x@0.21.5': + optional: true + + '@esbuild/linux-s390x@0.23.1': + optional: true + + '@esbuild/linux-x64@0.21.5': + optional: true + + '@esbuild/linux-x64@0.23.1': + optional: true + + '@esbuild/netbsd-x64@0.21.5': + optional: true + + '@esbuild/netbsd-x64@0.23.1': + optional: true + + '@esbuild/openbsd-arm64@0.23.1': + optional: true + + '@esbuild/openbsd-x64@0.21.5': + optional: true + + '@esbuild/openbsd-x64@0.23.1': + optional: true + + '@esbuild/sunos-x64@0.21.5': + optional: true + + '@esbuild/sunos-x64@0.23.1': + optional: true + + '@esbuild/win32-arm64@0.21.5': + optional: true + + '@esbuild/win32-arm64@0.23.1': + optional: true + + '@esbuild/win32-ia32@0.21.5': + optional: true + + '@esbuild/win32-ia32@0.23.1': + optional: true + + '@esbuild/win32-x64@0.21.5': + optional: true + + '@esbuild/win32-x64@0.23.1': + optional: true + + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': + dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - dev: true - /@eslint-community/regexpp@4.11.0: - resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: true + '@eslint-community/regexpp@4.11.1': {} - /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 debug: 4.3.7(supports-color@8.1.1) espree: 9.6.1 globals: 13.24.0 - ignore: 5.3.1 + ignore: 5.3.2 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: true - /@eslint/js@8.57.0: - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + '@eslint/js@8.57.0': {} - /@ethereumjs/common@2.6.5: - resolution: {integrity: sha512-lRyVQOeCDaIVtgfbowla32pzeDv2Obr8oR8Put5RdUBNRGr1VGPGQNGP6elWIpgK3YdpzqTOh4GyUGOureVeeA==} + '@ethereumjs/common@2.6.5': dependencies: crc-32: 1.2.2 - ethereumjs-util: 7.1.5 - dev: false - - /@ethereumjs/rlp@4.0.1: - resolution: {integrity: sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==} - engines: {node: '>=14'} - hasBin: true - dev: false + ethereumjs-util: 7.1.5 - /@ethereumjs/rlp@5.0.2: - resolution: {integrity: sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==} - engines: {node: '>=18'} - hasBin: true - dev: false + '@ethereumjs/rlp@4.0.1': {} - /@ethereumjs/tx@3.5.2: - resolution: {integrity: sha512-gQDNJWKrSDGu2w7w0PzVXVBNMzb7wwdDOmOqczmhNjqFxFuIbhVJDwiGEnxFNC2/b8ifcZzY7MLcluizohRzNw==} + '@ethereumjs/rlp@5.0.2': {} + + '@ethereumjs/tx@3.5.2': dependencies: '@ethereumjs/common': 2.6.5 ethereumjs-util: 7.1.5 - dev: false - /@ethereumjs/util@8.1.0: - resolution: {integrity: sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==} - engines: {node: '>=14'} + '@ethereumjs/util@8.1.0': dependencies: '@ethereumjs/rlp': 4.0.1 ethereum-cryptography: 2.2.1 micro-ftch: 0.3.1 - dev: false - /@ethersproject/abi@5.7.0: - resolution: {integrity: sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==} + '@ethersproject/abi@5.7.0': dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -902,10 +6595,8 @@ packages: '@ethersproject/logger': 5.7.0 '@ethersproject/properties': 5.7.0 '@ethersproject/strings': 5.7.0 - dev: false - /@ethersproject/abstract-provider@5.7.0: - resolution: {integrity: sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==} + '@ethersproject/abstract-provider@5.7.0': dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -914,56 +6605,42 @@ packages: '@ethersproject/properties': 5.7.0 '@ethersproject/transactions': 5.7.0 '@ethersproject/web': 5.7.1 - dev: false - /@ethersproject/abstract-signer@5.7.0: - resolution: {integrity: sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==} + '@ethersproject/abstract-signer@5.7.0': dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 '@ethersproject/properties': 5.7.0 - dev: false - /@ethersproject/address@5.7.0: - resolution: {integrity: sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==} + '@ethersproject/address@5.7.0': dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 '@ethersproject/keccak256': 5.7.0 '@ethersproject/logger': 5.7.0 '@ethersproject/rlp': 5.7.0 - dev: false - /@ethersproject/base64@5.7.0: - resolution: {integrity: sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==} + '@ethersproject/base64@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 - dev: false - /@ethersproject/bignumber@5.7.0: - resolution: {integrity: sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==} + '@ethersproject/bignumber@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 bn.js: 5.2.1 - dev: false - /@ethersproject/bytes@5.7.0: - resolution: {integrity: sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==} + '@ethersproject/bytes@5.7.0': dependencies: '@ethersproject/logger': 5.7.0 - dev: false - /@ethersproject/constants@5.7.0: - resolution: {integrity: sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==} + '@ethersproject/constants@5.7.0': dependencies: '@ethersproject/bignumber': 5.7.0 - dev: false - /@ethersproject/hash@5.7.0: - resolution: {integrity: sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==} + '@ethersproject/hash@5.7.0': dependencies: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/address': 5.7.0 @@ -974,40 +6651,28 @@ packages: '@ethersproject/logger': 5.7.0 '@ethersproject/properties': 5.7.0 '@ethersproject/strings': 5.7.0 - dev: false - /@ethersproject/keccak256@5.7.0: - resolution: {integrity: sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==} + '@ethersproject/keccak256@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 js-sha3: 0.8.0 - dev: false - /@ethersproject/logger@5.7.0: - resolution: {integrity: sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==} - dev: false + '@ethersproject/logger@5.7.0': {} - /@ethersproject/networks@5.7.1: - resolution: {integrity: sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==} + '@ethersproject/networks@5.7.1': dependencies: '@ethersproject/logger': 5.7.0 - dev: false - /@ethersproject/properties@5.7.0: - resolution: {integrity: sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==} + '@ethersproject/properties@5.7.0': dependencies: '@ethersproject/logger': 5.7.0 - dev: false - /@ethersproject/rlp@5.7.0: - resolution: {integrity: sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==} + '@ethersproject/rlp@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 - dev: false - /@ethersproject/signing-key@5.7.0: - resolution: {integrity: sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==} + '@ethersproject/signing-key@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 @@ -1015,18 +6680,14 @@ packages: bn.js: 5.2.1 elliptic: 6.5.4 hash.js: 1.1.7 - dev: false - /@ethersproject/strings@5.7.0: - resolution: {integrity: sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==} + '@ethersproject/strings@5.7.0': dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/constants': 5.7.0 '@ethersproject/logger': 5.7.0 - dev: false - /@ethersproject/transactions@5.7.0: - resolution: {integrity: sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==} + '@ethersproject/transactions@5.7.0': dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -1037,127 +6698,81 @@ packages: '@ethersproject/properties': 5.7.0 '@ethersproject/rlp': 5.7.0 '@ethersproject/signing-key': 5.7.0 - dev: false - /@ethersproject/web@5.7.1: - resolution: {integrity: sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==} + '@ethersproject/web@5.7.1': dependencies: '@ethersproject/base64': 5.7.0 '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 '@ethersproject/properties': 5.7.0 '@ethersproject/strings': 5.7.0 - dev: false - /@fragnova/api-augment@0.1.0-spec-1.0.4-mainnet: - resolution: {integrity: sha512-511tzGJt8BWUVMNqX6NNq4KrGWYBKrLVQ2GKERUi08TtpteEQnFH3Nzh8W6x3dpBG3naZ+V5ue+bEmEB9foRIQ==} + '@fragnova/api-augment@0.1.0-spec-1.0.4-mainnet(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 9.14.2 - '@polkadot/rpc-provider': 9.14.2 + '@polkadot/api': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@frequency-chain/api-augment@1.11.1: - resolution: {integrity: sha512-CzVjeGrWl8tbTavygZLUICrncjCC54hM5ioJU1Og2OPoX2P4GYf8xoks8MIyj1yOrYX++mzM6Uf0+nCh77QyFw==} + '@frequency-chain/api-augment@1.11.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 10.13.1 - '@polkadot/rpc-provider': 10.13.1 + '@polkadot/api': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@gar/promisify@1.1.3: - resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - requiresBuild: true - dev: false + '@gar/promisify@1.1.3': optional: true - /@humanwhocodes/config-array@0.11.14: - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} - engines: {node: '>=10.10.0'} - deprecated: Use @eslint/config-array instead + '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.7(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - dev: true - /@humanwhocodes/module-importer@1.0.1: - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} - dev: true + '@humanwhocodes/module-importer@1.0.1': {} - /@humanwhocodes/object-schema@2.0.3: - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - deprecated: Use @eslint/object-schema instead - dev: true + '@humanwhocodes/object-schema@2.0.3': {} - /@inquirer/figures@1.0.3: - resolution: {integrity: sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==} - engines: {node: '>=18'} - dev: false + '@inquirer/figures@1.0.6': {} - /@interlay/interbtc-types@1.13.0: - resolution: {integrity: sha512-oUjavcfnX7lxlMd10qGc48/MoATX37TQcuSAZBIUmpCRiJ15hZbQoTAKGgWMPsla3+3YqUAzkWUEVMwUvM1U+w==} - dev: false + '@interlay/interbtc-types@1.13.0': {} - /@isaacs/cliui@8.0.2: - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 + string-width-cjs: string-width@4.2.3 strip-ansi: 7.1.0 - strip-ansi-cjs: /strip-ansi@6.0.1 + strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: false + wrap-ansi-cjs: wrap-ansi@7.0.0 - /@jridgewell/resolve-uri@3.1.1: - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} - engines: {node: '>=6.0.0'} - dev: false - - /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - dev: false + '@jridgewell/resolve-uri@3.1.2': {} - /@jridgewell/sourcemap-codec@1.5.0: - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} - dev: false + '@jridgewell/sourcemap-codec@1.5.0': {} - /@jridgewell/trace-mapping@0.3.9: - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} + '@jridgewell/trace-mapping@0.3.9': dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 - dev: false + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 - /@kiltprotocol/type-definitions@0.35.1: - resolution: {integrity: sha512-/8jWy2ZTtWeaB5/5G8Yg0KgrqzyctzRricEnUd61Vn99Edm9S2mfNa77LY5SwGZ9mkYuh1OlqGuk9gUa3uER6g==} - engines: {node: '>=16.0'} - dev: false + '@kiltprotocol/type-definitions@0.35.1': {} - /@laminar/type-definitions@0.3.1: - resolution: {integrity: sha512-QWC2qtvbPIxal+gMfUocZmwK0UsD7Sb0RUm4Hallkp+OXXL+3uBLwztYDLS5LtocOn0tfR//sgpnfsEIEb71Lw==} + '@laminar/type-definitions@0.3.1': dependencies: '@open-web3/orml-type-definitions': 0.8.2-11 - dev: false - /@logion/node-api@0.27.0-4: - resolution: {integrity: sha512-YOAumRQpacPmX5YUk6jHAi+EAJWKCU3WL4+YQpaKhXv5KoS3n6Iz2fK8qzcD5Gs+AUTg2WLmKH+7Jc5WRnHcig==} - engines: {node: '>=18'} + '@logion/node-api@0.27.0-4(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 10.13.1 + '@polkadot/api': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@types/uuid': 9.0.8 @@ -1167,53 +6782,34 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@mangata-finance/type-definitions@2.1.2(@polkadot/types@12.4.2): - resolution: {integrity: sha512-kr4mVMuQ6DqZ0H72z0YI8tcdlk4XD4vUgRVYYfTJdXFJhRsfS4YRxfs/iiQPNzWKgoQZKcDqsbQD3xz9T1gELw==} - engines: {node: '>=18.0.0'} - peerDependencies: - '@polkadot/types': ^10.9.1 + '@mangata-finance/type-definitions@2.1.2(@polkadot/types@12.4.2)': dependencies: '@polkadot/types': 12.4.2 - dev: false - /@metaverse-network-sdk/type-definitions@0.0.1-16: - resolution: {integrity: sha512-lo1NbA0gi+Tu23v4cTkN/oxEhQxaf3QxQ2qvUUfTxDU7a1leYp2Bw3IcoUvqHAGb/PPp8bNmYQfAKXsjqp+LZw==} + '@metaverse-network-sdk/type-definitions@0.0.1-16': dependencies: lodash.merge: 4.6.2 - dev: false - /@moonbeam-network/api-augment@0.2902.0: - resolution: {integrity: sha512-lCNc1lUq7kHnTPXvT4W8F2nkxr4UjAEs5LdxXHfrATOt+ZfGfX97/4sZfSRXlVqATrOUw7+sqKM8SL0ci0nx0g==} - engines: {node: '>=14.0.0'} - dev: false + '@moonbeam-network/api-augment@0.2902.0': {} - /@moonwall/cli@5.3.3(@acala-network/chopsticks@0.16.1)(@polkadot/api@13.0.1)(@types/node@22.7.0)(@vitest/ui@2.1.1)(typescript@5.6.2)(vitest@2.1.1): - resolution: {integrity: sha512-iFJ9DnefUrwHS/FCeMrVIlBxbd8P9j3dqBwGeJ/yfNtqaurx3g8Sx3jpSueWjkZ3vozlkGYJFYgtnlXGVzvGNw==} - engines: {node: '>=20', pnpm: '>=7'} - hasBin: true - peerDependencies: - '@acala-network/chopsticks': ^0.9.10 - '@polkadot/api': ^10.11.2 - '@vitest/ui': ^1.2.2 - vitest: ^1.2.2 + '@moonwall/cli@5.3.3(@acala-network/chopsticks@0.16.1(bufferutil@4.0.8)(debug@4.3.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10))(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@types/node@22.7.0)(@vitest/ui@2.1.1(vitest@2.1.1))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(zod@3.23.8)': dependencies: - '@acala-network/chopsticks': 0.16.1(debug@4.3.7) + '@acala-network/chopsticks': 0.16.1(bufferutil@4.0.8)(debug@4.3.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2))(utf-8-validate@5.0.10) '@moonbeam-network/api-augment': 0.2902.0 - '@moonwall/types': 5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2) - '@moonwall/util': 5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2)(vitest@2.1.1) - '@octokit/rest': 21.0.0 - '@polkadot/api': 13.0.1 - '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@moonwall/types': 5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + '@moonwall/util': 5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(zod@3.23.8) + '@octokit/rest': 21.0.2 + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@vitest/ui': 2.1.1(vitest@2.1.1) - '@zombienet/orchestrator': 0.0.87(@polkadot/util@12.6.2)(@types/node@22.7.0) - '@zombienet/utils': 0.0.25(@types/node@22.7.0)(typescript@5.6.2) + '@zombienet/orchestrator': 0.0.87(@polkadot/util@12.6.2)(@types/node@22.7.0)(bufferutil@4.0.8)(chokidar@3.6.0)(utf-8-validate@5.0.10) + '@zombienet/utils': 0.0.25(@types/node@22.7.0)(chokidar@3.6.0)(typescript@5.6.2) bottleneck: 2.19.5 cfonts: 3.3.0 chalk: 5.3.0 @@ -1222,19 +6818,19 @@ packages: colors: 1.4.0 debug: 4.3.5 dotenv: 16.4.5 - ethers: 6.13.1 + ethers: 6.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) get-port: 7.1.0 inquirer: 9.3.3 inquirer-press-to-continue: 1.2.0(inquirer@9.3.3) jsonc-parser: 3.3.1 minimatch: 9.0.5 semver: 7.6.2 - viem: 2.17.3(typescript@5.6.2) - vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1) - vue: 3.4.31(typescript@5.6.2) - web3: 4.10.0(typescript@5.6.2) - web3-providers-ws: 4.0.7 - ws: 8.18.0 + viem: 2.17.3(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + vue: 3.5.10(typescript@5.6.2) + web3: 4.10.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) yaml: 2.4.5 yargs: 17.7.2 transitivePeerDependencies: @@ -1249,27 +6845,22 @@ packages: - typescript - utf-8-validate - zod - dev: false - /@moonwall/types@5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2): - resolution: {integrity: sha512-gKnX3krFiIwuu/dWzqYaJjf49vzv01Lmm51peFKVJffJi033FC3MoEe5IsqI/FZCCVLD0ks+x3/9iP4U6/ybRA==} - engines: {node: '>=20', pnpm: '>=7'} - peerDependencies: - '@polkadot/api': ^10.12.6 + '@moonwall/types@5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8)': dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-base': 12.1.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@types/node': 20.14.10 - '@zombienet/utils': 0.0.25(@types/node@20.14.10)(typescript@5.6.2) + '@zombienet/utils': 0.0.25(@types/node@20.14.10)(chokidar@3.6.0)(typescript@5.6.2) bottleneck: 2.19.5 debug: 4.3.5 - ethers: 6.13.1 - viem: 2.17.3(typescript@5.6.2) - web3: 4.10.0(typescript@5.6.2) + ethers: 6.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + viem: 2.17.3(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3: 4.10.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -1280,21 +6871,15 @@ packages: - typescript - utf-8-validate - zod - dev: false - /@moonwall/util@5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2)(vitest@2.1.1): - resolution: {integrity: sha512-wiww5T1xtEtxTUPTNlub6tX6yXMqh9jo1++f+Su07SF525zcdGRNGmFUdBGpPW8Bwz4rlbEi87eO7dnNB3Rr1w==} - engines: {node: '>=20', pnpm: '>=7'} - peerDependencies: - '@polkadot/api': ^10.11.2 - vitest: ^1.2.2 + '@moonwall/util@5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(zod@3.23.8)': dependencies: '@moonbeam-network/api-augment': 0.2902.0 - '@moonwall/types': 5.3.3(@polkadot/api@13.0.1)(typescript@5.6.2) - '@polkadot/api': 13.0.1 - '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/rpc-provider': 12.1.1 + '@moonwall/types': 5.3.3(@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(chokidar@3.6.0)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + '@polkadot/rpc-provider': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 @@ -1306,15 +6891,15 @@ packages: colors: 1.4.0 debug: 4.3.5 dotenv: 16.4.5 - ethers: 6.13.1 + ethers: 6.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) inquirer: 9.3.3 inquirer-press-to-continue: 1.2.0(inquirer@9.3.3) rlp: 3.0.0 semver: 7.6.2 - viem: 2.17.3(typescript@5.6.2) - vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1) - web3: 4.10.0(typescript@5.6.2) - ws: 8.18.0 + viem: 2.17.3(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + web3: 4.10.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) yaml: 2.4.5 yargs: 17.7.2 transitivePeerDependencies: @@ -1327,208 +6912,136 @@ packages: - typescript - utf-8-validate - zod - dev: false - /@noble/curves@1.2.0: - resolution: {integrity: sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==} + '@noble/curves@1.2.0': dependencies: '@noble/hashes': 1.3.2 - dev: false - /@noble/curves@1.4.0: - resolution: {integrity: sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==} + '@noble/curves@1.4.0': dependencies: '@noble/hashes': 1.4.0 - dev: false - /@noble/curves@1.4.2: - resolution: {integrity: sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==} + '@noble/curves@1.4.2': dependencies: '@noble/hashes': 1.4.0 - dev: false - /@noble/ed25519@1.7.3: - resolution: {integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==} - dev: false + '@noble/curves@1.6.0': + dependencies: + '@noble/hashes': 1.5.0 - /@noble/hashes@1.0.0: - resolution: {integrity: sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg==} - dev: false + '@noble/ed25519@1.7.3': {} - /@noble/hashes@1.2.0: - resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} - dev: false + '@noble/hashes@1.0.0': {} - /@noble/hashes@1.3.2: - resolution: {integrity: sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==} - engines: {node: '>= 16'} - dev: false + '@noble/hashes@1.2.0': {} - /@noble/hashes@1.4.0: - resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} - engines: {node: '>= 16'} - requiresBuild: true - dev: false + '@noble/hashes@1.3.2': {} - /@noble/hashes@1.5.0: - resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} - engines: {node: ^14.21.3 || >=16} - dev: false + '@noble/hashes@1.4.0': {} - /@noble/secp256k1@1.5.5: - resolution: {integrity: sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ==} - dev: false + '@noble/hashes@1.5.0': {} - /@noble/secp256k1@1.7.1: - resolution: {integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==} - dev: false + '@noble/secp256k1@1.5.5': {} - /@nodelib/fs.scandir@2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + '@noble/secp256k1@1.7.1': {} + + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - dev: true - /@nodelib/fs.stat@2.0.5: - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} - dev: true + '@nodelib/fs.stat@2.0.5': {} - /@nodelib/fs.walk@1.2.8: - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - dev: true - /@npmcli/fs@1.1.1: - resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} - requiresBuild: true + '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 semver: 7.6.3 - dev: false optional: true - /@npmcli/move-file@1.1.2: - resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} - engines: {node: '>=10'} - deprecated: This functionality has been moved to @npmcli/fs - requiresBuild: true + '@npmcli/move-file@1.1.2': dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 - dev: false optional: true - /@octokit/app@15.0.1: - resolution: {integrity: sha512-nwSjC349E6/wruMCo944y1dBC7uKzUYrBMoC4Qx/xfLLBmD+R66oMKB1jXS2HYRF9Hqh/Alq3UNRggVWZxjvUg==} - engines: {node: '>= 18'} + '@octokit/app@15.1.0': dependencies: - '@octokit/auth-app': 7.1.0 + '@octokit/auth-app': 7.1.1 '@octokit/auth-unauthenticated': 6.1.0 '@octokit/core': 6.1.2 - '@octokit/oauth-app': 7.1.2 - '@octokit/plugin-paginate-rest': 11.3.0(@octokit/core@6.1.2) - '@octokit/types': 13.5.0 - '@octokit/webhooks': 13.2.7 - dev: false - - /@octokit/auth-app@7.1.0: - resolution: {integrity: sha512-cazGaJPSgeZ8NkVYeM/C5l/6IQ5vZnsI8p1aMucadCkt/bndI+q+VqwrlnWbASRmenjOkf1t1RpCKrif53U8gw==} - engines: {node: '>= 18'} + '@octokit/oauth-app': 7.1.3 + '@octokit/plugin-paginate-rest': 11.3.5(@octokit/core@6.1.2) + '@octokit/types': 13.6.0 + '@octokit/webhooks': 13.3.0 + + '@octokit/auth-app@7.1.1': dependencies: '@octokit/auth-oauth-app': 8.1.1 '@octokit/auth-oauth-user': 5.1.1 - '@octokit/request': 9.1.1 - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 - lru-cache: 10.2.0 + '@octokit/request': 9.1.3 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 + lru-cache: 10.4.3 universal-github-app-jwt: 2.2.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/auth-oauth-app@8.1.1: - resolution: {integrity: sha512-5UtmxXAvU2wfcHIPPDWzVSAWXVJzG3NWsxb7zCFplCWEmMCArSZV0UQu5jw5goLQXbFyOr5onzEH37UJB3zQQg==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-app@8.1.1': dependencies: '@octokit/auth-oauth-device': 7.1.1 '@octokit/auth-oauth-user': 5.1.1 - '@octokit/request': 9.1.1 - '@octokit/types': 13.5.0 + '@octokit/request': 9.1.3 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/auth-oauth-device@7.1.1: - resolution: {integrity: sha512-HWl8lYueHonuyjrKKIup/1tiy0xcmQCdq5ikvMO1YwkNNkxb6DXfrPjrMYItNLyCP/o2H87WuijuE+SlBTT8eg==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-device@7.1.1': dependencies: '@octokit/oauth-methods': 5.1.2 - '@octokit/request': 9.1.1 - '@octokit/types': 13.5.0 + '@octokit/request': 9.1.3 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/auth-oauth-user@5.1.1: - resolution: {integrity: sha512-rRkMz0ErOppdvEfnemHJXgZ9vTPhBuC6yASeFaB7I2yLMd7QpjfrL1mnvRPlyKo+M6eeLxrKanXJ9Qte29SRsw==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-user@5.1.1': dependencies: '@octokit/auth-oauth-device': 7.1.1 '@octokit/oauth-methods': 5.1.2 - '@octokit/request': 9.1.1 - '@octokit/types': 13.5.0 + '@octokit/request': 9.1.3 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/auth-token@5.1.1: - resolution: {integrity: sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==} - engines: {node: '>= 18'} - dev: false + '@octokit/auth-token@5.1.1': {} - /@octokit/auth-unauthenticated@6.1.0: - resolution: {integrity: sha512-zPSmfrUAcspZH/lOFQnVnvjQZsIvmfApQH6GzJrkIunDooU1Su2qt2FfMTSVPRp7WLTQyC20Kd55lF+mIYaohQ==} - engines: {node: '>= 18'} + '@octokit/auth-unauthenticated@6.1.0': dependencies: - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 - dev: false + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 - /@octokit/core@6.1.2: - resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==} - engines: {node: '>= 18'} + '@octokit/core@6.1.2': dependencies: '@octokit/auth-token': 5.1.1 '@octokit/graphql': 8.1.1 - '@octokit/request': 9.1.1 - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 + '@octokit/request': 9.1.3 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 before-after-hook: 3.0.2 universal-user-agent: 7.0.2 - dev: false - /@octokit/endpoint@10.1.1: - resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} - engines: {node: '>= 18'} + '@octokit/endpoint@10.1.1': dependencies: - '@octokit/types': 13.5.0 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/graphql@8.1.1: - resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} - engines: {node: '>= 18'} + '@octokit/graphql@8.1.1': dependencies: - '@octokit/request': 9.1.1 - '@octokit/types': 13.5.0 + '@octokit/request': 9.1.3 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/oauth-app@7.1.2: - resolution: {integrity: sha512-4ntCOZIiTozKwuYQroX/ZD722tzMH8Eicv/cgDM/3F3lyrlwENHDv4flTCBpSJbfK546B2SrkKMWB+/HbS84zQ==} - engines: {node: '>= 18'} + '@octokit/oauth-app@7.1.3': dependencies: '@octokit/auth-oauth-app': 8.1.1 '@octokit/auth-oauth-user': 5.1.1 @@ -1536,449 +7049,260 @@ packages: '@octokit/core': 6.1.2 '@octokit/oauth-authorization-url': 7.1.1 '@octokit/oauth-methods': 5.1.2 - '@types/aws-lambda': 8.10.136 + '@types/aws-lambda': 8.10.145 universal-user-agent: 7.0.2 - dev: false - /@octokit/oauth-authorization-url@7.1.1: - resolution: {integrity: sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==} - engines: {node: '>= 18'} - dev: false + '@octokit/oauth-authorization-url@7.1.1': {} - /@octokit/oauth-methods@5.1.2: - resolution: {integrity: sha512-C5lglRD+sBlbrhCUTxgJAFjWgJlmTx5bQ7Ch0+2uqRjYv7Cfb5xpX4WuSC9UgQna3sqRGBL9EImX9PvTpMaQ7g==} - engines: {node: '>= 18'} + '@octokit/oauth-methods@5.1.2': dependencies: '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/request': 9.1.1 - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 - dev: false - - /@octokit/openapi-types@22.2.0: - resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==} - dev: false - - /@octokit/openapi-webhooks-types@8.2.1: - resolution: {integrity: sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==} - dev: false + '@octokit/request': 9.1.3 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 - /@octokit/plugin-paginate-graphql@5.2.2(@octokit/core@6.1.2): - resolution: {integrity: sha512-7znSVvlNAOJisCqAnjN1FtEziweOHSjPGAuc5W58NeGNAr/ZB57yCsjQbXDlWsVryA7hHQaEQPcBbJYFawlkyg==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - dependencies: - '@octokit/core': 6.1.2 - dev: false + '@octokit/openapi-types@22.2.0': {} - /@octokit/plugin-paginate-rest@11.3.0(@octokit/core@6.1.2): - resolution: {integrity: sha512-n4znWfRinnUQF6TPyxs7EctSAA3yVSP4qlJP2YgI3g9d4Ae2n5F3XDOjbUluKRxPU3rfsgpOboI4O4VtPc6Ilg==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - dev: false + '@octokit/openapi-webhooks-types@8.3.0': {} - /@octokit/plugin-paginate-rest@11.3.3(@octokit/core@6.1.2): - resolution: {integrity: sha512-o4WRoOJZlKqEEgj+i9CpcmnByvtzoUYC6I8PD2SA95M+BJ2x8h7oLcVOg9qcowWXBOdcTRsMZiwvM3EyLm9AfA==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/plugin-paginate-graphql@5.2.3(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - dev: false - /@octokit/plugin-request-log@5.3.0(@octokit/core@6.1.2): - resolution: {integrity: sha512-FiGcyjdtYPlr03ExBk/0ysIlEFIFGJQAVoPPMxL19B24bVSEiZQnVGBunNtaAF1YnvE/EFoDpXmITtRnyCiypQ==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/plugin-paginate-rest@11.3.5(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - dev: false + '@octokit/types': 13.6.0 - /@octokit/plugin-rest-endpoint-methods@13.2.1(@octokit/core@6.1.2): - resolution: {integrity: sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - dev: false - /@octokit/plugin-rest-endpoint-methods@13.2.4(@octokit/core@6.1.2): - resolution: {integrity: sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/plugin-rest-endpoint-methods@13.2.5(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - dev: false + '@octokit/types': 13.6.0 - /@octokit/plugin-retry@7.1.1(@octokit/core@6.1.2): - resolution: {integrity: sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/plugin-retry@7.1.2(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 bottleneck: 2.19.5 - dev: false - /@octokit/plugin-throttling@9.3.0(@octokit/core@6.1.2): - resolution: {integrity: sha512-B5YTToSRTzNSeEyssnrT7WwGhpIdbpV9NKIs3KyTWHX6PhpYn7gqF/+lL3BvsASBM3Sg5BAUYk7KZx5p/Ec77w==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': ^6.0.0 + '@octokit/plugin-throttling@9.3.1(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 + '@octokit/types': 13.6.0 bottleneck: 2.19.5 - dev: false - /@octokit/request-error@6.1.1: - resolution: {integrity: sha512-1mw1gqT3fR/WFvnoVpY/zUM2o/XkMs/2AszUUG9I69xn0JFLv6PGkPhNk5lbfvROs79wiS0bqiJNxfCZcRJJdg==} - engines: {node: '>= 18'} + '@octokit/request-error@6.1.5': dependencies: - '@octokit/types': 13.5.0 - dev: false + '@octokit/types': 13.6.0 - /@octokit/request@9.1.1: - resolution: {integrity: sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==} - engines: {node: '>= 18'} + '@octokit/request@9.1.3': dependencies: '@octokit/endpoint': 10.1.1 - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 - dev: false - /@octokit/rest@21.0.0: - resolution: {integrity: sha512-XudXXOmiIjivdjNZ+fN71NLrnDM00sxSZlhqmPR3v0dVoJwyP628tSlc12xqn8nX3N0965583RBw5GPo6r8u4Q==} - engines: {node: '>= 18'} + '@octokit/rest@21.0.2': dependencies: '@octokit/core': 6.1.2 - '@octokit/plugin-paginate-rest': 11.3.3(@octokit/core@6.1.2) - '@octokit/plugin-request-log': 5.3.0(@octokit/core@6.1.2) - '@octokit/plugin-rest-endpoint-methods': 13.2.4(@octokit/core@6.1.2) - dev: false + '@octokit/plugin-paginate-rest': 11.3.5(@octokit/core@6.1.2) + '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.2) + '@octokit/plugin-rest-endpoint-methods': 13.2.5(@octokit/core@6.1.2) - /@octokit/types@13.5.0: - resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} + '@octokit/types@13.6.0': dependencies: '@octokit/openapi-types': 22.2.0 - dev: false - /@octokit/webhooks-methods@5.1.0: - resolution: {integrity: sha512-yFZa3UH11VIxYnnoOYCVoJ3q4ChuSOk2IVBBQ0O3xtKX4x9bmKb/1t+Mxixv2iUhzMdOl1qeWJqEhouXXzB3rQ==} - engines: {node: '>= 18'} - dev: false + '@octokit/webhooks-methods@5.1.0': {} - /@octokit/webhooks@13.2.7: - resolution: {integrity: sha512-sPHCyi9uZuCs1gg0yF53FFocM+GsiiBEhQQV/itGzzQ8gjyv2GMJ1YvgdDY4lC0ePZeiV3juEw4GbS6w1VHhRw==} - engines: {node: '>= 18'} + '@octokit/webhooks@13.3.0': dependencies: - '@octokit/openapi-webhooks-types': 8.2.1 - '@octokit/request-error': 6.1.1 + '@octokit/openapi-webhooks-types': 8.3.0 + '@octokit/request-error': 6.1.5 '@octokit/webhooks-methods': 5.1.0 - aggregate-error: 5.0.0 - dev: false - /@open-web3/orml-type-definitions@0.8.2-11: - resolution: {integrity: sha512-cUv5+mprnaGNt0tu3FhK1nFRBK7SGjPhA1O0nxWWeRmuuH5fjkr0glbHE9kcKuCBfsh7nt6NGwxwl9emQtUDSA==} - dev: false + '@open-web3/orml-type-definitions@0.8.2-11': {} - /@open-web3/orml-type-definitions@0.9.4-38: - resolution: {integrity: sha512-kV0++JlRLEf7Z1y+Jm+792zqx6Q7dzpGP73rJJmQrBaeTML5mQzu4veZ24TVtcLV6hsGjUU/ixrJODNj6CCuZQ==} + '@open-web3/orml-type-definitions@0.9.4-38': dependencies: lodash.merge: 4.6.2 - dev: false - /@open-web3/orml-type-definitions@1.1.4: - resolution: {integrity: sha512-diuQx0Pf7cfoBtCpZTrBQOeIur0POp6Y9qfDS3p11RBF2XKwQ7jw/YKEFYqga1AyrzTcoSEE2OYUfeW3AKU94w==} + '@open-web3/orml-type-definitions@1.1.4': dependencies: lodash.merge: 4.6.2 - dev: false - /@open-web3/orml-type-definitions@2.0.1: - resolution: {integrity: sha512-wqeSBOKk8UU9CBqYhK2yQh9YqwaS7vai71WuOGFNJnzRT+6WnzY0leaLTionuzfE3M4Y/jTrc8BTL6+PVFCr6Q==} + '@open-web3/orml-type-definitions@2.0.1': dependencies: lodash.merge: 4.6.2 - dev: false - /@openzeppelin/contracts@4.9.6: - resolution: {integrity: sha512-xSmezSupL+y9VkHZJGDoCBpmnB2ogM13ccaYDWqJTfS3dbuHkgjuwDFUmaFauBCboQMGB/S5UqUl2y54X99BmA==} - dev: false + '@openzeppelin/contracts@4.9.6': {} - /@parallel-finance/type-definitions@2.0.1: - resolution: {integrity: sha512-fC1QfhFFd8oSZqdIh6kmoMNvTxZdQGw1sTAbdYSINyVxyCxKiDg47ZP9bAZFDexL7POqnXnn4pYM7kUAnsT+8Q==} + '@parallel-finance/type-definitions@2.0.1': dependencies: '@open-web3/orml-type-definitions': 2.0.1 - dev: false - /@peaqnetwork/type-definitions@0.0.4: - resolution: {integrity: sha512-bMja9T9PHQrEy4Uhh0ZTWvKGpgiDd51tZg4ZOpgC1KtVBF6Wx+bNtt+Zyg0DKwRh2Eg+xI5OEBPycsFOpdIWIA==} + '@peaqnetwork/type-definitions@0.0.4': dependencies: '@open-web3/orml-type-definitions': 0.9.4-38 - dev: false - /@pendulum-chain/type-definitions@0.3.8: - resolution: {integrity: sha512-xor/TijvR5Hg0NcXozzyWLK2kGmJCJu+yvzq8knXiNzqNLcvJxUz8K+ov2ox6MQrQ7qMgQTBphelQuhwAGJ5bw==} + '@pendulum-chain/type-definitions@0.3.8': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@open-web3/orml-type-definitions': 1.1.4 - dev: false - /@phala/typedefs@0.2.33: - resolution: {integrity: sha512-CaRzIGfU6CUIKLPswYtOw/xbtTttqmJZpr3fhkxLvkBQMXIH14iISD763OFXtWui7DrAMBKo/bHawvFNgWGKTg==} - dev: false + '@phala/typedefs@0.2.33': {} - /@pkgjs/parseargs@0.11.0: - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} - requiresBuild: true - dev: false + '@pkgjs/parseargs@0.11.0': optional: true - /@pnpm/config.env-replace@1.1.0: - resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} - engines: {node: '>=12.22.0'} - dev: false + '@pnpm/config.env-replace@1.1.0': {} - /@pnpm/network.ca-file@1.0.2: - resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} - engines: {node: '>=12.22.0'} + '@pnpm/network.ca-file@1.0.2': dependencies: graceful-fs: 4.2.10 - dev: false - /@pnpm/npm-conf@2.2.2: - resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} - engines: {node: '>=12'} + '@pnpm/npm-conf@2.3.1': dependencies: '@pnpm/config.env-replace': 1.1.0 '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - dev: false - /@polka/url@1.0.0-next.25: - resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - dev: false + '@polka/url@1.0.0-next.28': {} - /@polkadot-api/client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(rxjs@7.8.1): - resolution: {integrity: sha512-0fqK6pUKcGHSG2pBvY+gfSS+1mMdjd/qRygAcKI5d05tKsnZLRnmhb9laDguKmGEIB0Bz9vQqNK3gIN/cfvVwg==} - requiresBuild: true - peerDependencies: - rxjs: '>=7.8.0' + '@polkadot-api/client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(rxjs@7.8.1)': dependencies: '@polkadot-api/metadata-builders': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/substrate-bindings': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/substrate-client': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 rxjs: 7.8.1 - dev: false optional: true - /@polkadot-api/json-rpc-provider-proxy@0.0.1: - resolution: {integrity: sha512-gmVDUP8LpCH0BXewbzqXF2sdHddq1H1q+XrAW2of+KZj4woQkIGBRGTJHeBEVHe30EB+UejR1N2dT4PO/RvDdg==} - requiresBuild: true - dev: false + '@polkadot-api/json-rpc-provider-proxy@0.0.1': optional: true - /@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-0hZ8vtjcsyCX8AyqP2sqUHa1TFFfxGWmlXJkit0Nqp9b32MwZqn5eaUAiV2rNuEpoglKOdKnkGtUF8t5MoodKw==} - requiresBuild: true - dev: false + '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - /@polkadot-api/json-rpc-provider-proxy@0.1.0: - resolution: {integrity: sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==} - requiresBuild: true - dev: false + '@polkadot-api/json-rpc-provider-proxy@0.1.0': optional: true - /@polkadot-api/json-rpc-provider@0.0.1: - resolution: {integrity: sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==} - requiresBuild: true - dev: false + '@polkadot-api/json-rpc-provider@0.0.1': optional: true - /@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-EaUS9Fc3wsiUr6ZS43PQqaRScW7kM6DYbuM/ou0aYjm8N9MBqgDbGm2oL6RE1vAVmOfEuHcXZuZkhzWtyvQUtA==} - requiresBuild: true - dev: false + '@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - /@polkadot-api/merkleize-metadata@1.1.4: - resolution: {integrity: sha512-WlVqZjFqQIomfKxW7QIl68YAvA0YF6orsicV1rCsqkgHe7rMzj1JjkntEgPMcL3aksSDShdyb7SLinvOJgSa2Q==} + '@polkadot-api/merkleize-metadata@1.1.4': dependencies: '@polkadot-api/metadata-builders': 0.7.1 '@polkadot-api/substrate-bindings': 0.8.0 '@polkadot-api/utils': 0.1.1 - dev: false - /@polkadot-api/metadata-builders@0.0.1: - resolution: {integrity: sha512-GCI78BHDzXAF/L2pZD6Aod/yl82adqQ7ftNmKg51ixRL02JpWUA+SpUKTJE5MY1p8kiJJIo09P2um24SiJHxNA==} - requiresBuild: true + '@polkadot-api/metadata-builders@0.0.1': dependencies: '@polkadot-api/substrate-bindings': 0.0.1 '@polkadot-api/utils': 0.0.1 - dev: false optional: true - /@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-BD7rruxChL1VXt0icC2gD45OtT9ofJlql0qIllHSRYgama1CR2Owt+ApInQxB+lWqM+xNOznZRpj8CXNDvKIMg==} - requiresBuild: true + '@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': dependencies: '@polkadot-api/substrate-bindings': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 - dev: false optional: true - /@polkadot-api/metadata-builders@0.3.2: - resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} - requiresBuild: true + '@polkadot-api/metadata-builders@0.3.2': dependencies: '@polkadot-api/substrate-bindings': 0.6.0 '@polkadot-api/utils': 0.1.0 - dev: false optional: true - /@polkadot-api/metadata-builders@0.7.1: - resolution: {integrity: sha512-4P9sf4/HINcLubsDvHbS8ezfTKvOBNnRy18lOLyVDJsSwSPyaTKPpHbYl4vV0XCr7kwJJz8myyYjNadfhbmTaA==} + '@polkadot-api/metadata-builders@0.7.1': dependencies: '@polkadot-api/substrate-bindings': 0.8.0 '@polkadot-api/utils': 0.1.1 - dev: false - /@polkadot-api/observable-client@0.1.0(rxjs@7.8.1): - resolution: {integrity: sha512-GBCGDRztKorTLna/unjl/9SWZcRmvV58o9jwU2Y038VuPXZcr01jcw/1O3x+yeAuwyGzbucI/mLTDa1QoEml3A==} - requiresBuild: true - peerDependencies: - rxjs: '>=7.8.0' + '@polkadot-api/observable-client@0.1.0(rxjs@7.8.1)': dependencies: '@polkadot-api/metadata-builders': 0.0.1 '@polkadot-api/substrate-bindings': 0.0.1 '@polkadot-api/substrate-client': 0.0.1 '@polkadot-api/utils': 0.0.1 rxjs: 7.8.1 - dev: false optional: true - /@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1): - resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} - requiresBuild: true - peerDependencies: - '@polkadot-api/substrate-client': 0.1.4 - rxjs: '>=7.8.0' + '@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1)': dependencies: '@polkadot-api/metadata-builders': 0.3.2 '@polkadot-api/substrate-bindings': 0.6.0 '@polkadot-api/substrate-client': 0.1.4 '@polkadot-api/utils': 0.1.0 rxjs: 7.8.1 - dev: false optional: true - /@polkadot-api/substrate-bindings@0.0.1: - resolution: {integrity: sha512-bAe7a5bOPnuFVmpv7y4BBMRpNTnMmE0jtTqRUw/+D8ZlEHNVEJQGr4wu3QQCl7k1GnSV1wfv3mzIbYjErEBocg==} - requiresBuild: true + '@polkadot-api/substrate-bindings@0.0.1': dependencies: - '@noble/hashes': 1.4.0 + '@noble/hashes': 1.5.0 '@polkadot-api/utils': 0.0.1 - '@scure/base': 1.1.7 + '@scure/base': 1.1.9 scale-ts: 1.6.0 - dev: false optional: true - /@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-N4vdrZopbsw8k57uG58ofO7nLXM4Ai7835XqakN27MkjXMp5H830A1KJE0L9sGQR7ukOCDEIHHcwXVrzmJ/PBg==} - requiresBuild: true + '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': dependencies: '@noble/hashes': 1.5.0 '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@scure/base': 1.1.9 scale-ts: 1.6.0 - dev: false optional: true - /@polkadot-api/substrate-bindings@0.6.0: - resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} - requiresBuild: true + '@polkadot-api/substrate-bindings@0.6.0': dependencies: '@noble/hashes': 1.5.0 '@polkadot-api/utils': 0.1.0 '@scure/base': 1.1.9 scale-ts: 1.6.0 - dev: false optional: true - /@polkadot-api/substrate-bindings@0.8.0: - resolution: {integrity: sha512-nHj0tUIlrvm3tW8tSG7uvv4QBhfgjcwyNRFWdKQQ77gx83mfLdaBBrz9e2rPggwkWbptDZe2+IXE20OFF/G79w==} + '@polkadot-api/substrate-bindings@0.8.0': dependencies: - '@noble/hashes': 1.4.0 + '@noble/hashes': 1.5.0 '@polkadot-api/utils': 0.1.1 - '@scure/base': 1.1.7 + '@scure/base': 1.1.9 scale-ts: 1.6.0 - dev: false - /@polkadot-api/substrate-client@0.0.1: - resolution: {integrity: sha512-9Bg9SGc3AwE+wXONQoW8GC00N3v6lCZLW74HQzqB6ROdcm5VAHM4CB/xRzWSUF9CXL78ugiwtHx3wBcpx4H4Wg==} - requiresBuild: true - dev: false + '@polkadot-api/substrate-client@0.0.1': optional: true - /@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-lcdvd2ssUmB1CPzF8s2dnNOqbrDa+nxaaGbuts+Vo8yjgSKwds2Lo7Oq+imZN4VKW7t9+uaVcKFLMF7PdH0RWw==} - requiresBuild: true - dev: false + '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - /@polkadot-api/substrate-client@0.1.4: - resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} - requiresBuild: true + '@polkadot-api/substrate-client@0.1.4': dependencies: '@polkadot-api/json-rpc-provider': 0.0.1 '@polkadot-api/utils': 0.1.0 - dev: false optional: true - /@polkadot-api/utils@0.0.1: - resolution: {integrity: sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==} - requiresBuild: true - dev: false + '@polkadot-api/utils@0.0.1': optional: true - /@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0: - resolution: {integrity: sha512-0CYaCjfLQJTCRCiYvZ81OncHXEKPzAexCMoVloR+v2nl/O2JRya/361MtPkeNLC6XBoaEgLAG9pWQpH3WePzsw==} - requiresBuild: true - dev: false + '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - /@polkadot-api/utils@0.1.0: - resolution: {integrity: sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==} - requiresBuild: true - dev: false + '@polkadot-api/utils@0.1.0': optional: true - /@polkadot-api/utils@0.1.1: - resolution: {integrity: sha512-ho1ORL5jEO96Zl72r/j1YTyX8wfXRD+XXrS8OR2LWdBR24MZqHO96xMboTcFehWK919iMKWAb9rCPNs2NiFS3Q==} - dev: false + '@polkadot-api/utils@0.1.1': {} - /@polkadot/api-augment@10.13.1: - resolution: {integrity: sha512-IAKaCp19QxgOG4HKk9RAgUgC/VNVqymZ2GXfMNOZWImZhxRIbrK+raH5vN2MbWwtVHpjxyXvGsd1RRhnohI33A==} - engines: {node: '>=18'} + '@polkadot/api-augment@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 10.13.1 - '@polkadot/rpc-augment': 10.13.1 + '@polkadot/api-base': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/types-augment': 10.13.1 '@polkadot/types-codec': 10.13.1 @@ -1988,14 +7312,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-augment@11.3.1: - resolution: {integrity: sha512-Yj+6rb6h0WwY3yJ+UGhjGW+tyMRFUMsKQuGw+eFsXdjiNU9UoXsAqA2dG7Q1F+oeX/g+y2gLGBezNoCwbl6HfA==} - engines: {node: '>=18'} + '@polkadot/api-augment@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 11.3.1 - '@polkadot/rpc-augment': 11.3.1 + '@polkadot/api-base': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/types-augment': 11.3.1 '@polkadot/types-codec': 11.3.1 @@ -2005,14 +7326,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-augment@12.1.1: - resolution: {integrity: sha512-x2cI4mt4y2DZ8b8BoxchlkkpdmvhmOqCLr7IHPcQGaHsA/oLYSgZk8YSvUFb6+W3WjnIZiNMzv/+UB9jQuGQ2Q==} - engines: {node: '>=18'} + '@polkadot/api-augment@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 12.1.1 - '@polkadot/rpc-augment': 12.1.1 + '@polkadot/api-base': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/types-augment': 12.1.1 '@polkadot/types-codec': 12.1.1 @@ -2022,14 +7340,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-augment@12.4.2: - resolution: {integrity: sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==} - engines: {node: '>=18'} + '@polkadot/api-augment@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 12.4.2 - '@polkadot/rpc-augment': 12.4.2 + '@polkadot/api-base': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 '@polkadot/types-augment': 12.4.2 '@polkadot/types-codec': 12.4.2 @@ -2039,49 +7354,26 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/api-augment@13.0.1: - resolution: {integrity: sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /@polkadot/api-augment@13.2.1: - resolution: {integrity: sha512-NTkI+/Hm48eWc/4Ojh/5elxnjnow5ptXK97IZdkWAe7mWi9hJR05Uq5lGt/T/57E9LSRWEuYje8cIDS3jbbAAw==} - engines: {node: '>=18'} + '@polkadot/api-augment@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 13.2.1 - '@polkadot/rpc-augment': 13.2.1 - '@polkadot/types': 13.2.1 - '@polkadot/types-augment': 13.2.1 - '@polkadot/types-codec': 13.2.1 + '@polkadot/api-base': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 + '@polkadot/types-augment': 14.0.1 + '@polkadot/types-codec': 14.0.1 '@polkadot/util': 13.1.1 tslib: 2.7.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-augment@7.15.1: - resolution: {integrity: sha512-7csQLS6zuYuGq7W1EkTBz1ZmxyRvx/Qpz7E7zPSwxmY8Whb7Yn2effU9XF0eCcRpyfSW8LodF8wMmLxGYs1OaQ==} - engines: {node: '>=14.0.0'} + '@polkadot/api-augment@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api-base': 7.15.1 - '@polkadot/rpc-augment': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/api-base': 7.15.1(encoding@0.1.13) + '@polkadot/rpc-augment': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/types-augment': 7.15.1 '@polkadot/types-codec': 7.15.1 @@ -2089,15 +7381,12 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/api-augment@9.14.2: - resolution: {integrity: sha512-19MmW8AHEcLkdcUIo3LLk0eCQgREWqNSxkUyOeWn7UiNMY1AhDOOwMStUBNCvrIDK6VL6GGc1sY7rkPCLMuKSw==} - engines: {node: '>=14.0.0'} + '@polkadot/api-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api-base': 9.14.2 - '@polkadot/rpc-augment': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/types-augment': 9.14.2 '@polkadot/types-codec': 9.14.2 @@ -2106,13 +7395,10 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-base@10.13.1: - resolution: {integrity: sha512-Okrw5hjtEjqSMOG08J6qqEwlUQujTVClvY1/eZkzKwNzPelWrtV6vqfyJklB7zVhenlxfxqhZKKcY7zWSW/q5Q==} - engines: {node: '>=18'} + '@polkadot/api-base@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 10.13.1 + '@polkadot/rpc-core': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 @@ -2121,13 +7407,10 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-base@11.3.1: - resolution: {integrity: sha512-b8UkNL00NN7+3QaLCwL5cKg+7YchHoKCAhwKusWHNBZkkO6Oo2BWilu0dZkPJOyqV9P389Kbd9+oH+SKs9u2VQ==} - engines: {node: '>=18'} + '@polkadot/api-base@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 11.3.1 + '@polkadot/rpc-core': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 @@ -2136,44 +7419,23 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/api-base@12.1.1: - resolution: {integrity: sha512-/zLnekv5uFnjzYWhjUf6m0WOJorA0Qm/CWg7z6V+INnacDmVD+WIgYW+XLka90KXpW92sN5ycZEdcQGKBxSJOg==} - engines: {node: '>=18'} - dependencies: - '@polkadot/rpc-core': 12.1.1 - '@polkadot/types': 12.1.1 - '@polkadot/util': 12.6.2 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /@polkadot/api-base@12.4.2: - resolution: {integrity: sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw==} - engines: {node: '>=18'} + + '@polkadot/api-base@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 12.4.2 - '@polkadot/types': 12.4.2 - '@polkadot/util': 13.1.1 + '@polkadot/rpc-core': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 12.1.1 + '@polkadot/util': 12.6.2 rxjs: 7.8.1 tslib: 2.7.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-base@13.0.1: - resolution: {integrity: sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==} - engines: {node: '>=18'} + '@polkadot/api-base@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 + '@polkadot/rpc-core': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 12.4.2 '@polkadot/util': 13.1.1 rxjs: 7.8.1 tslib: 2.7.0 @@ -2181,14 +7443,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-base@13.2.1: - resolution: {integrity: sha512-00twdIjTjzdYNdU19i2YKLoWBmf2Yr6b3qrvqIVScHipUkKMbfFBgoPRB5FtcviBbEvLurgfyzHklwnrbWo8GQ==} - engines: {node: '>=18'} + '@polkadot/api-base@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 13.2.1 - '@polkadot/types': 13.2.1 + '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 '@polkadot/util': 13.1.1 rxjs: 7.8.1 tslib: 2.7.0 @@ -2196,28 +7455,22 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-base@7.15.1: - resolution: {integrity: sha512-UlhLdljJPDwGpm5FxOjvJNFTxXMRFaMuVNx6EklbuetbBEJ/Amihhtj0EJRodxQwtZ4ZtPKYKt+g+Dn7OJJh4g==} - engines: {node: '>=14.0.0'} + '@polkadot/api-base@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-core': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-core': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/util': 8.7.1 rxjs: 7.8.1 transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/api-base@9.14.2: - resolution: {integrity: sha512-ky9fmzG1Tnrjr/SBZ0aBB21l0TFr+CIyQenQczoUyVgiuxVaI/2Bp6R2SFrHhG28P+PW2/RcYhn2oIAR2Z2fZQ==} - engines: {node: '>=14.0.0'} + '@polkadot/api-base@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-core': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/util': 10.4.2 rxjs: 7.8.1 @@ -2225,16 +7478,13 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-derive@10.13.1: - resolution: {integrity: sha512-ef0H0GeCZ4q5Om+c61eLLLL29UxFC2/u/k8V1K2JOIU+2wD5LF7sjAoV09CBMKKHfkLenRckVk2ukm4rBqFRpg==} - engines: {node: '>=18'} + '@polkadot/api-derive@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 10.13.1 - '@polkadot/api-augment': 10.13.1 - '@polkadot/api-base': 10.13.1 - '@polkadot/rpc-core': 10.13.1 + '@polkadot/api': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 @@ -2245,16 +7495,13 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-derive@11.3.1: - resolution: {integrity: sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==} - engines: {node: '>=18'} + '@polkadot/api-derive@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 11.3.1 - '@polkadot/api-augment': 11.3.1 - '@polkadot/api-base': 11.3.1 - '@polkadot/rpc-core': 11.3.1 + '@polkadot/api': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/util': 12.6.2 @@ -2265,16 +7512,13 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-derive@12.1.1: - resolution: {integrity: sha512-VMwHcQY8gU/fhwgRICs9/EwTZVMSWW9Gf1ktwsWQmNM1RnrR6oN4/hvzsQor4Be/mC93w2f8bX/71QVmOgL5NA==} - engines: {node: '>=18'} + '@polkadot/api-derive@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 12.1.1 - '@polkadot/api-augment': 12.1.1 - '@polkadot/api-base': 12.1.1 - '@polkadot/rpc-core': 12.1.1 + '@polkadot/api': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 @@ -2285,16 +7529,13 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-derive@12.4.2: - resolution: {integrity: sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==} - engines: {node: '>=18'} + '@polkadot/api-derive@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 12.4.2 - '@polkadot/api-augment': 12.4.2 - '@polkadot/api-base': 12.4.2 - '@polkadot/rpc-core': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/util': 13.1.1 @@ -2305,38 +7546,15 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/api-derive@13.0.1: - resolution: {integrity: sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /@polkadot/api-derive@13.2.1: - resolution: {integrity: sha512-npxvS0kYcSFqmYv2G8QKWAJwFhIv/MBuGU0bV7cGP9K1A3j2Do3yYjvN1dTtY20jBavWNwmWFdXBV6/TRRsgmg==} - engines: {node: '>=18'} + '@polkadot/api-derive@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 13.2.1 - '@polkadot/api-augment': 13.2.1 - '@polkadot/api-base': 13.2.1 - '@polkadot/rpc-core': 13.2.1 - '@polkadot/types': 13.2.1 - '@polkadot/types-codec': 13.2.1 + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 + '@polkadot/types-codec': 14.0.1 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) rxjs: 7.8.1 @@ -2345,17 +7563,14 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api-derive@7.15.1: - resolution: {integrity: sha512-CsOQppksQBaa34L1fWRzmfQQpoEBwfH0yTTQxgj3h7rFYGVPxEKGeFjo1+IgI2vXXvOO73Z8E4H/MnbxvKrs1Q==} - engines: {node: '>=14.0.0'} + '@polkadot/api-derive@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api': 7.15.1 - '@polkadot/api-augment': 7.15.1 - '@polkadot/api-base': 7.15.1 - '@polkadot/rpc-core': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/api': 7.15.1(encoding@0.1.13) + '@polkadot/api-augment': 7.15.1(encoding@0.1.13) + '@polkadot/api-base': 7.15.1(encoding@0.1.13) + '@polkadot/rpc-core': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 @@ -2364,17 +7579,14 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/api-derive@9.14.2: - resolution: {integrity: sha512-yw9OXucmeggmFqBTMgza0uZwhNjPxS7MaT7lSCUIRKckl1GejdV+qMhL3XFxPFeYzXwzFpdPG11zWf+qJlalqw==} - engines: {node: '>=14.0.0'} + '@polkadot/api-derive@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api': 9.14.2 - '@polkadot/api-augment': 9.14.2 - '@polkadot/api-base': 9.14.2 - '@polkadot/rpc-core': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/api': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 @@ -2384,19 +7596,16 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api@10.13.1: - resolution: {integrity: sha512-YrKWR4TQR5CDyGkF0mloEUo7OsUA+bdtENpJGOtNavzOQUDEbxFE0PVzokzZfVfHhHX2CojPVmtzmmLxztyJkg==} - engines: {node: '>=18'} + '@polkadot/api@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-augment': 10.13.1 - '@polkadot/api-base': 10.13.1 - '@polkadot/api-derive': 10.13.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/rpc-augment': 10.13.1 - '@polkadot/rpc-core': 10.13.1 - '@polkadot/rpc-provider': 10.13.1 + '@polkadot/api-augment': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + '@polkadot/rpc-augment': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/types-augment': 10.13.1 '@polkadot/types-codec': 10.13.1 @@ -2411,19 +7620,16 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api@11.3.1: - resolution: {integrity: sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==} - engines: {node: '>=18'} + '@polkadot/api@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-augment': 11.3.1 - '@polkadot/api-base': 11.3.1 - '@polkadot/api-derive': 11.3.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/rpc-core': 11.3.1 - '@polkadot/rpc-provider': 11.3.1 + '@polkadot/api-augment': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + '@polkadot/rpc-augment': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/types-augment': 11.3.1 '@polkadot/types-codec': 11.3.1 @@ -2438,19 +7644,16 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api@12.1.1: - resolution: {integrity: sha512-XvX1gRUsnHDkEARBS1TAFCXncp6YABf/NCtOBt8FohokSzvB6Kxrcb6zurMbUm2piOdjgW5xsG3TCDRw6vACLA==} - engines: {node: '>=18'} + '@polkadot/api@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-augment': 12.1.1 - '@polkadot/api-base': 12.1.1 - '@polkadot/api-derive': 12.1.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) - '@polkadot/rpc-augment': 12.1.1 - '@polkadot/rpc-core': 12.1.1 - '@polkadot/rpc-provider': 12.1.1 + '@polkadot/api-augment': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + '@polkadot/rpc-augment': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/types-augment': 12.1.1 '@polkadot/types-codec': 12.1.1 @@ -2465,19 +7668,16 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api@12.4.2: - resolution: {integrity: sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==} - engines: {node: '>=18'} + '@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-augment': 12.4.2 - '@polkadot/api-base': 12.4.2 - '@polkadot/api-derive': 12.4.2 - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/rpc-augment': 12.4.2 - '@polkadot/rpc-core': 12.4.2 - '@polkadot/rpc-provider': 12.4.2 + '@polkadot/api-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/rpc-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 '@polkadot/types-augment': 12.4.2 '@polkadot/types-codec': 12.4.2 @@ -2492,51 +7692,21 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/api@13.0.1: - resolution: {integrity: sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/api-derive': 13.0.1 - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/types-known': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /@polkadot/api@13.2.1: - resolution: {integrity: sha512-QvgKD3/q6KIU3ZuNYFJUNc6B8bGBoqeMF+iaPxJn3Twhh4iVD5XIymD5fVszSqiL1uPXMhzcWecjwE8rDidBoQ==} - engines: {node: '>=18'} - dependencies: - '@polkadot/api-augment': 13.2.1 - '@polkadot/api-base': 13.2.1 - '@polkadot/api-derive': 13.2.1 - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/rpc-augment': 13.2.1 - '@polkadot/rpc-core': 13.2.1 - '@polkadot/rpc-provider': 13.2.1 - '@polkadot/types': 13.2.1 - '@polkadot/types-augment': 13.2.1 - '@polkadot/types-codec': 13.2.1 - '@polkadot/types-create': 13.2.1 - '@polkadot/types-known': 13.2.1 + + '@polkadot/api@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + '@polkadot/api-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/rpc-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 + '@polkadot/types-augment': 14.0.1 + '@polkadot/types-codec': 14.0.1 + '@polkadot/types-create': 14.0.1 + '@polkadot/types-known': 14.0.1 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) eventemitter3: 5.0.1 @@ -2546,20 +7716,17 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/api@7.15.1: - resolution: {integrity: sha512-z0z6+k8+R9ixRMWzfsYrNDnqSV5zHKmyhTCL0I7+1I081V18MJTCFUKubrh0t1gD0/FCt3U9Ibvr4IbtukYLrQ==} - engines: {node: '>=14.0.0'} + '@polkadot/api@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api-augment': 7.15.1 - '@polkadot/api-base': 7.15.1 - '@polkadot/api-derive': 7.15.1 - '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1)(@polkadot/util@8.7.1) - '@polkadot/rpc-augment': 7.15.1 - '@polkadot/rpc-core': 7.15.1 - '@polkadot/rpc-provider': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/api-augment': 7.15.1(encoding@0.1.13) + '@polkadot/api-base': 7.15.1(encoding@0.1.13) + '@polkadot/api-derive': 7.15.1(encoding@0.1.13) + '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1) + '@polkadot/rpc-augment': 7.15.1(encoding@0.1.13) + '@polkadot/rpc-core': 7.15.1(encoding@0.1.13) + '@polkadot/rpc-provider': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/types-augment': 7.15.1 '@polkadot/types-codec': 7.15.1 @@ -2572,20 +7739,17 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/api@9.14.2: - resolution: {integrity: sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==} - engines: {node: '>=14.0.0'} + '@polkadot/api@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/api-augment': 9.14.2 - '@polkadot/api-base': 9.14.2 - '@polkadot/api-derive': 9.14.2 - '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2)(@polkadot/util@10.4.2) - '@polkadot/rpc-augment': 9.14.2 - '@polkadot/rpc-core': 9.14.2 - '@polkadot/rpc-provider': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/api-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2) + '@polkadot/rpc-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/types-augment': 9.14.2 '@polkadot/types-codec': 9.14.2 @@ -2599,56 +7763,53 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/apps-config@0.143.2(@polkadot/keyring@13.1.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-b+l1GpJ6x68h3m1hWWeO6dbsPjY/PtR8mdaDjxHt0CuWf3bUpZQLjPUrAHPtpuJ3DxwbJY+ALK1grMA3JeuchQ==} - engines: {node: '>=18'} + '@polkadot/apps-config@0.143.2(@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1))(bufferutil@4.0.8)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-is@16.13.1)(react@18.3.1)(utf-8-validate@5.0.10)': dependencies: '@acala-network/type-definitions': 5.1.2(@polkadot/types@12.4.2) - '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@12.4.2) + '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@crustio/type-definitions': 1.3.0 '@darwinia/types': 2.8.10 '@darwinia/types-known': 2.8.10 - '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@docknetwork/node-types': 0.16.0 '@edgeware/node-types': 3.6.2-wako '@equilab/definitions': 1.4.18 - '@fragnova/api-augment': 0.1.0-spec-1.0.4-mainnet - '@frequency-chain/api-augment': 1.11.1 + '@fragnova/api-augment': 0.1.0-spec-1.0.4-mainnet(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@frequency-chain/api-augment': 1.11.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@interlay/interbtc-types': 1.13.0 '@kiltprotocol/type-definitions': 0.35.1 '@laminar/type-definitions': 0.3.1 - '@logion/node-api': 0.27.0-4 + '@logion/node-api': 0.27.0-4(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@mangata-finance/type-definitions': 2.1.2(@polkadot/types@12.4.2) '@metaverse-network-sdk/type-definitions': 0.0.1-16 '@parallel-finance/type-definitions': 2.0.1 '@peaqnetwork/type-definitions': 0.0.4 '@pendulum-chain/type-definitions': 0.3.8 '@phala/typedefs': 0.2.33 - '@polkadot/api': 12.4.2 - '@polkadot/api-derive': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/networks': 13.1.1 - '@polkadot/react-identicon': 3.10.1(@polkadot/keyring@13.1.1)(@polkadot/networks@13.1.1)(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) + '@polkadot/react-identicon': 3.10.1(@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1))(@polkadot/networks@13.1.1)(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(react-dom@18.3.1(react@18.3.1))(react-is@16.13.1)(react@18.3.1) '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) '@polkadot/x-fetch': 13.1.1 - '@polkadot/x-ws': 13.1.1 + '@polkadot/x-ws': 13.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polymeshassociation/polymesh-types': 5.7.0 - '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(encoding@0.1.13) '@sora-substrate/type-definitions': 1.27.7 - '@subsocial/definitions': 0.8.14 - '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2) - '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2) - '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2) - '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2) + '@subsocial/definitions': 0.8.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2) + '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2) + '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2) + '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2) '@zeitgeistpm/type-defs': 1.0.0 '@zeroio/type-definitions': 0.0.14 - moonbeam-types-bundle: 2.0.10 - pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + moonbeam-types-bundle: 2.0.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) rxjs: 7.8.1 tslib: 2.7.0 transitivePeerDependencies: @@ -2660,172 +7821,96 @@ packages: - react-is - supports-color - utf-8-validate - dev: false - /@polkadot/keyring@10.4.2(@polkadot/util-crypto@10.4.2)(@polkadot/util@10.4.2): - resolution: {integrity: sha512-7iHhJuXaHrRTG6cJDbZE9G+c1ts1dujp0qbO4RfAPmT7YUvphHvAtCKueN9UKPz5+TYDL+rP/jDEaSKU8jl/qQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 10.4.2 - '@polkadot/util-crypto': 10.4.2 + '@polkadot/keyring@10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2) - dev: false - /@polkadot/keyring@12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2): - resolution: {integrity: sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/keyring@12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) tslib: 2.7.0 - dev: false - /@polkadot/keyring@12.6.2(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-O3Q7GVmRYm8q7HuB3S0+Yf/q/EB2egKRRU3fv9b3B7V+A52tKzA+vIwEmNVaD1g5FKW9oB97rmpggs0zaKFqHw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2 + '@polkadot/keyring@12.6.2(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) tslib: 2.7.0 - dev: false - /@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1 + '@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) tslib: 2.7.0 - dev: false - /@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 6.11.1 - '@polkadot/util-crypto': 6.11.1 + '@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - dev: false - /@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-6UGoIxhiTyISkYEZhUbCPpgVxaneIfb/DBVlHtbvaABc8Mqh1KuqcTIq19Mh9wXlBuijl25rw4lUASrE/9sBqg==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 7.9.2 - '@polkadot/util-crypto': 7.9.2 + '@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - dev: false - /@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-t6ZgQVC+nQT7XwbWtEhkDpiAzxKVJw8Xd/gWdww6xIrawHu7jo3SGB4QNdPgkf8TvDHYAAJiupzVQYAlOIq3GA==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - dev: false - /@polkadot/keyring@8.7.1(@polkadot/util-crypto@8.7.1)(@polkadot/util@8.7.1): - resolution: {integrity: sha512-t6ZgQVC+nQT7XwbWtEhkDpiAzxKVJw8Xd/gWdww6xIrawHu7jo3SGB4QNdPgkf8TvDHYAAJiupzVQYAlOIq3GA==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 8.7.1 - '@polkadot/util-crypto': 8.7.1 + '@polkadot/keyring@8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) - dev: false - /@polkadot/metadata@4.17.1: - resolution: {integrity: sha512-219isiCWVfbu5JxZnOPj+cV4T+S0XHS4+Jal3t3xz9y4nbgr+25Pa4KInEsJPx0u8EZAxMeiUCX3vd5U7oe72g==} - engines: {node: '>=14.0.0'} + '@polkadot/metadata@4.17.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types': 4.17.1 '@polkadot/types-known': 4.17.1 '@polkadot/util': 6.11.1 '@polkadot/util-crypto': 6.11.1(@polkadot/util@6.11.1) - dev: false - /@polkadot/networks@10.4.2: - resolution: {integrity: sha512-FAh/znrEvWBiA/LbcT5GXHsCFUl//y9KqxLghSr/CreAmAergiJNT0MVUezC7Y36nkATgmsr4ylFwIxhVtuuCw==} - engines: {node: '>=14.0.0'} + '@polkadot/networks@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@substrate/ss58-registry': 1.50.0 - dev: false - /@polkadot/networks@12.6.2: - resolution: {integrity: sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w==} - engines: {node: '>=18'} + '@polkadot/networks@12.6.2': dependencies: '@polkadot/util': 12.6.2 - '@substrate/ss58-registry': 1.44.0 + '@substrate/ss58-registry': 1.50.0 tslib: 2.7.0 - dev: false - /@polkadot/networks@13.1.1: - resolution: {integrity: sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==} - engines: {node: '>=18'} + '@polkadot/networks@13.1.1': dependencies: '@polkadot/util': 13.1.1 '@substrate/ss58-registry': 1.50.0 tslib: 2.7.0 - dev: false - /@polkadot/networks@6.11.1: - resolution: {integrity: sha512-0C6Ha2kvr42se3Gevx6UhHzv3KnPHML0N73Amjwvdr4y0HLZ1Nfw+vcm5yqpz5gpiehqz97XqFrsPRauYdcksQ==} - engines: {node: '>=14.0.0'} + '@polkadot/networks@6.11.1': dependencies: - '@babel/runtime': 7.25.6 - dev: false + '@babel/runtime': 7.25.7 - /@polkadot/networks@8.7.1: - resolution: {integrity: sha512-8xAmhDW0ry5EKcEjp6VTuwoTm0DdDo/zHsmx88P6sVL87gupuFsL+B6TrsYLl8GcaqxujwrOlKB+CKTUg7qFKg==} - engines: {node: '>=14.0.0'} + '@polkadot/networks@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 '@substrate/ss58-registry': 1.50.0 - dev: false - /@polkadot/react-identicon@3.10.1(@polkadot/keyring@13.1.1)(@polkadot/networks@13.1.1)(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-zzcKixDj27YdA4gTN+IvKFFSgatKliHuqsEjOJxAidLsbD1EUJUqeYuNhUftLFGO7JEJG0qrKJhCNLBvDJcJlg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/keyring': '*' - '@polkadot/util': '*' - '@polkadot/util-crypto': '*' - react: '*' - react-dom: '*' - react-is: '*' + '@polkadot/react-identicon@3.10.1(@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1))(@polkadot/networks@13.1.1)(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(react-dom@18.3.1(react@18.3.1))(react-is@16.13.1)(react@18.3.1)': dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/ui-settings': 3.10.1(@polkadot/networks@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/ui-shared': 3.10.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/ui-shared': 3.10.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) ethereum-blockies-base64: 1.0.2 @@ -2833,18 +7918,15 @@ packages: react: 18.3.1 react-copy-to-clipboard: 5.1.0(react@18.3.1) react-dom: 18.3.1(react@18.3.1) - react-is: 18.3.1 - styled-components: 6.1.11(react-dom@18.3.1)(react@18.3.1) + react-is: 16.13.1 + styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tslib: 2.7.0 transitivePeerDependencies: - '@polkadot/networks' - dev: false - /@polkadot/rpc-augment@10.13.1: - resolution: {integrity: sha512-iLsWUW4Jcx3DOdVrSHtN0biwxlHuTs4QN2hjJV0gd0jo7W08SXhWabZIf9mDmvUJIbR7Vk+9amzvegjRyIf5+A==} - engines: {node: '>=18'} + '@polkadot/rpc-augment@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 10.13.1 + '@polkadot/rpc-core': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 @@ -2853,13 +7935,10 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-augment@11.3.1: - resolution: {integrity: sha512-2PaDcKNju4QYQpxwVkWbRU3M0t340nMX9cMo+8awgvgL1LliV/fUDZueMKLuSS910JJMTPQ7y2pK4eQgMt08gQ==} - engines: {node: '>=18'} + '@polkadot/rpc-augment@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 11.3.1 + '@polkadot/rpc-core': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/util': 12.6.2 @@ -2868,13 +7947,10 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-augment@12.1.1: - resolution: {integrity: sha512-oDPn070l94pppXbuVk75BVsYgupdV8ndmslnUKWpPlfOeAU5SaBu4jMkj3eAi3VH0ersUpmlp1UuYN612//h8w==} - engines: {node: '>=18'} + '@polkadot/rpc-augment@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 12.1.1 + '@polkadot/rpc-core': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 @@ -2883,13 +7959,10 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-augment@12.4.2: - resolution: {integrity: sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg==} - engines: {node: '>=18'} + '@polkadot/rpc-augment@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 12.4.2 + '@polkadot/rpc-core': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/util': 13.1.1 @@ -2898,58 +7971,34 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/rpc-augment@13.0.1: - resolution: {integrity: sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /@polkadot/rpc-augment@13.2.1: - resolution: {integrity: sha512-HkndaAJPR1fi2xrzvP3q4g48WUCb26btGTeg1AKG9FGx9P2dgtpaPRmbMitmgVSzzRurrkxf3Meip8nC7BwDeg==} - engines: {node: '>=18'} + '@polkadot/rpc-augment@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 13.2.1 - '@polkadot/types': 13.2.1 - '@polkadot/types-codec': 13.2.1 + '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 + '@polkadot/types-codec': 14.0.1 '@polkadot/util': 13.1.1 tslib: 2.7.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-augment@7.15.1: - resolution: {integrity: sha512-sK0+mphN7nGz/eNPsshVi0qd0+N0Pqxuebwc1YkUGP0f9EkDxzSGp6UjGcSwWVaAtk9WZZ1MpK1Jwb/2GrKV7Q==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-augment@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-core': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-core': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/rpc-augment@9.14.2: - resolution: {integrity: sha512-mOubRm3qbKZTbP9H01XRrfTk7k5it9WyzaWAg72DJBQBYdgPUUkGSgpPD/Srkk5/5GAQTWVWL1I2UIBKJ4TJjQ==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-core': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 @@ -2957,14 +8006,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-core@10.13.1: - resolution: {integrity: sha512-eoejSHa+/tzHm0vwic62/aptTGbph8vaBpbvLIK7gd00+rT813ROz5ckB1CqQBFB23nHRLuzzX/toY8ID3xrKw==} - engines: {node: '>=18'} + '@polkadot/rpc-core@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 10.13.1 - '@polkadot/rpc-provider': 10.13.1 + '@polkadot/rpc-augment': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 10.13.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 @@ -2973,14 +8019,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-core@11.3.1: - resolution: {integrity: sha512-KKNepsDd/mpmXcA6v/h14eFFPEzLGd7nrvx2UUXUxoZ0Fq2MH1hplP3s93k1oduNY/vOXJR2K9S4dKManA6GVQ==} - engines: {node: '>=18'} + '@polkadot/rpc-core@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/rpc-provider': 11.3.1 + '@polkadot/rpc-augment': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 11.3.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 @@ -2989,14 +8032,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-core@12.1.1: - resolution: {integrity: sha512-NB4BZo9RdAZPBfZ11NoujB8+SDkDgvlrSiiv9FPMhfvTJo0Sr5FAq0Wd2aSC4D/6qbt5e89CHOW+0gBEm9d6dw==} - engines: {node: '>=18'} + '@polkadot/rpc-core@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 12.1.1 - '@polkadot/rpc-provider': 12.1.1 + '@polkadot/rpc-augment': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.1.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 @@ -3005,14 +8045,11 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-core@12.4.2: - resolution: {integrity: sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag==} - engines: {node: '>=18'} + '@polkadot/rpc-core@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 12.4.2 - '@polkadot/rpc-provider': 12.4.2 + '@polkadot/rpc-augment': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 '@polkadot/util': 13.1.1 rxjs: 7.8.1 @@ -3021,31 +8058,12 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - - /@polkadot/rpc-core@13.0.1: - resolution: {integrity: sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/util': 13.1.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /@polkadot/rpc-core@13.2.1: - resolution: {integrity: sha512-hy0GksUlb/TfQ38m3ysIWj3qD+rIsyCdxx8Ug5rIx1u0odv86NZ7nTqtH066Ct2riVaPBgBkObFnlpDWTJ6auA==} - engines: {node: '>=18'} + '@polkadot/rpc-core@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 13.2.1 - '@polkadot/rpc-provider': 13.2.1 - '@polkadot/types': 13.2.1 + '@polkadot/rpc-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 '@polkadot/util': 13.1.1 rxjs: 7.8.1 tslib: 2.7.0 @@ -3053,30 +8071,24 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-core@7.15.1: - resolution: {integrity: sha512-4Sb0e0PWmarCOizzxQAE1NQSr5z0n+hdkrq3+aPohGu9Rh4PodG+OWeIBy7Ov/3GgdhNQyBLG+RiVtliXecM3g==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-core@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-augment': 7.15.1 - '@polkadot/rpc-provider': 7.15.1 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-augment': 7.15.1(encoding@0.1.13) + '@polkadot/rpc-provider': 7.15.1(encoding@0.1.13) '@polkadot/types': 7.15.1 '@polkadot/util': 8.7.1 rxjs: 7.8.1 transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/rpc-core@9.14.2: - resolution: {integrity: sha512-krA/mtQ5t9nUQEsEVC1sjkttLuzN6z6gyJxK2IlpMS3S5ncy/R6w4FOpy+Q0H18Dn83JBo0p7ZtY7Y6XkK48Kw==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-core@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/rpc-augment': 9.14.2 - '@polkadot/rpc-provider': 9.14.2 + '@babel/runtime': 7.25.7 + '@polkadot/rpc-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/util': 10.4.2 rxjs: 7.8.1 @@ -3084,180 +8096,135 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@10.13.1: - resolution: {integrity: sha512-oJ7tatVXYJ0L7NpNiGd69D558HG5y5ZDmH2Bp9Dd4kFTQIiV8A39SlWwWUPCjSsen9lqSvvprNLnG/VHTpenbw==} - engines: {node: '>=18'} + '@polkadot/rpc-provider@10.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 10.13.1 '@polkadot/types-support': 10.13.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 - '@polkadot/x-ws': 12.6.2 + '@polkadot/x-ws': 12.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 tslib: 2.7.0 optionalDependencies: - '@substrate/connect': 0.8.8 + '@substrate/connect': 0.8.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@11.3.1: - resolution: {integrity: sha512-pqERChoHo45hd3WAgW8UuzarRF+G/o/eXEbl0PXLubiayw4X4qCmIzmtntUcKYgxGNcYGZaG87ZU8OjN97m6UA==} - engines: {node: '>=18'} + '@polkadot/rpc-provider@11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 11.3.1 '@polkadot/types-support': 11.3.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 - '@polkadot/x-ws': 12.6.2 + '@polkadot/x-ws': 12.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 tslib: 2.7.0 optionalDependencies: - '@substrate/connect': 0.8.10 + '@substrate/connect': 0.8.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@12.1.1: - resolution: {integrity: sha512-nDr0Qb5sIzTTx6qmgr9ibNcQs/VDoPzZ+49kcltf0A6BdSytGy532Yhf2A158aD41324V9YPAzxVRLxZyJzhkw==} - engines: {node: '>=18'} + '@polkadot/rpc-provider@12.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types': 12.1.1 '@polkadot/types-support': 12.1.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 '@polkadot/x-global': 12.6.2 - '@polkadot/x-ws': 12.6.2 + '@polkadot/x-ws': 12.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 tslib: 2.7.0 optionalDependencies: - '@substrate/connect': 0.8.10 + '@substrate/connect': 0.8.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@12.4.2: - resolution: {integrity: sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ==} - engines: {node: '>=18'} + '@polkadot/rpc-provider@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/types': 12.4.2 '@polkadot/types-support': 12.4.2 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) '@polkadot/x-fetch': 13.1.1 '@polkadot/x-global': 13.1.1 - '@polkadot/x-ws': 13.1.1 + '@polkadot/x-ws': 13.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 tslib: 2.7.0 optionalDependencies: - '@substrate/connect': 0.8.11 + '@substrate/connect': 0.8.11(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@13.0.1: - resolution: {integrity: sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==} - engines: {node: '>=18'} - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/types': 13.0.1 - '@polkadot/types-support': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - '@polkadot/x-fetch': 13.1.1 - '@polkadot/x-global': 13.1.1 - '@polkadot/x-ws': 13.1.1 - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.4 - tslib: 2.7.0 - optionalDependencies: - '@substrate/connect': 0.8.11 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - - /@polkadot/rpc-provider@13.2.1: - resolution: {integrity: sha512-bbMVYHTNFUa89aY3UQ1hFYD+dP+v+0vhjsnHYYlv37rSUTqOGqW91rkHd63xYCpLAimFt7KRw8xR+SMSYiuDjw==} - engines: {node: '>=18'} + '@polkadot/rpc-provider@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/types': 13.2.1 - '@polkadot/types-support': 13.2.1 + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/types': 14.0.1 + '@polkadot/types-support': 14.0.1 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) '@polkadot/x-fetch': 13.1.1 '@polkadot/x-global': 13.1.1 - '@polkadot/x-ws': 13.1.1 + '@polkadot/x-ws': 13.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 tslib: 2.7.0 optionalDependencies: - '@substrate/connect': 0.8.11 + '@substrate/connect': 0.8.11(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/rpc-provider@7.15.1: - resolution: {integrity: sha512-n0RWfSaD/r90JXeJkKry1aGZwJeBUUiMpXUQ9Uvp6DYBbYEDs0fKtWLpdT3PdFrMbe5y3kwQmNLxwe6iF4+mzg==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-provider@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1)(@polkadot/util@8.7.1) + '@babel/runtime': 7.25.7 + '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1) '@polkadot/types': 7.15.1 '@polkadot/types-support': 7.15.1 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) - '@polkadot/x-fetch': 8.7.1 + '@polkadot/x-fetch': 8.7.1(encoding@0.1.13) '@polkadot/x-global': 8.7.1 '@polkadot/x-ws': 8.7.1 '@substrate/connect': 0.7.0-alpha.0 eventemitter3: 4.0.7 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 transitivePeerDependencies: - encoding - supports-color - dev: false - /@polkadot/rpc-provider@9.14.2: - resolution: {integrity: sha512-YTSywjD5PF01V47Ru5tln2LlpUwJiSOdz6rlJXPpMaY53hUp7+xMU01FVAQ1bllSBNisSD1Msv/mYHq84Oai2g==} - engines: {node: '>=14.0.0'} + '@polkadot/rpc-provider@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2)(@polkadot/util@10.4.2) + '@babel/runtime': 7.25.7 + '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2) '@polkadot/types': 9.14.2 '@polkadot/types-support': 9.14.2 '@polkadot/util': 10.4.2 @@ -3267,241 +8234,169 @@ packages: '@polkadot/x-ws': 10.4.2 eventemitter3: 5.0.1 mock-socket: 9.3.1 - nock: 13.5.4 + nock: 13.5.5 optionalDependencies: - '@substrate/connect': 0.7.19 + '@substrate/connect': 0.7.19(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@polkadot/types-augment@10.13.1: - resolution: {integrity: sha512-TcrLhf95FNFin61qmVgOgayzQB/RqVsSg9thAso1Fh6pX4HSbvI35aGPBAn3SkA6R+9/TmtECirpSNLtIGFn0g==} - engines: {node: '>=18'} + '@polkadot/typegen@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 14.0.1 + '@polkadot/types-augment': 14.0.1 + '@polkadot/types-codec': 14.0.1 + '@polkadot/types-create': 14.0.1 + '@polkadot/types-support': 14.0.1 + '@polkadot/util': 13.1.1 + '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) + '@polkadot/x-ws': 13.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + handlebars: 4.7.8 + tslib: 2.7.0 + yargs: 17.7.2 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + '@polkadot/types-augment@10.13.1': dependencies: '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-augment@11.3.1: - resolution: {integrity: sha512-eR3HVpvUmB3v7q2jTWVmVfAVfb1/kuNn7ij94Zqadg/fuUq0pKqIOKwkUj3OxRM3A/5BnW3MbgparjKD3r+fyw==} - engines: {node: '>=18'} + '@polkadot/types-augment@11.3.1': dependencies: '@polkadot/types': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-augment@12.1.1: - resolution: {integrity: sha512-HdzjaXapcmNAdT6TWJOuv124PTKbAf5+5JldQ7oPZFaCEhaOTazZYiZ27nqLaj0l4rG7wWzFMiGqjbHwAvtmlg==} - engines: {node: '>=18'} + '@polkadot/types-augment@12.1.1': dependencies: '@polkadot/types': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-augment@12.4.2: - resolution: {integrity: sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ==} - engines: {node: '>=18'} + '@polkadot/types-augment@12.4.2': dependencies: '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - - /@polkadot/types-augment@13.0.1: - resolution: {integrity: sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==} - engines: {node: '>=18'} - dependencies: - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - dev: false - /@polkadot/types-augment@13.2.1: - resolution: {integrity: sha512-FpV7/2kIJmmswRmwUbp41lixdNX15olueUjHnSweFk0xEn2Ur43oC0Y3eU3Ab7Y5gPJpceMCfwYz+PjCUGedDA==} - engines: {node: '>=18'} + '@polkadot/types-augment@14.0.1': dependencies: - '@polkadot/types': 13.2.1 - '@polkadot/types-codec': 13.2.1 + '@polkadot/types': 14.0.1 + '@polkadot/types-codec': 14.0.1 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-augment@7.15.1: - resolution: {integrity: sha512-aqm7xT/66TCna0I2utpIekoquKo0K5pnkA/7WDzZ6gyD8he2h0IXfe8xWjVmuyhjxrT/C/7X1aUF2Z0xlOCwzQ==} - engines: {node: '>=14.0.0'} + '@polkadot/types-augment@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-augment@9.14.2: - resolution: {integrity: sha512-WO9d7RJufUeY3iFgt2Wz762kOu1tjEiGBR5TT4AHtpEchVHUeosVTrN9eycC+BhleqYu52CocKz6u3qCT/jKLg==} - engines: {node: '>=14.0.0'} + '@polkadot/types-augment@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/types-codec@10.13.1: - resolution: {integrity: sha512-AiQ2Vv2lbZVxEdRCN8XSERiWlOWa2cTDLnpAId78EnCtx4HLKYQSd+Jk9Y4BgO35R79mchK4iG+w6gZ+ukG2bg==} - engines: {node: '>=18'} + '@polkadot/types-codec@10.13.1': dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-codec@11.3.1: - resolution: {integrity: sha512-i7IiiuuL+Z/jFoKTA9xeh4wGQnhnNNjMT0+1ohvlOvnFsoKZKFQQOaDPPntGJVL1JDCV+KjkN2uQKZSeW8tguQ==} - engines: {node: '>=18'} + '@polkadot/types-codec@11.3.1': dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-codec@12.1.1: - resolution: {integrity: sha512-Ob3nFptHT4dDvGc/3l4dBXmvsI3wDWS2oCOxACA+hYWufnlTIQ4M4sHI4kSBQvDoEmaFt8P2Be4SmtyT0VSd1w==} - engines: {node: '>=18'} + '@polkadot/types-codec@12.1.1': dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 tslib: 2.7.0 - dev: false - - /@polkadot/types-codec@12.4.2: - resolution: {integrity: sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ==} - engines: {node: '>=18'} - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/x-bigint': 13.1.1 - tslib: 2.7.0 - dev: false - /@polkadot/types-codec@13.0.1: - resolution: {integrity: sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==} - engines: {node: '>=18'} + '@polkadot/types-codec@12.4.2': dependencies: '@polkadot/util': 13.1.1 '@polkadot/x-bigint': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-codec@13.2.1: - resolution: {integrity: sha512-tFAzzS8sMYItoD5a91sFMD+rskWyv4WjSmUZaj0Y4OfLtDAiQvgO0KncdGJIB6D+zZ/T7khpgsv/CZbN3YnezA==} - engines: {node: '>=18'} + '@polkadot/types-codec@14.0.1': dependencies: '@polkadot/util': 13.1.1 '@polkadot/x-bigint': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-codec@7.15.1: - resolution: {integrity: sha512-nI11dT7FGaeDd/fKPD8iJRFGhosOJoyjhZ0gLFFDlKCaD3AcGBRTTY8HFJpP/5QXXhZzfZsD93fVKrosnegU0Q==} - engines: {node: '>=14.0.0'} + '@polkadot/types-codec@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-codec@9.14.2: - resolution: {integrity: sha512-AJ4XF7W1no4PENLBRU955V6gDxJw0h++EN3YoDgThozZ0sj3OxyFupKgNBZcZb2V23H8JxQozzIad8k+nJbO1w==} - engines: {node: '>=14.0.0'} + '@polkadot/types-codec@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/x-bigint': 10.4.2 - dev: false - /@polkadot/types-create@10.13.1: - resolution: {integrity: sha512-Usn1jqrz35SXgCDAqSXy7mnD6j4RvB4wyzTAZipFA6DGmhwyxxIgOzlWQWDb+1PtPKo9vtMzen5IJ+7w5chIeA==} - engines: {node: '>=18'} + '@polkadot/types-create@10.13.1': dependencies: '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-create@11.3.1: - resolution: {integrity: sha512-pBXtpz5FehcRJ6j5MzFUIUN8ZWM7z6HbqK1GxBmYbJVRElcGcOg7a/rL2pQVphU0Rx1E8bSO4thzGf4wUxSX7w==} - engines: {node: '>=18'} + '@polkadot/types-create@11.3.1': dependencies: '@polkadot/types-codec': 11.3.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-create@12.1.1: - resolution: {integrity: sha512-K/I4vCnmI7IbtQeURiRMONDqesIVcZp16KEduBcbJm/RWDj0D3mr71066Yr8OhrhteLvULJpViy7EK4ynPvmSw==} - engines: {node: '>=18'} + '@polkadot/types-create@12.1.1': dependencies: '@polkadot/types-codec': 12.1.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-create@12.4.2: - resolution: {integrity: sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - dev: false - - /@polkadot/types-create@13.0.1: - resolution: {integrity: sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==} - engines: {node: '>=18'} + '@polkadot/types-create@12.4.2': dependencies: - '@polkadot/types-codec': 13.0.1 + '@polkadot/types-codec': 12.4.2 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-create@13.2.1: - resolution: {integrity: sha512-O/WKdsrNuMaZLf+XRCdum2xJYs5OKC6N3EMPF5Uhg10b80Y/hQCbzA/iWd3/aMNDLUA5XWhixwzJdrZWIMVIzg==} - engines: {node: '>=18'} + '@polkadot/types-create@14.0.1': dependencies: - '@polkadot/types-codec': 13.2.1 + '@polkadot/types-codec': 14.0.1 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-create@7.15.1: - resolution: {integrity: sha512-+HiaHn7XOwP0kv/rVdORlVkNuMoxuvt+jd67A/CeEreJiXqRLu+S61Mdk7wi6719PTaOal1hTDFfyGrtUd8FSQ==} - engines: {node: '>=14.0.0'} + '@polkadot/types-create@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-create@9.14.2: - resolution: {integrity: sha512-nSnKpBierlmGBQT8r6/SHf6uamBIzk4WmdMsAsR4uJKJF1PtbIqx2W5PY91xWSiMSNMzjkbCppHkwaDAMwLGaw==} - engines: {node: '>=14.0.0'} + '@polkadot/types-create@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/types-known@10.13.1: - resolution: {integrity: sha512-uHjDW05EavOT5JeU8RbiFWTgPilZ+odsCcuEYIJGmK+es3lk/Qsdns9Zb7U7NJl7eJ6OWmRtyrWsLs+bU+jjIQ==} - engines: {node: '>=18'} + '@polkadot/types-known@10.13.1': dependencies: '@polkadot/networks': 12.6.2 '@polkadot/types': 10.13.1 @@ -3509,11 +8404,8 @@ packages: '@polkadot/types-create': 10.13.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-known@11.3.1: - resolution: {integrity: sha512-3BIof7u6tn9bk3ZCIxA07iNoQ3uj4+vn3DTOjCKECozkRlt6V+kWRvqh16Hc0SHMg/QjcMb2fIu/WZhka1McUQ==} - engines: {node: '>=18'} + '@polkadot/types-known@11.3.1': dependencies: '@polkadot/networks': 12.6.2 '@polkadot/types': 11.3.1 @@ -3521,11 +8413,8 @@ packages: '@polkadot/types-create': 11.3.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-known@12.1.1: - resolution: {integrity: sha512-4YxY7tB+BVX6k3ubrToYKyh2Jb4QvoLvzwNSGSjyj0RGwiQCu8anFGIzYdaUJ2iQlhLFb6P4AZWykVvhrXGmqg==} - engines: {node: '>=18'} + '@polkadot/types-known@12.1.1': dependencies: '@polkadot/networks': 12.6.2 '@polkadot/types': 12.1.1 @@ -3533,11 +8422,8 @@ packages: '@polkadot/types-create': 12.1.1 '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-known@12.4.2: - resolution: {integrity: sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==} - engines: {node: '>=18'} + '@polkadot/types-known@12.4.2': dependencies: '@polkadot/networks': 13.1.1 '@polkadot/types': 12.4.2 @@ -3545,145 +8431,86 @@ packages: '@polkadot/types-create': 12.4.2 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - - /@polkadot/types-known@13.0.1: - resolution: {integrity: sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==} - engines: {node: '>=18'} - dependencies: - '@polkadot/networks': 13.1.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - dev: false - /@polkadot/types-known@13.2.1: - resolution: {integrity: sha512-uz3c4/IvspLpgN8q15A+QH8KWFauzcrV3RfLFlMP2BkkF5qpOwNeP7c4U8j0CZGQySqBsJRCGWmgBXrXg669KA==} - engines: {node: '>=18'} + '@polkadot/types-known@14.0.1': dependencies: '@polkadot/networks': 13.1.1 - '@polkadot/types': 13.2.1 - '@polkadot/types-codec': 13.2.1 - '@polkadot/types-create': 13.2.1 + '@polkadot/types': 14.0.1 + '@polkadot/types-codec': 14.0.1 + '@polkadot/types-create': 14.0.1 '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-known@4.17.1: - resolution: {integrity: sha512-YkOwGrO+k9aVrBR8FgYHnfJKhOfpdgC5ZRYNL/xJ9oa7lBYqPts9ENAxeBmJS/5IGeDF9f32MNyrCP2umeCXWg==} - engines: {node: '>=14.0.0'} + '@polkadot/types-known@4.17.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/networks': 6.11.1 '@polkadot/types': 4.17.1 '@polkadot/util': 6.11.1 - dev: false - /@polkadot/types-known@6.12.1: - resolution: {integrity: sha512-Z8bHpPQy+mqUm0uR1tai6ra0bQIoPmgRcGFYUM+rJtW1kx/6kZLh10HAICjLpPeA1cwLRzaxHRDqH5MCU6OgXw==} - engines: {node: '>=14.0.0'} + '@polkadot/types-known@6.12.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/networks': 8.7.1 '@polkadot/types': 6.12.1 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-known@7.15.1: - resolution: {integrity: sha512-LMcNP0CxT84DqAKV62/qDeeIVIJCR5yzE9b+9AsYhyfhE4apwxjrThqZA7K0CF56bOdQJSexAerYB/jwk2IijA==} - engines: {node: '>=14.0.0'} + '@polkadot/types-known@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/networks': 8.7.1 '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/types-create': 7.15.1 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-known@9.14.2: - resolution: {integrity: sha512-iM8WOCgguzJ3TLMqlm4K1gKQEwWm2zxEKT1HZZ1irs/lAbBk9MquDWDvebryiw3XsLB8xgrp3RTIBn2Q4FjB2A==} - engines: {node: '>=14.0.0'} + '@polkadot/types-known@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/networks': 10.4.2 '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/types-create': 9.14.2 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/types-support@10.13.1: - resolution: {integrity: sha512-4gEPfz36XRQIY7inKq0HXNVVhR6HvXtm7yrEmuBuhM86LE0lQQBkISUSgR358bdn2OFSLMxMoRNoh3kcDvdGDQ==} - engines: {node: '>=18'} + '@polkadot/types-support@10.13.1': dependencies: '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-support@11.3.1: - resolution: {integrity: sha512-jTFz1GKyF7nI29yIOq4v0NiWTOf5yX4HahJNeFD8TcxoLhF+6tH/XXqrUXJEfbaTlSrRWiW1LZYlb+snctqKHA==} - engines: {node: '>=18'} + '@polkadot/types-support@11.3.1': dependencies: '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/types-support@12.1.1: - resolution: {integrity: sha512-mLXrbj0maKFWqV1+4QRzaNnZyV/rAQW0XSrIzfIZn//zSRSIUaXaVAZ62uzgdmzXXFH2qD3hpNlmvmjcEMm2Qg==} - engines: {node: '>=18'} + '@polkadot/types-support@12.1.1': dependencies: '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - - /@polkadot/types-support@12.4.2: - resolution: {integrity: sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==} - engines: {node: '>=18'} - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - dev: false - /@polkadot/types-support@13.0.1: - resolution: {integrity: sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==} - engines: {node: '>=18'} + '@polkadot/types-support@12.4.2': dependencies: '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-support@13.2.1: - resolution: {integrity: sha512-jSbbUTXU+yZJQPRAWmxaDoe4NRO6SjpZPzBIbpuiadx1slON8XB80fVYIGBXuM2xRVrNrB6fCjyCTG7Razj6Hg==} - engines: {node: '>=18'} + '@polkadot/types-support@14.0.1': dependencies: '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/types-support@7.15.1: - resolution: {integrity: sha512-FIK251ffVo+NaUXLlaJeB5OvT7idDd3uxaoBM6IwsS87rzt2CcWMyCbu0uX89AHZUhSviVx7xaBxfkGEqMePWA==} - engines: {node: '>=14.0.0'} + '@polkadot/types-support@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/types-support@9.14.2: - resolution: {integrity: sha512-VWCOPgXDK3XtXT7wMLyIWeNDZxUbNcw/8Pn6n6vMogs7o/n4h6WGbGMeTIQhPWyn831/RmkVs5+2DUC+2LlOhw==} - engines: {node: '>=14.0.0'} + '@polkadot/types-support@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/types@10.13.1: - resolution: {integrity: sha512-Hfvg1ZgJlYyzGSAVrDIpp3vullgxrjOlh/CSThd/PI4TTN1qHoPSFm2hs77k3mKkOzg+LrWsLE0P/LP2XddYcw==} - engines: {node: '>=18'} + '@polkadot/types@10.13.1': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/types-create': 10.13.1 @@ -3691,13 +8518,10 @@ packages: '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.7.0 - dev: false - /@polkadot/types@11.3.1: - resolution: {integrity: sha512-5c7uRFXQTT11Awi6T0yFIdAfD6xGDAOz06Kp7M5S9OGNZY28wSPk5x6BYfNphWPaIBmHHewYJB5qmnrdYQAWKQ==} - engines: {node: '>=18'} + '@polkadot/types@11.3.1': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 11.3.1 '@polkadot/types-codec': 11.3.1 '@polkadot/types-create': 11.3.1 @@ -3705,13 +8529,10 @@ packages: '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.7.0 - dev: false - /@polkadot/types@12.1.1: - resolution: {integrity: sha512-+b8v7ORjL20r6VvdWL/fPTHmDXtfAfqkQQxBB6exxOhqrnJfnhAYQjJomKcyj1VMTQiyyR9FBAc7vVvTEFX2ew==} - engines: {node: '>=18'} + '@polkadot/types@12.1.1': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/types-augment': 12.1.1 '@polkadot/types-codec': 12.1.1 '@polkadot/types-create': 12.1.1 @@ -3719,13 +8540,10 @@ packages: '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 tslib: 2.7.0 - dev: false - /@polkadot/types@12.4.2: - resolution: {integrity: sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==} - engines: {node: '>=18'} + '@polkadot/types@12.4.2': dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/types-augment': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/types-create': 12.4.2 @@ -3733,120 +8551,74 @@ packages: '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) rxjs: 7.8.1 tslib: 2.7.0 - dev: false - - /@polkadot/types@13.0.1: - resolution: {integrity: sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==} - engines: {node: '>=18'} - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - dev: false - /@polkadot/types@13.2.1: - resolution: {integrity: sha512-5yQ0mHMNvwgXeHQ1RZOuHaeak3utAdcBqCpHoagnYrAnGHqtO7kg7YLtT4LkFw2nwL85axu8tOQMv6/3kpFy9w==} - engines: {node: '>=18'} + '@polkadot/types@14.0.1': dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) - '@polkadot/types-augment': 13.2.1 - '@polkadot/types-codec': 13.2.1 - '@polkadot/types-create': 13.2.1 + '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) + '@polkadot/types-augment': 14.0.1 + '@polkadot/types-codec': 14.0.1 + '@polkadot/types-create': 14.0.1 '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) rxjs: 7.8.1 tslib: 2.7.0 - dev: false - /@polkadot/types@4.17.1: - resolution: {integrity: sha512-rjW4OFdwvFekzN3ATLibC2JPSd8AWt5YepJhmuCPdwH26r3zB8bEC6dM7YQExLVUmygVPvgXk5ffHI6RAdXBMg==} - engines: {node: '>=14.0.0'} + '@polkadot/types@4.17.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/metadata': 4.17.1 '@polkadot/util': 6.11.1 '@polkadot/util-crypto': 6.11.1(@polkadot/util@6.11.1) '@polkadot/x-rxjs': 6.11.1 - dev: false - /@polkadot/types@6.12.1: - resolution: {integrity: sha512-O37cAGUL0xiXTuO3ySweVh0OuFUD6asrd0TfuzGsEp3jAISWdElEHV5QDiftWq8J9Vf8BMgTcP2QLFbmSusxqA==} - engines: {node: '>=14.0.0'} + '@polkadot/types@6.12.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/types-known': 6.12.1 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) rxjs: 7.8.1 - dev: false - /@polkadot/types@7.15.1: - resolution: {integrity: sha512-KawZVS+eLR1D6O7c/P5cSUwr6biM9Qd2KwKtJIO8l1Mrxp7r+y2tQnXSSXVAd6XPdb3wVMhnIID+NW3W99TAnQ==} - engines: {node: '>=14.0.0'} + '@polkadot/types@7.15.1': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1)(@polkadot/util@8.7.1) + '@babel/runtime': 7.25.7 + '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1) '@polkadot/types-augment': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/types-create': 7.15.1 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) rxjs: 7.8.1 - dev: false - /@polkadot/types@9.14.2: - resolution: {integrity: sha512-hGLddTiJbvowhhUZJ3k+olmmBc1KAjWIQxujIUIYASih8FQ3/YJDKxaofGOzh0VygOKW3jxQBN2VZPofyDP9KQ==} - engines: {node: '>=14.0.0'} + '@polkadot/types@9.14.2': dependencies: - '@babel/runtime': 7.25.6 - '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2)(@polkadot/util@10.4.2) + '@babel/runtime': 7.25.7 + '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2) '@polkadot/types-augment': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/types-create': 9.14.2 '@polkadot/util': 10.4.2 '@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2) rxjs: 7.8.1 - dev: false - /@polkadot/ui-settings@3.10.1(@polkadot/networks@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-FD22MWrTue0Ry4gk+tnCRUOju0tzMwNZoUutSMaYJwIFqiLw4PZu8YRle2uwWI/XioUfjzYC59WDJcYhtY3y4w==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/networks': '*' - '@polkadot/util': '*' + '@polkadot/ui-settings@3.10.1(@polkadot/networks@13.1.1)(@polkadot/util@13.1.1)': dependencies: '@polkadot/networks': 13.1.1 '@polkadot/util': 13.1.1 eventemitter3: 5.0.1 store: 2.0.12 tslib: 2.7.0 - dev: false - /@polkadot/ui-shared@3.10.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-g7cjZhIYEUsV2MPolRhBY/41Mhpg1b1J3S3DQMIO2Q/Kg78askeypBdMspOrpVO/UGpWWCGUh07ix3xpJWiGMw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/util-crypto': '*' + '@polkadot/ui-shared@3.10.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) colord: 2.9.3 tslib: 2.7.0 - dev: false - /@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2): - resolution: {integrity: sha512-RxZvF7C4+EF3fzQv8hZOLrYCBq5+wA+2LWv98nECkroChY3C2ZZvyWDqn8+aonNULt4dCVTWDZM0QIY6y4LUAQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 10.4.2 + '@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@noble/hashes': 1.2.0 '@noble/secp256k1': 1.7.1 '@polkadot/networks': 10.4.2 @@ -3857,51 +8629,36 @@ packages: '@scure/base': 1.1.1 ed2curve: 0.3.0 tweetnacl: 1.0.3 - dev: false - /@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2): - resolution: {integrity: sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 12.6.2 + '@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2)': dependencies: - '@noble/curves': 1.4.2 - '@noble/hashes': 1.4.0 + '@noble/curves': 1.6.0 + '@noble/hashes': 1.5.0 '@polkadot/networks': 12.6.2 '@polkadot/util': 12.6.2 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-bigint': 12.6.2 - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) - '@scure/base': 1.1.7 + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) + '@scure/base': 1.1.9 tslib: 2.7.0 - dev: false - /@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1): - resolution: {integrity: sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 + '@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1)': dependencies: - '@noble/curves': 1.4.2 - '@noble/hashes': 1.4.0 + '@noble/curves': 1.6.0 + '@noble/hashes': 1.5.0 '@polkadot/networks': 13.1.1 '@polkadot/util': 13.1.1 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1) + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) '@polkadot/x-bigint': 13.1.1 - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2) - '@scure/base': 1.1.7 + '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) + '@scure/base': 1.1.9 tslib: 2.7.0 - dev: false - /@polkadot/util-crypto@6.11.1(@polkadot/util@6.11.1): - resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 6.11.1 + '@polkadot/util-crypto@6.11.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/networks': 6.11.1 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto': 4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1) @@ -3911,21 +8668,16 @@ packages: blakejs: 1.2.1 bn.js: 4.12.0 create-hash: 1.2.0 - elliptic: 6.5.5 + elliptic: 6.5.7 hash.js: 1.1.7 js-sha3: 0.8.0 scryptsy: 2.1.0 tweetnacl: 1.0.3 xxhashjs: 0.2.2 - dev: false - /@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1): - resolution: {integrity: sha512-TaSuJ2aNrB5sYK7YXszkEv24nYJKRFqjF2OrggoMg6uYxUAECvTkldFnhtgeizMweRMxJIBu6bMHlSIutbWgjw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': 8.7.1 + '@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@noble/hashes': 1.0.0 '@noble/secp256k1': 1.5.5 '@polkadot/networks': 8.7.1 @@ -3936,298 +8688,179 @@ packages: '@scure/base': 1.0.0 ed2curve: 0.3.0 tweetnacl: 1.0.3 - dev: false - /@polkadot/util@10.4.2: - resolution: {integrity: sha512-0r5MGICYiaCdWnx+7Axlpvzisy/bi1wZGXgCSw5+ZTyPTOqvsYRqM2X879yxvMsGfibxzWqNzaiVjToz1jvUaA==} - engines: {node: '>=14.0.0'} + '@polkadot/util@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-bigint': 10.4.2 '@polkadot/x-global': 10.4.2 '@polkadot/x-textdecoder': 10.4.2 '@polkadot/x-textencoder': 10.4.2 - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 - dev: false - /@polkadot/util@12.6.2: - resolution: {integrity: sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw==} - engines: {node: '>=18'} + '@polkadot/util@12.6.2': dependencies: '@polkadot/x-bigint': 12.6.2 '@polkadot/x-global': 12.6.2 '@polkadot/x-textdecoder': 12.6.2 '@polkadot/x-textencoder': 12.6.2 - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 tslib: 2.7.0 - dev: false - /@polkadot/util@13.1.1: - resolution: {integrity: sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==} - engines: {node: '>=18'} + '@polkadot/util@13.1.1': dependencies: '@polkadot/x-bigint': 13.1.1 '@polkadot/x-global': 13.1.1 '@polkadot/x-textdecoder': 13.1.1 '@polkadot/x-textencoder': 13.1.1 - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 tslib: 2.7.0 - dev: false - /@polkadot/util@6.11.1: - resolution: {integrity: sha512-TEdCetr9rsdUfJZqQgX/vxLuV4XU8KMoKBMJdx+JuQ5EWemIdQkEtMBdL8k8udNGbgSNiYFA6rPppATeIxAScg==} - engines: {node: '>=14.0.0'} + '@polkadot/util@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-textdecoder': 6.11.1 '@polkadot/x-textencoder': 6.11.1 '@types/bn.js': 4.11.6 bn.js: 4.12.0 camelcase: 5.3.1 ip-regex: 4.3.0 - dev: false - /@polkadot/util@8.7.1: - resolution: {integrity: sha512-XjY1bTo7V6OvOCe4yn8H2vifeuBciCy0gq0k5P1tlGUQLI/Yt0hvDmxcA0FEPtqg8CL+rYRG7WXGPVNjkrNvyQ==} - engines: {node: '>=14.0.0'} + '@polkadot/util@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-bigint': 8.7.1 '@polkadot/x-global': 8.7.1 '@polkadot/x-textdecoder': 8.7.1 '@polkadot/x-textencoder': 8.7.1 - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 ip-regex: 4.3.0 - dev: false - /@polkadot/wasm-bridge@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2): - resolution: {integrity: sha512-QZDvz6dsUlbYsaMV5biZgZWkYH9BC5AfhT0f0/knv8+LrbAoQdP3Asbvddw8vyU9sbpuCHXrd4bDLBwUCRfrBQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-bridge@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/x-randomvalues': 10.4.2 - dev: false - /@polkadot/wasm-bridge@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2): - resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1): - resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': dependencies: '@polkadot/util': 13.1.1 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@6.11.1): - resolution: {integrity: sha512-1oHQjz2oEO1kCIcQniOP+dZ9N2YXf2yCLHLsKaKSvfXiWaetVCaBNB8oIHIVYvuLnVc8qlMi66O6xc1UublHsw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 6.11.1 - dev: false - /@polkadot/wasm-crypto-asmjs@5.1.1(@polkadot/util@8.7.1): - resolution: {integrity: sha512-1WBwc2G3pZMKW1T01uXzKE30Sg22MXmF3RbbZiWWk3H2d/Er4jZQRpjumxO5YGWan+xOb7HQQdwnrUnrPgbDhg==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-asmjs@5.1.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/wasm-crypto-asmjs@6.4.1(@polkadot/util@10.4.2): - resolution: {integrity: sha512-UxZTwuBZlnODGIQdCsE2Sn/jU0O2xrNQ/TkhRFELfkZXEXTNu4lw6NpaKq7Iey4L+wKd8h4lT3VPVkMcPBLOvA==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-asmjs@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2): - resolution: {integrity: sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.1.1): - resolution: {integrity: sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-init@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2): - resolution: {integrity: sha512-1ALagSi/nfkyFaH6JDYfy/QbicVbSn99K8PV9rctDUfxc7P06R7CoqbjGQ4OMPX6w1WYVPU7B4jPHGLYBlVuMw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto-init@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/wasm-bridge': 6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2) '@polkadot/wasm-crypto-asmjs': 6.4.1(@polkadot/util@10.4.2) '@polkadot/wasm-crypto-wasm': 6.4.1(@polkadot/util@10.4.2) '@polkadot/x-randomvalues': 10.4.2 - dev: false - /@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2): - resolution: {integrity: sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1): - resolution: {integrity: sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': dependencies: '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@6.11.1): - resolution: {integrity: sha512-NI3JVwmLjrSYpSVuhu0yeQYSlsZrdpK41UC48sY3kyxXC71pi6OVePbtHS1K3xh3FFmDd9srSchExi3IwzKzMw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 6.11.1 - dev: false - /@polkadot/wasm-crypto-wasm@5.1.1(@polkadot/util@8.7.1): - resolution: {integrity: sha512-F9PZ30J2S8vUNl2oY7Myow5Xsx5z5uNVpnNlJwlmY8IXBvyucvyQ4HSdhJsrbs4W1BfFc0mHghxgp0FbBCnf/Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-wasm@5.1.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 - dev: false - /@polkadot/wasm-crypto-wasm@6.4.1(@polkadot/util@10.4.2): - resolution: {integrity: sha512-3VV9ZGzh0ZY3SmkkSw+0TRXxIpiO0nB8lFwlRgcwaCihwrvLfRnH9GI8WE12mKsHVjWTEVR3ogzILJxccAUjDA==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-wasm@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/wasm-util': 6.4.1(@polkadot/util@10.4.2) - dev: false - /@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@12.6.2): - resolution: {integrity: sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.1.1): - resolution: {integrity: sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto@4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1): - resolution: {integrity: sha512-2wEftBDxDG+TN8Ah6ogtvzjdZdcF0mAjU4UNNOfpmkBCxQYZOrAHB8HXhzo3noSsKkLX7PDX57NxvJ9OhoTAjw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto@4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto-asmjs': 4.6.1(@polkadot/util@6.11.1) '@polkadot/wasm-crypto-wasm': 4.6.1(@polkadot/util@6.11.1) '@polkadot/x-randomvalues': 6.11.1 - dev: false - /@polkadot/wasm-crypto@5.1.1(@polkadot/util@8.7.1)(@polkadot/x-randomvalues@8.7.1): - resolution: {integrity: sha512-JCcAVfH8DhYuEyd4oX1ouByxhou0TvpErKn8kHjtzt7+tRoFi0nzWlmK4z49vszsV3JJgXxV81i10C0BYlwTcQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto@5.1.1(@polkadot/util@8.7.1)(@polkadot/x-randomvalues@8.7.1)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 '@polkadot/wasm-crypto-asmjs': 5.1.1(@polkadot/util@8.7.1) '@polkadot/wasm-crypto-wasm': 5.1.1(@polkadot/util@8.7.1) '@polkadot/x-randomvalues': 8.7.1 - dev: false - /@polkadot/wasm-crypto@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2): - resolution: {integrity: sha512-FH+dcDPdhSLJvwL0pMLtn/LIPd62QDPODZRCmDyw+pFjLOMaRBc7raomWUOqyRWJTnqVf/iscc2rLVLNMyt7ag==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/wasm-bridge': 6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2) '@polkadot/wasm-crypto-asmjs': 6.4.1(@polkadot/util@10.4.2) @@ -4235,765 +8868,473 @@ packages: '@polkadot/wasm-crypto-wasm': 6.4.1(@polkadot/util@10.4.2) '@polkadot/wasm-util': 6.4.1(@polkadot/util@10.4.2) '@polkadot/x-randomvalues': 10.4.2 - dev: false - /@polkadot/wasm-crypto@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2): - resolution: {integrity: sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1): - resolution: {integrity: sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': dependencies: '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1) + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2) + '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) tslib: 2.7.0 - dev: false - /@polkadot/wasm-util@6.4.1(@polkadot/util@10.4.2): - resolution: {integrity: sha512-Uwo+WpEsDmFExWC5kTNvsVhvqXMZEKf4gUHXFn4c6Xz4lmieRT5g+1bO1KJ21pl4msuIgdV3Bksfs/oiqMFqlw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-util@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 - dev: false - /@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2): - resolution: {integrity: sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.6.3 - dev: false + tslib: 2.7.0 - /@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1): - resolution: {integrity: sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' + '@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 - tslib: 2.6.3 - dev: false + tslib: 2.7.0 - /@polkadot/x-bigint@10.4.2: - resolution: {integrity: sha512-awRiox+/XSReLzimAU94fPldowiwnnMUkQJe8AebYhNocAj6SJU00GNoj6j6tAho6yleOwrTJXZaWFBaQVJQNg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-bigint@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 - dev: false - /@polkadot/x-bigint@12.6.2: - resolution: {integrity: sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q==} - engines: {node: '>=18'} + '@polkadot/x-bigint@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/x-bigint@13.1.1: - resolution: {integrity: sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==} - engines: {node: '>=18'} + '@polkadot/x-bigint@13.1.1': dependencies: '@polkadot/x-global': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/x-bigint@8.7.1: - resolution: {integrity: sha512-ClkhgdB/KqcAKk3zA6Qw8wBL6Wz67pYTPkrAtImpvoPJmR+l4RARauv+MH34JXMUNlNb3aUwqN6lq2Z1zN+mJg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-bigint@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 - dev: false - /@polkadot/x-fetch@10.4.2: - resolution: {integrity: sha512-Ubb64yaM4qwhogNP+4mZ3ibRghEg5UuCYRMNaCFoPgNAY8tQXuDKrHzeks3+frlmeH9YRd89o8wXLtWouwZIcw==} - engines: {node: '>=14.0.0'} + '@polkadot/x-fetch@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 '@types/node-fetch': 2.6.11 node-fetch: 3.3.2 - dev: false - /@polkadot/x-fetch@12.6.2: - resolution: {integrity: sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw==} - engines: {node: '>=18'} + '@polkadot/x-fetch@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 node-fetch: 3.3.2 tslib: 2.7.0 - dev: false - /@polkadot/x-fetch@13.1.1: - resolution: {integrity: sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==} - engines: {node: '>=18'} + '@polkadot/x-fetch@13.1.1': dependencies: '@polkadot/x-global': 13.1.1 node-fetch: 3.3.2 tslib: 2.7.0 - dev: false - /@polkadot/x-fetch@8.7.1: - resolution: {integrity: sha512-ygNparcalYFGbspXtdtZOHvNXZBkNgmNO+um9C0JYq74K5OY9/be93uyfJKJ8JcRJtOqBfVDsJpbiRkuJ1PRfg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-fetch@8.7.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@types/node-fetch': 2.6.11 - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding - dev: false - /@polkadot/x-global@10.4.2: - resolution: {integrity: sha512-g6GXHD/ykZvHap3M6wh19dO70Zm43l4jEhlxf5LtTo5/0/UporFCXr2YJYZqfbn9JbQwl1AU+NroYio+vtJdiA==} - engines: {node: '>=14.0.0'} + '@polkadot/x-global@10.4.2': dependencies: - '@babel/runtime': 7.25.6 - dev: false + '@babel/runtime': 7.25.7 - /@polkadot/x-global@12.6.2: - resolution: {integrity: sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g==} - engines: {node: '>=18'} + '@polkadot/x-global@12.6.2': dependencies: tslib: 2.7.0 - dev: false - /@polkadot/x-global@13.1.1: - resolution: {integrity: sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==} - engines: {node: '>=18'} + '@polkadot/x-global@13.1.1': dependencies: tslib: 2.7.0 - dev: false - /@polkadot/x-global@6.11.1: - resolution: {integrity: sha512-lsBK/e4KbjfieyRmnPs7bTiGbP/6EoCZz7rqD/voNS5qsJAaXgB9LR+ilubun9gK/TDpebyxgO+J19OBiQPIRw==} - engines: {node: '>=14.0.0'} + '@polkadot/x-global@6.11.1': dependencies: - '@babel/runtime': 7.25.6 - dev: false + '@babel/runtime': 7.25.7 - /@polkadot/x-global@8.7.1: - resolution: {integrity: sha512-WOgUor16IihgNVdiTVGAWksYLUAlqjmODmIK1cuWrLOZtV1VBomWcb3obkO9sh5P6iWziAvCB/i+L0vnTN9ZCA==} - engines: {node: '>=14.0.0'} + '@polkadot/x-global@8.7.1': dependencies: - '@babel/runtime': 7.25.6 - dev: false + '@babel/runtime': 7.25.7 - /@polkadot/x-randomvalues@10.4.2: - resolution: {integrity: sha512-mf1Wbpe7pRZHO0V3V89isPLqZOy5XGX2bCqsfUWHgb1NvV1MMx5TjVjdaYyNlGTiOkAmJKlOHshcfPU2sYWpNg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-randomvalues@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 - dev: false - /@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2): - resolution: {integrity: sha512-Vr8uG7rH2IcNJwtyf5ebdODMcr0XjoCpUbI91Zv6AlKVYOGKZlKLYJHIwpTaKKB+7KPWyQrk4Mlym/rS7v9feg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 12.6.2 - '@polkadot/wasm-util': '*' + '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-global': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2): - resolution: {integrity: sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': '*' + '@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))': dependencies: '@polkadot/util': 13.1.1 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) '@polkadot/x-global': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/x-randomvalues@6.11.1: - resolution: {integrity: sha512-2MfUfGZSOkuPt7GF5OJkPDbl4yORI64SUuKM25EGrJ22o1UyoBnPOClm9eYujLMD6BfDZRM/7bQqqoLW+NuHVw==} - engines: {node: '>=14.0.0'} + '@polkadot/x-randomvalues@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 - dev: false - /@polkadot/x-randomvalues@8.7.1: - resolution: {integrity: sha512-njt17MlfN6yNyNEti7fL12lr5qM6A1aSGkWKVuqzc7XwSBesifJuW4km5u6r2gwhXjH2eHDv9SoQ7WXu8vrrkg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-randomvalues@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 - dev: false - /@polkadot/x-rxjs@6.11.1: - resolution: {integrity: sha512-zIciEmij7SUuXXg9g/683Irx6GogxivrQS2pgBir2DI/YZq+um52+Dqg1mqsEZt74N4KMTMnzAZAP6LJOBOMww==} - engines: {node: '>=14.0.0'} + '@polkadot/x-rxjs@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 rxjs: 6.6.7 - dev: false - /@polkadot/x-textdecoder@10.4.2: - resolution: {integrity: sha512-d3ADduOKUTU+cliz839+KCFmi23pxTlabH7qh7Vs1GZQvXOELWdqFOqakdiAjtMn68n1KVF4O14Y+OUm7gp/zA==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textdecoder@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 - dev: false - /@polkadot/x-textdecoder@12.6.2: - resolution: {integrity: sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w==} - engines: {node: '>=18'} + '@polkadot/x-textdecoder@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/x-textdecoder@13.1.1: - resolution: {integrity: sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==} - engines: {node: '>=18'} + '@polkadot/x-textdecoder@13.1.1': dependencies: '@polkadot/x-global': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/x-textdecoder@6.11.1: - resolution: {integrity: sha512-DI1Ym2lyDSS/UhnTT2e9WutukevFZ0WGpzj4eotuG2BTHN3e21uYtYTt24SlyRNMrWJf5+TkZItmZeqs1nwAfQ==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textdecoder@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 - dev: false - /@polkadot/x-textdecoder@8.7.1: - resolution: {integrity: sha512-ia0Ie2zi4VdQdNVD2GE2FZzBMfX//hEL4w546RMJfZM2LqDS674LofHmcyrsv5zscLnnRyCxZC1+J2dt+6MDIA==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textdecoder@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 - dev: false - /@polkadot/x-textencoder@10.4.2: - resolution: {integrity: sha512-mxcQuA1exnyv74Kasl5vxBq01QwckG088lYjc3KwmND6+pPrW2OWagbxFX5VFoDLDAE+UJtnUHsjdWyOTDhpQA==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textencoder@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 - dev: false - /@polkadot/x-textencoder@12.6.2: - resolution: {integrity: sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==} - engines: {node: '>=18'} + '@polkadot/x-textencoder@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 tslib: 2.7.0 - dev: false - /@polkadot/x-textencoder@13.1.1: - resolution: {integrity: sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==} - engines: {node: '>=18'} + '@polkadot/x-textencoder@13.1.1': dependencies: '@polkadot/x-global': 13.1.1 tslib: 2.7.0 - dev: false - /@polkadot/x-textencoder@6.11.1: - resolution: {integrity: sha512-8ipjWdEuqFo+R4Nxsc3/WW9CSEiprX4XU91a37ZyRVC4e9R1bmvClrpXmRQLVcAQyhRvG8DKOOtWbz8xM+oXKg==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textencoder@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 - dev: false - /@polkadot/x-textencoder@8.7.1: - resolution: {integrity: sha512-XDO0A27Xy+eJCKSxENroB8Dcnl+UclGG4ZBei+P/BqZ9rsjskUyd2Vsl6peMXAcsxwOE7g0uTvujoGM8jpKOXw==} - engines: {node: '>=14.0.0'} + '@polkadot/x-textencoder@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 - dev: false - /@polkadot/x-ws@10.4.2: - resolution: {integrity: sha512-3gHSTXAWQu1EMcMVTF5QDKHhEHzKxhAArweEyDXE7VsgKUP/ixxw4hVZBrkX122iI5l5mjSiooRSnp/Zl3xqDQ==} - engines: {node: '>=14.0.0'} + '@polkadot/x-ws@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 '@types/websocket': 1.0.10 websocket: 1.0.35 transitivePeerDependencies: - supports-color - dev: false - /@polkadot/x-ws@12.6.2: - resolution: {integrity: sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw==} - engines: {node: '>=18'} + '@polkadot/x-ws@12.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/x-global': 12.6.2 tslib: 2.7.0 - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false - /@polkadot/x-ws@13.1.1: - resolution: {integrity: sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==} - engines: {node: '>=18'} + '@polkadot/x-ws@13.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/x-global': 13.1.1 tslib: 2.7.0 - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false - /@polkadot/x-ws@8.7.1: - resolution: {integrity: sha512-Mt0tcNzGXyKnN3DQ06alkv+JLtTfXWu6zSypFrrKHSQe3u79xMQ1nSicmpT3gWLhIa8YF+8CYJXMrqaXgCnDhw==} - engines: {node: '>=14.0.0'} + '@polkadot/x-ws@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@types/websocket': 1.0.10 websocket: 1.0.35 transitivePeerDependencies: - supports-color - dev: false - /@polymeshassociation/polymesh-types@5.7.0: - resolution: {integrity: sha512-6bw+Q6CpjAABeQKLZxE5TMwUwllq9GIWtHr+SBTn/02cLQYYrgPNX3JtQtK/VAAwhQ+AbAUMRlxlzGP16VaWog==} - dev: false + '@polymeshassociation/polymesh-types@5.7.0': {} - /@protobufjs/aspromise@1.1.2: - resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} - dev: false + '@protobufjs/aspromise@1.1.2': {} - /@protobufjs/base64@1.1.2: - resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==} - dev: false + '@protobufjs/base64@1.1.2': {} - /@protobufjs/codegen@2.0.4: - resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==} - dev: false + '@protobufjs/codegen@2.0.4': {} - /@protobufjs/eventemitter@1.1.0: - resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} - dev: false + '@protobufjs/eventemitter@1.1.0': {} - /@protobufjs/fetch@1.1.0: - resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} + '@protobufjs/fetch@1.1.0': dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/inquire': 1.1.0 - dev: false - /@protobufjs/float@1.0.2: - resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} - dev: false + '@protobufjs/float@1.0.2': {} - /@protobufjs/inquire@1.1.0: - resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} - dev: false + '@protobufjs/inquire@1.1.0': {} - /@protobufjs/path@1.1.2: - resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} - dev: false + '@protobufjs/path@1.1.2': {} - /@protobufjs/pool@1.1.0: - resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} - dev: false + '@protobufjs/pool@1.1.0': {} - /@protobufjs/utf8@1.1.0: - resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - dev: false + '@protobufjs/utf8@1.1.0': {} - /@rollup/rollup-android-arm-eabi@4.13.0: - resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==} - cpu: [arm] - os: [android] - requiresBuild: true - dev: false + '@rollup/rollup-android-arm-eabi@4.24.0': optional: true - /@rollup/rollup-android-arm64@4.13.0: - resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: false + '@rollup/rollup-android-arm64@4.24.0': optional: true - /@rollup/rollup-darwin-arm64@4.13.0: - resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: false + '@rollup/rollup-darwin-arm64@4.24.0': optional: true - /@rollup/rollup-darwin-x64@4.13.0: - resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: false + '@rollup/rollup-darwin-x64@4.24.0': optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.13.0: - resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-arm-gnueabihf@4.24.0': optional: true - /@rollup/rollup-linux-arm64-gnu@4.13.0: - resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-arm-musleabihf@4.24.0': optional: true - /@rollup/rollup-linux-arm64-musl@4.13.0: - resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-arm64-gnu@4.24.0': optional: true - /@rollup/rollup-linux-riscv64-gnu@4.13.0: - resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-arm64-musl@4.24.0': optional: true - /@rollup/rollup-linux-x64-gnu@4.13.0: - resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': optional: true - /@rollup/rollup-linux-x64-musl@4.13.0: - resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: false + '@rollup/rollup-linux-riscv64-gnu@4.24.0': optional: true - /@rollup/rollup-win32-arm64-msvc@4.13.0: - resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: false + '@rollup/rollup-linux-s390x-gnu@4.24.0': optional: true - /@rollup/rollup-win32-ia32-msvc@4.13.0: - resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: false + '@rollup/rollup-linux-x64-gnu@4.24.0': optional: true - /@rollup/rollup-win32-x64-msvc@4.13.0: - resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: false + '@rollup/rollup-linux-x64-musl@4.24.0': optional: true - /@scure/base@1.0.0: - resolution: {integrity: sha512-gIVaYhUsy+9s58m/ETjSJVKHhKTBMmcRb9cEV5/5dwvfDlfORjKrFsDeDHWRrm6RjcPvCLZFwGJjAjLj1gg4HA==} - dev: false + '@rollup/rollup-win32-arm64-msvc@4.24.0': + optional: true - /@scure/base@1.1.1: - resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} - dev: false + '@rollup/rollup-win32-ia32-msvc@4.24.0': + optional: true - /@scure/base@1.1.7: - resolution: {integrity: sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==} - dev: false + '@rollup/rollup-win32-x64-msvc@4.24.0': + optional: true - /@scure/base@1.1.9: - resolution: {integrity: sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==} - dev: false + '@scure/base@1.0.0': {} - /@scure/bip32@1.4.0: - resolution: {integrity: sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==} + '@scure/base@1.1.1': {} + + '@scure/base@1.1.9': {} + + '@scure/bip32@1.4.0': dependencies: - '@noble/curves': 1.4.2 + '@noble/curves': 1.4.0 '@noble/hashes': 1.4.0 - '@scure/base': 1.1.7 - dev: false + '@scure/base': 1.1.9 - /@scure/bip39@1.3.0: - resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==} + '@scure/bip39@1.3.0': dependencies: '@noble/hashes': 1.4.0 - '@scure/base': 1.1.7 - dev: false + '@scure/base': 1.1.9 - /@scure/bip39@1.4.0: - resolution: {integrity: sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==} + '@scure/bip39@1.4.0': dependencies: '@noble/hashes': 1.5.0 '@scure/base': 1.1.9 - dev: false - /@sindresorhus/is@4.6.0: - resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} - engines: {node: '>=10'} - dev: false + '@sindresorhus/is@4.6.0': {} - /@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-Dz3OM8xvYhzL7XU/QOjgyPWZI4IgPKGByaJo6eZe3UMS6F7TLaFaZW1oYhQVTTahGWWAE6ZwwCuMkVh2FC/9bw==} + '@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(encoding@0.1.13)': dependencies: - '@polkadot/api': 7.15.1 - '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/api': 7.15.1(encoding@0.1.13) + '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/types': 7.15.1 transitivePeerDependencies: - '@polkadot/util' - '@polkadot/util-crypto' - encoding - supports-color - dev: false - /@sora-substrate/type-definitions@1.27.7: - resolution: {integrity: sha512-bwxcfs76goH4zFgflVqbRuMxBokxAEVWFs8GGwGUxRG94rb+yyQWKTwjW2bDQFuusQnzEOq+IqEJJz/7r4Swyg==} + '@sora-substrate/type-definitions@1.27.7': dependencies: '@open-web3/orml-type-definitions': 1.1.4 - dev: false - /@sqltools/formatter@1.2.5: - resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==} - dev: false + '@sqltools/formatter@1.2.5': {} - /@subsocial/definitions@0.8.14: - resolution: {integrity: sha512-K/8ZYGMyy15QI16bxgi0GfxP3JsnKeNAyPlwom1kDE89RGGs5O++PuWbXxVMMSVYfh9zn9qJYKiThBYIj/Vohg==} + '@subsocial/definitions@0.8.14(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 13.2.1 + '@polkadot/api': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) lodash.camelcase: 4.3.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /@substrate/connect-extension-protocol@1.0.1: - resolution: {integrity: sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==} - dev: false + '@substrate/connect-extension-protocol@1.0.1': {} - /@substrate/connect-extension-protocol@2.0.0: - resolution: {integrity: sha512-nKu8pDrE3LNCEgJjZe1iGXzaD6OSIDD4Xzz/yo4KO9mQ6LBvf49BVrt4qxBFGL6++NneLiWUZGoh+VSd4PyVIg==} - requiresBuild: true - dev: false + '@substrate/connect-extension-protocol@2.1.0': optional: true - /@substrate/connect-known-chains@1.1.8: - resolution: {integrity: sha512-W0Cpnk//LoMTu5BGDCRRg5NHFR2aZ9OJtLGSgRyq1RP39dQGpoVZIgNC6z+SWRzlmOz3gIgkUCwGvOKVt2BabA==} - requiresBuild: true - dev: false + '@substrate/connect-known-chains@1.4.1': optional: true - /@substrate/connect@0.7.0-alpha.0: - resolution: {integrity: sha512-fvO7w++M8R95R/pGJFW9+cWOt8OYnnTfgswxtlPqSgzqX4tta8xcNQ51crC72FcL5agwSGkA1gc2/+eyTj7O8A==} - deprecated: versions below 1.x are no longer maintained + '@substrate/connect@0.7.0-alpha.0': dependencies: '@substrate/connect-extension-protocol': 1.0.1 '@substrate/smoldot-light': 0.6.8 eventemitter3: 4.0.7 transitivePeerDependencies: - supports-color - dev: false - /@substrate/connect@0.7.19: - resolution: {integrity: sha512-+DDRadc466gCmDU71sHrYOt1HcI2Cbhm7zdCFjZfFVHXhC/E8tOdrVSglAH2HDEHR0x2SiHRxtxOGC7ak2Zjog==} - deprecated: versions below 1.x are no longer maintained - requiresBuild: true + '@substrate/connect@0.7.19(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@substrate/connect-extension-protocol': 1.0.1 - '@substrate/smoldot-light': 0.7.9 + '@substrate/smoldot-light': 0.7.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 4.0.7 transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /@substrate/connect@0.8.10: - resolution: {integrity: sha512-DIyQ13DDlXqVFnLV+S6/JDgiGowVRRrh18kahieJxhgvzcWicw5eLc6jpfQ0moVVLBYkO7rctB5Wreldwpva8w==} - deprecated: versions below 1.x are no longer maintained - requiresBuild: true + '@substrate/connect@0.8.10(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 - '@substrate/light-client-extension-helpers': 0.0.6(smoldot@2.0.22) - smoldot: 2.0.22 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 + '@substrate/light-client-extension-helpers': 0.0.6(smoldot@2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + smoldot: 2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /@substrate/connect@0.8.11: - resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} - deprecated: versions below 1.x are no longer maintained - requiresBuild: true + '@substrate/connect@0.8.11(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 - '@substrate/light-client-extension-helpers': 1.0.0(smoldot@2.0.26) - smoldot: 2.0.26 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 + '@substrate/light-client-extension-helpers': 1.0.0(smoldot@2.0.26(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + smoldot: 2.0.26(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /@substrate/connect@0.8.8: - resolution: {integrity: sha512-zwaxuNEVI9bGt0rT8PEJiXOyebLIo6QN1SyiAHRPBOl6g3Sy0KKdSN8Jmyn++oXhVRD8aIe75/V8ZkS81T+BPQ==} - deprecated: versions below 1.x are no longer maintained - requiresBuild: true + '@substrate/connect@0.8.8(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 - '@substrate/light-client-extension-helpers': 0.0.4(smoldot@2.0.22) - smoldot: 2.0.22 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 + '@substrate/light-client-extension-helpers': 0.0.4(smoldot@2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + smoldot: 2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /@substrate/light-client-extension-helpers@0.0.4(smoldot@2.0.22): - resolution: {integrity: sha512-vfKcigzL0SpiK+u9sX6dq2lQSDtuFLOxIJx2CKPouPEHIs8C+fpsufn52r19GQn+qDhU8POMPHOVoqLktj8UEA==} - requiresBuild: true - peerDependencies: - smoldot: 2.x + '@substrate/light-client-extension-helpers@0.0.4(smoldot@2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@polkadot-api/client': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(rxjs@7.8.1) '@polkadot-api/json-rpc-provider': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/json-rpc-provider-proxy': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 '@polkadot-api/substrate-client': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 rxjs: 7.8.1 - smoldot: 2.0.22 - dev: false + smoldot: 2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true - /@substrate/light-client-extension-helpers@0.0.6(smoldot@2.0.22): - resolution: {integrity: sha512-girltEuxQ1BvkJWmc8JJlk4ZxnlGXc/wkLcNguhY+UoDEMBK0LsdtfzQKIfrIehi4QdeSBlFEFBoI4RqPmsZzA==} - requiresBuild: true - peerDependencies: - smoldot: 2.x + '@substrate/light-client-extension-helpers@0.0.6(smoldot@2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@polkadot-api/json-rpc-provider': 0.0.1 '@polkadot-api/json-rpc-provider-proxy': 0.0.1 '@polkadot-api/observable-client': 0.1.0(rxjs@7.8.1) '@polkadot-api/substrate-client': 0.0.1 - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 rxjs: 7.8.1 - smoldot: 2.0.22 - dev: false + smoldot: 2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true - /@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26): - resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} - requiresBuild: true - peerDependencies: - smoldot: 2.x + '@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@polkadot-api/json-rpc-provider': 0.0.1 '@polkadot-api/json-rpc-provider-proxy': 0.1.0 '@polkadot-api/observable-client': 0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1) '@polkadot-api/substrate-client': 0.1.4 - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.1.8 + '@substrate/connect-extension-protocol': 2.1.0 + '@substrate/connect-known-chains': 1.4.1 rxjs: 7.8.1 - smoldot: 2.0.26 - dev: false + smoldot: 2.0.26(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true - /@substrate/smoldot-light@0.6.8: - resolution: {integrity: sha512-9lVwbG6wrtss0sd6013BJGe4WN4taujsGG49pwyt1Lj36USeL2Sb164TTUxmZF/g2NQEqDPwPROBdekQ2gFmgg==} + '@substrate/smoldot-light@0.6.8': dependencies: buffer: 6.0.3 pako: 2.1.0 websocket: 1.0.35 transitivePeerDependencies: - supports-color - dev: false - /@substrate/smoldot-light@0.7.9: - resolution: {integrity: sha512-HP8iP7sFYlpSgjjbo0lqHyU+gu9lL2hbDNce6dWk5/10mFFF9jKIFGfui4zCecUY808o/Go9pan/31kMJoLbug==} - requiresBuild: true + '@substrate/smoldot-light@0.7.9(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: pako: 2.1.0 - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /@substrate/ss58-registry@1.44.0: - resolution: {integrity: sha512-7lQ/7mMCzVNSEfDS4BCqnRnKCFKpcOaPrxMeGTXHX1YQzM/m2BBHjbK2C3dJvjv7GYxMiaTq/HdWQj1xS6ss+A==} - dev: false + '@substrate/ss58-registry@1.50.0': {} - /@substrate/ss58-registry@1.50.0: - resolution: {integrity: sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==} - dev: false - - /@substrate/txwrapper-core@7.5.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-OAz67qDZpBzQLnHeN95hnQWeYX9HZfxow1LkBAW3TmhXUjycU3gu0D0rvw0gYMQyIt7uYszV/m+5xUbUW+bpZg==} + '@substrate/txwrapper-core@7.5.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 11.3.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/api': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) memoizee: 0.4.15 transitivePeerDependencies: - '@polkadot/util' @@ -5001,224 +9342,145 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /@substrate/txwrapper-substrate@7.5.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-7Zwlx7UwAGTObvYTpykZu7Z26YxnjO460AftrVOZlM8xQ2mpSdwbdmQAPjTwi+WsWiFqWlY4irD9dWTRN1+WUg==} + '@substrate/txwrapper-substrate@7.5.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@substrate/txwrapper-core': 7.5.1(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@substrate/txwrapper-core': 7.5.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@polkadot/util' - '@polkadot/util-crypto' - bufferutil - supports-color - utf-8-validate - dev: false - /@szmarczak/http-timer@4.0.6: - resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} - engines: {node: '>=10'} + '@szmarczak/http-timer@4.0.6': dependencies: defer-to-connect: 2.0.1 - dev: false - /@szmarczak/http-timer@5.0.1: - resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} - engines: {node: '>=14.16'} + '@szmarczak/http-timer@5.0.1': dependencies: defer-to-connect: 2.0.1 - dev: false - /@tootallnate/once@1.1.2: - resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} - engines: {node: '>= 6'} - requiresBuild: true - dev: false + '@tootallnate/once@1.1.2': optional: true - /@tsconfig/node10@1.0.9: - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - dev: false + '@tsconfig/node10@1.0.11': {} - /@tsconfig/node12@1.0.11: - resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - dev: false + '@tsconfig/node12@1.0.11': {} - /@tsconfig/node14@1.0.3: - resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} - dev: false + '@tsconfig/node14@1.0.3': {} - /@tsconfig/node16@1.0.4: - resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - dev: false + '@tsconfig/node16@1.0.4': {} - /@types/abstract-leveldown@7.2.5: - resolution: {integrity: sha512-/2B0nQF4UdupuxeKTJA2+Rj1D+uDemo6P4kMwKCpbfpnzeVaWSELTsAw4Lxn3VJD6APtRrZOCuYo+4nHUQfTfg==} - dev: false + '@types/abstract-leveldown@7.2.5': {} - /@types/aws-lambda@8.10.136: - resolution: {integrity: sha512-cmmgqxdVGhxYK9lZMYYXYRJk6twBo53ivtXjIUEFZxfxe4TkZTZBK3RRWrY2HjJcUIix0mdifn15yjOAat5lTA==} - dev: false + '@types/aws-lambda@8.10.145': {} - /@types/bn.js@4.11.6: - resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} + '@types/bn.js@4.11.6': dependencies: '@types/node': 22.7.0 - dev: false - /@types/bn.js@5.1.5: - resolution: {integrity: sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==} + '@types/bn.js@5.1.6': dependencies: - '@types/node': 22.7.0 - dev: false + '@types/node': 22.7.4 - /@types/cacheable-request@6.0.3: - resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} + '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 '@types/node': 22.7.0 '@types/responselike': 1.0.3 - dev: false - /@types/debug@4.1.12: - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@types/debug@4.1.12': dependencies: '@types/ms': 0.7.34 - dev: true - /@types/estree@1.0.5: - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - dev: false + '@types/estree@1.0.6': {} - /@types/http-cache-semantics@4.0.4: - resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} - dev: false + '@types/http-cache-semantics@4.0.4': {} - /@types/json-bigint@1.0.4: - resolution: {integrity: sha512-ydHooXLbOmxBbubnA7Eh+RpBzuaIiQjh8WGJYQB50JFGFrdxW7JzVlyEV7fAXw0T2sqJ1ysTneJbiyNLqZRAag==} - dev: true + '@types/json-bigint@1.0.4': {} - /@types/json-schema@7.0.15: - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - dev: true + '@types/json-schema@7.0.15': {} - /@types/keyv@3.1.4: - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + '@types/keyv@3.1.4': dependencies: '@types/node': 22.7.0 - dev: false - /@types/level-errors@3.0.2: - resolution: {integrity: sha512-gyZHbcQ2X5hNXf/9KS2qGEmgDe9EN2WDM3rJ5Ele467C0nA1sLhtmv1bZiPMDYfAYCfPWft0uQIaTvXbASSTRA==} - dev: false + '@types/level-errors@3.0.2': {} - /@types/levelup@4.3.3: - resolution: {integrity: sha512-K+OTIjJcZHVlZQN1HmU64VtrC0jC3dXWQozuEIR9zVvltIk90zaGPM2AgT+fIkChpzHhFE3YnvFLCbLtzAmexA==} + '@types/levelup@4.3.3': dependencies: '@types/abstract-leveldown': 7.2.5 '@types/level-errors': 3.0.2 '@types/node': 22.7.0 - dev: false - /@types/long@4.0.2: - resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} - dev: false + '@types/long@4.0.2': {} - /@types/ms@0.7.34: - resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - dev: true + '@types/mdast@3.0.15': + dependencies: + '@types/unist': 2.0.11 - /@types/node-fetch@2.6.11: - resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} + '@types/ms@0.7.34': {} + + '@types/node-fetch@2.6.11': dependencies: '@types/node': 22.7.0 form-data: 4.0.0 - dev: false - /@types/node@12.20.55: - resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - dev: false + '@types/node@12.20.55': {} - /@types/node@18.15.13: - resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==} - dev: false + '@types/node@18.15.13': {} - /@types/node@20.14.10: - resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} + '@types/node@20.14.10': dependencies: undici-types: 5.26.5 - dev: false - /@types/node@22.7.0: - resolution: {integrity: sha512-MOdOibwBs6KW1vfqz2uKMlxq5xAfAZ98SZjO8e3XnAbFnTJtAspqhWk7hrdSAs9/Y14ZWMiy7/MxMUzAOadYEw==} + '@types/node@22.7.0': dependencies: undici-types: 6.19.8 - /@types/pbkdf2@3.1.2: - resolution: {integrity: sha512-uRwJqmiXmh9++aSu1VNEn3iIxWOhd8AHXNSdlaLfdAAdSTY9jYVeGWnzejM3dvrkbqE3/hyQkQQ29IFATEGlew==} + '@types/node@22.7.4': + dependencies: + undici-types: 6.19.8 + + '@types/pbkdf2@3.1.2': dependencies: '@types/node': 22.7.0 - dev: false - /@types/responselike@1.0.3: - resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} + '@types/responselike@1.0.3': dependencies: '@types/node': 22.7.0 - dev: false - /@types/secp256k1@4.0.6: - resolution: {integrity: sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==} + '@types/secp256k1@4.0.6': dependencies: '@types/node': 22.7.0 - dev: false - /@types/semver@7.5.8: - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - dev: true + '@types/semver@7.5.8': {} - /@types/stylis@4.2.5: - resolution: {integrity: sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==} - dev: false + '@types/stylis@4.2.5': {} - /@types/uuid@9.0.8: - resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} - dev: false + '@types/unist@2.0.11': {} - /@types/websocket@1.0.10: - resolution: {integrity: sha512-svjGZvPB7EzuYS94cI7a+qhwgGU1y89wUgjT6E2wVUfmAGIvRfT7obBvRtnhXCSsoMdlG4gBFGE7MfkIXZLoww==} + '@types/uuid@9.0.8': {} + + '@types/websocket@1.0.10': dependencies: '@types/node': 22.7.0 - dev: false - /@types/ws@8.5.3: - resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} + '@types/ws@8.5.3': dependencies: '@types/node': 22.7.0 - dev: false - /@types/yargs-parser@21.0.3: - resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - dev: true + '@types/yargs-parser@21.0.3': {} - /@types/yargs@17.0.33: - resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} + '@types/yargs@17.0.33': dependencies: '@types/yargs-parser': 21.0.3 - dev: true - /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.6.2): - resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - '@typescript-eslint/parser': ^7.0.0 - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2)': dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.11.1 '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.6.2) '@typescript-eslint/scope-manager': 7.5.0 '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.6.2) @@ -5227,24 +9489,16 @@ packages: debug: 4.3.7(supports-color@8.1.1) eslint: 8.57.0 graphemer: 1.4.0 - ignore: 5.3.1 + ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.6.2) + optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2): - resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2)': dependencies: '@typescript-eslint/scope-manager': 7.5.0 '@typescript-eslint/types': 7.5.0 @@ -5252,52 +9506,31 @@ packages: '@typescript-eslint/visitor-keys': 7.5.0 debug: 4.3.7(supports-color@8.1.1) eslint: 8.57.0 + optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/scope-manager@7.5.0: - resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/scope-manager@7.5.0': dependencies: '@typescript-eslint/types': 7.5.0 '@typescript-eslint/visitor-keys': 7.5.0 - dev: true - /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.6.2): - resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.6.2)': dependencies: '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.6.2) '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.6.2) debug: 4.3.7(supports-color@8.1.1) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.6.2) + optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/types@7.5.0: - resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} - engines: {node: ^18.18.0 || >=20.0.0} - dev: true + '@typescript-eslint/types@7.5.0': {} - /@typescript-eslint/typescript-estree@7.5.0(typescript@5.6.2): - resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/typescript-estree@7.5.0(typescript@5.6.2)': dependencies: '@typescript-eslint/types': 7.5.0 '@typescript-eslint/visitor-keys': 7.5.0 @@ -5307,16 +9540,12 @@ packages: minimatch: 9.0.3 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.6.2) + optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.6.2): - resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} - engines: {node: ^18.18.0 || >=20.0.0} - peerDependencies: - eslint: ^8.56.0 + '@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.6.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 @@ -5329,237 +9558,163 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: true - /@typescript-eslint/visitor-keys@7.5.0: - resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} - engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/visitor-keys@7.5.0': dependencies: '@typescript-eslint/types': 7.5.0 eslint-visitor-keys: 3.4.3 - dev: true - /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true + '@ungap/structured-clone@1.2.0': {} - /@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2): - resolution: {integrity: sha512-vXJoV7cqwO21svd03DFL7bl8H77zFbJzgkUgNPLPbVA6YkZt+ZeDmbP9lKKPbNadB1DP84kOZPVvsbmzx7+Jxg==} - peerDependencies: - '@polkadot/api': ^10.10.1 - '@polkadot/types': ^10.10.1 + '@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2)': dependencies: - '@polkadot/api': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 - dev: false - /@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2): - resolution: {integrity: sha512-qs5iwMcDpBeJ6mXzSAbMB6DY9NkdAqPD1KmekOVG9Vug+hKWvSlfW5ozd63O/J2h7iliqwL0WZjDdwvBNdcTNg==} - peerDependencies: - '@polkadot/api': ^10.10.1 - '@polkadot/types': ^10.10.1 + '@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2)': dependencies: - '@polkadot/api': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 - dev: false - /@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2): - resolution: {integrity: sha512-hEMpLDPZxUuGW+B90AxaF3Clw/kvGn20oao+Ejq4nrCNRF/2k3CjjuG1NScZVcPZuGgKPAkBPiHNSF9aRN6qFg==} - peerDependencies: - '@polkadot/api': ^10.10.1 - '@polkadot/types': ^10.10.1 + '@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2)': dependencies: - '@polkadot/api': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 - dev: false - /@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@12.4.2)(@polkadot/types@12.4.2): - resolution: {integrity: sha512-IVr+F7+QvbW2zhbI2aWNtiOBXYAcd6GQ9HmDUdfSd4S0s3TSa8PAC/ikNvD3fk1A2FlBbWjVO0JyPDnnybv/og==} - peerDependencies: - '@polkadot/api': ^10.10.1 - '@polkadot/types': ^10.10.1 + '@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@12.4.2)': dependencies: - '@polkadot/api': 12.4.2 + '@polkadot/api': 12.4.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 12.4.2 - dev: false - /@vitest/expect@2.1.1: - resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} + '@vitest/expect@2.1.1': dependencies: '@vitest/spy': 2.1.1 '@vitest/utils': 2.1.1 chai: 5.1.1 tinyrainbow: 1.2.0 - dev: false - /@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.1.6): - resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} - peerDependencies: - '@vitest/spy': 2.1.1 - msw: ^2.3.5 - vite: ^5.0.0 - peerDependenciesMeta: - msw: - optional: true - vite: - optional: true + '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.0))': dependencies: '@vitest/spy': 2.1.1 estree-walker: 3.0.3 magic-string: 0.30.11 - vite: 5.1.6(@types/node@22.7.0) - dev: false + optionalDependencies: + vite: 5.4.8(@types/node@22.7.0) - /@vitest/pretty-format@2.1.1: - resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} + '@vitest/pretty-format@2.1.1': dependencies: tinyrainbow: 1.2.0 - dev: false - /@vitest/runner@2.1.1: - resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} + '@vitest/pretty-format@2.1.2': + dependencies: + tinyrainbow: 1.2.0 + + '@vitest/runner@2.1.1': dependencies: '@vitest/utils': 2.1.1 pathe: 1.1.2 - dev: false - /@vitest/snapshot@2.1.1: - resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} + '@vitest/snapshot@2.1.1': dependencies: '@vitest/pretty-format': 2.1.1 magic-string: 0.30.11 pathe: 1.1.2 - dev: false - /@vitest/spy@2.1.1: - resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} + '@vitest/spy@2.1.1': dependencies: - tinyspy: 3.0.0 - dev: false + tinyspy: 3.0.2 - /@vitest/ui@2.1.1(vitest@2.1.1): - resolution: {integrity: sha512-IIxo2LkQDA+1TZdPLYPclzsXukBWd5dX2CKpGqH8CCt8Wh0ZuDn4+vuQ9qlppEju6/igDGzjWF/zyorfsf+nHg==} - peerDependencies: - vitest: 2.1.1 + '@vitest/ui@2.1.1(vitest@2.1.1)': dependencies: '@vitest/utils': 2.1.1 fflate: 0.8.2 flatted: 3.3.1 pathe: 1.1.2 sirv: 2.0.4 - tinyglobby: 0.2.6 + tinyglobby: 0.2.9 tinyrainbow: 1.2.0 - vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1) - dev: false + vitest: 2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - /@vitest/utils@2.1.1: - resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} + '@vitest/utils@2.1.1': dependencies: '@vitest/pretty-format': 2.1.1 loupe: 3.1.1 tinyrainbow: 1.2.0 - dev: false - /@vue/compiler-core@3.4.31: - resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} + '@vue/compiler-core@3.5.10': dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.4.31 + '@babel/parser': 7.25.7 + '@vue/shared': 3.5.10 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 - dev: false + source-map-js: 1.2.1 - /@vue/compiler-dom@3.4.31: - resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} + '@vue/compiler-dom@3.5.10': dependencies: - '@vue/compiler-core': 3.4.31 - '@vue/shared': 3.4.31 - dev: false + '@vue/compiler-core': 3.5.10 + '@vue/shared': 3.5.10 - /@vue/compiler-sfc@3.4.31: - resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} + '@vue/compiler-sfc@3.5.10': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.31 - '@vue/compiler-dom': 3.4.31 - '@vue/compiler-ssr': 3.4.31 - '@vue/shared': 3.4.31 + '@babel/parser': 7.25.7 + '@vue/compiler-core': 3.5.10 + '@vue/compiler-dom': 3.5.10 + '@vue/compiler-ssr': 3.5.10 + '@vue/shared': 3.5.10 estree-walker: 2.0.2 - magic-string: 0.30.10 - postcss: 8.4.39 - source-map-js: 1.2.0 - dev: false + magic-string: 0.30.11 + postcss: 8.4.47 + source-map-js: 1.2.1 - /@vue/compiler-ssr@3.4.31: - resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} + '@vue/compiler-ssr@3.5.10': dependencies: - '@vue/compiler-dom': 3.4.31 - '@vue/shared': 3.4.31 - dev: false + '@vue/compiler-dom': 3.5.10 + '@vue/shared': 3.5.10 - /@vue/reactivity@3.4.31: - resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} + '@vue/reactivity@3.5.10': dependencies: - '@vue/shared': 3.4.31 - dev: false + '@vue/shared': 3.5.10 - /@vue/runtime-core@3.4.31: - resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} + '@vue/runtime-core@3.5.10': dependencies: - '@vue/reactivity': 3.4.31 - '@vue/shared': 3.4.31 - dev: false + '@vue/reactivity': 3.5.10 + '@vue/shared': 3.5.10 - /@vue/runtime-dom@3.4.31: - resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} + '@vue/runtime-dom@3.5.10': dependencies: - '@vue/reactivity': 3.4.31 - '@vue/runtime-core': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/reactivity': 3.5.10 + '@vue/runtime-core': 3.5.10 + '@vue/shared': 3.5.10 csstype: 3.1.3 - dev: false - /@vue/server-renderer@3.4.31(vue@3.4.31): - resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} - peerDependencies: - vue: 3.4.31 + '@vue/server-renderer@3.5.10(vue@3.5.10(typescript@5.6.2))': dependencies: - '@vue/compiler-ssr': 3.4.31 - '@vue/shared': 3.4.31 - vue: 3.4.31(typescript@5.6.2) - dev: false + '@vue/compiler-ssr': 3.5.10 + '@vue/shared': 3.5.10 + vue: 3.5.10(typescript@5.6.2) - /@vue/shared@3.4.31: - resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} - dev: false + '@vue/shared@3.5.10': {} - /@zeitgeistpm/type-defs@1.0.0: - resolution: {integrity: sha512-dtjNlJSb8ELz87aTD6jqKKfO7kY4HFYzSmDk9JrzHLv+w/JKtG+aLz+WImL6MSaF1MjDE1tm28dj980Zn+nfGA==} - dev: false + '@zeitgeistpm/type-defs@1.0.0': {} - /@zeroio/type-definitions@0.0.14: - resolution: {integrity: sha512-OkqtOLPkR7oqWLrsgRKhzyLZVFLnNLfEF3DMXH+Rpn1fMNMDq/fOY9pXt55B+flBc62saN73CfOTy3hMSVZFTA==} - dev: false + '@zeroio/type-definitions@0.0.14': {} - /@zombienet/orchestrator@0.0.87(@polkadot/util@12.6.2)(@types/node@22.7.0): - resolution: {integrity: sha512-kORyR8/JgiP0BStooCbcyUkhPOI+RXKRs1QEqUN+kKtIN7PvpEjtXlhxROWiqpIQqhcDsHmkOxFcxSq1T0Glaw==} - engines: {node: '>=18'} + '@zombienet/orchestrator@0.0.87(@polkadot/util@12.6.2)(@types/node@22.7.0)(bufferutil@4.0.8)(chokidar@3.6.0)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 11.3.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2)(@polkadot/util@12.6.2) + '@polkadot/api': 11.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - '@zombienet/utils': 0.0.25(@types/node@22.7.0)(typescript@5.6.2) + '@zombienet/utils': 0.0.25(@types/node@22.7.0)(chokidar@3.6.0)(typescript@5.6.2) JSONStream: 1.3.5 - chai: 4.4.1 + chai: 4.5.0 debug: 4.3.7(supports-color@8.1.1) execa: 5.1.1 fs-extra: 11.2.0 - jsdom: 23.2.0 + jsdom: 23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) json-bigint: 1.0.0 libp2p-crypto: 0.21.2 minimatch: 9.0.5 - mocha: 10.6.0 + mocha: 10.7.3 napi-maybe-compressed-blob: 0.0.11 peer-id: 0.16.0 tmp-promise: 3.0.3 @@ -5575,16 +9730,13 @@ packages: - chokidar - supports-color - utf-8-validate - dev: false - /@zombienet/utils@0.0.25(@types/node@20.14.10)(typescript@5.6.2): - resolution: {integrity: sha512-VS+tWmdZ8ozRkA1Lgb/Si9iISgJz8AEQpPnlnlIg3lfVHYFqAD7M5DpiFv24AAEBSraokVhUv9E9E1uE4d4f0w==} - engines: {node: '>=18'} + '@zombienet/utils@0.0.25(@types/node@20.14.10)(chokidar@3.6.0)(typescript@5.6.2)': dependencies: - cli-table3: 0.6.3 + cli-table3: 0.6.5 debug: 4.3.7(supports-color@8.1.1) - mocha: 10.2.0 - nunjucks: 3.2.4 + mocha: 10.7.3 + nunjucks: 3.2.4(chokidar@3.6.0) toml: 3.0.0 ts-node: 10.9.2(@types/node@20.14.10)(typescript@5.6.2) transitivePeerDependencies: @@ -5594,16 +9746,13 @@ packages: - chokidar - supports-color - typescript - dev: false - /@zombienet/utils@0.0.25(@types/node@22.7.0)(typescript@5.6.2): - resolution: {integrity: sha512-VS+tWmdZ8ozRkA1Lgb/Si9iISgJz8AEQpPnlnlIg3lfVHYFqAD7M5DpiFv24AAEBSraokVhUv9E9E1uE4d4f0w==} - engines: {node: '>=18'} + '@zombienet/utils@0.0.25(@types/node@22.7.0)(chokidar@3.6.0)(typescript@5.6.2)': dependencies: - cli-table3: 0.6.3 + cli-table3: 0.6.5 debug: 4.3.7(supports-color@8.1.1) - mocha: 10.2.0 - nunjucks: 3.2.4 + mocha: 10.7.3 + nunjucks: 3.2.4(chokidar@3.6.0) toml: 3.0.0 ts-node: 10.9.2(@types/node@22.7.0)(typescript@5.6.2) transitivePeerDependencies: @@ -5613,441 +9762,232 @@ packages: - chokidar - supports-color - typescript - dev: false - /JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} - hasBin: true + JSONStream@1.3.5: dependencies: jsonparse: 1.3.1 through: 2.3.8 - dev: false - /a-sync-waterfall@1.0.1: - resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==} - dev: false + a-sync-waterfall@1.0.1: {} - /abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - requiresBuild: true - dev: false + abbrev@1.1.1: optional: true - /abitype@0.7.1(typescript@5.6.2): - resolution: {integrity: sha512-VBkRHTDZf9Myaek/dO3yMmOzB/y2s3Zo6nVU7yaw1G+TvCHAjwaJzNGN9yo4K5D8bU/VZXKP1EJpRhFr862PlQ==} - peerDependencies: - typescript: '>=4.9.4' - zod: ^3 >=3.19.1 - peerDependenciesMeta: - zod: - optional: true + abitype@0.7.1(typescript@5.6.2)(zod@3.23.8): dependencies: typescript: 5.6.2 - dev: false + optionalDependencies: + zod: 3.23.8 - /abitype@1.0.5(typescript@5.6.2): - resolution: {integrity: sha512-YzDhti7cjlfaBhHutMaboYB21Ha3rXR9QTkNJFzYC4kC8YclaiwPBBBJY8ejFdu2wnJeZCVZSMlQJ7fi8S6hsw==} - peerDependencies: - typescript: '>=5.0.4' - zod: ^3 >=3.22.0 - peerDependenciesMeta: - typescript: - optional: true - zod: - optional: true - dependencies: + abitype@1.0.5(typescript@5.6.2)(zod@3.23.8): + optionalDependencies: typescript: 5.6.2 - dev: false + zod: 3.23.8 - /abort-controller@3.0.0: - resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} - engines: {node: '>=6.5'} + abort-controller@3.0.0: dependencies: event-target-shim: 5.0.1 - dev: false - /abortcontroller-polyfill@1.7.5: - resolution: {integrity: sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==} - dev: false + abortcontroller-polyfill@1.7.5: {} - /abstract-leveldown@6.2.3: - resolution: {integrity: sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==} - engines: {node: '>=6'} + abstract-leveldown@6.2.3: dependencies: buffer: 5.7.1 immediate: 3.2.3 level-concat-iterator: 2.0.1 level-supports: 1.0.1 xtend: 4.0.2 - dev: false - /abstract-leveldown@6.3.0: - resolution: {integrity: sha512-TU5nlYgta8YrBMNpc9FwQzRbiXsj49gsALsXadbGHt9CROPzX5fB0rWDR5mtdpOOKa5XqRFpbj1QroPAoPzVjQ==} - engines: {node: '>=6'} + abstract-leveldown@6.3.0: dependencies: buffer: 5.7.1 immediate: 3.3.0 level-concat-iterator: 2.0.1 level-supports: 1.0.1 xtend: 4.0.2 - dev: false - /accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} + accepts@1.3.8: dependencies: mime-types: 2.1.35 negotiator: 0.6.3 - dev: false - /acorn-jsx@5.3.2(acorn@8.12.1): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + acorn-jsx@5.3.2(acorn@8.12.1): dependencies: acorn: 8.12.1 - dev: true - /acorn-walk@8.3.2: - resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} - engines: {node: '>=0.4.0'} - dev: false - - /acorn@8.11.3: - resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false + acorn-walk@8.3.4: + dependencies: + acorn: 8.12.1 - /acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true + acorn@8.12.1: {} - /aes-js@4.0.0-beta.5: - resolution: {integrity: sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==} - dev: false + aes-js@4.0.0-beta.5: {} - /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} - requiresBuild: true + agent-base@6.0.2: dependencies: debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false optional: true - /agent-base@7.1.1: - resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} - engines: {node: '>= 14'} + agent-base@7.1.1: dependencies: debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false - /agentkeepalive@4.5.0: - resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} - engines: {node: '>= 8.0.0'} - requiresBuild: true + agentkeepalive@4.5.0: dependencies: humanize-ms: 1.2.1 - dev: false optional: true - /aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} - requiresBuild: true + aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 - dev: false optional: true - /aggregate-error@5.0.0: - resolution: {integrity: sha512-gOsf2YwSlleG6IjRYG2A7k0HmBMEo6qVNk9Bp/EaLgAJT5ngH6PXbqa4ItvnEwCm/velL5jAnQgsHsWnjhGmvw==} - engines: {node: '>=18'} - dependencies: - clean-stack: 5.2.0 - indent-string: 5.0.0 - dev: false - - /ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ansi-colors@4.1.1: - resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} - engines: {node: '>=6'} - dev: false - - /ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} - dev: false + ansi-colors@4.1.3: {} - /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + ansi-escapes@4.3.2: dependencies: type-fest: 0.21.3 - dev: false - /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + ansi-regex@5.0.1: {} - /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} - dev: false + ansi-regex@6.1.0: {} - /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 - /ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} - dev: false + ansi-styles@6.2.1: {} - /any-promise@1.3.0: - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} - dev: false + any-promise@1.3.0: {} - /anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + anymatch@3.1.3: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - dev: false - /app-root-path@3.1.0: - resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==} - engines: {node: '>= 6.0.0'} - dev: false + app-root-path@3.1.0: {} - /aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - requiresBuild: true - dev: false + aproba@2.0.0: optional: true - /are-we-there-yet@3.0.1: - resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - deprecated: This package is no longer supported. - requiresBuild: true + are-we-there-yet@3.0.1: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 - dev: false optional: true - /arg@4.1.3: - resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - dev: false + arg@4.1.3: {} - /argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + argparse@2.0.1: {} - /array-buffer-byte-length@1.0.1: - resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} - engines: {node: '>= 0.4'} + array-buffer-byte-length@1.0.1: dependencies: call-bind: 1.0.7 is-array-buffer: 3.0.4 - dev: false - /array-flatten@1.1.1: - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - dev: false + array-flatten@1.1.1: {} - /array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} - dev: true + array-union@2.1.0: {} - /asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - dev: false + asap@2.0.6: {} - /asn1@0.2.6: - resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} + asn1@0.2.6: dependencies: safer-buffer: 2.1.2 - dev: false - /assert-plus@1.0.0: - resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} - engines: {node: '>=0.8'} - dev: false + assert-plus@1.0.0: {} - /assertion-error@1.1.0: - resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} - dev: false + assertion-error@1.1.0: {} - /assertion-error@2.0.1: - resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} - engines: {node: '>=12'} - dev: false + assertion-error@2.0.1: {} - /async-limiter@1.0.1: - resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} - dev: false + async-limiter@1.0.1: {} - /asynckit@0.4.0: - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - dev: false + asynckit@0.4.0: {} - /atomic-sleep@1.0.0: - resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} - engines: {node: '>=8.0.0'} - dev: false + atomic-sleep@1.0.0: {} - /available-typed-arrays@1.0.7: - resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} - engines: {node: '>= 0.4'} + available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.0.0 - dev: false - /aws-sign2@0.7.0: - resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - dev: false + aws-sign2@0.7.0: {} - /aws4@1.12.0: - resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} - dev: false + aws4@1.13.2: {} - /axios@1.7.7(debug@4.3.7): - resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} + axios@1.7.7(debug@4.3.7): dependencies: - follow-redirects: 1.15.6(debug@4.3.7) + follow-redirects: 1.15.9(debug@4.3.7) form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug - dev: false - /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@1.0.2: {} - /base-x@3.0.10: - resolution: {integrity: sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==} + base-x@3.0.10: dependencies: safe-buffer: 5.2.1 - dev: false - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: false + base64-js@1.5.1: {} - /bcrypt-pbkdf@1.0.2: - resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} + bcrypt-pbkdf@1.0.2: dependencies: tweetnacl: 0.14.5 - dev: false - /before-after-hook@3.0.2: - resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} - dev: false + before-after-hook@3.0.2: {} - /bidi-js@1.0.3: - resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} + bidi-js@1.0.3: dependencies: require-from-string: 2.0.2 - dev: false - /bignumber.js@9.1.2: - resolution: {integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==} - dev: false + bignumber.js@9.1.2: {} - /binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} - dev: false + binary-extensions@2.3.0: {} - /bindings@1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + binary-searching@2.0.5: {} + + bindings@1.5.0: dependencies: file-uri-to-path: 1.0.0 - dev: false - /bit-twiddle@1.0.2: - resolution: {integrity: sha512-B9UhK0DKFZhoTFcfvAzhqsjStvGJp9vYWf3+6SNTtdSQnvIgfkHbgHrg/e4+TH71N2GDu8tpmCVoyfrL1d7ntA==} - dev: false + bit-twiddle@1.0.2: {} - /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + bl@4.1.0: dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 - dev: false - /bl@5.1.0: - resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + bl@5.1.0: dependencies: buffer: 6.0.3 inherits: 2.0.4 readable-stream: 3.6.2 - dev: false - - /blakejs@1.2.1: - resolution: {integrity: sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==} - dev: false - /bluebird@3.7.2: - resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - dev: false + blakejs@1.2.1: {} - /bn.js@4.11.6: - resolution: {integrity: sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==} - dev: false + bluebird@3.7.2: {} - /bn.js@4.12.0: - resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} - dev: false + bn.js@4.11.6: {} - /bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - dev: false + bn.js@4.12.0: {} - /body-parser@1.20.1: - resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dependencies: - bytes: 3.1.2 - content-type: 1.0.5 - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.11.0 - raw-body: 2.5.1 - type-is: 1.6.18 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - dev: false + bn.js@5.2.1: {} - /body-parser@1.20.2: - resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + body-parser@1.20.3: dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -6057,55 +9997,35 @@ packages: http-errors: 2.0.0 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.11.0 + qs: 6.13.0 raw-body: 2.5.2 type-is: 1.6.18 unpipe: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - /boolean@3.2.0: - resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} - dev: false + boolean@3.2.0: {} - /bottleneck@2.19.5: - resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} + bottleneck@2.19.5: {} - /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@2.0.1: dependencies: balanced-match: 1.0.2 - /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} - dependencies: - fill-range: 7.0.1 - dev: false - - /braces@3.0.3: - resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} - engines: {node: '>=8'} + braces@3.0.3: dependencies: fill-range: 7.1.1 - /brorand@1.1.0: - resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} - dev: false + brorand@1.1.0: {} - /browser-stdout@1.3.1: - resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - dev: false + browser-stdout@1.3.1: {} - /browserify-aes@1.2.0: - resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + browserify-aes@1.2.0: dependencies: buffer-xor: 1.0.3 cipher-base: 1.0.4 @@ -6113,66 +10033,40 @@ packages: evp_bytestokey: 1.0.3 inherits: 2.0.4 safe-buffer: 5.2.1 - dev: false - /bs58@4.0.1: - resolution: {integrity: sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==} + bs58@4.0.1: dependencies: base-x: 3.0.10 - dev: false - /bs58check@2.1.2: - resolution: {integrity: sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==} + bs58check@2.1.2: dependencies: bs58: 4.0.1 create-hash: 1.2.0 safe-buffer: 5.2.1 - dev: false - /buffer-to-arraybuffer@0.0.5: - resolution: {integrity: sha512-3dthu5CYiVB1DEJp61FtApNnNndTckcqe4pFcLdvHtrpG+kcyekCJKg4MRiDcFW7A6AODnXB9U4dwQiCW5kzJQ==} - dev: false + buffer-to-arraybuffer@0.0.5: {} - /buffer-xor@1.0.3: - resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} - dev: false + buffer-xor@1.0.3: {} - /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + buffer@5.7.1: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: false - /buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffer@6.0.3: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: false - /bufferutil@4.0.8: - resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} - engines: {node: '>=6.14.2'} - requiresBuild: true + bufferutil@4.0.8: dependencies: - node-gyp-build: 4.8.1 - dev: false + node-gyp-build: 4.8.2 - /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} - dev: false + bytes@3.1.2: {} - /cac@6.7.14: - resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} - engines: {node: '>=8'} - dev: false + cac@6.7.14: {} - /cacache@15.3.0: - resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==} - engines: {node: '>= 10'} - requiresBuild: true + cacache@15.3.0: dependencies: '@npmcli/fs': 1.1.1 '@npmcli/move-file': 1.1.2 @@ -6194,22 +10088,13 @@ packages: unique-filename: 1.1.1 transitivePeerDependencies: - bluebird - dev: false optional: true - /cacheable-lookup@5.0.4: - resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} - engines: {node: '>=10.6.0'} - dev: false + cacheable-lookup@5.0.4: {} - /cacheable-lookup@6.1.0: - resolution: {integrity: sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==} - engines: {node: '>=10.6.0'} - dev: false + cacheable-lookup@6.1.0: {} - /cacheable-request@7.0.4: - resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} - engines: {node: '>=8'} + cacheable-request@7.0.4: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 @@ -6218,68 +10103,35 @@ packages: lowercase-keys: 2.0.0 normalize-url: 6.1.0 responselike: 2.0.1 - dev: false - /call-bind@1.0.5: - resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} - dependencies: - function-bind: 1.1.2 - get-intrinsic: 1.2.2 - set-function-length: 1.1.1 - dev: false - - /call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} - engines: {node: '>= 0.4'} + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 function-bind: 1.1.2 get-intrinsic: 1.2.4 set-function-length: 1.2.2 - dev: false - /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} - dev: true + callsites@3.1.0: {} - /camelcase@5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} - dev: false + camelcase@5.3.1: {} - /camelcase@6.3.0: - resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} - engines: {node: '>=10'} - dev: false + camelcase@6.3.0: {} - /camelize@1.0.1: - resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - dev: false + camelize@1.0.1: {} - /canvas-renderer@2.2.1: - resolution: {integrity: sha512-RrBgVL5qCEDIXpJ6NrzyRNoTnXxYarqm/cS/W6ERhUJts5UQtt/XPEosGN3rqUkZ4fjBArlnCbsISJ+KCFnIAg==} + canvas-renderer@2.2.1: dependencies: '@types/node': 22.7.0 - dev: false - /caseless@0.12.0: - resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} - dev: false + caseless@0.12.0: {} - /cfonts@3.3.0: - resolution: {integrity: sha512-RlVxeEw2FXWI5Bs9LD0/Ef3bsQIc9m6lK/DINN20HIW0Y0YHUO2jjy88cot9YKZITiRTCdWzTfLmTyx47HeSLA==} - engines: {node: '>=10'} - hasBin: true + cfonts@3.3.0: dependencies: supports-color: 8.1.1 window-size: 1.1.1 - dev: false - /chai@4.4.1: - resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} - engines: {node: '>=4'} + chai@4.5.0: dependencies: assertion-error: 1.1.0 check-error: 1.0.3 @@ -6287,73 +10139,39 @@ packages: get-func-name: 2.0.2 loupe: 2.3.7 pathval: 1.1.1 - type-detect: 4.0.8 - dev: false + type-detect: 4.1.0 - /chai@5.1.1: - resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==} - engines: {node: '>=12'} + chai@5.1.1: dependencies: assertion-error: 2.0.1 check-error: 2.1.1 deep-eql: 5.0.2 loupe: 3.1.1 pathval: 2.0.0 - dev: false - /chalk@3.0.0: - resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} - engines: {node: '>=8'} + chalk@3.0.0: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - dev: false - /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + chalk@4.1.2: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk@5.3.0: - resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: false + chalk@5.3.0: {} - /chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - dev: false + character-entities@2.0.2: {} - /check-error@1.0.3: - resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + chardet@0.7.0: {} + + check-error@1.0.3: dependencies: get-func-name: 2.0.2 - dev: false - - /check-error@2.1.1: - resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} - engines: {node: '>= 16'} - dev: false - /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} - dependencies: - anymatch: 3.1.3 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - dev: false + check-error@2.1.1: {} - /chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} + chokidar@3.6.0: dependencies: anymatch: 3.1.3 braces: 3.0.3 @@ -6364,76 +10182,40 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 - dev: false - /chownr@1.1.4: - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - dev: false + chownr@1.1.4: {} - /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} - dev: false + chownr@2.0.0: {} - /cids@0.7.5: - resolution: {integrity: sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==} - engines: {node: '>=4.0.0', npm: '>=3.0.0'} - deprecated: This module has been superseded by the multiformats module + cids@0.7.5: dependencies: buffer: 5.7.1 class-is: 1.1.0 multibase: 0.6.1 multicodec: 1.0.4 multihashes: 0.4.21 - dev: false - /cipher-base@1.0.4: - resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + cipher-base@1.0.4: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - dev: false - /class-is@1.1.0: - resolution: {integrity: sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==} - dev: false + class-is@1.1.0: {} - /clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} - requiresBuild: true - dev: false + clean-stack@2.2.0: optional: true - /clean-stack@5.2.0: - resolution: {integrity: sha512-TyUIUJgdFnCISzG5zu3291TAsE77ddchd0bepon1VVQrKLGKFED4iXFEDQ24mIPdPBbyE16PK3F8MYE1CmcBEQ==} - engines: {node: '>=14.16'} - dependencies: - escape-string-regexp: 5.0.0 - dev: false - - /clear@0.1.0: - resolution: {integrity: sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==} - dev: false + clear@0.1.0: {} - /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} + cli-cursor@3.1.0: dependencies: restore-cursor: 3.1.0 - dev: false - /cli-cursor@4.0.0: - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@4.0.0: dependencies: restore-cursor: 4.0.0 - dev: false - /cli-highlight@2.1.11: - resolution: {integrity: sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==} - engines: {node: '>=8.0.0', npm: '>=5.0.0'} - hasBin: true + cli-highlight@2.1.11: dependencies: chalk: 4.1.2 highlight.js: 10.7.3 @@ -6441,207 +10223,122 @@ packages: parse5: 5.1.1 parse5-htmlparser2-tree-adapter: 6.0.1 yargs: 16.2.0 - dev: false - /cli-progress@3.12.0: - resolution: {integrity: sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==} - engines: {node: '>=4'} + cli-progress@3.12.0: dependencies: string-width: 4.2.3 - dev: false - /cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} - dev: false + cli-spinners@2.9.2: {} - /cli-table3@0.6.3: - resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} - engines: {node: 10.* || >= 12.*} + cli-table3@0.6.5: dependencies: string-width: 4.2.3 optionalDependencies: '@colors/colors': 1.5.0 - dev: false - /cli-width@4.1.0: - resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} - engines: {node: '>= 12'} - dev: false + cli-width@4.1.0: {} - /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + cliui@7.0.4: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: false - - /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + + cliui@8.0.1: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - /clone-response@1.0.3: - resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} + clone-response@1.0.3: dependencies: mimic-response: 1.0.1 - dev: false - /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - dev: false + clone@1.0.4: {} - /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + color-convert@2.0.1: dependencies: color-name: 1.1.4 - /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + color-name@1.1.4: {} - /color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true - requiresBuild: true - dev: false + color-support@1.1.3: optional: true - /colord@2.9.3: - resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} - dev: false + colord@2.9.3: {} - /colorette@2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - dev: false + colorette@2.0.20: {} - /colors@1.4.0: - resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} - engines: {node: '>=0.1.90'} - dev: false + colors@1.4.0: {} - /combined-stream@1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} + combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 - dev: false - /comlink@4.4.1: - resolution: {integrity: sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==} - dev: false + comlink@4.4.1: {} - /command-exists@1.2.9: - resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} - dev: false + command-exists@1.2.9: {} - /commander@2.7.1: - resolution: {integrity: sha512-5qK/Wsc2fnRCiizV1JlHavWrSGAXQI7AusK423F8zJLwIGq8lmtO5GmO8PVMrtDUJMwTXOFBzSN6OCRD8CEMWw==} - engines: {node: '>= 0.6.x'} + commander@2.7.1: dependencies: graceful-readlink: 1.0.1 - dev: false - /commander@5.1.0: - resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} - engines: {node: '>= 6'} - dev: false + commander@5.1.0: {} - /commander@8.3.0: - resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} - engines: {node: '>= 12'} - dev: false + commander@8.3.0: {} - /complex.js@2.1.1: - resolution: {integrity: sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==} - dev: false + comment-parser@1.4.1: {} - /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + complex.js@2.1.1: {} - /config-chain@1.1.13: - resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} + concat-map@0.0.1: {} + + config-chain@1.1.13: dependencies: ini: 1.3.8 proto-list: 1.2.4 - dev: false - /console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - requiresBuild: true - dev: false + console-control-strings@1.1.0: optional: true - /content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} + content-disposition@0.5.4: dependencies: safe-buffer: 5.2.1 - dev: false - /content-hash@2.5.2: - resolution: {integrity: sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==} + content-hash@2.5.2: dependencies: cids: 0.7.5 multicodec: 0.5.7 multihashes: 0.4.21 - dev: false - /content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} - dev: false + content-type@1.0.5: {} - /cookie-signature@1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} - dev: false + cookie-signature@1.0.6: {} - /cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} - engines: {node: '>= 0.6'} - dev: false + cookie@0.6.0: {} - /copy-to-clipboard@3.3.3: - resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} + copy-to-clipboard@3.3.3: dependencies: toggle-selection: 1.0.6 - dev: false - /core-util-is@1.0.2: - resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} - dev: false + core-util-is@1.0.2: {} - /cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} - engines: {node: '>= 0.10'} + cors@2.8.5: dependencies: object-assign: 4.1.1 vary: 1.1.2 - dev: false - /crc-32@1.2.2: - resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} - engines: {node: '>=0.8'} - hasBin: true - dev: false + crc-32@1.2.2: {} - /create-hash@1.2.0: - resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + create-hash@1.2.0: dependencies: cipher-base: 1.0.4 inherits: 2.0.4 md5.js: 1.3.5 ripemd160: 2.0.2 sha.js: 2.4.11 - dev: false - /create-hmac@1.1.7: - resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + create-hmac@1.1.7: dependencies: cipher-base: 1.0.4 create-hash: 1.2.0 @@ -6649,191 +10346,101 @@ packages: ripemd160: 2.0.2 safe-buffer: 5.2.1 sha.js: 2.4.11 - dev: false - /create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} - dev: false + create-require@1.1.1: {} - /cross-fetch@4.0.0: - resolution: {integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==} + cross-fetch@4.0.0(encoding@0.1.13): dependencies: - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding - dev: false - /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - /css-color-keywords@1.0.0: - resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} - engines: {node: '>=4'} - dev: false + css-color-keywords@1.0.0: {} - /css-to-react-native@3.2.0: - resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==} + css-to-react-native@3.2.0: dependencies: camelize: 1.0.1 css-color-keywords: 1.0.0 postcss-value-parser: 4.2.0 - dev: false - /css-tree@2.3.1: - resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + css-tree@2.3.1: dependencies: mdn-data: 2.0.30 - source-map-js: 1.2.0 - dev: false + source-map-js: 1.2.1 - /cssstyle@4.0.1: - resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} - engines: {node: '>=18'} + cssstyle@4.1.0: dependencies: - rrweb-cssom: 0.6.0 - dev: false + rrweb-cssom: 0.7.1 - /csstype@3.1.3: - resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - dev: false + csstype@3.1.3: {} - /cuint@0.2.2: - resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} - dev: false + cuint@0.2.2: {} - /d@1.0.2: - resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==} - engines: {node: '>=0.12'} + d@1.0.2: dependencies: es5-ext: 0.10.64 type: 2.7.3 - dev: false - /dashdash@1.14.1: - resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} - engines: {node: '>=0.10'} + dashdash@1.14.1: dependencies: assert-plus: 1.0.0 - dev: false - /data-uri-to-buffer@4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} - engines: {node: '>= 12'} - dev: false + data-uri-to-buffer@4.0.1: {} - /data-urls@5.0.0: - resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} - engines: {node: '>=18'} + data-urls@5.0.0: dependencies: whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - dev: false - /dateformat@4.6.3: - resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} - dev: false + dateformat@4.6.3: {} - /dayjs@1.11.11: - resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} - dev: false + dayjs@1.11.13: {} - /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@2.6.9: dependencies: ms: 2.0.0 - dev: false - - /debug@4.3.4(supports-color@8.1.1): - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - supports-color: 8.1.1 - dev: false - /debug@4.3.5: - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@4.3.5: dependencies: ms: 2.1.2 - dev: false - /debug@4.3.7(supports-color@8.1.1): - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@4.3.7(supports-color@8.1.1): dependencies: ms: 2.1.3 + optionalDependencies: supports-color: 8.1.1 - /decamelize@4.0.0: - resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} - engines: {node: '>=10'} - dev: false + decamelize@4.0.0: {} - /decimal.js@10.4.3: - resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - dev: false + decimal.js@10.4.3: {} - /decode-uri-component@0.2.2: - resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} - engines: {node: '>=0.10'} - dev: false + decode-named-character-reference@1.0.2: + dependencies: + character-entities: 2.0.2 - /decompress-response@3.3.0: - resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} - engines: {node: '>=4'} + decode-uri-component@0.2.2: {} + + decompress-response@3.3.0: dependencies: mimic-response: 1.0.1 - dev: false - /decompress-response@6.0.0: - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} - engines: {node: '>=10'} + decompress-response@6.0.0: dependencies: mimic-response: 3.1.0 - dev: false - /deep-eql@4.1.4: - resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} - engines: {node: '>=6'} + deep-eql@4.1.4: dependencies: - type-detect: 4.0.8 - dev: false + type-detect: 4.1.0 - /deep-eql@5.0.2: - resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} - engines: {node: '>=6'} - dev: false + deep-eql@5.0.2: {} - /deep-equal@2.2.3: - resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} - engines: {node: '>= 0.4'} + deep-equal@2.2.3: dependencies: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 @@ -6848,170 +10455,90 @@ packages: object-is: 1.1.6 object-keys: 1.1.1 object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 + regexp.prototype.flags: 1.5.3 side-channel: 1.0.6 which-boxed-primitive: 1.0.2 which-collection: 1.0.2 which-typed-array: 1.1.15 - dev: false - /deep-extend@0.6.0: - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} - engines: {node: '>=4.0.0'} - dev: false + deep-extend@0.6.0: {} - /deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - dev: true + deep-is@0.1.4: {} - /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + defaults@1.0.4: dependencies: clone: 1.0.4 - dev: false - /defer-to-connect@2.0.1: - resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} - engines: {node: '>=10'} - dev: false + defer-to-connect@2.0.1: {} - /deferred-leveldown@5.3.0: - resolution: {integrity: sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==} - engines: {node: '>=6'} + deferred-leveldown@5.3.0: dependencies: abstract-leveldown: 6.2.3 inherits: 2.0.4 - dev: false - - /define-data-property@1.1.1: - resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} - engines: {node: '>= 0.4'} - dependencies: - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - dev: false - /define-data-property@1.1.4: - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} - engines: {node: '>= 0.4'} + define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 gopd: 1.0.1 - dev: false - /define-properties@1.2.1: - resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} - engines: {node: '>= 0.4'} + define-properties@1.2.1: dependencies: define-data-property: 1.1.4 has-property-descriptors: 1.0.2 object-keys: 1.1.1 - dev: false - /define-property@1.0.0: - resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} - engines: {node: '>=0.10.0'} + define-property@1.0.0: dependencies: is-descriptor: 1.0.3 - dev: false - /delayed-stream@1.0.0: - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} - engines: {node: '>=0.4.0'} - dev: false + delayed-stream@1.0.0: {} - /delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - requiresBuild: true - dev: false + delegates@1.0.0: optional: true - /depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} - dev: false + depd@2.0.0: {} - /destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dev: false + dequal@2.0.3: {} - /detect-libc@2.0.3: - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} - engines: {node: '>=8'} - dev: false + destroy@1.2.0: {} - /detect-node@2.1.0: - resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} - dev: false + detect-libc@2.0.3: {} - /diff-match-patch@1.0.5: - resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} - dev: false + detect-node@2.1.0: {} - /diff@4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} - dev: false + diff-match-patch@1.0.5: {} - /diff@5.0.0: - resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==} - engines: {node: '>=0.3.1'} - dev: false + diff@4.0.2: {} - /diff@5.2.0: - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} - engines: {node: '>=0.3.1'} - dev: false + diff@5.2.0: {} - /dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + dir-glob@3.0.1: dependencies: path-type: 4.0.0 - dev: true - /doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + doctrine@3.0.0: dependencies: esutils: 2.0.3 - dev: true - /dom-walk@0.1.2: - resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} - dev: false + dom-walk@0.1.2: {} - /dotenv@16.4.5: - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} - engines: {node: '>=12'} - dev: false + dotenv@16.4.5: {} - /eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - dev: false + eastasianwidth@0.2.0: {} - /ecc-jsbn@0.1.2: - resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} + ecc-jsbn@0.1.2: dependencies: jsbn: 0.1.1 safer-buffer: 2.1.2 - dev: false - /ed2curve@0.3.0: - resolution: {integrity: sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==} + ed2curve@0.3.0: dependencies: tweetnacl: 1.0.3 - dev: false - /ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - dev: false + ee-first@1.1.1: {} - /elliptic@6.5.4: - resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} + elliptic@6.5.4: dependencies: bn.js: 4.12.0 brorand: 1.1.0 @@ -7020,10 +10547,8 @@ packages: inherits: 2.0.4 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - dev: false - /elliptic@6.5.5: - resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} + elliptic@6.5.7: dependencies: bn.js: 4.12.0 brorand: 1.1.0 @@ -7032,87 +10557,52 @@ packages: inherits: 2.0.4 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - dev: false - /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + emoji-regex@8.0.0: {} - /emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - dev: false + emoji-regex@9.2.2: {} - /encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} - dev: false + encodeurl@1.0.2: {} - /encoding-down@6.3.0: - resolution: {integrity: sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==} - engines: {node: '>=6'} + encodeurl@2.0.0: {} + + encoding-down@6.3.0: dependencies: abstract-leveldown: 6.3.0 inherits: 2.0.4 level-codec: 9.0.2 level-errors: 2.0.1 - dev: false - /encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} - requiresBuild: true + encoding@0.1.13: dependencies: iconv-lite: 0.6.3 - dev: false optional: true - /end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + end-of-stream@1.4.4: dependencies: once: 1.4.0 - dev: false - /entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} - dev: false + entities@4.5.0: {} - /env-paths@2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} - requiresBuild: true - dev: false + env-paths@2.2.1: optional: true - /err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} - requiresBuild: true - dev: false + err-code@2.0.3: optional: true - /err-code@3.0.1: - resolution: {integrity: sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==} - dev: false + err-code@3.0.1: {} - /errno@0.1.8: - resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} - hasBin: true + errno@0.1.8: dependencies: prr: 1.0.1 - dev: false - /es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} - engines: {node: '>= 0.4'} + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 - dev: false - /es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} - engines: {node: '>= 0.4'} - dev: false + es-errors@1.3.0: {} - /es-get-iterator@1.1.3: - resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + es-get-iterator@1.1.3: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 @@ -7123,88 +10613,37 @@ packages: is-string: 1.0.7 isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - dev: false - /es5-ext@0.10.64: - resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} - engines: {node: '>=0.10'} - requiresBuild: true + es5-ext@0.10.64: dependencies: es6-iterator: 2.0.3 es6-symbol: 3.1.4 esniff: 2.0.1 next-tick: 1.1.0 - dev: false - /es6-error@4.1.1: - resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} - dev: false + es6-error@4.1.1: {} - /es6-iterator@2.0.3: - resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} + es6-iterator@2.0.3: dependencies: d: 1.0.2 es5-ext: 0.10.64 es6-symbol: 3.1.4 - dev: false - /es6-promise@4.2.8: - resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} - dev: false + es6-promise@4.2.8: {} - /es6-symbol@3.1.4: - resolution: {integrity: sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==} - engines: {node: '>=0.12'} + es6-symbol@3.1.4: dependencies: d: 1.0.2 ext: 1.7.0 - dev: false - /es6-weak-map@2.0.3: - resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} + es6-weak-map@2.0.3: dependencies: d: 1.0.2 es5-ext: 0.10.64 es6-iterator: 2.0.3 es6-symbol: 3.1.4 - dev: false - /esbuild@0.19.12: - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/aix-ppc64': 0.19.12 - '@esbuild/android-arm': 0.19.12 - '@esbuild/android-arm64': 0.19.12 - '@esbuild/android-x64': 0.19.12 - '@esbuild/darwin-arm64': 0.19.12 - '@esbuild/darwin-x64': 0.19.12 - '@esbuild/freebsd-arm64': 0.19.12 - '@esbuild/freebsd-x64': 0.19.12 - '@esbuild/linux-arm': 0.19.12 - '@esbuild/linux-arm64': 0.19.12 - '@esbuild/linux-ia32': 0.19.12 - '@esbuild/linux-loong64': 0.19.12 - '@esbuild/linux-mips64el': 0.19.12 - '@esbuild/linux-ppc64': 0.19.12 - '@esbuild/linux-riscv64': 0.19.12 - '@esbuild/linux-s390x': 0.19.12 - '@esbuild/linux-x64': 0.19.12 - '@esbuild/netbsd-x64': 0.19.12 - '@esbuild/openbsd-x64': 0.19.12 - '@esbuild/sunos-x64': 0.19.12 - '@esbuild/win32-arm64': 0.19.12 - '@esbuild/win32-ia32': 0.19.12 - '@esbuild/win32-x64': 0.19.12 - dev: false - - /esbuild@0.21.5: - resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true + esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 '@esbuild/android-arm': 0.21.5 @@ -7229,69 +10668,62 @@ packages: '@esbuild/win32-arm64': 0.21.5 '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - dev: false - - /escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} - - /escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} - dev: false - /escape-latex@1.2.0: - resolution: {integrity: sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==} - dev: false - - /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} - - /escape-string-regexp@5.0.0: - resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} - engines: {node: '>=12'} - dev: false - - /eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.5.0)(eslint@8.57.0): - resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/eslint-plugin': 6 - 7 - eslint: '8' - peerDependenciesMeta: - '@typescript-eslint/eslint-plugin': - optional: true + esbuild@0.23.1: + optionalDependencies: + '@esbuild/aix-ppc64': 0.23.1 + '@esbuild/android-arm': 0.23.1 + '@esbuild/android-arm64': 0.23.1 + '@esbuild/android-x64': 0.23.1 + '@esbuild/darwin-arm64': 0.23.1 + '@esbuild/darwin-x64': 0.23.1 + '@esbuild/freebsd-arm64': 0.23.1 + '@esbuild/freebsd-x64': 0.23.1 + '@esbuild/linux-arm': 0.23.1 + '@esbuild/linux-arm64': 0.23.1 + '@esbuild/linux-ia32': 0.23.1 + '@esbuild/linux-loong64': 0.23.1 + '@esbuild/linux-mips64el': 0.23.1 + '@esbuild/linux-ppc64': 0.23.1 + '@esbuild/linux-riscv64': 0.23.1 + '@esbuild/linux-s390x': 0.23.1 + '@esbuild/linux-x64': 0.23.1 + '@esbuild/netbsd-x64': 0.23.1 + '@esbuild/openbsd-arm64': 0.23.1 + '@esbuild/openbsd-x64': 0.23.1 + '@esbuild/sunos-x64': 0.23.1 + '@esbuild/win32-arm64': 0.23.1 + '@esbuild/win32-ia32': 0.23.1 + '@esbuild/win32-x64': 0.23.1 + + escalade@3.2.0: {} + + escape-html@1.0.3: {} + + escape-latex@1.2.0: {} + + escape-string-regexp@4.0.0: {} + + eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0): dependencies: - '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.6.2) eslint: 8.57.0 eslint-rule-composer: 0.3.0 - dev: true + optionalDependencies: + '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2) - /eslint-rule-composer@0.3.0: - resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==} - engines: {node: '>=4.0.0'} - dev: true + eslint-rule-composer@0.3.0: {} - /eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - dev: true - /eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + eslint-visitor-keys@3.4.3: {} - /eslint@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true + eslint@8.57.0: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.11.1 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.57.0 '@humanwhocodes/config-array': 0.11.14 @@ -7307,7 +10739,7 @@ packages: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - esquery: 1.5.0 + esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 @@ -7315,7 +10747,7 @@ packages: glob-parent: 6.0.2 globals: 13.24.0 graphemer: 1.4.0 - ignore: 5.3.1 + ignore: 5.3.2 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 @@ -7330,110 +10762,91 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color - dev: true - /esniff@2.0.1: - resolution: {integrity: sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==} - engines: {node: '>=0.10'} + esniff@2.0.1: dependencies: d: 1.0.2 es5-ext: 0.10.64 event-emitter: 0.3.5 type: 2.7.3 - dev: false - /espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + espree@9.6.1: dependencies: acorn: 8.12.1 acorn-jsx: 5.3.2(acorn@8.12.1) eslint-visitor-keys: 3.4.3 - dev: true - /esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + esquery@1.6.0: dependencies: estraverse: 5.3.0 - dev: true - /esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + esrecurse@4.3.0: dependencies: estraverse: 5.3.0 - dev: true - /estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} - dev: true + estraverse@5.3.0: {} - /estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - dev: false + estree-walker@2.0.2: {} - /estree-walker@3.0.3: - resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 - dev: false + '@types/estree': 1.0.6 - /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} - dev: true + esutils@2.0.3: {} - /etag@1.8.1: - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} - engines: {node: '>= 0.6'} - dev: false + etag@1.8.1: {} - /eth-ens-namehash@2.0.8: - resolution: {integrity: sha512-VWEI1+KJfz4Km//dadyvBBoBeSQ0MHTXPvr8UIXiLW6IanxvAV+DmlZAijZwAyggqGUfwQBeHf7tc9wzc1piSw==} + eth-ens-namehash@2.0.8: dependencies: idna-uts46-hx: 2.3.1 js-sha3: 0.5.7 - dev: false - /eth-lib@0.1.29: - resolution: {integrity: sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==} + eth-lib@0.1.29(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: bn.js: 4.12.0 - elliptic: 6.5.5 + elliptic: 6.5.7 nano-json-stream-parser: 0.1.2 servify: 0.1.12 - ws: 3.3.3 + ws: 3.3.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) xhr-request-promise: 0.1.3 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /eth-lib@0.2.8: - resolution: {integrity: sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==} + eth-lib@0.2.8: + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.7 + xhr-request-promise: 0.1.3 + + eth-object@https://codeload.github.com/aurora-is-near/eth-object/tar.gz/378b8dbf44a71f7049666cea5a16ab88d45aed06(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): + dependencies: + eth-util-lite: https://codeload.github.com/near/eth-util-lite/tar.gz/427b7634a123d171432f3b38c6542913a3897ac7 + ethereumjs-util: 7.1.5 + web3: 1.10.4(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + eth-util-lite@https://codeload.github.com/near/eth-util-lite/tar.gz/427b7634a123d171432f3b38c6542913a3897ac7: dependencies: bn.js: 4.12.0 - elliptic: 6.5.5 - xhr-request-promise: 0.1.3 - dev: false + js-sha3: 0.8.0 + rlp: 2.2.7 + safe-buffer: 5.2.1 - /ethereum-blockies-base64@1.0.2: - resolution: {integrity: sha512-Vg2HTm7slcWNKaRhCUl/L3b4KrB8ohQXdd5Pu3OI897EcR6tVRvUqdTwAyx+dnmoDzj8e2bwBLDQ50ByFmcz6w==} + ethereum-blockies-base64@1.0.2: dependencies: pnglib: 0.0.1 - dev: false - /ethereum-bloom-filters@1.0.10: - resolution: {integrity: sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==} + ethereum-bloom-filters@1.2.0: dependencies: - js-sha3: 0.8.0 - dev: false + '@noble/hashes': 1.5.0 - /ethereum-cryptography@0.1.3: - resolution: {integrity: sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==} + ethereum-cryptography@0.1.3: dependencies: '@types/pbkdf2': 3.1.2 '@types/secp256k1': 4.0.6 @@ -7450,31 +10863,23 @@ packages: scrypt-js: 3.0.1 secp256k1: 4.0.3 setimmediate: 1.0.5 - dev: false - /ethereum-cryptography@2.2.1: - resolution: {integrity: sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==} + ethereum-cryptography@2.2.1: dependencies: '@noble/curves': 1.4.2 '@noble/hashes': 1.4.0 '@scure/bip32': 1.4.0 '@scure/bip39': 1.3.0 - dev: false - /ethereumjs-util@7.1.5: - resolution: {integrity: sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==} - engines: {node: '>=10.0.0'} + ethereumjs-util@7.1.5: dependencies: - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 create-hash: 1.2.0 ethereum-cryptography: 0.1.3 rlp: 2.2.7 - dev: false - /ethers@6.13.1: - resolution: {integrity: sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==} - engines: {node: '>=14.0.0'} + ethers@6.13.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@adraffy/ens-normalize': 1.10.1 '@noble/curves': 1.2.0 @@ -7482,15 +10887,12 @@ packages: '@types/node': 18.15.13 aes-js: 4.0.0-beta.5 tslib: 2.4.0 - ws: 8.17.1 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false - /ethers@6.13.2: - resolution: {integrity: sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==} - engines: {node: '>=14.0.0'} + ethers@6.13.2(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@adraffy/ens-normalize': 1.10.1 '@noble/curves': 1.2.0 @@ -7498,59 +10900,37 @@ packages: '@types/node': 18.15.13 aes-js: 4.0.0-beta.5 tslib: 2.4.0 - ws: 8.17.1 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false - /ethjs-unit@0.1.6: - resolution: {integrity: sha512-/Sn9Y0oKl0uqQuvgFk/zQgR7aw1g36qX/jzSQ5lSwlO0GigPymk4eGQfeNTD03w1dPOqfz8V77Cy43jH56pagw==} - engines: {node: '>=6.5.0', npm: '>=3'} + ethjs-unit@0.1.6: dependencies: bn.js: 4.11.6 number-to-bn: 1.7.0 - dev: false - /event-emitter@0.3.5: - resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==} + event-emitter@0.3.5: dependencies: d: 1.0.2 es5-ext: 0.10.64 - dev: false - /event-target-shim@5.0.1: - resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} - engines: {node: '>=6'} - dev: false + event-target-shim@5.0.1: {} - /eventemitter3@4.0.4: - resolution: {integrity: sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==} - dev: false + eventemitter3@4.0.4: {} - /eventemitter3@4.0.7: - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - dev: false + eventemitter3@4.0.7: {} - /eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} - dev: false + eventemitter3@5.0.1: {} - /events@3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} - dev: false + events@3.3.0: {} - /evp_bytestokey@1.0.3: - resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + evp_bytestokey@1.0.3: dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 - dev: false - /execa@5.1.1: - resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} - engines: {node: '>=10'} + execa@5.1.1: dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -7561,43 +10941,37 @@ packages: onetime: 5.1.2 signal-exit: 3.0.7 strip-final-newline: 2.0.0 - dev: false - /expand-template@2.0.3: - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} - engines: {node: '>=6'} - dev: false + expand-template@2.0.3: {} - /express@4.18.2: - resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} - engines: {node: '>= 0.10.0'} + express@4.21.0: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.1 + body-parser: 1.20.3 content-disposition: 0.5.4 content-type: 1.0.5 - cookie: 0.5.0 + cookie: 0.6.0 cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0 - encodeurl: 1.0.2 + encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.2.0 + finalhandler: 1.3.1 fresh: 0.5.2 http-errors: 2.0.0 - merge-descriptors: 1.0.1 + merge-descriptors: 1.0.3 methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.7 + path-to-regexp: 0.1.10 proxy-addr: 2.0.7 - qs: 6.11.0 + qs: 6.13.0 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.18.0 - serve-static: 1.15.0 + send: 0.19.0 + serve-static: 1.16.2 setprototypeof: 1.2.0 statuses: 2.0.1 type-is: 1.6.18 @@ -7605,137 +10979,77 @@ packages: vary: 1.1.2 transitivePeerDependencies: - supports-color - dev: false - /ext@1.7.0: - resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} + ext@1.7.0: dependencies: type: 2.7.3 - dev: false - /extend@3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - dev: false + extend@3.0.2: {} - /external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + external-editor@3.1.0: dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 - dev: false - /extsprintf@1.3.0: - resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} - engines: {'0': node >=0.6.0} - dev: false + extsprintf@1.3.0: {} - /fast-copy@3.0.2: - resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} - dev: false + fast-copy@3.0.2: {} - /fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + fast-deep-equal@3.1.3: {} - /fast-glob@3.3.2: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} - engines: {node: '>=8.6.0'} + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 - dev: true + micromatch: 4.0.8 - /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + fast-json-stable-stringify@2.1.0: {} - /fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - dev: true + fast-levenshtein@2.0.6: {} - /fast-redact@3.5.0: - resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==} - engines: {node: '>=6'} - dev: false + fast-redact@3.5.0: {} - /fast-safe-stringify@2.1.1: - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - dev: false + fast-safe-stringify@2.1.1: {} - /fast-sha256@1.3.0: - resolution: {integrity: sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==} - dev: false + fast-sha256@1.3.0: {} - /fastq@1.17.1: - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + fastq@1.17.1: dependencies: reusify: 1.0.4 - dev: true - /fdir@6.3.0(picomatch@4.0.2): - resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} - peerDependencies: - picomatch: ^3 || ^4 - peerDependenciesMeta: - picomatch: - optional: true - dependencies: + fdir@6.4.0(picomatch@4.0.2): + optionalDependencies: picomatch: 4.0.2 - dev: false - /fetch-blob@3.2.0: - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} - engines: {node: ^12.20 || >= 14.13} + fetch-blob@3.2.0: dependencies: node-domexception: 1.0.0 - web-streams-polyfill: 3.2.1 - dev: false + web-streams-polyfill: 3.3.3 - /fflate@0.8.2: - resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} - dev: false + fflate@0.8.2: {} - /fft-js@0.0.12: - resolution: {integrity: sha512-nLOa0/SYYnN2NPcLrI81UNSPxyg3q0sGiltfe9G1okg0nxs5CqAwtmaqPQdGcOryeGURaCoQx8Y4AUkhGTh7IQ==} - engines: {node: '>=0.12.0'} + fft-js@0.0.12: dependencies: bit-twiddle: 1.0.2 commander: 2.7.1 - dev: false - /file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + file-entry-cache@6.0.1: dependencies: flat-cache: 3.2.0 - dev: true - - /file-uri-to-path@1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - dev: false - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} - dependencies: - to-regex-range: 5.0.1 - dev: false + file-uri-to-path@1.0.0: {} - /fill-range@7.1.1: - resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} - engines: {node: '>=8'} + fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 - /finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} + finalhandler@1.3.1: dependencies: debug: 2.6.9 - encodeurl: 1.0.2 + encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 @@ -7743,167 +11057,95 @@ packages: unpipe: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - /find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + find-up@5.0.0: dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - /flat-cache@3.2.0: - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} - engines: {node: ^10.12.0 || >=12.0.0} + flat-cache@3.2.0: dependencies: flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 - dev: true - /flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} - hasBin: true - dev: false + flat@5.0.2: {} - /flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + flatted@3.3.1: {} - /follow-redirects@1.15.6(debug@4.3.7): - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dependencies: + follow-redirects@1.15.9(debug@4.3.7): + optionalDependencies: debug: 4.3.7(supports-color@8.1.1) - dev: false - /for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + for-each@0.3.3: dependencies: is-callable: 1.2.7 - dev: false - /foreground-child@3.2.1: - resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==} - engines: {node: '>=14'} + foreground-child@3.3.0: dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 - dev: false - /forever-agent@0.6.1: - resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} - dev: false + forever-agent@0.6.1: {} - /form-data-encoder@1.7.1: - resolution: {integrity: sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==} - dev: false + form-data-encoder@1.7.1: {} - /form-data@2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} - engines: {node: '>= 0.12'} + form-data@2.3.3: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - dev: false - /form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} + form-data@4.0.0: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - dev: false - /formdata-polyfill@4.0.10: - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} - engines: {node: '>=12.20.0'} + formdata-polyfill@4.0.10: dependencies: fetch-blob: 3.2.0 - dev: false - /forwarded@0.2.0: - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} - engines: {node: '>= 0.6'} - dev: false + forwarded@0.2.0: {} - /fraction.js@4.3.7: - resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - dev: false + fraction.js@4.3.7: {} - /fresh@0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} - engines: {node: '>= 0.6'} - dev: false + fresh@0.5.2: {} - /fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - dev: false + fs-constants@1.0.0: {} - /fs-extra@11.2.0: - resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} - engines: {node: '>=14.14'} + fs-extra@11.2.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 - dev: false - /fs-extra@4.0.3: - resolution: {integrity: sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==} + fs-extra@4.0.3: dependencies: graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 - dev: false - /fs-minipass@1.2.7: - resolution: {integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==} + fs-minipass@1.2.7: dependencies: minipass: 2.9.0 - dev: false - /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + fs-minipass@2.1.0: dependencies: minipass: 3.3.6 - dev: false - /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + fs.realpath@1.0.0: {} - /fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - requiresBuild: true - dev: false + fsevents@2.3.3: optional: true - /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - dev: false + function-bind@1.1.2: {} - /functional-red-black-tree@1.0.1: - resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} - dev: false + functional-red-black-tree@1.0.1: {} - /functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - dev: false + functions-have-names@1.2.3: {} - /gauge@4.0.4: - resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - deprecated: This package is no longer supported. - requiresBuild: true + gauge@4.0.4: dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -7913,111 +11155,56 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wide-align: 1.1.5 - dev: false optional: true - /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - - /get-func-name@2.0.2: - resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} - dev: false + get-caller-file@2.0.5: {} - /get-intrinsic@1.2.2: - resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} - dependencies: - function-bind: 1.1.2 - has-proto: 1.0.1 - has-symbols: 1.0.3 - hasown: 2.0.0 - dev: false + get-func-name@2.0.2: {} - /get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} + get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 has-proto: 1.0.3 has-symbols: 1.0.3 hasown: 2.0.2 - dev: false - /get-port@7.1.0: - resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==} - engines: {node: '>=16'} - dev: false + get-port@7.1.0: {} - /get-stream@5.2.0: - resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} - engines: {node: '>=8'} + get-stream@5.2.0: dependencies: - pump: 3.0.0 - dev: false + pump: 3.0.2 - /get-stream@6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} - dev: false + get-stream@6.0.1: {} - /get-tsconfig@4.7.5: - resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + get-tsconfig@4.8.1: dependencies: resolve-pkg-maps: 1.0.0 - dev: false - /getpass@0.1.7: - resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} + getpass@0.1.7: dependencies: assert-plus: 1.0.0 - dev: false - /github-from-package@0.0.0: - resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} - dev: false + github-from-package@0.0.0: {} - /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + glob-parent@5.1.2: dependencies: is-glob: 4.0.3 - /glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + glob-parent@6.0.2: dependencies: is-glob: 4.0.3 - dev: true - /glob@10.4.2: - resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} - engines: {node: '>=16 || 14 >=14.18'} - hasBin: true + glob@10.4.5: dependencies: - foreground-child: 3.2.1 - jackspeak: 3.4.0 + foreground-child: 3.3.0 + jackspeak: 3.4.3 minimatch: 9.0.5 minipass: 7.1.2 - package-json-from-dist: 1.0.0 + package-json-from-dist: 1.0.1 path-scurry: 1.11.1 - dev: false - - /glob@7.2.0: - resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: false - /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported - requiresBuild: true + glob@7.2.3: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -8026,21 +11213,15 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} - deprecated: Glob versions prior to v9 are no longer supported + glob@8.1.0: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 minimatch: 5.1.6 once: 1.4.0 - dev: false - /global-agent@3.0.0: - resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==} - engines: {node: '>=10.0'} + global-agent@3.0.0: dependencies: boolean: 3.2.0 es6-error: 4.1.1 @@ -8048,51 +11229,35 @@ packages: roarr: 2.15.4 semver: 7.6.3 serialize-error: 7.0.1 - dev: false - /global@4.4.0: - resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} + global@4.4.0: dependencies: min-document: 2.19.0 process: 0.11.10 - dev: false - /globals@13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} + globals@13.24.0: dependencies: type-fest: 0.20.2 - dev: true - /globalthis@1.0.4: - resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} - engines: {node: '>= 0.4'} + globalthis@1.0.4: dependencies: define-properties: 1.2.1 gopd: 1.0.1 - dev: false - /globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + globby@11.1.0: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.3.1 + ignore: 5.3.2 merge2: 1.4.1 slash: 3.0.0 - dev: true - /gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + gopd@1.0.1: dependencies: - get-intrinsic: 1.2.2 - dev: false + get-intrinsic: 1.2.4 - /got@11.8.6: - resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} - engines: {node: '>=10.19.0'} + got@11.8.6: dependencies: '@sindresorhus/is': 4.6.0 '@szmarczak/http-timer': 4.0.6 @@ -8105,11 +11270,8 @@ packages: lowercase-keys: 2.0.0 p-cancelable: 2.1.1 responselike: 2.0.1 - dev: false - /got@12.1.0: - resolution: {integrity: sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==} - engines: {node: '>=14.16'} + got@12.1.0: dependencies: '@sindresorhus/is': 4.6.0 '@szmarczak/http-timer': 5.0.1 @@ -8124,347 +11286,200 @@ packages: lowercase-keys: 3.0.0 p-cancelable: 3.0.0 responselike: 2.0.1 - dev: false - /graceful-fs@4.2.10: - resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} - dev: false + graceful-fs@4.2.10: {} - /graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - dev: false + graceful-fs@4.2.11: {} - /graceful-readlink@1.0.1: - resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} - dev: false + graceful-readlink@1.0.1: {} - /graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - dev: true + graphemer@1.4.0: {} - /har-schema@2.0.0: - resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} - engines: {node: '>=4'} - dev: false + handlebars@4.7.8: + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.19.3 - /har-validator@5.1.5: - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} - engines: {node: '>=6'} - deprecated: this library is no longer supported + har-schema@2.0.0: {} + + har-validator@5.1.5: dependencies: ajv: 6.12.6 har-schema: 2.0.0 - dev: false - - /has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - dev: false - /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + has-bigints@1.0.2: {} - /has-property-descriptors@1.0.1: - resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} - dependencies: - get-intrinsic: 1.2.2 - dev: false + has-flag@4.0.0: {} - /has-property-descriptors@1.0.2: - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 - dev: false - - /has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} - dev: false - /has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} - engines: {node: '>= 0.4'} - dev: false + has-proto@1.0.3: {} - /has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} - dev: false + has-symbols@1.0.3: {} - /has-tostringtag@1.0.2: - resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} - engines: {node: '>= 0.4'} + has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 - dev: false - /has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - requiresBuild: true - dev: false + has-unicode@2.0.1: optional: true - /hash-base@3.1.0: - resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} - engines: {node: '>=4'} + hash-base@3.1.0: dependencies: inherits: 2.0.4 readable-stream: 3.6.2 safe-buffer: 5.2.1 - dev: false - /hash.js@1.1.7: - resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + hash.js@1.1.7: dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 - dev: false - - /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} - dependencies: - function-bind: 1.1.2 - dev: false - /hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} + hasown@2.0.2: dependencies: function-bind: 1.1.2 - dev: false - /he@1.2.0: - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} - hasBin: true - dev: false + he@1.2.0: {} - /help-me@5.0.0: - resolution: {integrity: sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==} - dev: false + help-me@5.0.0: {} - /highlight.js@10.7.3: - resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} - dev: false + highlight.js@10.7.3: {} - /hmac-drbg@1.0.1: - resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + hmac-drbg@1.0.1: dependencies: hash.js: 1.1.7 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - dev: false - /html-encoding-sniffer@4.0.0: - resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} - engines: {node: '>=18'} + html-encoding-sniffer@4.0.0: dependencies: whatwg-encoding: 3.1.1 - dev: false - /http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} - dev: false + http-cache-semantics@4.1.1: {} - /http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + http-errors@2.0.0: dependencies: depd: 2.0.0 inherits: 2.0.4 setprototypeof: 1.2.0 statuses: 2.0.1 toidentifier: 1.0.1 - dev: false - /http-https@1.0.0: - resolution: {integrity: sha512-o0PWwVCSp3O0wS6FvNr6xfBCHgt0m1tvPLFOCc2iFDKTRAXhB7m8klDf7ErowFH8POa6dVdGatKU5I1YYwzUyg==} - dev: false + http-https@1.0.0: {} - /http-proxy-agent@4.0.1: - resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} - engines: {node: '>= 6'} - requiresBuild: true + http-proxy-agent@4.0.1: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false optional: true - /http-proxy-agent@7.0.2: - resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} - engines: {node: '>= 14'} + http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false - /http-signature@1.2.0: - resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} - engines: {node: '>=0.8', npm: '>=1.3.7'} + http-signature@1.2.0: dependencies: assert-plus: 1.0.0 jsprim: 1.4.2 sshpk: 1.18.0 - dev: false - /http2-wrapper@1.0.3: - resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==} - engines: {node: '>=10.19.0'} + http2-wrapper@1.0.3: dependencies: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - dev: false - /http2-wrapper@2.2.1: - resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} - engines: {node: '>=10.19.0'} + http2-wrapper@2.2.1: dependencies: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - dev: false - /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} - requiresBuild: true + https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false optional: true - /https-proxy-agent@7.0.5: - resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} - engines: {node: '>= 14'} + https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 debug: 4.3.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color - dev: false - /human-signals@2.1.0: - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} - engines: {node: '>=10.17.0'} - dev: false + human-signals@2.1.0: {} - /humanize-ms@1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} - requiresBuild: true + humanize-ms@1.2.1: dependencies: ms: 2.1.3 - dev: false optional: true - /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 - dev: false - /iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} - requiresBuild: true + iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 - dev: false - /idb@8.0.0: - resolution: {integrity: sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==} - dev: false + idb@8.0.0: {} - /idna-uts46-hx@2.3.1: - resolution: {integrity: sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==} - engines: {node: '>=4.0.0'} + idna-uts46-hx@2.3.1: dependencies: punycode: 2.1.0 - dev: false - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false + ieee754@1.2.1: {} - /ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} - engines: {node: '>= 4'} - dev: true + ignore@5.3.2: {} - /immediate@3.2.3: - resolution: {integrity: sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==} - dev: false + immediate@3.2.3: {} - /immediate@3.3.0: - resolution: {integrity: sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==} - dev: false + immediate@3.3.0: {} - /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + import-fresh@3.3.0: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - dev: true - /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} + imurmurhash@0.1.4: {} - /indent-string@4.0.0: - resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} - engines: {node: '>=8'} - requiresBuild: true - dev: false + indent-string@4.0.0: optional: true - /indent-string@5.0.0: - resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} - engines: {node: '>=12'} - dev: false - - /infer-owner@1.0.4: - resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} - requiresBuild: true - dev: false + infer-owner@1.0.4: optional: true - /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + inflight@1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + inherits@2.0.4: {} - /ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - dev: false + ini@1.3.8: {} - /inquirer-press-to-continue@1.2.0(inquirer@9.3.3): - resolution: {integrity: sha512-HdKOgEAydYhI3OKLy5S4LMi7a/AHJjPzF06mHqbdVxlTmHOaytQVBaVbQcSytukD70K9FYLhYicNOPuNjFiWVQ==} - peerDependencies: - inquirer: '>=8.0.0 <10.0.0' + inquirer-press-to-continue@1.2.0(inquirer@9.3.3): dependencies: deep-equal: 2.2.3 inquirer: 9.3.3 ora: 6.3.1 - dev: false - /inquirer@9.3.3: - resolution: {integrity: sha512-Z7lAi4XUBYRa6NPB0k+0+3dyhnyp2sAqVeiyogHyue93DvE9dPxp7oi7Gg8/KfWXSrGEsyBvZbl4PdBpS7ZKkg==} - engines: {node: '>=18'} + inquirer@9.3.3: dependencies: - '@inquirer/figures': 1.0.3 + '@inquirer/figures': 1.0.6 ansi-escapes: 4.3.2 cli-width: 4.1.0 external-editor: 3.1.0 @@ -8476,373 +11491,200 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 - dev: false - /internal-slot@1.0.7: - resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} - engines: {node: '>= 0.4'} + internal-slot@1.0.7: dependencies: es-errors: 1.3.0 hasown: 2.0.2 side-channel: 1.0.6 - dev: false - /ip-address@9.0.5: - resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} - engines: {node: '>= 12'} - requiresBuild: true + ip-address@9.0.5: dependencies: jsbn: 1.1.0 sprintf-js: 1.1.3 - dev: false optional: true - /ip-regex@4.3.0: - resolution: {integrity: sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==} - engines: {node: '>=8'} - dev: false + ip-regex@4.3.0: {} - /ipaddr.js@1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} - dev: false + ipaddr.js@1.9.1: {} - /is-accessor-descriptor@1.0.1: - resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} - engines: {node: '>= 0.10'} + is-accessor-descriptor@1.0.1: dependencies: hasown: 2.0.2 - dev: false - /is-arguments@1.1.1: - resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} - engines: {node: '>= 0.4'} + is-arguments@1.1.1: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - dev: false - /is-array-buffer@3.0.4: - resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} - engines: {node: '>= 0.4'} + is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 - dev: false - /is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.0.4: dependencies: has-bigints: 1.0.2 - dev: false - /is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + is-binary-path@2.1.0: dependencies: - binary-extensions: 2.2.0 - dev: false + binary-extensions: 2.3.0 - /is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} + is-boolean-object@1.1.2: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - dev: false - /is-buffer@1.1.6: - resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} - dev: false + is-buffer@1.1.6: {} - /is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} - dev: false + is-callable@1.2.7: {} - /is-data-descriptor@1.0.1: - resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} - engines: {node: '>= 0.4'} + is-data-descriptor@1.0.1: dependencies: hasown: 2.0.2 - dev: false - /is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} + is-date-object@1.0.5: dependencies: has-tostringtag: 1.0.2 - dev: false - /is-descriptor@1.0.3: - resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==} - engines: {node: '>= 0.4'} + is-descriptor@1.0.3: dependencies: is-accessor-descriptor: 1.0.1 is-data-descriptor: 1.0.1 - dev: false - /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} + is-extglob@2.1.1: {} - /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + is-fullwidth-code-point@3.0.0: {} - /is-function@1.0.2: - resolution: {integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==} - dev: false + is-function@1.0.2: {} - /is-generator-function@1.0.10: - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} - engines: {node: '>= 0.4'} + is-generator-function@1.0.10: dependencies: has-tostringtag: 1.0.2 - dev: false - /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + is-glob@4.0.3: dependencies: is-extglob: 2.1.1 - /is-hex-prefixed@1.0.0: - resolution: {integrity: sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==} - engines: {node: '>=6.5.0', npm: '>=3'} - dev: false + is-hex-prefixed@1.0.0: {} - /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} - dev: false + is-interactive@1.0.0: {} - /is-interactive@2.0.0: - resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} - engines: {node: '>=12'} - dev: false + is-interactive@2.0.0: {} - /is-lambda@1.0.1: - resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} - requiresBuild: true - dev: false + is-lambda@1.0.1: optional: true - /is-map@2.0.3: - resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} - engines: {node: '>= 0.4'} - dev: false + is-map@2.0.3: {} - /is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} + is-number-object@1.0.7: dependencies: has-tostringtag: 1.0.2 - dev: false - /is-number@3.0.0: - resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} - engines: {node: '>=0.10.0'} + is-number@3.0.0: dependencies: kind-of: 3.2.2 - dev: false - /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} + is-number@7.0.0: {} - /is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - dev: true + is-path-inside@3.0.3: {} - /is-plain-obj@2.1.0: - resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} - engines: {node: '>=8'} - dev: false + is-plain-obj@2.1.0: {} - /is-potential-custom-element-name@1.0.1: - resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} - dev: false + is-potential-custom-element-name@1.0.1: {} - /is-promise@2.2.2: - resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} - dev: false + is-promise@2.2.2: {} - /is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} + is-regex@1.1.4: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - dev: false - /is-set@2.0.3: - resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} - engines: {node: '>= 0.4'} - dev: false + is-set@2.0.3: {} - /is-shared-array-buffer@1.0.3: - resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} - engines: {node: '>= 0.4'} + is-shared-array-buffer@1.0.3: dependencies: call-bind: 1.0.7 - dev: false - /is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} - dev: false + is-stream@2.0.1: {} - /is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} + is-string@1.0.7: dependencies: has-tostringtag: 1.0.2 - dev: false - /is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + is-symbol@1.0.4: dependencies: has-symbols: 1.0.3 - dev: false - /is-typed-array@1.1.13: - resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} - engines: {node: '>= 0.4'} + is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 - dev: false - /is-typedarray@1.0.0: - resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - dev: false + is-typedarray@1.0.0: {} - /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - dev: false + is-unicode-supported@0.1.0: {} - /is-unicode-supported@1.3.0: - resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} - engines: {node: '>=12'} - dev: false + is-unicode-supported@1.3.0: {} - /is-weakmap@2.0.2: - resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} - engines: {node: '>= 0.4'} - dev: false + is-weakmap@2.0.2: {} - /is-weakset@2.0.3: - resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} - engines: {node: '>= 0.4'} + is-weakset@2.0.3: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 - dev: false - /isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - dev: false + isarray@2.0.5: {} - /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - requiresBuild: true + isexe@2.0.0: {} - /iso-random-stream@2.0.2: - resolution: {integrity: sha512-yJvs+Nnelic1L2vH2JzWvvPQFA4r7kSTnpST/+LkAQjSz0hos2oqLD+qIVi9Qk38Hoe7mNDt3j0S27R58MVjLQ==} - engines: {node: '>=10'} + iso-random-stream@2.0.2: dependencies: events: 3.3.0 readable-stream: 3.6.2 - dev: false - /isomorphic-ws@5.0.0(ws@8.18.0): - resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} - peerDependencies: - ws: '*' + isomorphic-ws@5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: - ws: 8.18.0 - dev: false + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) - /isows@1.0.4(ws@8.17.1): - resolution: {integrity: sha512-hEzjY+x9u9hPmBom9IIAqdJCwNLax+xrPb51vEPpERoFlIxgmZcHzsT5jKG06nvInKOBGvReAVz80Umed5CczQ==} - peerDependencies: - ws: '*' + isows@1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: - ws: 8.17.1 - dev: false + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - /isstream@0.1.2: - resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} - dev: false + isstream@0.1.2: {} - /jackspeak@3.4.0: - resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==} - engines: {node: '>=14'} + jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 - dev: false - /javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} - dev: false + javascript-natural-sort@0.7.1: {} - /jdenticon@3.2.0: - resolution: {integrity: sha512-z6Iq3fTODUMSOiR2nNYrqigS6Y0GvdXfyQWrUby7htDHvX7GNEwaWR4hcaL+FmhEgBe08Xkup/BKxXQhDJByPA==} - engines: {node: '>=6.4.0'} - hasBin: true + jdenticon@3.2.0: dependencies: canvas-renderer: 2.2.1 - dev: false - /joycon@3.1.1: - resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} - engines: {node: '>=10'} - dev: false + joycon@3.1.1: {} - /js-sha3@0.5.7: - resolution: {integrity: sha512-GII20kjaPX0zJ8wzkTbNDYMY7msuZcTWk8S5UOh6806Jq/wz1J8/bnr8uGU0DAUmYDjj2Mr4X1cW8v/GLYnR+g==} - dev: false + js-sha3@0.5.7: {} - /js-sha3@0.8.0: - resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} - dev: false + js-sha3@0.8.0: {} - /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - dev: false + js-tokens@4.0.0: {} - /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} - hasBin: true + js-yaml@4.1.0: dependencies: argparse: 2.0.1 - /jsbn@0.1.1: - resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} - dev: false + jsbn@0.1.1: {} - /jsbn@1.1.0: - resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - requiresBuild: true - dev: false + jsbn@1.1.0: optional: true - /jsdom@23.2.0: - resolution: {integrity: sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==} - engines: {node: '>=18'} - peerDependencies: - canvas: ^2.11.2 - peerDependenciesMeta: - canvas: - optional: true + jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@asamuzakjp/dom-selector': 2.0.2 - cssstyle: 4.0.1 + cssstyle: 4.1.0 data-urls: 5.0.0 decimal.js: 10.4.3 form-data: 4.0.0 @@ -8860,199 +11702,128 @@ packages: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /json-bigint@1.0.0: - resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} + json-bigint@1.0.0: dependencies: bignumber.js: 9.1.2 - dev: false - /json-buffer@3.0.1: - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + json-buffer@3.0.1: {} - /json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + json-schema-traverse@0.4.1: {} - /json-schema@0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} - dev: false + json-schema@0.4.0: {} - /json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - dev: true + json-stable-stringify-without-jsonify@1.0.1: {} - /json-stable-stringify@1.1.1: - resolution: {integrity: sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==} - engines: {node: '>= 0.4'} + json-stable-stringify@1.1.1: dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 isarray: 2.0.5 jsonify: 0.0.1 object-keys: 1.1.1 - dev: false - /json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - dev: false + json-stringify-safe@5.0.1: {} - /jsonc-parser@3.3.1: - resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} - dev: false + jsonc-parser@3.3.1: {} - /jsondiffpatch@0.5.0: - resolution: {integrity: sha512-Quz3MvAwHxVYNXsOByL7xI5EB2WYOeFswqaHIA3qOK3isRWTxiplBEocmmru6XmxDB2L7jDNYtYA4FyimoAFEw==} - engines: {node: '>=8.17.0'} - hasBin: true + jsondiffpatch@0.5.0: dependencies: chalk: 3.0.0 diff-match-patch: 1.0.5 - dev: false - bundledDependencies: [] - /jsonfile@4.0.0: - resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + jsonfile@4.0.0: optionalDependencies: graceful-fs: 4.2.11 - dev: false - /jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + jsonfile@6.1.0: dependencies: universalify: 2.0.1 optionalDependencies: graceful-fs: 4.2.11 - dev: false - /jsonify@0.0.1: - resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} - dev: false + jsonify@0.0.1: {} - /jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} - dev: false + jsonparse@1.3.1: {} - /jsprim@1.4.2: - resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} - engines: {node: '>=0.6.0'} + jsprim@1.4.2: dependencies: assert-plus: 1.0.0 extsprintf: 1.3.0 json-schema: 0.4.0 verror: 1.10.0 - dev: false - /keccak@3.0.4: - resolution: {integrity: sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==} - engines: {node: '>=10.0.0'} - requiresBuild: true + keccak@3.0.4: dependencies: node-addon-api: 2.0.2 - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 readable-stream: 3.6.2 - dev: false - /keyv@4.5.4: - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + keyv@4.5.4: dependencies: json-buffer: 3.0.1 - /kind-of@3.2.2: - resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} - engines: {node: '>=0.10.0'} + kind-of@3.2.2: dependencies: is-buffer: 1.1.6 - dev: false - /level-codec@9.0.2: - resolution: {integrity: sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==} - engines: {node: '>=6'} + kleur@4.1.5: {} + + level-codec@9.0.2: dependencies: buffer: 5.7.1 - dev: false - /level-concat-iterator@2.0.1: - resolution: {integrity: sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==} - engines: {node: '>=6'} - dev: false + level-concat-iterator@2.0.1: {} - /level-errors@2.0.1: - resolution: {integrity: sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==} - engines: {node: '>=6'} + level-errors@2.0.1: dependencies: errno: 0.1.8 - dev: false - /level-iterator-stream@4.0.2: - resolution: {integrity: sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==} - engines: {node: '>=6'} + level-iterator-stream@4.0.2: dependencies: inherits: 2.0.4 readable-stream: 3.6.2 xtend: 4.0.2 - dev: false - /level-mem@5.0.1: - resolution: {integrity: sha512-qd+qUJHXsGSFoHTziptAKXoLX87QjR7v2KMbqncDXPxQuCdsQlzmyX+gwrEHhlzn08vkf8TyipYyMmiC6Gobzg==} - engines: {node: '>=6'} + level-mem@5.0.1: dependencies: level-packager: 5.1.1 memdown: 5.1.0 - dev: false - /level-packager@5.1.1: - resolution: {integrity: sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==} - engines: {node: '>=6'} + level-packager@5.1.1: dependencies: encoding-down: 6.3.0 levelup: 4.4.0 - dev: false - /level-supports@1.0.1: - resolution: {integrity: sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==} - engines: {node: '>=6'} + level-supports@1.0.1: dependencies: xtend: 4.0.2 - dev: false - /level-ws@2.0.0: - resolution: {integrity: sha512-1iv7VXx0G9ec1isqQZ7y5LmoZo/ewAsyDHNA8EFDW5hqH2Kqovm33nSFkSdnLLAK+I5FlT+lo5Cw9itGe+CpQA==} - engines: {node: '>=6'} + level-ws@2.0.0: dependencies: inherits: 2.0.4 readable-stream: 3.6.2 xtend: 4.0.2 - dev: false - /levelup@4.4.0: - resolution: {integrity: sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==} - engines: {node: '>=6'} + levelup@4.4.0: dependencies: deferred-leveldown: 5.3.0 level-errors: 2.0.1 level-iterator-stream: 4.0.2 level-supports: 1.0.1 xtend: 4.0.2 - dev: false - /levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + levn@0.4.1: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 - dev: true - /libp2p-crypto@0.21.2: - resolution: {integrity: sha512-EXFrhSpiHtJ+/L8xXDvQNK5VjUMG51u878jzZcaT5XhuN/zFg6PWJFnl/qB2Y2j7eMWnvCRP7Kp+ua2H36cG4g==} - engines: {node: '>=12.0.0'} + libp2p-crypto@0.21.2: dependencies: '@noble/ed25519': 1.7.3 '@noble/secp256k1': 1.7.1 @@ -9062,123 +11833,65 @@ packages: node-forge: 1.3.1 protobufjs: 6.11.4 uint8arrays: 3.1.1 - dev: false - /locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + locate-path@6.0.0: dependencies: p-locate: 5.0.0 - /lodash.camelcase@4.3.0: - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} - dev: false + lodash.camelcase@4.3.0: {} - /lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + lodash.merge@4.6.2: {} - /lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - dev: false + lodash@4.17.21: {} - /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} + log-symbols@4.1.0: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 - dev: false - /log-symbols@5.1.0: - resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} - engines: {node: '>=12'} + log-symbols@5.1.0: dependencies: chalk: 5.3.0 is-unicode-supported: 1.3.0 - dev: false - /long@4.0.0: - resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} - dev: false + long@4.0.0: {} - /loose-envify@1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true + loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 - dev: false - /loupe@2.3.7: - resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + loupe@2.3.7: dependencies: get-func-name: 2.0.2 - dev: false - /loupe@3.1.1: - resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} + loupe@3.1.1: dependencies: get-func-name: 2.0.2 - dev: false - - /lowercase-keys@2.0.0: - resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} - engines: {node: '>=8'} - dev: false - /lowercase-keys@3.0.0: - resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: false + lowercase-keys@2.0.0: {} - /lru-cache@10.2.0: - resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} - engines: {node: 14 || >=16.14} - dev: false + lowercase-keys@3.0.0: {} - /lru-cache@10.3.0: - resolution: {integrity: sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==} - engines: {node: 14 || >=16.14} - dev: false + lru-cache@10.4.3: {} - /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} - requiresBuild: true + lru-cache@6.0.0: dependencies: yallist: 4.0.0 - dev: false optional: true - /lru-queue@0.1.0: - resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} + lru-queue@0.1.0: dependencies: es5-ext: 0.10.64 - dev: false - - /ltgt@2.2.1: - resolution: {integrity: sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==} - dev: false - /magic-string@0.30.10: - resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - dev: false + ltgt@2.2.1: {} - /magic-string@0.30.11: - resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + magic-string@0.30.11: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - dev: false - /make-error@1.3.6: - resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - dev: false + make-error@1.3.6: {} - /make-fetch-happen@9.1.0: - resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==} - engines: {node: '>= 10'} - requiresBuild: true + make-fetch-happen@9.1.0: dependencies: agentkeepalive: 4.5.0 cacache: 15.3.0 @@ -9199,22 +11912,15 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: false optional: true - /matcher@3.0.0: - resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} - engines: {node: '>=10'} + matcher@3.0.0: dependencies: escape-string-regexp: 4.0.0 - dev: false - /mathjs@13.1.1: - resolution: {integrity: sha512-duaSAy7m4F+QtP1Dyv8MX2XuxcqpNDDlGly0SdVTCqpAmwdOFWilDdQKbLdo9RfD6IDNMOdo9tIsEaTXkconlQ==} - engines: {node: '>= 18'} - hasBin: true + mathjs@13.1.1: dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 complex.js: 2.1.1 decimal.js: 10.4.3 escape-latex: 1.2.0 @@ -9223,28 +11929,39 @@ packages: seedrandom: 3.0.5 tiny-emitter: 2.1.0 typed-function: 4.2.1 - dev: false - /md5.js@1.3.5: - resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + md5.js@1.3.5: dependencies: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 - dev: false - /mdn-data@2.0.30: - resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - dev: false + mdast-util-from-markdown@1.3.1: + dependencies: + '@types/mdast': 3.0.15 + '@types/unist': 2.0.11 + decode-named-character-reference: 1.0.2 + mdast-util-to-string: 3.2.0 + micromark: 3.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-decode-string: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + unist-util-stringify-position: 3.0.3 + uvu: 0.5.6 + transitivePeerDependencies: + - supports-color - /media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} - dev: false + mdast-util-to-string@3.2.0: + dependencies: + '@types/mdast': 3.0.15 - /memdown@5.1.0: - resolution: {integrity: sha512-B3J+UizMRAlEArDjWHTMmadet+UKwHd3UjMgGBkZcKAxAYVPS9o0Yeiha4qvz7iGiL2Sb3igUft6p7nbFWctpw==} - engines: {node: '>=6'} + mdn-data@2.0.30: {} + + media-typer@0.3.0: {} + + memdown@5.1.0: dependencies: abstract-leveldown: 6.2.3 functional-red-black-tree: 1.0.1 @@ -9252,307 +11969,285 @@ packages: inherits: 2.0.4 ltgt: 2.2.1 safe-buffer: 5.2.1 - dev: false - /memoizee@0.4.15: - resolution: {integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==} + memoizee@0.4.15: + dependencies: + d: 1.0.2 + es5-ext: 0.10.64 + es6-weak-map: 2.0.3 + event-emitter: 0.3.5 + is-promise: 2.2.2 + lru-queue: 0.1.0 + next-tick: 1.1.0 + timers-ext: 0.1.8 + + memorystream@0.3.1: {} + + merge-descriptors@1.0.3: {} + + merge-stream@2.0.0: {} + + merge2@1.4.1: {} + + merkle-patricia-tree@4.2.4: + dependencies: + '@types/levelup': 4.3.3 + ethereumjs-util: 7.1.5 + level-mem: 5.0.1 + level-ws: 2.0.0 + readable-stream: 3.6.2 + semaphore-async-await: 1.5.1 + + methods@1.1.2: {} + + micro-ftch@0.3.1: {} + + micromark-core-commonmark@1.1.0: + dependencies: + decode-named-character-reference: 1.0.2 + micromark-factory-destination: 1.1.0 + micromark-factory-label: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-factory-title: 1.1.0 + micromark-factory-whitespace: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-classify-character: 1.1.0 + micromark-util-html-tag-name: 1.2.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + + micromark-factory-destination@1.1.0: + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-factory-label@1.1.0: + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + + micromark-factory-space@1.1.0: + dependencies: + micromark-util-character: 1.2.0 + micromark-util-types: 1.1.0 + + micromark-factory-title@1.1.0: + dependencies: + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-factory-whitespace@1.1.0: + dependencies: + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-util-character@1.2.0: + dependencies: + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-util-chunked@1.1.0: + dependencies: + micromark-util-symbol: 1.1.0 + + micromark-util-classify-character@1.1.0: + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-util-combine-extensions@1.1.0: + dependencies: + micromark-util-chunked: 1.1.0 + micromark-util-types: 1.1.0 + + micromark-util-decode-numeric-character-reference@1.1.0: dependencies: - d: 1.0.2 - es5-ext: 0.10.64 - es6-weak-map: 2.0.3 - event-emitter: 0.3.5 - is-promise: 2.2.2 - lru-queue: 0.1.0 - next-tick: 1.1.0 - timers-ext: 0.1.8 - dev: false + micromark-util-symbol: 1.1.0 - /memorystream@0.3.1: - resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} - engines: {node: '>= 0.10.0'} - dev: false + micromark-util-decode-string@1.1.0: + dependencies: + decode-named-character-reference: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-symbol: 1.1.0 - /merge-descriptors@1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} - dev: false + micromark-util-encode@1.1.0: {} - /merge-stream@2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} - dev: false + micromark-util-html-tag-name@1.2.0: {} - /merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} - dev: true + micromark-util-normalize-identifier@1.1.0: + dependencies: + micromark-util-symbol: 1.1.0 - /merkle-patricia-tree@4.2.4: - resolution: {integrity: sha512-eHbf/BG6eGNsqqfbLED9rIqbsF4+sykEaBn6OLNs71tjclbMcMOk1tEPmJKcNcNCLkvbpY/lwyOlizWsqPNo8w==} + micromark-util-resolve-all@1.1.0: dependencies: - '@types/levelup': 4.3.3 - ethereumjs-util: 7.1.5 - level-mem: 5.0.1 - level-ws: 2.0.0 - readable-stream: 3.6.2 - semaphore-async-await: 1.5.1 - dev: false + micromark-util-types: 1.1.0 - /methods@1.1.2: - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} - engines: {node: '>= 0.6'} - dev: false + micromark-util-sanitize-uri@1.2.0: + dependencies: + micromark-util-character: 1.2.0 + micromark-util-encode: 1.1.0 + micromark-util-symbol: 1.1.0 - /micro-ftch@0.3.1: - resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} - dev: false + micromark-util-subtokenize@1.1.0: + dependencies: + micromark-util-chunked: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 - /micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} - engines: {node: '>=8.6'} + micromark-util-symbol@1.1.0: {} + + micromark-util-types@1.1.0: {} + + micromark@3.2.0: + dependencies: + '@types/debug': 4.1.12 + debug: 4.3.7(supports-color@8.1.1) + decode-named-character-reference: 1.0.2 + micromark-core-commonmark: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-combine-extensions: 1.1.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-encode: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-sanitize-uri: 1.2.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + transitivePeerDependencies: + - supports-color + + micromatch@4.0.8: dependencies: braces: 3.0.3 picomatch: 2.3.1 - dev: true - /mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} - dev: false + mime-db@1.52.0: {} - /mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} + mime-types@2.1.35: dependencies: mime-db: 1.52.0 - dev: false - /mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} - hasBin: true - dev: false + mime@1.6.0: {} - /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} - dev: false + mimic-fn@2.1.0: {} - /mimic-response@1.0.1: - resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} - engines: {node: '>=4'} - dev: false + mimic-response@1.0.1: {} - /mimic-response@3.1.0: - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} - engines: {node: '>=10'} - dev: false + mimic-response@3.1.0: {} - /min-document@2.19.0: - resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} + min-document@2.19.0: dependencies: dom-walk: 0.1.2 - dev: false - /minimalistic-assert@1.0.1: - resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - dev: false + minimalistic-assert@1.0.1: {} - /minimalistic-crypto-utils@1.0.1: - resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - dev: false + minimalistic-crypto-utils@1.0.1: {} - /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 - /minimatch@5.0.1: - resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 2.0.1 - dev: false - - /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} + minimatch@5.1.6: dependencies: brace-expansion: 2.0.1 - dev: false - /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} + minimatch@9.0.3: dependencies: brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.5: - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} - engines: {node: '>=16 || 14 >=14.17'} + minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 - dev: false - /minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - dev: false + minimist@1.2.8: {} - /minipass-collect@1.0.2: - resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} - engines: {node: '>= 8'} - requiresBuild: true + minipass-collect@1.0.2: dependencies: minipass: 3.3.6 - dev: false optional: true - /minipass-fetch@1.4.1: - resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} - engines: {node: '>=8'} - requiresBuild: true + minipass-fetch@1.4.1: dependencies: minipass: 3.3.6 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: encoding: 0.1.13 - dev: false optional: true - /minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} - engines: {node: '>= 8'} - requiresBuild: true + minipass-flush@1.0.5: dependencies: minipass: 3.3.6 - dev: false optional: true - /minipass-pipeline@1.2.4: - resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} - engines: {node: '>=8'} - requiresBuild: true + minipass-pipeline@1.2.4: dependencies: minipass: 3.3.6 - dev: false optional: true - /minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} - engines: {node: '>=8'} - requiresBuild: true + minipass-sized@1.0.3: dependencies: minipass: 3.3.6 - dev: false optional: true - /minipass@2.9.0: - resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} + minipass@2.9.0: dependencies: safe-buffer: 5.2.1 yallist: 3.1.1 - dev: false - /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + minipass@3.3.6: dependencies: yallist: 4.0.0 - dev: false - /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} - dev: false + minipass@5.0.0: {} - /minipass@7.1.2: - resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} - engines: {node: '>=16 || 14 >=14.17'} - dev: false + minipass@7.1.2: {} - /minizlib@1.3.3: - resolution: {integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==} + minizlib@1.3.3: dependencies: minipass: 2.9.0 - dev: false - /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + minizlib@2.1.2: dependencies: minipass: 3.3.6 yallist: 4.0.0 - dev: false - /mkdirp-classic@0.5.3: - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} - dev: false + mkdirp-classic@0.5.3: {} - /mkdirp-promise@5.0.1: - resolution: {integrity: sha512-Hepn5kb1lJPtVW84RFT40YG1OddBNTOVUZR2bzQUHc+Z03en8/3uX0+060JDhcEzyO08HmipsN9DcnFMxhIL9w==} - engines: {node: '>=4'} - deprecated: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. + mkdirp-promise@5.0.1: dependencies: mkdirp: 3.0.1 - dev: false - /mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true + mkdirp@0.5.6: dependencies: minimist: 1.2.8 - dev: false - - /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true - dev: false - /mkdirp@2.1.6: - resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==} - engines: {node: '>=10'} - hasBin: true - dev: false + mkdirp@1.0.4: {} - /mkdirp@3.0.1: - resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} - engines: {node: '>=10'} - hasBin: true - dev: false + mkdirp@2.1.6: {} - /mocha@10.2.0: - resolution: {integrity: sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==} - engines: {node: '>= 14.0.0'} - hasBin: true - dependencies: - ansi-colors: 4.1.1 - browser-stdout: 1.3.1 - chokidar: 3.5.3 - debug: 4.3.4(supports-color@8.1.1) - diff: 5.0.0 - escape-string-regexp: 4.0.0 - find-up: 5.0.0 - glob: 7.2.0 - he: 1.2.0 - js-yaml: 4.1.0 - log-symbols: 4.1.0 - minimatch: 5.0.1 - ms: 2.1.3 - nanoid: 3.3.3 - serialize-javascript: 6.0.0 - strip-json-comments: 3.1.1 - supports-color: 8.1.1 - workerpool: 6.2.1 - yargs: 16.2.0 - yargs-parser: 20.2.4 - yargs-unparser: 2.0.0 - dev: false + mkdirp@3.0.1: {} - /mocha@10.6.0: - resolution: {integrity: sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==} - engines: {node: '>= 14.0.0'} - hasBin: true + mocha@10.7.3: dependencies: ansi-colors: 4.1.3 browser-stdout: 1.3.1 @@ -9574,247 +12269,133 @@ packages: yargs: 16.2.0 yargs-parser: 20.2.9 yargs-unparser: 2.0.0 - dev: false - /mock-fs@4.14.0: - resolution: {integrity: sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==} - dev: false + mock-fs@4.14.0: {} - /mock-socket@9.3.1: - resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==} - engines: {node: '>= 8'} - dev: false + mock-socket@9.3.1: {} - /moonbeam-types-bundle@2.0.10: - resolution: {integrity: sha512-QDk/ktioLqDQCOLUu/+FyyF3UYWdKOqqa6q1vwI75pdKBg5elNpRXugEC1irzkLolTanvMRc2rO+qarT9ijjyg==} + moonbeam-types-bundle@2.0.10(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: - '@polkadot/api': 9.14.2 + '@polkadot/api': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) typescript: 4.9.5 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /mrmime@2.0.0: - resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} - engines: {node: '>=10'} - dev: false + mri@1.2.0: {} - /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - dev: false + mrmime@2.0.0: {} - /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - dev: false + ms@2.0.0: {} - /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + ms@2.1.2: {} - /multibase@0.6.1: - resolution: {integrity: sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==} - deprecated: This module has been superseded by the multiformats module + ms@2.1.3: {} + + multibase@0.6.1: dependencies: base-x: 3.0.10 buffer: 5.7.1 - dev: false - /multibase@0.7.0: - resolution: {integrity: sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==} - deprecated: This module has been superseded by the multiformats module + multibase@0.7.0: dependencies: base-x: 3.0.10 buffer: 5.7.1 - dev: false - /multicodec@0.5.7: - resolution: {integrity: sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==} - deprecated: This module has been superseded by the multiformats module + multicodec@0.5.7: dependencies: varint: 5.0.2 - dev: false - /multicodec@1.0.4: - resolution: {integrity: sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==} - deprecated: This module has been superseded by the multiformats module + multicodec@1.0.4: dependencies: buffer: 5.7.1 varint: 5.0.2 - dev: false - /multiformats@9.9.0: - resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} - dev: false + multiformats@9.9.0: {} - /multihashes@0.4.21: - resolution: {integrity: sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==} + multihashes@0.4.21: dependencies: buffer: 5.7.1 multibase: 0.7.0 varint: 5.0.2 - dev: false - /mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: false + mute-stream@1.0.0: {} - /mz@2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + mz@2.7.0: dependencies: any-promise: 1.3.0 object-assign: 4.1.1 thenify-all: 1.6.0 - dev: false - /nano-json-stream-parser@0.1.2: - resolution: {integrity: sha512-9MqxMH/BSJC7dnLsEMPyfN5Dvoo49IsPFYMcHw3Bcfc2kN0lpHRBSzlMSVx4HGyJ7s9B31CyBTVehWJoQ8Ctew==} - dev: false - - /nanoid@3.3.3: - resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: false + nano-json-stream-parser@0.1.2: {} - /nanoid@3.3.7: - resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: false + nanoid@3.3.7: {} - /napi-build-utils@1.0.2: - resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} - dev: false + napi-build-utils@1.0.2: {} - /napi-maybe-compressed-blob-darwin-arm64@0.0.11: - resolution: {integrity: sha512-hZ9ye4z8iMDVPEnx9A/Ag6k7xHX/BcK5Lntw/VANBUm9ioLSuRvHTALG4XaqVDGXo4U2NFDwSLRDyhFPYvqckQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: false + napi-maybe-compressed-blob-darwin-arm64@0.0.11: optional: true - /napi-maybe-compressed-blob-darwin-x64@0.0.11: - resolution: {integrity: sha512-TqWNP7Vehi73xLXyUGjdLppP0W6T0Ef2D/X9HmAZNwglt+MkTujX10CDODfbFWvGy+NkaC5XqnzxCn19wbZZcA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: false + napi-maybe-compressed-blob-darwin-x64@0.0.11: optional: true - /napi-maybe-compressed-blob-linux-arm64-gnu@0.0.11: - resolution: {integrity: sha512-7D5w6MDZghcb3VtXRg2ShCEh9Z3zMeBVRG4xsMulEWT2j9/09Nopu+9KfI/2ngRvm78MniWSIlqds5PRAlCROA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false + napi-maybe-compressed-blob-linux-arm64-gnu@0.0.11: optional: true - /napi-maybe-compressed-blob-linux-x64-gnu@0.0.11: - resolution: {integrity: sha512-JKY8KcZpQtKiL1smMKfukcOmsDVeZaw9fKXKsWC+wySc2wsvH7V2wy8PffSQ0lWERkI7Yn3k7xPjB463m/VNtg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: false + napi-maybe-compressed-blob-linux-x64-gnu@0.0.11: optional: true - /napi-maybe-compressed-blob@0.0.11: - resolution: {integrity: sha512-1dj4ET34TfEes0+josVLvwpJe337Jk6txd3XUjVmVs3budSo2eEjvN6pX4myYE1pS4x/k2Av57n/ypRl2u++AQ==} - engines: {node: '>= 10'} + napi-maybe-compressed-blob@0.0.11: optionalDependencies: napi-maybe-compressed-blob-darwin-arm64: 0.0.11 napi-maybe-compressed-blob-darwin-x64: 0.0.11 napi-maybe-compressed-blob-linux-arm64-gnu: 0.0.11 napi-maybe-compressed-blob-linux-x64-gnu: 0.0.11 - dev: false - /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - dev: true + natural-compare@1.4.0: {} - /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} - dev: false + negotiator@0.6.3: {} - /next-tick@1.1.0: - resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - dev: false + neo-async@2.6.2: {} - /nock@13.5.4: - resolution: {integrity: sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==} - engines: {node: '>= 10.13'} + next-tick@1.1.0: {} + + nock@13.5.5: dependencies: debug: 4.3.7(supports-color@8.1.1) json-stringify-safe: 5.0.1 propagate: 2.0.1 transitivePeerDependencies: - supports-color - dev: false - /node-abi@3.65.0: - resolution: {integrity: sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==} - engines: {node: '>=10'} + node-abi@3.68.0: dependencies: semver: 7.6.3 - dev: false - /node-addon-api@2.0.2: - resolution: {integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==} - dev: false + node-addon-api@2.0.2: {} - /node-addon-api@7.1.0: - resolution: {integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==} - engines: {node: ^16 || ^18 || >= 20} - dev: false + node-addon-api@7.1.1: {} - /node-domexception@1.0.0: - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} - engines: {node: '>=10.5.0'} - dev: false + node-domexception@1.0.0: {} - /node-fetch@2.7.0: - resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 - dev: false + optionalDependencies: + encoding: 0.1.13 - /node-fetch@3.3.2: - resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + node-fetch@3.3.2: dependencies: data-uri-to-buffer: 4.0.1 fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - dev: false - /node-forge@1.3.1: - resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} - engines: {node: '>= 6.13.0'} - dev: false + node-forge@1.3.1: {} - /node-gyp-build@4.8.1: - resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} - hasBin: true - dev: false + node-gyp-build@4.8.2: {} - /node-gyp@8.4.1: - resolution: {integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==} - engines: {node: '>= 10.12.0'} - hasBin: true - requiresBuild: true + node-gyp@8.4.1: dependencies: env-paths: 2.2.1 glob: 7.2.3 @@ -9829,158 +12410,94 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: false optional: true - /nopt@5.0.0: - resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} - engines: {node: '>=6'} - hasBin: true - requiresBuild: true + nopt@5.0.0: dependencies: abbrev: 1.1.1 - dev: false optional: true - /normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} - dev: false + normalize-path@3.0.0: {} - /normalize-url@6.1.0: - resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} - engines: {node: '>=10'} - dev: false + normalize-url@6.1.0: {} - /npm-run-path@4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} + npm-run-path@4.0.1: dependencies: path-key: 3.1.1 - dev: false - /npmlog@6.0.2: - resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - deprecated: This package is no longer supported. - requiresBuild: true + npmlog@6.0.2: dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 gauge: 4.0.4 set-blocking: 2.0.0 - dev: false optional: true - /number-to-bn@1.7.0: - resolution: {integrity: sha512-wsJ9gfSz1/s4ZsJN01lyonwuxA1tml6X1yBDnfpMglypcBRFZZkus26EdPSlqS5GJfYddVZa22p3VNb3z5m5Ig==} - engines: {node: '>=6.5.0', npm: '>=3'} + number-to-bn@1.7.0: dependencies: bn.js: 4.11.6 strip-hex-prefix: 1.0.0 - dev: false - /nunjucks@3.2.4: - resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==} - engines: {node: '>= 6.9.0'} - hasBin: true - peerDependencies: - chokidar: ^3.3.0 - peerDependenciesMeta: - chokidar: - optional: true + nunjucks@3.2.4(chokidar@3.6.0): dependencies: a-sync-waterfall: 1.0.1 asap: 2.0.6 commander: 5.1.0 - dev: false + optionalDependencies: + chokidar: 3.6.0 - /oauth-sign@0.9.0: - resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} - dev: false + oauth-sign@0.9.0: {} - /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} - dev: false + object-assign@4.1.1: {} - /object-inspect@1.13.2: - resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} - engines: {node: '>= 0.4'} - dev: false + object-inspect@1.13.2: {} - /object-is@1.1.6: - resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} - engines: {node: '>= 0.4'} + object-is@1.1.6: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - dev: false - /object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} - dev: false + object-keys@1.1.1: {} - /object.assign@4.1.5: - resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} - engines: {node: '>= 0.4'} + object.assign@4.1.5: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 - dev: false - /oboe@2.1.5: - resolution: {integrity: sha512-zRFWiF+FoicxEs3jNI/WYUrVEgA7DeET/InK0XQuudGHRg8iIob3cNPrJTKaz4004uaA9Pbe+Dwa8iluhjLZWA==} + oboe@2.1.5: dependencies: http-https: 1.0.0 - dev: false - /octokit@4.0.2: - resolution: {integrity: sha512-wbqF4uc1YbcldtiBFfkSnquHtECEIpYD78YUXI6ri1Im5OO2NLo6ZVpRdbJpdnpZ05zMrVPssNiEo6JQtea+Qg==} - engines: {node: '>= 18'} + octokit@4.0.2: dependencies: - '@octokit/app': 15.0.1 + '@octokit/app': 15.1.0 '@octokit/core': 6.1.2 - '@octokit/oauth-app': 7.1.2 - '@octokit/plugin-paginate-graphql': 5.2.2(@octokit/core@6.1.2) - '@octokit/plugin-paginate-rest': 11.3.0(@octokit/core@6.1.2) - '@octokit/plugin-rest-endpoint-methods': 13.2.1(@octokit/core@6.1.2) - '@octokit/plugin-retry': 7.1.1(@octokit/core@6.1.2) - '@octokit/plugin-throttling': 9.3.0(@octokit/core@6.1.2) - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 - dev: false - - /on-exit-leak-free@2.1.2: - resolution: {integrity: sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==} - engines: {node: '>=14.0.0'} - dev: false + '@octokit/oauth-app': 7.1.3 + '@octokit/plugin-paginate-graphql': 5.2.3(@octokit/core@6.1.2) + '@octokit/plugin-paginate-rest': 11.3.5(@octokit/core@6.1.2) + '@octokit/plugin-rest-endpoint-methods': 13.2.5(@octokit/core@6.1.2) + '@octokit/plugin-retry': 7.1.2(@octokit/core@6.1.2) + '@octokit/plugin-throttling': 9.3.1(@octokit/core@6.1.2) + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 - /on-finished@2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} + on-exit-leak-free@2.1.2: {} + + on-finished@2.4.1: dependencies: ee-first: 1.1.1 - dev: false - /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + once@1.4.0: dependencies: wrappy: 1.0.2 - /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + onetime@5.1.2: dependencies: mimic-fn: 2.1.0 - dev: false - /optionator@0.9.4: - resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} - engines: {node: '>= 0.8.0'} + optionator@0.9.4: dependencies: deep-is: 0.1.4 fast-levenshtein: 2.0.6 @@ -9988,11 +12505,8 @@ packages: prelude-ls: 1.2.1 type-check: 0.4.0 word-wrap: 1.2.5 - dev: true - /ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} + ora@5.4.1: dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -10003,11 +12517,8 @@ packages: log-symbols: 4.1.0 strip-ansi: 6.0.1 wcwidth: 1.0.1 - dev: false - /ora@6.3.1: - resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + ora@6.3.1: dependencies: chalk: 5.3.0 cli-cursor: 4.0.0 @@ -10018,179 +12529,101 @@ packages: stdin-discarder: 0.1.0 strip-ansi: 7.1.0 wcwidth: 1.0.1 - dev: false - /os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} - dev: false + os-tmpdir@1.0.2: {} - /p-cancelable@2.1.1: - resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==} - engines: {node: '>=8'} - dev: false + p-cancelable@2.1.1: {} - /p-cancelable@3.0.0: - resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==} - engines: {node: '>=12.20'} - dev: false + p-cancelable@3.0.0: {} - /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + p-limit@3.1.0: dependencies: yocto-queue: 0.1.0 - - /p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + + p-locate@5.0.0: dependencies: p-limit: 3.1.0 - /p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} - requiresBuild: true + p-map@4.0.0: dependencies: aggregate-error: 3.1.0 - dev: false optional: true - /package-json-from-dist@1.0.0: - resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} - dev: false + package-json-from-dist@1.0.1: {} - /pako@2.1.0: - resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} - dev: false + pako@2.1.0: {} - /parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + parent-module@1.0.1: dependencies: callsites: 3.1.0 - dev: true - /parse-headers@2.0.5: - resolution: {integrity: sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==} - dev: false + parse-headers@2.0.5: {} - /parse5-htmlparser2-tree-adapter@6.0.1: - resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} + parse5-htmlparser2-tree-adapter@6.0.1: dependencies: parse5: 6.0.1 - dev: false - /parse5@5.1.1: - resolution: {integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==} - dev: false + parse5@5.1.1: {} - /parse5@6.0.1: - resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - dev: false + parse5@6.0.1: {} - /parse5@7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + parse5@7.1.2: dependencies: entities: 4.5.0 - dev: false - /parseurl@1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} - dev: false + parseurl@1.3.3: {} - /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + path-exists@4.0.0: {} - /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + path-is-absolute@1.0.1: {} - /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + path-key@3.1.1: {} - /path-scurry@1.11.1: - resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} - engines: {node: '>=16 || 14 >=14.18'} + path-scurry@1.11.1: dependencies: - lru-cache: 10.3.0 + lru-cache: 10.4.3 minipass: 7.1.2 - dev: false - /path-to-regexp@0.1.7: - resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} - dev: false + path-to-regexp@0.1.10: {} - /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} - dev: true + path-type@4.0.0: {} - /pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - dev: false + pathe@1.1.2: {} - /pathval@1.1.1: - resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} - dev: false + pathval@1.1.1: {} - /pathval@2.0.0: - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} - engines: {node: '>= 14.16'} - dev: false + pathval@2.0.0: {} - /pbkdf2@3.1.2: - resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} - engines: {node: '>=0.12'} + pbkdf2@3.1.2: dependencies: create-hash: 1.2.0 create-hmac: 1.1.7 ripemd160: 2.0.2 safe-buffer: 5.2.1 sha.js: 2.4.11 - dev: false - /peer-id@0.16.0: - resolution: {integrity: sha512-EmL7FurFUduU9m1PS9cfJ5TAuCvxKQ7DKpfx3Yj6IKWyBRtosriFuOag/l3ni/dtPgPLwiA4R9IvpL7hsDLJuQ==} - engines: {node: '>=15.0.0'} + peer-id@0.16.0: dependencies: class-is: 1.1.0 libp2p-crypto: 0.21.2 multiformats: 9.9.0 protobufjs: 6.11.4 uint8arrays: 3.1.1 - dev: false - /performance-now@2.1.0: - resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} - dev: false + performance-now@2.1.0: {} - /picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} - dev: false + picocolors@1.1.0: {} - /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} + picomatch@2.3.1: {} - /picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} - engines: {node: '>=12'} - dev: false + picomatch@4.0.2: {} - /pino-abstract-transport@1.2.0: - resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} + pino-abstract-transport@1.2.0: dependencies: readable-stream: 4.5.2 split2: 4.2.0 - dev: false - /pino-pretty@11.2.1: - resolution: {integrity: sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==} - hasBin: true + pino-pretty@11.2.2: dependencies: colorette: 2.0.20 dateformat: 4.6.3 @@ -10201,20 +12634,15 @@ packages: minimist: 1.2.8 on-exit-leak-free: 2.1.2 pino-abstract-transport: 1.2.0 - pump: 3.0.0 + pump: 3.0.2 readable-stream: 4.5.2 secure-json-parse: 2.7.0 - sonic-boom: 4.0.1 + sonic-boom: 4.1.0 strip-json-comments: 3.1.1 - dev: false - /pino-std-serializers@6.2.2: - resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==} - dev: false + pino-std-serializers@6.2.2: {} - /pino@8.21.0: - resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} - hasBin: true + pino@8.21.0: dependencies: atomic-sleep: 1.0.0 fast-redact: 3.5.0 @@ -10224,57 +12652,38 @@ packages: process-warning: 3.0.0 quick-format-unescaped: 4.0.4 real-require: 0.2.0 - safe-stable-stringify: 2.4.3 + safe-stable-stringify: 2.5.0 sonic-boom: 3.8.1 thread-stream: 2.7.0 - dev: false - /pnglib@0.0.1: - resolution: {integrity: sha512-95ChzOoYLOPIyVmL+Y6X+abKGXUJlvOVLkB1QQkyXl7Uczc6FElUy/x01NS7r2GX6GRezloO/ecCX9h4U9KadA==} - dev: false + pnglib@0.0.1: {} - /pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1): - resolution: {integrity: sha512-PXQTwvb6QB5VW3UILU9w7du55j7hd2mZspfLPcum7XEwxhVhzH22dygd3waSNEhybTgcsV40XB4d3OIdwgaLvw==} + pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1): dependencies: - '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.1.1)(@polkadot/util@13.1.1) + '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) '@polkadot/types': 6.12.1 typescript: 4.9.5 transitivePeerDependencies: - '@polkadot/util' - '@polkadot/util-crypto' - dev: false - /possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} - engines: {node: '>= 0.4'} - dev: false + possible-typed-array-names@1.0.0: {} - /postcss-value-parser@4.2.0: - resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - dev: false + postcss-value-parser@4.2.0: {} - /postcss@8.4.38: - resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} - engines: {node: ^10 || ^12 || >=14} + postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 - dev: false + picocolors: 1.1.0 + source-map-js: 1.2.1 - /postcss@8.4.39: - resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==} - engines: {node: ^10 || ^12 || >=14} + postcss@8.4.47: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 - dev: false + picocolors: 1.1.0 + source-map-js: 1.2.1 - /prebuild-install@7.1.2: - resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} - engines: {node: '>=10'} - hasBin: true + prebuild-install@7.1.2: dependencies: detect-libc: 2.0.3 expand-template: 2.0.3 @@ -10282,76 +12691,50 @@ packages: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.65.0 - pump: 3.0.0 + node-abi: 3.68.0 + pump: 3.0.2 rc: 1.2.8 simple-get: 4.0.1 tar-fs: 2.1.1 tunnel-agent: 0.6.0 - dev: false - /prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} - dev: true + prelude-ls@1.2.1: {} - /prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} - hasBin: true - dev: true + prettier-plugin-jsdoc@0.3.38(prettier@2.8.8): + dependencies: + binary-searching: 2.0.5 + comment-parser: 1.4.1 + mdast-util-from-markdown: 1.3.1 + prettier: 2.8.8 + transitivePeerDependencies: + - supports-color - /process-warning@3.0.0: - resolution: {integrity: sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==} - dev: false + prettier@2.8.8: {} - /process@0.11.10: - resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} - engines: {node: '>= 0.6.0'} - dev: false + process-warning@3.0.0: {} - /promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - requiresBuild: true - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - dev: false + process@0.11.10: {} + + promise-inflight@1.0.1: optional: true - /promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} - requiresBuild: true + promise-retry@2.0.1: dependencies: err-code: 2.0.3 retry: 0.12.0 - dev: false optional: true - /prop-types@15.8.1: - resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + prop-types@15.8.1: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 - dev: false - /propagate@2.0.1: - resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} - engines: {node: '>= 8'} - dev: false + propagate@2.0.1: {} - /proto-list@1.2.4: - resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} - dev: false + proto-list@1.2.4: {} - /protobufjs@6.11.4: - resolution: {integrity: sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==} - hasBin: true - requiresBuild: true + protobufjs@6.11.4: dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/base64': 1.1.2 @@ -10366,223 +12749,125 @@ packages: '@types/long': 4.0.2 '@types/node': 22.7.0 long: 4.0.0 - dev: false - /proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} - engines: {node: '>= 0.10'} + proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 - dev: false - /proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - dev: false + proxy-from-env@1.1.0: {} - /prr@1.0.1: - resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - dev: false + prr@1.0.1: {} - /psl@1.9.0: - resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - dev: false + psl@1.9.0: {} - /pump@3.0.0: - resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + pump@3.0.2: dependencies: end-of-stream: 1.4.4 once: 1.4.0 - dev: false - /punycode@2.1.0: - resolution: {integrity: sha512-Yxz2kRwT90aPiWEMHVYnEf4+rhwF1tBmmZ4KepCP+Wkium9JxtWnUm1nqGwpiAHr/tnTSeHqr3wb++jgSkXjhA==} - engines: {node: '>=6'} - dev: false + punycode@2.1.0: {} - /punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} + punycode@2.3.1: {} - /qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} - engines: {node: '>=0.6'} + qs@6.13.0: dependencies: side-channel: 1.0.6 - dev: false - /qs@6.5.3: - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} - engines: {node: '>=0.6'} - dev: false + qs@6.5.3: {} - /query-string@5.1.1: - resolution: {integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==} - engines: {node: '>=0.10.0'} + query-string@5.1.1: dependencies: decode-uri-component: 0.2.2 object-assign: 4.1.1 strict-uri-encode: 1.1.0 - dev: false - /querystringify@2.2.0: - resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - dev: false + querystringify@2.2.0: {} - /queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - dev: true + queue-microtask@1.2.3: {} - /quick-format-unescaped@4.0.4: - resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} - dev: false + quick-format-unescaped@4.0.4: {} - /quick-lru@5.1.1: - resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} - engines: {node: '>=10'} - dev: false + quick-lru@5.1.1: {} - /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + randombytes@2.1.0: dependencies: safe-buffer: 5.2.1 - dev: false - /randomness@1.6.14: - resolution: {integrity: sha512-BQGEM09tR0ft8QeOOHbGt7AKoYjqHb0Zbos8TY81tWRENC//M+FuQPdtE3GLqUdj115J8r7pP8xsOgLQyVkLJA==} - engines: {node: '>=14 <15 || >=16 <17 || >=18'} + randomness@1.6.14: dependencies: fft-js: 0.0.12 mathjs: 13.1.1 - dev: false - /range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} - dev: false - - /raw-body@2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false + range-parser@1.2.1: {} - /raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} + raw-body@2.5.2: dependencies: bytes: 3.1.2 http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 - dev: false - /rc@1.2.8: - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} - hasBin: true + rc@1.2.8: dependencies: deep-extend: 0.6.0 ini: 1.3.8 minimist: 1.2.8 strip-json-comments: 2.0.1 - dev: false - /react-copy-to-clipboard@5.1.0(react@18.3.1): - resolution: {integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==} - peerDependencies: - react: ^15.3.0 || 16 || 17 || 18 + react-copy-to-clipboard@5.1.0(react@18.3.1): dependencies: copy-to-clipboard: 3.3.3 prop-types: 15.8.1 react: 18.3.1 - dev: false - /react-dom@18.3.1(react@18.3.1): - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} - peerDependencies: - react: ^18.3.1 + react-dom@18.3.1(react@18.3.1): dependencies: loose-envify: 1.4.0 react: 18.3.1 scheduler: 0.23.2 - dev: false - - /react-is@16.13.1: - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - dev: false - /react-is@18.3.1: - resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - dev: false + react-is@16.13.1: {} - /react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} - engines: {node: '>=0.10.0'} + react@18.3.1: dependencies: loose-envify: 1.4.0 - dev: false - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - dev: false - /readable-stream@4.5.2: - resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + readable-stream@4.5.2: dependencies: abort-controller: 3.0.0 buffer: 6.0.3 events: 3.3.0 process: 0.11.10 string_decoder: 1.3.0 - dev: false - /readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + readdirp@3.6.0: dependencies: picomatch: 2.3.1 - dev: false - /real-require@0.2.0: - resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} - engines: {node: '>= 12.13.0'} - dev: false + real-require@0.2.0: {} - /reflect-metadata@0.2.2: - resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==} - dev: false + reflect-metadata@0.2.2: {} - /regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - dev: false + regenerator-runtime@0.14.1: {} - /regexp.prototype.flags@1.5.2: - resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} - engines: {node: '>= 0.4'} + regexp.prototype.flags@1.5.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-errors: 1.3.0 set-function-name: 2.0.2 - dev: false - /request@2.88.2: - resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} - engines: {node: '>= 6'} - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + request@2.88.2: dependencies: aws-sign2: 0.7.0 - aws4: 1.12.0 + aws4: 1.13.2 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -10601,98 +12886,54 @@ packages: tough-cookie: 2.5.0 tunnel-agent: 0.6.0 uuid: 3.4.0 - dev: false - /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} + require-directory@2.1.1: {} - /require-from-string@2.0.2: - resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} - engines: {node: '>=0.10.0'} - dev: false + require-from-string@2.0.2: {} - /requires-port@1.0.0: - resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} - dev: false + requires-port@1.0.0: {} - /resolve-alpn@1.2.1: - resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==} - dev: false + resolve-alpn@1.2.1: {} - /resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} - dev: true + resolve-from@4.0.0: {} - /resolve-pkg-maps@1.0.0: - resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - dev: false + resolve-pkg-maps@1.0.0: {} - /responselike@2.0.1: - resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} + responselike@2.0.1: dependencies: lowercase-keys: 2.0.0 - dev: false - /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + restore-cursor@3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - dev: false - /restore-cursor@4.0.0: - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@4.0.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - dev: false - /retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} - requiresBuild: true - dev: false + retry@0.12.0: optional: true - /reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - dev: true + reusify@1.0.4: {} - /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - requiresBuild: true + rimraf@3.0.2: dependencies: glob: 7.2.3 - /ripemd160@2.0.2: - resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + ripemd160@2.0.2: dependencies: hash-base: 3.1.0 inherits: 2.0.4 - dev: false - /rlp@2.2.7: - resolution: {integrity: sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==} - hasBin: true + rlp@2.2.7: dependencies: bn.js: 5.2.1 - dev: false - /rlp@3.0.0: - resolution: {integrity: sha512-PD6U2PGk6Vq2spfgiWZdomLvRGDreBLxi5jv5M8EpRo3pU6VEm31KO+HFxE18Q3vgqfDrQ9pZA3FP95rkijNKw==} - hasBin: true - dev: false + rlp@3.0.0: {} - /roarr@2.15.4: - resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==} - engines: {node: '>=8.0'} + roarr@2.15.4: dependencies: boolean: 3.2.0 detect-node: 2.1.0 @@ -10700,148 +12941,94 @@ packages: json-stringify-safe: 5.0.1 semver-compare: 1.0.0 sprintf-js: 1.1.3 - dev: false - /rollup@4.13.0: - resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true + rollup@4.24.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.13.0 - '@rollup/rollup-android-arm64': 4.13.0 - '@rollup/rollup-darwin-arm64': 4.13.0 - '@rollup/rollup-darwin-x64': 4.13.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.13.0 - '@rollup/rollup-linux-arm64-gnu': 4.13.0 - '@rollup/rollup-linux-arm64-musl': 4.13.0 - '@rollup/rollup-linux-riscv64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-musl': 4.13.0 - '@rollup/rollup-win32-arm64-msvc': 4.13.0 - '@rollup/rollup-win32-ia32-msvc': 4.13.0 - '@rollup/rollup-win32-x64-msvc': 4.13.0 + '@rollup/rollup-android-arm-eabi': 4.24.0 + '@rollup/rollup-android-arm64': 4.24.0 + '@rollup/rollup-darwin-arm64': 4.24.0 + '@rollup/rollup-darwin-x64': 4.24.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.24.0 + '@rollup/rollup-linux-arm-musleabihf': 4.24.0 + '@rollup/rollup-linux-arm64-gnu': 4.24.0 + '@rollup/rollup-linux-arm64-musl': 4.24.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.24.0 + '@rollup/rollup-linux-riscv64-gnu': 4.24.0 + '@rollup/rollup-linux-s390x-gnu': 4.24.0 + '@rollup/rollup-linux-x64-gnu': 4.24.0 + '@rollup/rollup-linux-x64-musl': 4.24.0 + '@rollup/rollup-win32-arm64-msvc': 4.24.0 + '@rollup/rollup-win32-ia32-msvc': 4.24.0 + '@rollup/rollup-win32-x64-msvc': 4.24.0 fsevents: 2.3.3 - dev: false - /rrweb-cssom@0.6.0: - resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - dev: false + rrweb-cssom@0.6.0: {} - /run-async@3.0.0: - resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} - engines: {node: '>=0.12.0'} - dev: false + rrweb-cssom@0.7.1: {} - /run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + run-async@3.0.0: {} + + run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 - dev: true - /rxjs@6.6.7: - resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} - engines: {npm: '>=2.0.0'} + rxjs@6.6.7: dependencies: tslib: 1.14.1 - dev: false - /rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + rxjs@7.8.1: dependencies: tslib: 2.7.0 - dev: false - /safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} - dev: false + sade@1.8.1: + dependencies: + mri: 1.2.0 - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - dev: false + safe-buffer@5.1.2: {} - /safe-stable-stringify@2.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} - engines: {node: '>=10'} - dev: false + safe-buffer@5.2.1: {} - /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - dev: false + safe-stable-stringify@2.5.0: {} - /saxes@6.0.0: - resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} - engines: {node: '>=v12.22.7'} + safer-buffer@2.1.2: {} + + saxes@6.0.0: dependencies: xmlchars: 2.2.0 - dev: false - /scale-ts@1.6.0: - resolution: {integrity: sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==} - requiresBuild: true - dev: false + scale-ts@1.6.0: {} - /scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + scheduler@0.23.2: dependencies: loose-envify: 1.4.0 - dev: false - /scrypt-js@3.0.1: - resolution: {integrity: sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==} - dev: false + scrypt-js@3.0.1: {} - /scryptsy@2.1.0: - resolution: {integrity: sha512-1CdSqHQowJBnMAFyPEBRfqag/YP9OF394FV+4YREIJX4ljD7OxvQRDayyoyyCk+senRjSkP6VnUNQmVQqB6g7w==} - dev: false + scryptsy@2.1.0: {} - /secp256k1@4.0.3: - resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} - engines: {node: '>=10.0.0'} - requiresBuild: true + secp256k1@4.0.3: dependencies: - elliptic: 6.5.5 + elliptic: 6.5.7 node-addon-api: 2.0.2 - node-gyp-build: 4.8.1 - dev: false + node-gyp-build: 4.8.2 - /secure-json-parse@2.7.0: - resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} - dev: false + secure-json-parse@2.7.0: {} - /seedrandom@3.0.5: - resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==} - dev: false + seedrandom@3.0.5: {} - /semaphore-async-await@1.5.1: - resolution: {integrity: sha512-b/ptP11hETwYWpeilHXXQiV5UJNJl7ZWWooKRE5eBIYWoom6dZ0SluCIdCtKycsMtZgKWE01/qAw6jblw1YVhg==} - engines: {node: '>=4.1'} - dev: false + semaphore-async-await@1.5.1: {} - /semver-compare@1.0.0: - resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} - dev: false + semver-compare@1.0.0: {} - /semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} - hasBin: true - dev: false + semver@5.7.2: {} - /semver@7.6.2: - resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} - engines: {node: '>=10'} - hasBin: true - dev: false + semver@7.6.2: {} - /semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} - hasBin: true + semver@7.6.3: {} - /send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} + send@0.19.0: dependencies: debug: 2.6.9 depd: 2.0.0 @@ -10858,71 +13045,38 @@ packages: statuses: 2.0.1 transitivePeerDependencies: - supports-color - dev: false - /serialize-error@7.0.1: - resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} - engines: {node: '>=10'} + serialize-error@7.0.1: dependencies: type-fest: 0.13.1 - dev: false - - /serialize-javascript@6.0.0: - resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} - dependencies: - randombytes: 2.1.0 - dev: false - /serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + serialize-javascript@6.0.2: dependencies: randombytes: 2.1.0 - dev: false - /serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} - engines: {node: '>= 0.8.0'} + serve-static@1.16.2: dependencies: - encodeurl: 1.0.2 + encodeurl: 2.0.0 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.18.0 + send: 0.19.0 transitivePeerDependencies: - supports-color - dev: false - /servify@0.1.12: - resolution: {integrity: sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==} - engines: {node: '>=6'} + servify@0.1.12: dependencies: - body-parser: 1.20.2 + body-parser: 1.20.3 cors: 2.8.5 - express: 4.18.2 + express: 4.21.0 request: 2.88.2 xhr: 2.6.0 transitivePeerDependencies: - supports-color - dev: false - /set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - requiresBuild: true - dev: false + set-blocking@2.0.0: optional: true - /set-function-length@1.1.1: - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} - engines: {node: '>= 0.4'} - dependencies: - define-data-property: 1.1.1 - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - dev: false - - /set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 @@ -10930,209 +13084,132 @@ packages: get-intrinsic: 1.2.4 gopd: 1.0.1 has-property-descriptors: 1.0.2 - dev: false - /set-function-name@2.0.2: - resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} - engines: {node: '>= 0.4'} + set-function-name@2.0.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 - dev: false - /setimmediate@1.0.5: - resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} - dev: false + setimmediate@1.0.5: {} - /setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - dev: false + setprototypeof@1.2.0: {} - /sha.js@2.4.11: - resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} - hasBin: true + sha.js@2.4.11: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - dev: false - /shallowequal@1.1.0: - resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - dev: false + shallowequal@1.1.0: {} - /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + shebang-regex@3.0.0: {} - /side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} + side-channel@1.0.6: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 object-inspect: 1.13.2 - dev: false - /siginfo@2.0.0: - resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} - dev: false + siginfo@2.0.0: {} - /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - requiresBuild: true - dev: false + signal-exit@3.0.7: {} - /signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} - dev: false + signal-exit@4.1.0: {} - /simple-concat@1.0.1: - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} - dev: false + simple-concat@1.0.1: {} - /simple-get@2.8.2: - resolution: {integrity: sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw==} + simple-get@2.8.2: dependencies: decompress-response: 3.3.0 once: 1.4.0 simple-concat: 1.0.1 - dev: false - /simple-get@4.0.1: - resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} + simple-get@4.0.1: dependencies: decompress-response: 6.0.0 once: 1.4.0 simple-concat: 1.0.1 - dev: false - /sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} + sirv@2.0.4: dependencies: - '@polka/url': 1.0.0-next.25 + '@polka/url': 1.0.0-next.28 mrmime: 2.0.0 totalist: 3.0.1 - dev: false - /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} - dev: true + slash@3.0.0: {} - /smart-buffer@4.2.0: - resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} - engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - requiresBuild: true - dev: false + smart-buffer@4.2.0: optional: true - /smoldot@2.0.22: - resolution: {integrity: sha512-B50vRgTY6v3baYH6uCgL15tfaag5tcS2o/P5q1OiXcKGv1axZDfz2dzzMuIkVpyMR2ug11F6EAtQlmYBQd292g==} - requiresBuild: true + smoldot@2.0.22(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /smoldot@2.0.26: - resolution: {integrity: sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==} - requiresBuild: true + smoldot@2.0.26(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false optional: true - /socks-proxy-agent@6.2.1: - resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==} - engines: {node: '>= 10'} - requiresBuild: true + socks-proxy-agent@6.2.1: dependencies: agent-base: 6.0.2 debug: 4.3.7(supports-color@8.1.1) socks: 2.8.3 transitivePeerDependencies: - supports-color - dev: false optional: true - /socks@2.8.3: - resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} - engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} - requiresBuild: true + socks@2.8.3: dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 - dev: false optional: true - - /solc@0.8.25(debug@4.3.7): - resolution: {integrity: sha512-7P0TF8gPeudl1Ko3RGkyY6XVCxe2SdD/qQhtns1vl3yAbK/PDifKDLHGtx1t7mX3LgR7ojV7Fg/Kc6Q9D2T8UQ==} - engines: {node: '>=10.0.0'} - hasBin: true + + solc@0.8.25(debug@4.3.7): dependencies: command-exists: 1.2.9 commander: 8.3.0 - follow-redirects: 1.15.6(debug@4.3.7) + follow-redirects: 1.15.9(debug@4.3.7) js-sha3: 0.8.0 memorystream: 0.3.1 semver: 5.7.2 tmp: 0.0.33 transitivePeerDependencies: - debug - dev: false - /sonic-boom@3.8.1: - resolution: {integrity: sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==} + sonic-boom@3.8.1: dependencies: atomic-sleep: 1.0.0 - dev: false - /sonic-boom@4.0.1: - resolution: {integrity: sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==} + sonic-boom@4.1.0: dependencies: atomic-sleep: 1.0.0 - dev: false - /source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - dev: false + source-map-js@1.2.1: {} - /split2@4.2.0: - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} - engines: {node: '>= 10.x'} - dev: false + source-map@0.6.1: {} - /sprintf-js@1.1.3: - resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - dev: false + split2@4.2.0: {} - /sqlite3@5.1.7: - resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} - requiresBuild: true - peerDependenciesMeta: - node-gyp: - optional: true + sprintf-js@1.1.3: {} + + sqlite3@5.1.7: dependencies: bindings: 1.5.0 - node-addon-api: 7.1.0 + node-addon-api: 7.1.1 prebuild-install: 7.1.2 tar: 6.2.1 optionalDependencies: @@ -11140,12 +13217,8 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: false - /sshpk@1.18.0: - resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} - engines: {node: '>=0.10.0'} - hasBin: true + sshpk@1.18.0: dependencies: asn1: 0.2.6 assert-plus: 1.0.0 @@ -11156,116 +13229,65 @@ packages: jsbn: 0.1.1 safer-buffer: 2.1.2 tweetnacl: 0.14.5 - dev: false - /ssri@8.0.1: - resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} - engines: {node: '>= 8'} - requiresBuild: true + ssri@8.0.1: dependencies: minipass: 3.3.6 - dev: false optional: true - /stackback@0.0.2: - resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} - dev: false + stackback@0.0.2: {} - /statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} - dev: false + statuses@2.0.1: {} - /std-env@3.7.0: - resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} - dev: false + std-env@3.7.0: {} - /stdin-discarder@0.1.0: - resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + stdin-discarder@0.1.0: dependencies: bl: 5.1.0 - dev: false - /stop-iteration-iterator@1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} - engines: {node: '>= 0.4'} + stop-iteration-iterator@1.0.0: dependencies: internal-slot: 1.0.7 - dev: false - /store@2.0.12: - resolution: {integrity: sha512-eO9xlzDpXLiMr9W1nQ3Nfp9EzZieIQc10zPPMP5jsVV7bLOziSFFBP0XoDXACEIFtdI+rIz0NwWVA/QVJ8zJtw==} - dev: false + store@2.0.12: {} - /strict-uri-encode@1.1.0: - resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} - engines: {node: '>=0.10.0'} - dev: false + strict-uri-encode@1.1.0: {} - /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + string-width@4.2.3: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string-width@5.1.2: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + string-width@5.1.2: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 - dev: false - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 - dev: false - /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 - /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + strip-ansi@7.1.0: dependencies: - ansi-regex: 6.0.1 - dev: false + ansi-regex: 6.1.0 - /strip-final-newline@2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} - dev: false + strip-final-newline@2.0.0: {} - /strip-hex-prefix@1.0.0: - resolution: {integrity: sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==} - engines: {node: '>=6.5.0', npm: '>=3'} + strip-hex-prefix@1.0.0: dependencies: is-hex-prefixed: 1.0.0 - dev: false - /strip-json-comments@2.0.1: - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} - engines: {node: '>=0.10.0'} - dev: false + strip-json-comments@2.0.1: {} - /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + strip-json-comments@3.1.1: {} - /styled-components@6.1.11(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-Ui0jXPzbp1phYij90h12ksljKGqF8ncGx+pjrNPsSPhbUUjWT2tD1FwGo2LF6USCnbrsIhNngDfodhxbegfEOA==} - engines: {node: '>= 16'} - peerDependencies: - react: '>= 16.8.0' - react-dom: '>= 16.8.0' + styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -11278,30 +13300,22 @@ packages: shallowequal: 1.1.0 stylis: 4.3.2 tslib: 2.6.2 - dev: false - /stylis@4.3.2: - resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} - dev: false + stylis@4.3.2: {} - /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 - /supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + supports-color@8.1.1: dependencies: has-flag: 4.0.0 - /swarm-js@0.1.42: - resolution: {integrity: sha512-BV7c/dVlA3R6ya1lMlSSNPLYrntt0LUq4YMgy3iwpCIc6rZnS5W2wUoctarZ5pXlpKtxDDf9hNziEkcfrxdhqQ==} + swarm-js@0.1.42(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: bluebird: 3.7.2 buffer: 5.7.1 - eth-lib: 0.1.29 + eth-lib: 0.1.29(bufferutil@4.0.8)(utf-8-validate@5.0.10) fs-extra: 4.0.3 got: 11.8.6 mime-types: 2.1.35 @@ -11314,35 +13328,25 @@ packages: - bufferutil - supports-color - utf-8-validate - dev: false - /symbol-tree@3.2.4: - resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - dev: false + symbol-tree@3.2.4: {} - /tar-fs@2.1.1: - resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} + tar-fs@2.1.1: dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 - pump: 3.0.0 + pump: 3.0.2 tar-stream: 2.2.0 - dev: false - /tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} + tar-stream@2.2.0: dependencies: bl: 4.1.0 end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 - dev: false - /tar@4.4.19: - resolution: {integrity: sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==} - engines: {node: '>=4.5'} + tar@4.4.19: dependencies: chownr: 1.1.4 fs-minipass: 1.2.7 @@ -11351,11 +13355,8 @@ packages: mkdirp: 0.5.6 safe-buffer: 5.2.1 yallist: 3.1.1 - dev: false - /tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} + tar@6.2.1: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -11363,221 +13364,103 @@ packages: minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 - dev: false - /text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - dev: true + text-table@0.2.0: {} - /thenify-all@1.6.0: - resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} - engines: {node: '>=0.8'} + thenify-all@1.6.0: dependencies: thenify: 3.3.1 - dev: false - /thenify@3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + thenify@3.3.1: dependencies: any-promise: 1.3.0 - dev: false - /thread-stream@2.7.0: - resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==} + thread-stream@2.7.0: dependencies: real-require: 0.2.0 - dev: false - /through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - dev: false + through@2.3.8: {} - /timed-out@4.0.1: - resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==} - engines: {node: '>=0.10.0'} - dev: false + timed-out@4.0.1: {} - /timers-ext@0.1.8: - resolution: {integrity: sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==} - engines: {node: '>=0.12'} + timers-ext@0.1.8: dependencies: es5-ext: 0.10.64 next-tick: 1.1.0 - dev: false - /tiny-emitter@2.1.0: - resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} - dev: false + tiny-emitter@2.1.0: {} - /tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - dev: false + tinybench@2.9.0: {} - /tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - dev: false + tinyexec@0.3.0: {} - /tinyglobby@0.2.6: - resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} - engines: {node: '>=12.0.0'} + tinyglobby@0.2.9: dependencies: - fdir: 6.3.0(picomatch@4.0.2) + fdir: 6.4.0(picomatch@4.0.2) picomatch: 4.0.2 - dev: false - /tinypool@1.0.0: - resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} - engines: {node: ^18.0.0 || >=20.0.0} - dev: false + tinypool@1.0.1: {} - /tinyrainbow@1.2.0: - resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} - engines: {node: '>=14.0.0'} - dev: false + tinyrainbow@1.2.0: {} - /tinyspy@3.0.0: - resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} - engines: {node: '>=14.0.0'} - dev: false + tinyspy@3.0.2: {} - /tmp-promise@3.0.3: - resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==} + tmp-promise@3.0.3: dependencies: tmp: 0.2.3 - dev: false - /tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 - dev: false - /tmp@0.2.3: - resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} - engines: {node: '>=14.14'} - dev: false + tmp@0.2.3: {} - /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - dev: false + to-fast-properties@2.0.0: {} - /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 - /toggle-selection@1.0.6: - resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} - dev: false + toggle-selection@1.0.6: {} - /toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} - dev: false + toidentifier@1.0.1: {} - /toml@3.0.0: - resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} - dev: false + toml@3.0.0: {} - /totalist@3.0.1: - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} - engines: {node: '>=6'} - dev: false + totalist@3.0.1: {} - /tough-cookie@2.5.0: - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} - engines: {node: '>=0.8'} + tough-cookie@2.5.0: dependencies: psl: 1.9.0 punycode: 2.3.1 - dev: false - /tough-cookie@4.1.4: - resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} - engines: {node: '>=6'} + tough-cookie@4.1.4: dependencies: psl: 1.9.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 - dev: false - /tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - dev: false + tr46@0.0.3: {} - /tr46@5.0.0: - resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} - engines: {node: '>=18'} + tr46@5.0.0: dependencies: punycode: 2.3.1 - dev: false - /ts-api-utils@1.3.0(typescript@5.6.2): - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} - engines: {node: '>=16'} - peerDependencies: - typescript: '>=4.2.0' + ts-api-utils@1.3.0(typescript@5.6.2): dependencies: typescript: 5.6.2 - dev: true - /ts-node@10.9.2(@types/node@20.14.10)(typescript@5.6.2): - resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true + ts-node@10.9.2(@types/node@20.14.10)(typescript@5.6.2): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.14.10 - acorn: 8.11.3 - acorn-walk: 8.3.2 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.6.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - dev: false - - /ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2): - resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 22.7.0 - acorn: 8.11.3 - acorn-walk: 8.3.2 + acorn: 8.12.1 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 @@ -11585,469 +13468,267 @@ packages: typescript: 5.6.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: false - - /tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - dev: false - - /tslib@2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - dev: false - - /tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - dev: false - - /tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - dev: false - - /tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - dev: false - - /tsx@4.16.2: - resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==} - engines: {node: '>=18.0.0'} - hasBin: true - dependencies: - esbuild: 0.21.5 - get-tsconfig: 4.7.5 - optionalDependencies: - fsevents: 2.3.3 - dev: false - - /tunnel-agent@0.6.0: - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} - dependencies: - safe-buffer: 5.2.1 - dev: false - - /tweetnacl@0.14.5: - resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} - dev: false - - /tweetnacl@1.0.3: - resolution: {integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==} - dev: false - - /type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.2.1 - dev: true - - /type-detect@4.0.8: - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} - engines: {node: '>=4'} - dev: false - - /type-fest@0.13.1: - resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} - engines: {node: '>=10'} - dev: false - - /type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} - dev: true - - /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} - dev: false - - /type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} - dependencies: - media-typer: 0.3.0 - mime-types: 2.1.35 - dev: false - - /type@2.7.3: - resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==} - dev: false - - /typed-function@4.2.1: - resolution: {integrity: sha512-EGjWssW7Tsk4DGfE+5yluuljS1OGYWiI1J6e8puZz9nTMM51Oug8CD5Zo4gWMsOhq5BI+1bF+rWTm4Vbj3ivRA==} - engines: {node: '>= 18'} - dev: false - - /typedarray-to-buffer@3.1.5: - resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - dependencies: - is-typedarray: 1.0.0 - dev: false - /typeorm@0.3.20(sqlite3@5.1.7): - resolution: {integrity: sha512-sJ0T08dV5eoZroaq9uPKBoNcGslHBR4E4y+EBHs//SiGbblGe7IeduP/IH4ddCcj0qp3PHwDwGnuvqEAnKlq/Q==} - engines: {node: '>=16.13.0'} - hasBin: true - peerDependencies: - '@google-cloud/spanner': ^5.18.0 - '@sap/hana-client': ^2.12.25 - better-sqlite3: ^7.1.2 || ^8.0.0 || ^9.0.0 - hdb-pool: ^0.1.6 - ioredis: ^5.0.4 - mongodb: ^5.8.0 - mssql: ^9.1.1 || ^10.0.1 - mysql2: ^2.2.5 || ^3.0.1 - oracledb: ^6.3.0 - pg: ^8.5.1 - pg-native: ^3.0.0 - pg-query-stream: ^4.0.0 - redis: ^3.1.1 || ^4.0.0 - sql.js: ^1.4.0 - sqlite3: ^5.0.3 - ts-node: ^10.7.0 - typeorm-aurora-data-api-driver: ^2.0.0 - peerDependenciesMeta: - '@google-cloud/spanner': - optional: true - '@sap/hana-client': - optional: true - better-sqlite3: - optional: true - hdb-pool: - optional: true - ioredis: - optional: true - mongodb: - optional: true - mssql: - optional: true - mysql2: - optional: true - oracledb: - optional: true - pg: - optional: true - pg-native: - optional: true - pg-query-stream: - optional: true - redis: - optional: true - sql.js: - optional: true - sqlite3: - optional: true - ts-node: - optional: true - typeorm-aurora-data-api-driver: - optional: true + ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 22.7.0 + acorn: 8.12.1 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.6.2 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + + tslib@1.14.1: {} + + tslib@2.4.0: {} + + tslib@2.6.2: {} + + tslib@2.7.0: {} + + tsx@4.16.2: + dependencies: + esbuild: 0.21.5 + get-tsconfig: 4.8.1 + optionalDependencies: + fsevents: 2.3.3 + + tsx@4.19.1: + dependencies: + esbuild: 0.23.1 + get-tsconfig: 4.8.1 + optionalDependencies: + fsevents: 2.3.3 + + tunnel-agent@0.6.0: + dependencies: + safe-buffer: 5.2.1 + + tweetnacl@0.14.5: {} + + tweetnacl@1.0.3: {} + + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + type-detect@4.1.0: {} + + type-fest@0.13.1: {} + + type-fest@0.20.2: {} + + type-fest@0.21.3: {} + + type-is@1.6.18: + dependencies: + media-typer: 0.3.0 + mime-types: 2.1.35 + + type@2.7.3: {} + + typed-function@4.2.1: {} + + typedarray-to-buffer@3.1.5: + dependencies: + is-typedarray: 1.0.0 + + typeorm@0.3.20(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@22.7.0)(typescript@5.6.2)): dependencies: '@sqltools/formatter': 1.2.5 app-root-path: 3.1.0 buffer: 6.0.3 chalk: 4.1.2 cli-highlight: 2.1.11 - dayjs: 1.11.11 + dayjs: 1.11.13 debug: 4.3.7(supports-color@8.1.1) dotenv: 16.4.5 - glob: 10.4.2 + glob: 10.4.5 mkdirp: 2.1.6 reflect-metadata: 0.2.2 sha.js: 2.4.11 - sqlite3: 5.1.7 tslib: 2.7.0 uuid: 9.0.1 yargs: 17.7.2 + optionalDependencies: + sqlite3: 5.1.7 + ts-node: 10.9.2(@types/node@22.7.0)(typescript@5.6.2) transitivePeerDependencies: - supports-color - dev: false - /typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false + typescript@4.9.5: {} - /typescript@5.6.2: - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} - engines: {node: '>=14.17'} - hasBin: true + typescript@5.6.2: {} - /uint8arrays@3.1.1: - resolution: {integrity: sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==} + uglify-js@3.19.3: + optional: true + + uint8arrays@3.1.1: dependencies: multiformats: 9.9.0 - dev: false - /ultron@1.1.1: - resolution: {integrity: sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==} - dev: false + ultron@1.1.1: {} - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: false + undici-types@5.26.5: {} - /undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + undici-types@6.19.8: {} - /unique-filename@1.1.1: - resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} - requiresBuild: true + unique-filename@1.1.1: dependencies: unique-slug: 2.0.2 - dev: false optional: true - /unique-slug@2.0.2: - resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} - requiresBuild: true + unique-slug@2.0.2: dependencies: imurmurhash: 0.1.4 - dev: false optional: true - /universal-github-app-jwt@2.2.0: - resolution: {integrity: sha512-G5o6f95b5BggDGuUfKDApKaCgNYy2x7OdHY0zSMF081O0EJobw+1130VONhrA7ezGSV2FNOGyM+KQpQZAr9bIQ==} - dev: false + unist-util-stringify-position@3.0.3: + dependencies: + '@types/unist': 2.0.11 - /universal-user-agent@7.0.2: - resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==} - dev: false + universal-github-app-jwt@2.2.0: {} - /universalify@0.1.2: - resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} - engines: {node: '>= 4.0.0'} - dev: false + universal-user-agent@7.0.2: {} - /universalify@0.2.0: - resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} - engines: {node: '>= 4.0.0'} - dev: false + universalify@0.1.2: {} - /universalify@2.0.1: - resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} - engines: {node: '>= 10.0.0'} - dev: false + universalify@0.2.0: {} - /unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} - dev: false + universalify@2.0.1: {} - /uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + unpipe@1.0.0: {} + + uri-js@4.4.1: dependencies: punycode: 2.3.1 - /url-parse@1.5.10: - resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + url-parse@1.5.10: dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - dev: false - /url-set-query@1.0.0: - resolution: {integrity: sha512-3AChu4NiXquPfeckE5R5cGdiHCMWJx1dwCWOmWIL4KHAziJNOFIYJlpGFeKDvwLPHovZRCxK3cYlwzqI9Vp+Gg==} - dev: false + url-set-query@1.0.0: {} - /utf-8-validate@5.0.10: - resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==} - engines: {node: '>=6.14.2'} - requiresBuild: true + utf-8-validate@5.0.10: dependencies: - node-gyp-build: 4.8.1 - dev: false + node-gyp-build: 4.8.2 - /utf8@3.0.0: - resolution: {integrity: sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==} - dev: false + utf8@3.0.0: {} - /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - dev: false + util-deprecate@1.0.2: {} - /util@0.12.5: - resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + util@0.12.5: dependencies: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 is-typed-array: 1.1.13 which-typed-array: 1.1.15 - dev: false - /utils-merge@1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} - engines: {node: '>= 0.4.0'} - dev: false + utils-merge@1.0.1: {} - /uuid@3.4.0: - resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} - deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. - hasBin: true - dev: false + uuid@3.4.0: {} - /uuid@9.0.1: - resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} - hasBin: true - dev: false + uuid@9.0.1: {} - /v8-compile-cache-lib@3.0.1: - resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - dev: false + uvu@0.5.6: + dependencies: + dequal: 2.0.3 + diff: 5.2.0 + kleur: 4.1.5 + sade: 1.8.1 - /varint@5.0.2: - resolution: {integrity: sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==} - dev: false + v8-compile-cache-lib@3.0.1: {} - /vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} - dev: false + varint@5.0.2: {} - /verror@1.10.0: - resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} - engines: {'0': node >=0.6.0} + vary@1.1.2: {} + + verror@1.10.0: dependencies: assert-plus: 1.0.0 core-util-is: 1.0.2 extsprintf: 1.3.0 - dev: false - /viem@2.17.3(typescript@5.6.2): - resolution: {integrity: sha512-FY/1uBQWfko4Esy8mU1RamvL64TLy91LZwFyQJ20E6AI3vTTEOctWfSn0pkMKa3okq4Gxs5dJE7q1hmWOQ7xcw==} - peerDependencies: - typescript: '>=5.0.4' - peerDependenciesMeta: - typescript: - optional: true + viem@2.17.3(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.4.0 '@noble/hashes': 1.4.0 '@scure/bip32': 1.4.0 '@scure/bip39': 1.3.0 - abitype: 1.0.5(typescript@5.6.2) - isows: 1.0.4(ws@8.17.1) + abitype: 1.0.5(typescript@5.6.2)(zod@3.23.8) + isows: 1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optionalDependencies: typescript: 5.6.2 - ws: 8.17.1 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - dev: false - /viem@2.21.14(typescript@5.6.2): - resolution: {integrity: sha512-uM6XmY9Q/kJRVSopJAGsakmtNDpk/EswqXUzwOp9DzhGuwgpWtw2MgwpfFdIyqBDFIw+TTypCIUTcwJSgEYSzA==} - peerDependencies: - typescript: '>=5.0.4' - peerDependenciesMeta: - typescript: - optional: true + viem@2.21.14(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.4.0 '@noble/hashes': 1.4.0 '@scure/bip32': 1.4.0 '@scure/bip39': 1.4.0 - abitype: 1.0.5(typescript@5.6.2) - isows: 1.0.4(ws@8.17.1) - typescript: 5.6.2 + abitype: 1.0.5(typescript@5.6.2)(zod@3.23.8) + isows: 1.0.4(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) webauthn-p256: 0.0.5 - ws: 8.17.1 + ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optionalDependencies: + typescript: 5.6.2 transitivePeerDependencies: - bufferutil - utf-8-validate - zod - dev: false - /vite-node@2.1.1(@types/node@22.7.0): - resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true + vite-node@2.1.1(@types/node@22.7.0): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@8.1.1) pathe: 1.1.2 - vite: 5.1.6(@types/node@22.7.0) + vite: 5.4.8(@types/node@22.7.0) transitivePeerDependencies: - '@types/node' - less - lightningcss - sass + - sass-embedded - stylus - sugarss - supports-color - terser - dev: false - /vite@5.1.6(@types/node@22.7.0): - resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true + vite@5.4.8(@types/node@22.7.0): dependencies: - '@types/node': 22.7.0 - esbuild: 0.19.12 - postcss: 8.4.39 - rollup: 4.13.0 + esbuild: 0.21.5 + postcss: 8.4.47 + rollup: 4.24.0 optionalDependencies: + '@types/node': 22.7.0 fsevents: 2.3.3 - dev: false - /vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1): - resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.1 - '@vitest/ui': 2.1.1 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true + vitest@2.1.1(@types/node@22.7.0)(@vitest/ui@2.1.1)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: - '@types/node': 22.7.0 '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.1.6) - '@vitest/pretty-format': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.8(@types/node@22.7.0)) + '@vitest/pretty-format': 2.1.2 '@vitest/runner': 2.1.1 '@vitest/snapshot': 2.1.1 '@vitest/spy': 2.1.1 - '@vitest/ui': 2.1.1(vitest@2.1.1) '@vitest/utils': 2.1.1 chai: 5.1.1 debug: 4.3.7(supports-color@8.1.1) @@ -12056,163 +13737,109 @@ packages: std-env: 3.7.0 tinybench: 2.9.0 tinyexec: 0.3.0 - tinypool: 1.0.0 + tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.1.6(@types/node@22.7.0) + vite: 5.4.8(@types/node@22.7.0) vite-node: 2.1.1(@types/node@22.7.0) why-is-node-running: 2.3.0 + optionalDependencies: + '@types/node': 22.7.0 + '@vitest/ui': 2.1.1(vitest@2.1.1) + jsdom: 23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - less - lightningcss - msw - sass + - sass-embedded - stylus - sugarss - supports-color - terser - dev: false - /vue@3.4.31(typescript@5.6.2): - resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + vue@3.5.10(typescript@5.6.2): dependencies: - '@vue/compiler-dom': 3.4.31 - '@vue/compiler-sfc': 3.4.31 - '@vue/runtime-dom': 3.4.31 - '@vue/server-renderer': 3.4.31(vue@3.4.31) - '@vue/shared': 3.4.31 + '@vue/compiler-dom': 3.5.10 + '@vue/compiler-sfc': 3.5.10 + '@vue/runtime-dom': 3.5.10 + '@vue/server-renderer': 3.5.10(vue@3.5.10(typescript@5.6.2)) + '@vue/shared': 3.5.10 + optionalDependencies: typescript: 5.6.2 - dev: false - /w3c-xmlserializer@5.0.0: - resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} - engines: {node: '>=18'} + w3c-xmlserializer@5.0.0: dependencies: xml-name-validator: 5.0.0 - dev: false - /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + wcwidth@1.0.1: dependencies: defaults: 1.0.4 - dev: false - /web-streams-polyfill@3.2.1: - resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} - engines: {node: '>= 8'} - dev: false + web-streams-polyfill@3.3.3: {} - /web3-bzz@1.10.4: - resolution: {integrity: sha512-ZZ/X4sJ0Uh2teU9lAGNS8EjveEppoHNQiKlOXAjedsrdWuaMErBPdLQjXfcrYvN6WM6Su9PMsAxf3FXXZ+HwQw==} - engines: {node: '>=8.0.0'} - requiresBuild: true + web3-bzz@1.10.4(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@types/node': 12.20.55 got: 12.1.0 - swarm-js: 0.1.42 + swarm-js: 0.1.42(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /web3-core-helpers@1.10.4: - resolution: {integrity: sha512-r+L5ylA17JlD1vwS8rjhWr0qg7zVoVMDvWhajWA5r5+USdh91jRUYosp19Kd1m2vE034v7Dfqe1xYRoH2zvG0g==} - engines: {node: '>=8.0.0'} + web3-core-helpers@1.10.4: dependencies: web3-eth-iban: 1.10.4 web3-utils: 1.10.4 - dev: false - /web3-core-method@1.10.4: - resolution: {integrity: sha512-uZTb7flr+Xl6LaDsyTeE2L1TylokCJwTDrIVfIfnrGmnwLc6bmTWCCrm71sSrQ0hqs6vp/MKbQYIYqUN0J8WyA==} - engines: {node: '>=8.0.0'} + web3-core-method@1.10.4: dependencies: '@ethersproject/transactions': 5.7.0 web3-core-helpers: 1.10.4 web3-core-promievent: 1.10.4 web3-core-subscriptions: 1.10.4 web3-utils: 1.10.4 - dev: false - /web3-core-promievent@1.10.4: - resolution: {integrity: sha512-2de5WnJQ72YcIhYwV/jHLc4/cWJnznuoGTJGD29ncFQHAfwW/MItHFSVKPPA5v8AhJe+r6y4Y12EKvZKjQVBvQ==} - engines: {node: '>=8.0.0'} + web3-core-promievent@1.10.4: dependencies: eventemitter3: 4.0.4 - dev: false - /web3-core-requestmanager@1.10.4: - resolution: {integrity: sha512-vqP6pKH8RrhT/2MoaU+DY/OsYK9h7HmEBNCdoMj+4ZwujQtw/Mq2JifjwsJ7gits7Q+HWJwx8q6WmQoVZAWugg==} - engines: {node: '>=8.0.0'} + web3-core-requestmanager@1.10.4(encoding@0.1.13): dependencies: util: 0.12.5 web3-core-helpers: 1.10.4 - web3-providers-http: 1.10.4 + web3-providers-http: 1.10.4(encoding@0.1.13) web3-providers-ipc: 1.10.4 web3-providers-ws: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - /web3-core-subscriptions@1.10.4: - resolution: {integrity: sha512-o0lSQo/N/f7/L76C0HV63+S54loXiE9fUPfHFcTtpJRQNDBVsSDdWRdePbWwR206XlsBqD5VHApck1//jEafTw==} - engines: {node: '>=8.0.0'} + web3-core-subscriptions@1.10.4: dependencies: eventemitter3: 4.0.4 web3-core-helpers: 1.10.4 - dev: false - /web3-core@1.10.4: - resolution: {integrity: sha512-B6elffYm81MYZDTrat7aEhnhdtVE3lDBUZft16Z8awYMZYJDbnykEbJVS+l3mnA7AQTnSDr/1MjWofGDLBJPww==} - engines: {node: '>=8.0.0'} + web3-core@1.10.4(encoding@0.1.13): dependencies: - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 '@types/node': 12.20.55 bignumber.js: 9.1.2 web3-core-helpers: 1.10.4 web3-core-method: 1.10.4 - web3-core-requestmanager: 1.10.4 + web3-core-requestmanager: 1.10.4(encoding@0.1.13) web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - - /web3-core@4.5.0: - resolution: {integrity: sha512-Q8LIAqmF7vkRydBPiU+OC7wI44nEU6JEExolFaOakqrjMtQ1CWFHRUQMNJRDsk5bRirjyShuAsuqLeYByvvXhg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - web3-errors: 1.2.0 - web3-eth-accounts: 4.1.2 - web3-eth-iban: 4.0.7 - web3-providers-http: 4.1.0 - web3-providers-ws: 4.0.7 - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 - optionalDependencies: - web3-providers-ipc: 4.0.7 - transitivePeerDependencies: - - bufferutil - - encoding - - utf-8-validate - dev: false - /web3-core@4.6.0: - resolution: {integrity: sha512-j8uQ/7zSwpmLClMMeZb736Ok3V4cWSd0dnd29jkd10d1pedi32r+hSAgycxSJLLWtPHOzMBIXUjj3TF/IAClVQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-core@4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): dependencies: web3-errors: 1.3.0 web3-eth-accounts: 4.2.1 web3-eth-iban: 4.0.7 - web3-providers-http: 4.2.0 - web3-providers-ws: 4.0.8 + web3-providers-http: 4.2.0(encoding@0.1.13) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12222,49 +13849,19 @@ packages: - bufferutil - encoding - utf-8-validate - dev: false - /web3-errors@1.2.0: - resolution: {integrity: sha512-58Kczou5zyjcm9LuSs5Hrm6VrG8t9p2J8X0yGArZrhKNPZL66gMGkOUpPx+EopE944Sk4yE+Q25hKv4H5BH+kA==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - web3-types: 1.7.0 - dev: false - - /web3-errors@1.3.0: - resolution: {integrity: sha512-j5JkAKCtuVMbY3F5PYXBqg1vWrtF4jcyyMY1rlw8a4PV67AkqlepjGgpzWJZd56Mt+TvHy6DA1F/3Id8LatDSQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-errors@1.3.0: dependencies: web3-types: 1.8.0 - dev: false - /web3-eth-abi@1.10.4: - resolution: {integrity: sha512-cZ0q65eJIkd/jyOlQPDjr8X4fU6CRL1eWgdLwbWEpo++MPU/2P4PFk5ZLAdye9T5Sdp+MomePPJ/gHjLMj2VfQ==} - engines: {node: '>=8.0.0'} + web3-eth-abi@1.10.4: dependencies: '@ethersproject/abi': 5.7.0 web3-utils: 1.10.4 - dev: false - - /web3-eth-abi@4.2.2(typescript@5.6.2): - resolution: {integrity: sha512-akbGi642UtKG3k3JuLbhl9KuG7LM/cXo/by2WfdwfOptGZrzRsWJNWje1d2xfw1n9kkVG9SAMvPJl1uSyR3dfw==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - abitype: 0.7.1(typescript@5.6.2) - web3-errors: 1.2.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 - transitivePeerDependencies: - - typescript - - zod - dev: false - /web3-eth-abi@4.2.4(typescript@5.6.2): - resolution: {integrity: sha512-FGoj/ENm/Iq3+6myJyiDCwbFkha9ZCx2fRdiIdw3mp7S4lgu+ay3EVzQPRxJjNBm09UEfxB9yoSAPKj9Z3Mbxg==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-abi@4.2.4(typescript@5.6.2)(zod@3.23.8): dependencies: - abitype: 0.7.1(typescript@5.6.2) + abitype: 0.7.1(typescript@5.6.2)(zod@3.23.8) web3-errors: 1.3.0 web3-types: 1.8.0 web3-utils: 4.3.1 @@ -12272,11 +13869,8 @@ packages: transitivePeerDependencies: - typescript - zod - dev: false - /web3-eth-accounts@1.10.4: - resolution: {integrity: sha512-ysy5sVTg9snYS7tJjxVoQAH6DTOTkRGR8emEVCWNGLGiB9txj+qDvSeT0izjurS/g7D5xlMAgrEHLK1Vi6I3yg==} - engines: {node: '>=8.0.0'} + web3-eth-accounts@1.10.4(encoding@0.1.13): dependencies: '@ethereumjs/common': 2.6.5 '@ethereumjs/tx': 3.5.2 @@ -12284,31 +13878,15 @@ packages: eth-lib: 0.2.8 scrypt-js: 3.0.1 uuid: 9.0.1 - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-helpers: 1.10.4 web3-core-method: 1.10.4 web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - - /web3-eth-accounts@4.1.2: - resolution: {integrity: sha512-y0JynDeTDnclyuE9mShXLeEj+BCrPHxPHOyPCgTchUBQsALF9+0OhP7WiS3IqUuu0Hle5bjG2f5ddeiPtNEuLg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - '@ethereumjs/rlp': 4.0.1 - crc-32: 1.2.2 - ethereum-cryptography: 2.2.1 - web3-errors: 1.2.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 - dev: false - /web3-eth-accounts@4.2.1: - resolution: {integrity: sha512-aOlEZFzqAgKprKs7+DGArU4r9b+ILBjThpeq42aY7LAQcP+mSpsWcQgbIRK3r/n3OwTYZ3aLPk0Ih70O/LwnYA==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-accounts@4.2.1: dependencies: '@ethereumjs/rlp': 4.0.1 crc-32: 1.2.2 @@ -12317,53 +13895,28 @@ packages: web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 - dev: false - /web3-eth-contract@1.10.4: - resolution: {integrity: sha512-Q8PfolOJ4eV9TvnTj1TGdZ4RarpSLmHnUnzVxZ/6/NiTfe4maJz99R0ISgwZkntLhLRtw0C7LRJuklzGYCNN3A==} - engines: {node: '>=8.0.0'} + web3-eth-contract@1.10.4(encoding@0.1.13): dependencies: - '@types/bn.js': 5.1.5 - web3-core: 1.10.4 + '@types/bn.js': 5.1.6 + web3-core: 1.10.4(encoding@0.1.13) web3-core-helpers: 1.10.4 web3-core-method: 1.10.4 - web3-core-promievent: 1.10.4 - web3-core-subscriptions: 1.10.4 - web3-eth-abi: 1.10.4 - web3-utils: 1.10.4 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - - /web3-eth-contract@4.5.0(typescript@5.6.2): - resolution: {integrity: sha512-AX6OiDrIryz/T28k9Xz0gXpUrlOUjcooEgGluu2s5dFDWCPM/zlN5RsUZlXZiXpQyj52VCUy5+bkvu3yDPA4fg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - web3-core: 4.5.0 - web3-errors: 1.2.0 - web3-eth: 4.8.0(typescript@5.6.2) - web3-eth-abi: 4.2.2(typescript@5.6.2) - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 + web3-core-promievent: 1.10.4 + web3-core-subscriptions: 1.10.4 + web3-eth-abi: 1.10.4 + web3-utils: 1.10.4 transitivePeerDependencies: - - bufferutil - encoding - - typescript - - utf-8-validate - - zod - dev: false + - supports-color - /web3-eth-contract@4.7.0(typescript@5.6.2): - resolution: {integrity: sha512-fdStoBOjFyMHwlyJmSUt/BTDL1ATwKGmG3zDXQ/zTKlkkW/F/074ut0Vry4GuwSBg9acMHc0ycOiZx9ZKjNHsw==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-contract@4.7.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: '@ethereumjs/rlp': 5.0.2 - web3-core: 4.6.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-errors: 1.3.0 - web3-eth: 4.9.0(typescript@5.6.2) - web3-eth-abi: 4.2.4(typescript@5.6.2) + web3-eth: 4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-abi: 4.2.4(typescript@5.6.2)(zod@3.23.8) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12373,35 +13926,29 @@ packages: - typescript - utf-8-validate - zod - dev: false - /web3-eth-ens@1.10.4: - resolution: {integrity: sha512-LLrvxuFeVooRVZ9e5T6OWKVflHPFgrVjJ/jtisRWcmI7KN/b64+D/wJzXqgmp6CNsMQcE7rpmf4CQmJCrTdsgg==} - engines: {node: '>=8.0.0'} + web3-eth-ens@1.10.4(encoding@0.1.13): dependencies: content-hash: 2.5.2 eth-ens-namehash: 2.0.8 - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-helpers: 1.10.4 web3-core-promievent: 1.10.4 web3-eth-abi: 1.10.4 - web3-eth-contract: 1.10.4 + web3-eth-contract: 1.10.4(encoding@0.1.13) web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - /web3-eth-ens@4.4.0(typescript@5.6.2): - resolution: {integrity: sha512-DeyVIS060hNV9g8dnTx92syqvgbvPricE3MerCxe/DquNZT3tD8aVgFfq65GATtpCgDDJffO2bVeHp3XBemnSQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-ens@4.4.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: - '@adraffy/ens-normalize': 1.10.1 - web3-core: 4.6.0 + '@adraffy/ens-normalize': 1.11.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-errors: 1.3.0 - web3-eth: 4.9.0(typescript@5.6.2) - web3-eth-contract: 4.7.0(typescript@5.6.2) - web3-net: 4.1.0 + web3-eth: 4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-contract: 4.7.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-net: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12411,66 +13958,36 @@ packages: - typescript - utf-8-validate - zod - dev: false - /web3-eth-iban@1.10.4: - resolution: {integrity: sha512-0gE5iNmOkmtBmbKH2aTodeompnNE8jEyvwFJ6s/AF6jkw9ky9Op9cqfzS56AYAbrqEFuClsqB/AoRves7LDELw==} - engines: {node: '>=8.0.0'} + web3-eth-iban@1.10.4: dependencies: bn.js: 5.2.1 web3-utils: 1.10.4 - dev: false - /web3-eth-iban@4.0.7: - resolution: {integrity: sha512-8weKLa9KuKRzibC87vNLdkinpUE30gn0IGY027F8doeJdcPUfsa4IlBgNC4k4HLBembBB2CTU0Kr/HAOqMeYVQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-iban@4.0.7: dependencies: web3-errors: 1.3.0 web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 - dev: false - /web3-eth-personal@1.10.4: - resolution: {integrity: sha512-BRa/hs6jU1hKHz+AC/YkM71RP3f0Yci1dPk4paOic53R4ZZG4MgwKRkJhgt3/GPuPliwS46f/i5A7fEGBT4F9w==} - engines: {node: '>=8.0.0'} + web3-eth-personal@1.10.4(encoding@0.1.13): dependencies: '@types/node': 12.20.55 - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-helpers: 1.10.4 web3-core-method: 1.10.4 - web3-net: 1.10.4 + web3-net: 1.10.4(encoding@0.1.13) web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - - /web3-eth-personal@4.0.8(typescript@5.6.2): - resolution: {integrity: sha512-sXeyLKJ7ddQdMxz1BZkAwImjqh7OmKxhXoBNF3isDmD4QDpMIwv/t237S3q4Z0sZQamPa/pHebJRWVuvP8jZdw==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - web3-core: 4.5.0 - web3-eth: 4.8.0(typescript@5.6.2) - web3-rpc-methods: 1.3.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 - transitivePeerDependencies: - - bufferutil - - encoding - - typescript - - utf-8-validate - - zod - dev: false - /web3-eth-personal@4.1.0(typescript@5.6.2): - resolution: {integrity: sha512-RFN83uMuvA5cu1zIwwJh9A/bAj0OBxmGN3tgx19OD/9ygeUZbifOL06jgFzN0t+1ekHqm3DXYQM8UfHpXi7yDQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth-personal@4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: - web3-core: 4.6.0 - web3-eth: 4.9.0(typescript@5.6.2) - web3-rpc-methods: 1.3.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-eth: 4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-rpc-methods: 1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12480,64 +13997,35 @@ packages: - typescript - utf-8-validate - zod - dev: false - /web3-eth@1.10.4: - resolution: {integrity: sha512-Sql2kYKmgt+T/cgvg7b9ce24uLS7xbFrxE4kuuor1zSCGrjhTJ5rRNG8gTJUkAJGKJc7KgnWmgW+cOfMBPUDSA==} - engines: {node: '>=8.0.0'} + web3-eth@1.10.4(encoding@0.1.13): dependencies: - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-helpers: 1.10.4 web3-core-method: 1.10.4 web3-core-subscriptions: 1.10.4 web3-eth-abi: 1.10.4 - web3-eth-accounts: 1.10.4 - web3-eth-contract: 1.10.4 - web3-eth-ens: 1.10.4 + web3-eth-accounts: 1.10.4(encoding@0.1.13) + web3-eth-contract: 1.10.4(encoding@0.1.13) + web3-eth-ens: 1.10.4(encoding@0.1.13) web3-eth-iban: 1.10.4 - web3-eth-personal: 1.10.4 - web3-net: 1.10.4 + web3-eth-personal: 1.10.4(encoding@0.1.13) + web3-net: 1.10.4(encoding@0.1.13) web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - - /web3-eth@4.8.0(typescript@5.6.2): - resolution: {integrity: sha512-fobkdpwN9SH785/0LSLfxOMH4rZNAD/EvTKIHdpl4ZVz5XdKehX+xPMpSGDGwMlAQ7yXByjZDX3opzoqEQLWxg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - setimmediate: 1.0.5 - web3-core: 4.5.0 - web3-errors: 1.2.0 - web3-eth-abi: 4.2.2(typescript@5.6.2) - web3-eth-accounts: 4.1.2 - web3-net: 4.1.0 - web3-providers-ws: 4.0.7 - web3-rpc-methods: 1.3.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - web3-validator: 2.0.6 - transitivePeerDependencies: - - bufferutil - - encoding - - typescript - - utf-8-validate - - zod - dev: false - /web3-eth@4.9.0(typescript@5.6.2): - resolution: {integrity: sha512-lE+5rQUkQq1Mzf3uZ/tlay8nvMyC/CmaRFRFQ015OZuvSrRr/byZhhkzY5ZWkIetESTMqfWapu67yeHebcHxwA==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-eth@4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: setimmediate: 1.0.5 - web3-core: 4.6.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-errors: 1.3.0 - web3-eth-abi: 4.2.4(typescript@5.6.2) + web3-eth-abi: 4.2.4(typescript@5.6.2)(zod@3.23.8) web3-eth-accounts: 4.2.1 - web3-net: 4.1.0 - web3-providers-ws: 4.0.8 - web3-rpc-methods: 1.3.0 + web3-net: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) + web3-rpc-methods: 1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12547,164 +14035,92 @@ packages: - typescript - utf-8-validate - zod - dev: false - /web3-net@1.10.4: - resolution: {integrity: sha512-mKINnhOOnZ4koA+yV2OT5s5ztVjIx7IY9a03w6s+yao/BUn+Luuty0/keNemZxTr1E8Ehvtn28vbOtW7Ids+Ow==} - engines: {node: '>=8.0.0'} + web3-net@1.10.4(encoding@0.1.13): dependencies: - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-method: 1.10.4 web3-utils: 1.10.4 transitivePeerDependencies: - encoding - supports-color - dev: false - /web3-net@4.1.0: - resolution: {integrity: sha512-WWmfvHVIXWEoBDWdgKNYKN8rAy6SgluZ0abyRyXOL3ESr7ym7pKWbfP4fjApIHlYTh8tNqkrdPfM4Dyi6CA0SA==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-net@4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): dependencies: - web3-core: 4.6.0 - web3-rpc-methods: 1.3.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-rpc-methods: 1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 transitivePeerDependencies: - bufferutil - encoding - utf-8-validate - dev: false - /web3-providers-http@1.10.4: - resolution: {integrity: sha512-m2P5Idc8hdiO0l60O6DSCPw0kw64Zgi0pMjbEFRmxKIck2Py57RQMu4bxvkxJwkF06SlGaEQF8rFZBmuX7aagQ==} - engines: {node: '>=8.0.0'} + web3-providers-http@1.10.4(encoding@0.1.13): dependencies: abortcontroller-polyfill: 1.7.5 - cross-fetch: 4.0.0 + cross-fetch: 4.0.0(encoding@0.1.13) es6-promise: 4.2.8 web3-core-helpers: 1.10.4 transitivePeerDependencies: - encoding - dev: false - - /web3-providers-http@4.1.0: - resolution: {integrity: sha512-6qRUGAhJfVQM41E5t+re5IHYmb5hSaLc02BE2MaRQsz2xKA6RjmHpOA5h/+ojJxEpI9NI2CrfDKOAgtJfoUJQg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - cross-fetch: 4.0.0 - web3-errors: 1.2.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - transitivePeerDependencies: - - encoding - dev: false - /web3-providers-http@4.2.0: - resolution: {integrity: sha512-IPMnDtHB7dVwaB7/mMxAZzyq7d5ezfO1+Vw0bNfAeIi7gaDlJiggp85SdyAfOgov8AMUA/dyiY72kQ0KmjXKvQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-providers-http@4.2.0(encoding@0.1.13): dependencies: - cross-fetch: 4.0.0 + cross-fetch: 4.0.0(encoding@0.1.13) web3-errors: 1.3.0 web3-types: 1.8.0 web3-utils: 4.3.1 transitivePeerDependencies: - encoding - dev: false - /web3-providers-ipc@1.10.4: - resolution: {integrity: sha512-YRF/bpQk9z3WwjT+A6FI/GmWRCASgd+gC0si7f9zbBWLXjwzYAKG73bQBaFRAHex1hl4CVcM5WUMaQXf3Opeuw==} - engines: {node: '>=8.0.0'} + web3-providers-ipc@1.10.4: dependencies: oboe: 2.1.5 web3-core-helpers: 1.10.4 - dev: false - /web3-providers-ipc@4.0.7: - resolution: {integrity: sha512-YbNqY4zUvIaK2MHr1lQFE53/8t/ejHtJchrWn9zVbFMGXlTsOAbNoIoZWROrg1v+hCBvT2c9z8xt7e/+uz5p1g==} - engines: {node: '>=14', npm: '>=6.12.0'} - requiresBuild: true + web3-providers-ipc@4.0.7: dependencies: web3-errors: 1.3.0 web3-types: 1.8.0 web3-utils: 4.3.1 - dev: false optional: true - /web3-providers-ws@1.10.4: - resolution: {integrity: sha512-j3FBMifyuFFmUIPVQR4pj+t5ILhAexAui0opgcpu9R5LxQrLRUZxHSnU+YO25UycSOa/NAX8A+qkqZNpcFAlxA==} - engines: {node: '>=8.0.0'} + web3-providers-ws@1.10.4: dependencies: eventemitter3: 4.0.4 web3-core-helpers: 1.10.4 websocket: 1.0.35 transitivePeerDependencies: - supports-color - dev: false - - /web3-providers-ws@4.0.7: - resolution: {integrity: sha512-n4Dal9/rQWjS7d6LjyEPM2R458V8blRm0eLJupDEJOOIBhGYlxw5/4FthZZ/cqB7y/sLVi7K09DdYx2MeRtU5w==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - '@types/ws': 8.5.3 - isomorphic-ws: 5.0.0(ws@8.18.0) - web3-errors: 1.2.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 - ws: 8.18.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - /web3-providers-ws@4.0.8: - resolution: {integrity: sha512-goJdgata7v4pyzHRsg9fSegUG4gVnHZSHODhNnn6J93ykHkBI1nz4fjlGpcQLUMi4jAMz6SHl9Ibzs2jj9xqPw==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-providers-ws@4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@types/ws': 8.5.3 - isomorphic-ws: 5.0.0(ws@8.18.0) + isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) web3-errors: 1.3.0 web3-types: 1.8.0 web3-utils: 4.3.1 - ws: 8.18.0 + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false - /web3-rpc-methods@1.3.0: - resolution: {integrity: sha512-/CHmzGN+IYgdBOme7PdqzF+FNeMleefzqs0LVOduncSaqsppeOEoskLXb2anSpzmQAP3xZJPaTrkQPWSJMORig==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-rpc-methods@1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): dependencies: - web3-core: 4.5.0 - web3-types: 1.7.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-types: 1.8.0 web3-validator: 2.0.6 transitivePeerDependencies: - bufferutil - encoding - utf-8-validate - dev: false - /web3-rpc-providers@1.0.0-rc.0: - resolution: {integrity: sha512-lmBOZ4PE+wf5JyptPZJ+GHeGPyTBfnCRbrfOxWLU+Q7g+D6NukgS3fk2xcunEvUsR/b5fp+uXk0TkmhX9/GCKg==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - web3-providers-http: 4.1.0 - web3-providers-ws: 4.0.7 - web3-types: 1.7.0 - web3-utils: 4.3.0 - transitivePeerDependencies: - - bufferutil - - encoding - - utf-8-validate - dev: false - - /web3-rpc-providers@1.0.0-rc.2: - resolution: {integrity: sha512-ocFIEXcBx/DYQ90HhVepTBUVnL9pGsZw8wyPb1ZINSenwYus9SvcFkjU1Hfvd/fXjuhAv2bUVch9vxvMx1mXAQ==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-rpc-providers@1.0.0-rc.2(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): dependencies: web3-errors: 1.3.0 - web3-providers-http: 4.2.0 - web3-providers-ws: 4.0.8 + web3-providers-http: 4.2.0(encoding@0.1.13) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12712,118 +14128,79 @@ packages: - bufferutil - encoding - utf-8-validate - dev: false - /web3-shh@1.10.4: - resolution: {integrity: sha512-cOH6iFFM71lCNwSQrC3niqDXagMqrdfFW85hC9PFUrAr3PUrIem8TNstTc3xna2bwZeWG6OBy99xSIhBvyIACw==} - engines: {node: '>=8.0.0'} - requiresBuild: true + web3-shh@1.10.4(encoding@0.1.13): dependencies: - web3-core: 1.10.4 + web3-core: 1.10.4(encoding@0.1.13) web3-core-method: 1.10.4 web3-core-subscriptions: 1.10.4 - web3-net: 1.10.4 + web3-net: 1.10.4(encoding@0.1.13) transitivePeerDependencies: - encoding - supports-color - dev: false - - /web3-types@1.7.0: - resolution: {integrity: sha512-nhXxDJ7a5FesRw9UG5SZdP/C/3Q2EzHGnB39hkAV+YGXDMgwxBXFWebQLfEzZzuArfHnvC0sQqkIHNwSKcVjdA==} - engines: {node: '>=14', npm: '>=6.12.0'} - dev: false - /web3-types@1.8.0: - resolution: {integrity: sha512-Z51wFLPGhZM/1uDxrxE8gzju3t2aEdRGn+YmLX463id5UjTuMEmP/9in1GFjqrsPB3m86czs8RnGBUt3ovueMw==} - engines: {node: '>=14', npm: '>=6.12.0'} - dev: false + web3-types@1.8.0: {} - /web3-utils@1.10.4: - resolution: {integrity: sha512-tsu8FiKJLk2PzhDl9fXbGUWTkkVXYhtTA+SmEFkKft+9BgwLxfCRpU96sWv7ICC8zixBNd3JURVoiR3dUXgP8A==} - engines: {node: '>=8.0.0'} + web3-utils@1.10.4: dependencies: '@ethereumjs/util': 8.1.0 bn.js: 5.2.1 - ethereum-bloom-filters: 1.0.10 + ethereum-bloom-filters: 1.2.0 ethereum-cryptography: 2.2.1 ethjs-unit: 0.1.6 number-to-bn: 1.7.0 randombytes: 2.1.0 utf8: 3.0.0 - dev: false - - /web3-utils@4.3.0: - resolution: {integrity: sha512-fGG2IZr0XB1vEoWZiyJzoy28HpsIfZgz4mgPeQA9aj5rIx8z0o80qUPtIyrCYX/Bo2gYALlV5SWIJWxJNUQn9Q==} - engines: {node: '>=14', npm: '>=6.12.0'} - dependencies: - ethereum-cryptography: 2.2.1 - eventemitter3: 5.0.1 - web3-errors: 1.2.0 - web3-types: 1.7.0 - web3-validator: 2.0.6 - dev: false - /web3-utils@4.3.1: - resolution: {integrity: sha512-kGwOk8FxOLJ9DQC68yqNQc7AzN+k9YDLaW+ZjlAXs3qORhf8zXk5SxWAAGLbLykMs3vTeB0FTb1Exut4JEYfFA==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-utils@4.3.1: dependencies: ethereum-cryptography: 2.2.1 eventemitter3: 5.0.1 web3-errors: 1.3.0 web3-types: 1.8.0 web3-validator: 2.0.6 - dev: false - /web3-validator@2.0.6: - resolution: {integrity: sha512-qn9id0/l1bWmvH4XfnG/JtGKKwut2Vokl6YXP5Kfg424npysmtRLe9DgiNBM9Op7QL/aSiaA0TVXibuIuWcizg==} - engines: {node: '>=14', npm: '>=6.12.0'} + web3-validator@2.0.6: dependencies: ethereum-cryptography: 2.2.1 util: 0.12.5 web3-errors: 1.3.0 web3-types: 1.8.0 zod: 3.23.8 - dev: false - /web3@1.10.4: - resolution: {integrity: sha512-kgJvQZjkmjOEKimx/tJQsqWfRDPTTcBfYPa9XletxuHLpHcXdx67w8EFn5AW3eVxCutE9dTVHgGa9VYe8vgsEA==} - engines: {node: '>=8.0.0'} - requiresBuild: true - dependencies: - web3-bzz: 1.10.4 - web3-core: 1.10.4 - web3-eth: 1.10.4 - web3-eth-personal: 1.10.4 - web3-net: 1.10.4 - web3-shh: 1.10.4 + web3@1.10.4(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): + dependencies: + web3-bzz: 1.10.4(bufferutil@4.0.8)(utf-8-validate@5.0.10) + web3-core: 1.10.4(encoding@0.1.13) + web3-eth: 1.10.4(encoding@0.1.13) + web3-eth-personal: 1.10.4(encoding@0.1.13) + web3-net: 1.10.4(encoding@0.1.13) + web3-shh: 1.10.4(encoding@0.1.13) web3-utils: 1.10.4 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - dev: false - /web3@4.10.0(typescript@5.6.2): - resolution: {integrity: sha512-0A0SEZG4QL5DRtZQtF1pL+LldHn0kAAb4/vUdQua1k4CrZ+hRoDAc3dfFZw94EOV69oXuAFo8fqhITxyWfCHaw==} - engines: {node: '>=14.0.0', npm: '>=6.12.0'} + web3@4.10.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: - web3-core: 4.5.0 - web3-errors: 1.2.0 - web3-eth: 4.8.0(typescript@5.6.2) - web3-eth-abi: 4.2.2(typescript@5.6.2) - web3-eth-accounts: 4.1.2 - web3-eth-contract: 4.5.0(typescript@5.6.2) - web3-eth-ens: 4.4.0(typescript@5.6.2) + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-errors: 1.3.0 + web3-eth: 4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-abi: 4.2.4(typescript@5.6.2)(zod@3.23.8) + web3-eth-accounts: 4.2.1 + web3-eth-contract: 4.7.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-ens: 4.4.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) web3-eth-iban: 4.0.7 - web3-eth-personal: 4.0.8(typescript@5.6.2) - web3-net: 4.1.0 - web3-providers-http: 4.1.0 - web3-providers-ws: 4.0.7 - web3-rpc-methods: 1.3.0 - web3-rpc-providers: 1.0.0-rc.0 - web3-types: 1.7.0 - web3-utils: 4.3.0 + web3-eth-personal: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-net: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-providers-http: 4.2.0(encoding@0.1.13) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) + web3-rpc-methods: 1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-rpc-providers: 1.0.0-rc.2(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-types: 1.8.0 + web3-utils: 4.3.1 web3-validator: 2.0.6 transitivePeerDependencies: - bufferutil @@ -12831,26 +14208,23 @@ packages: - typescript - utf-8-validate - zod - dev: false - /web3@4.13.0(typescript@5.6.2): - resolution: {integrity: sha512-wRXTu/YjelvBJ7PSLzp/rW8/6pqj4RlXzdKSkjk01RaHDvnpLogLU/VL8OF5ygqhY7IzhY5MSrl9SnC8C9Z4uA==} - engines: {node: '>=14.0.0', npm: '>=6.12.0'} + web3@4.13.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8): dependencies: - web3-core: 4.6.0 + web3-core: 4.6.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-errors: 1.3.0 - web3-eth: 4.9.0(typescript@5.6.2) - web3-eth-abi: 4.2.4(typescript@5.6.2) + web3-eth: 4.9.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-abi: 4.2.4(typescript@5.6.2)(zod@3.23.8) web3-eth-accounts: 4.2.1 - web3-eth-contract: 4.7.0(typescript@5.6.2) - web3-eth-ens: 4.4.0(typescript@5.6.2) + web3-eth-contract: 4.7.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-eth-ens: 4.4.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) web3-eth-iban: 4.0.7 - web3-eth-personal: 4.1.0(typescript@5.6.2) - web3-net: 4.1.0 - web3-providers-http: 4.2.0 - web3-providers-ws: 4.0.8 - web3-rpc-methods: 1.3.0 - web3-rpc-providers: 1.0.0-rc.2 + web3-eth-personal: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) + web3-net: 4.1.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-providers-http: 4.2.0(encoding@0.1.13) + web3-providers-ws: 4.0.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) + web3-rpc-methods: 1.3.0(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + web3-rpc-providers: 1.0.0-rc.2(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) web3-types: 1.8.0 web3-utils: 4.3.1 web3-validator: 2.0.6 @@ -12860,27 +14234,17 @@ packages: - typescript - utf-8-validate - zod - dev: false - /webauthn-p256@0.0.5: - resolution: {integrity: sha512-drMGNWKdaixZNobeORVIqq7k5DsRC9FnG201K2QjeOoQLmtSDaSsVZdkg6n5jUALJKcAG++zBPJXmv6hy0nWFg==} + webauthn-p256@0.0.5: dependencies: - '@noble/curves': 1.4.2 - '@noble/hashes': 1.4.0 - dev: false + '@noble/curves': 1.6.0 + '@noble/hashes': 1.5.0 - /webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - dev: false + webidl-conversions@3.0.1: {} - /webidl-conversions@7.0.0: - resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} - engines: {node: '>=12'} - dev: false + webidl-conversions@7.0.0: {} - /websocket@1.0.35: - resolution: {integrity: sha512-/REy6amwPZl44DDzvRCkaI1q1bIiQB0mEFQLUrhz3z2EK91cp3n72rAjUlrTP0zV22HJIUOVHQGPxhFRjxjt+Q==} - engines: {node: '>=4.0.0'} + websocket@1.0.35: dependencies: bufferutil: 4.0.8 debug: 2.6.9 @@ -12890,191 +14254,115 @@ packages: yaeti: 0.0.6 transitivePeerDependencies: - supports-color - dev: false - /whatwg-encoding@3.1.1: - resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} - engines: {node: '>=18'} + whatwg-encoding@3.1.1: dependencies: iconv-lite: 0.6.3 - dev: false - /whatwg-mimetype@4.0.0: - resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} - engines: {node: '>=18'} - dev: false + whatwg-mimetype@4.0.0: {} - /whatwg-url@14.0.0: - resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} - engines: {node: '>=18'} + whatwg-url@14.0.0: dependencies: tr46: 5.0.0 webidl-conversions: 7.0.0 - dev: false - /whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + whatwg-url@5.0.0: dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 - dev: false - /which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.0.2: dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 is-number-object: 1.0.7 is-string: 1.0.7 is-symbol: 1.0.4 - dev: false - /which-collection@1.0.2: - resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} - engines: {node: '>= 0.4'} + which-collection@1.0.2: dependencies: is-map: 2.0.3 is-set: 2.0.3 is-weakmap: 2.0.2 is-weakset: 2.0.3 - dev: false - /which-typed-array@1.1.15: - resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} - engines: {node: '>= 0.4'} + which-typed-array@1.1.15: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.2 - dev: false - /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true + which@2.0.2: dependencies: isexe: 2.0.0 - /why-is-node-running@2.3.0: - resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} - engines: {node: '>=8'} - hasBin: true + why-is-node-running@2.3.0: dependencies: siginfo: 2.0.0 stackback: 0.0.2 - dev: false - /wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} - requiresBuild: true + wide-align@1.1.5: dependencies: string-width: 4.2.3 - dev: false optional: true - /window-size@1.1.1: - resolution: {integrity: sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA==} - engines: {node: '>= 0.10.0'} - hasBin: true + window-size@1.1.1: dependencies: define-property: 1.0.0 is-number: 3.0.0 - dev: false - /word-wrap@1.2.5: - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} - engines: {node: '>=0.10.0'} - dev: true + word-wrap@1.2.5: {} - /workerpool@6.2.1: - resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} - dev: false + wordwrap@1.0.0: {} - /workerpool@6.5.1: - resolution: {integrity: sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==} - dev: false + workerpool@6.5.1: {} - /wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: false - /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - /wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + wrap-ansi@8.1.0: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 - dev: false - /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + wrappy@1.0.2: {} - /ws@3.3.3: - resolution: {integrity: sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true + ws@3.3.3(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: async-limiter: 1.0.1 safe-buffer: 5.1.2 ultron: 1.1.1 - dev: false + optionalDependencies: + bufferutil: 4.0.8 + utf-8-validate: 5.0.10 - /ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false + ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + optionalDependencies: + bufferutil: 4.0.8 + utf-8-validate: 5.0.10 - /ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false + ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): + optionalDependencies: + bufferutil: 4.0.8 + utf-8-validate: 5.0.10 - /xhr-request-promise@0.1.3: - resolution: {integrity: sha512-YUBytBsuwgitWtdRzXDDkWAXzhdGB8bYm0sSzMPZT7Z2MBjMSTHFsyCT1yCRATY+XC69DUrQraRAEgcoCRaIPg==} + xhr-request-promise@0.1.3: dependencies: xhr-request: 1.1.0 - dev: false - /xhr-request@1.1.0: - resolution: {integrity: sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==} + xhr-request@1.1.0: dependencies: buffer-to-arraybuffer: 0.0.5 object-assign: 4.1.1 @@ -13083,155 +14371,71 @@ packages: timed-out: 4.0.1 url-set-query: 1.0.0 xhr: 2.6.0 - dev: false - /xhr@2.6.0: - resolution: {integrity: sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==} + xhr@2.6.0: dependencies: global: 4.4.0 is-function: 1.0.2 parse-headers: 2.0.5 xtend: 4.0.2 - dev: false - /xml-name-validator@5.0.0: - resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} - engines: {node: '>=18'} - dev: false + xml-name-validator@5.0.0: {} - /xmlchars@2.2.0: - resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} - dev: false + xmlchars@2.2.0: {} - /xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} - dev: false + xtend@4.0.2: {} - /xxhashjs@0.2.2: - resolution: {integrity: sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==} + xxhashjs@0.2.2: dependencies: cuint: 0.2.2 - dev: false - - /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - /yaeti@0.0.6: - resolution: {integrity: sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==} - engines: {node: '>=0.10.32'} - dev: false + y18n@5.0.8: {} - /yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - dev: false + yaeti@0.0.6: {} - /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - dev: false + yallist@3.1.1: {} - /yaml@2.4.5: - resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} - engines: {node: '>= 14'} - hasBin: true - dev: false + yallist@4.0.0: {} - /yaml@2.5.1: - resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} - engines: {node: '>= 14'} - hasBin: true - dev: false + yaml@2.4.5: {} - /yargs-parser@20.2.4: - resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} - engines: {node: '>=10'} - dev: false + yaml@2.5.1: {} - /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} - dev: false + yargs-parser@20.2.9: {} - /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} + yargs-parser@21.1.1: {} - /yargs-unparser@2.0.0: - resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} - engines: {node: '>=10'} + yargs-unparser@2.0.0: dependencies: camelcase: 6.3.0 decamelize: 4.0.0 flat: 5.0.2 is-plain-obj: 2.1.0 - dev: false - /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} + yargs@16.2.0: dependencies: cliui: 7.0.4 - escalade: 3.1.1 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.4 - dev: false + yargs-parser: 20.2.9 - /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.1 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - /yn@3.1.1: - resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} - engines: {node: '>=6'} - dev: false - - /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} - - /yoctocolors-cjs@2.1.2: - resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} - engines: {node: '>=18'} - dev: false + yn@3.1.1: {} - /zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - dev: false + yocto-queue@0.1.0: {} - github.com/aurora-is-near/eth-object/378b8dbf44a71f7049666cea5a16ab88d45aed06: - resolution: {tarball: https://codeload.github.com/aurora-is-near/eth-object/tar.gz/378b8dbf44a71f7049666cea5a16ab88d45aed06} - name: eth-object - version: 1.0.3 - dependencies: - eth-util-lite: github.com/near/eth-util-lite/427b7634a123d171432f3b38c6542913a3897ac7 - ethereumjs-util: 7.1.5 - web3: 1.10.4 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: false + yoctocolors-cjs@2.1.2: {} - github.com/near/eth-util-lite/427b7634a123d171432f3b38c6542913a3897ac7: - resolution: {tarball: https://codeload.github.com/near/eth-util-lite/tar.gz/427b7634a123d171432f3b38c6542913a3897ac7} - name: eth-util-lite - version: 1.0.1 - dependencies: - bn.js: 4.12.0 - js-sha3: 0.8.0 - rlp: 2.2.7 - safe-buffer: 5.2.1 - dev: false + zod@3.23.8: {} diff --git a/test/package.json b/test/package.json index 10ab20e86e..f63f114e19 100644 --- a/test/package.json +++ b/test/package.json @@ -22,14 +22,14 @@ "@moonwall/util": "5.3.3", "@openzeppelin/contracts": "4.9.6", "@polkadot-api/merkleize-metadata": "1.1.4", - "@polkadot/api": "13.0.1", - "@polkadot/api-augment": "13.0.1", - "@polkadot/api-derive": "13.0.1", + "@polkadot/api": "14.0.1", + "@polkadot/api-augment": "14.0.1", + "@polkadot/api-derive": "14.0.1", "@polkadot/apps-config": "0.143.2", "@polkadot/keyring": "13.1.1", - "@polkadot/rpc-provider": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", + "@polkadot/rpc-provider": "14.0.1", + "@polkadot/types": "14.0.1", + "@polkadot/types-codec": "14.0.1", "@polkadot/util": "13.1.1", "@polkadot/util-crypto": "13.1.1", "@substrate/txwrapper-core": "7.5.1", diff --git a/typescript-api/package-lock.json b/typescript-api/package-lock.json deleted file mode 100644 index 1973e26a00..0000000000 --- a/typescript-api/package-lock.json +++ /dev/null @@ -1,2228 +0,0 @@ -{ - "name": "@moonbeam-network/api-augment", - "version": "0.3100.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "@moonbeam-network/api-augment", - "version": "0.3100.0", - "license": "GPL-3.0-only", - "devDependencies": { - "@polkadot/api": "^13.0.1", - "@polkadot/typegen": "^13.0.1", - "prettier": "^2.7.1", - "prettier-plugin-jsdoc": "^0.3.38", - "rimraf": "^3.0.2", - "ts-node": "^10.9.1", - "typescript": "^5.0.2" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@noble/curves": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.6.0.tgz", - "integrity": "sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@noble/hashes": "1.5.0" - }, - "engines": { - "node": "^14.21.3 || >=16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@noble/hashes": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", - "integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.21.3 || >=16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@polkadot-api/json-rpc-provider": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider/-/json-rpc-provider-0.0.1.tgz", - "integrity": "sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/@polkadot-api/json-rpc-provider-proxy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.1.0.tgz", - "integrity": "sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/@polkadot-api/metadata-builders": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@polkadot-api/metadata-builders/-/metadata-builders-0.3.2.tgz", - "integrity": "sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@polkadot-api/substrate-bindings": "0.6.0", - "@polkadot-api/utils": "0.1.0" - } - }, - "node_modules/@polkadot-api/observable-client": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.3.2.tgz", - "integrity": "sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@polkadot-api/metadata-builders": "0.3.2", - "@polkadot-api/substrate-bindings": "0.6.0", - "@polkadot-api/utils": "0.1.0" - }, - "peerDependencies": { - "@polkadot-api/substrate-client": "0.1.4", - "rxjs": ">=7.8.0" - } - }, - "node_modules/@polkadot-api/substrate-bindings": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.6.0.tgz", - "integrity": "sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@noble/hashes": "^1.3.1", - "@polkadot-api/utils": "0.1.0", - "@scure/base": "^1.1.1", - "scale-ts": "^1.6.0" - } - }, - "node_modules/@polkadot-api/substrate-client": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.1.4.tgz", - "integrity": "sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@polkadot-api/json-rpc-provider": "0.0.1", - "@polkadot-api/utils": "0.1.0" - } - }, - "node_modules/@polkadot-api/utils": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@polkadot-api/utils/-/utils-0.1.0.tgz", - "integrity": "sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/@polkadot/api": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-13.0.1.tgz", - "integrity": "sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/api-augment": "13.0.1", - "@polkadot/api-base": "13.0.1", - "@polkadot/api-derive": "13.0.1", - "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "13.0.1", - "@polkadot/rpc-core": "13.0.1", - "@polkadot/rpc-provider": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-augment": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/types-create": "13.0.1", - "@polkadot/types-known": "13.0.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "eventemitter3": "^5.0.1", - "rxjs": "^7.8.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-augment": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-13.0.1.tgz", - "integrity": "sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/api-base": "13.0.1", - "@polkadot/rpc-augment": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-augment": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-base": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-13.0.1.tgz", - "integrity": "sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/rpc-core": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/util": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-derive": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-13.0.1.tgz", - "integrity": "sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/api": "13.0.1", - "@polkadot/api-augment": "13.0.1", - "@polkadot/api-base": "13.0.1", - "@polkadot/rpc-core": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/keyring": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.1.1.tgz", - "integrity": "sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/util": "13.1.1", - "@polkadot/util-crypto": "13.1.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "13.1.1", - "@polkadot/util-crypto": "13.1.1" - } - }, - "node_modules/@polkadot/networks": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.1.1.tgz", - "integrity": "sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/util": "13.1.1", - "@substrate/ss58-registry": "^1.50.0", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-augment": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-13.0.1.tgz", - "integrity": "sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/rpc-core": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-core": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-13.0.1.tgz", - "integrity": "sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/rpc-augment": "13.0.1", - "@polkadot/rpc-provider": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/util": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-provider": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-13.0.1.tgz", - "integrity": "sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types": "13.0.1", - "@polkadot/types-support": "13.0.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "@polkadot/x-fetch": "^13.0.2", - "@polkadot/x-global": "^13.0.2", - "@polkadot/x-ws": "^13.0.2", - "eventemitter3": "^5.0.1", - "mock-socket": "^9.3.1", - "nock": "^13.5.4", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@substrate/connect": "0.8.11" - } - }, - "node_modules/@polkadot/typegen": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-13.0.1.tgz", - "integrity": "sha512-7rK7JVdfNQH7OdrVIZo5uci4Cl5G3MndKfIVGEx+Z4SdoJMlBdA1Ve3hOVyVsOZ8udUdQC7B6bLr+2WGZ5IVyw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/api": "13.0.1", - "@polkadot/api-augment": "13.0.1", - "@polkadot/rpc-augment": "13.0.1", - "@polkadot/rpc-provider": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-augment": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/types-create": "13.0.1", - "@polkadot/types-support": "13.0.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "@polkadot/x-ws": "^13.0.2", - "handlebars": "^4.7.8", - "tslib": "^2.7.0", - "yargs": "^17.7.2" - }, - "bin": { - "polkadot-types-chain-info": "scripts/polkadot-types-chain-info.mjs", - "polkadot-types-from-chain": "scripts/polkadot-types-from-chain.mjs", - "polkadot-types-from-defs": "scripts/polkadot-types-from-defs.mjs", - "polkadot-types-internal-interfaces": "scripts/polkadot-types-internal-interfaces.mjs", - "polkadot-types-internal-metadata": "scripts/polkadot-types-internal-metadata.mjs" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-13.0.1.tgz", - "integrity": "sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/types-create": "13.0.1", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-augment": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-13.0.1.tgz", - "integrity": "sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-codec": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-13.0.1.tgz", - "integrity": "sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/util": "^13.0.2", - "@polkadot/x-bigint": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-create": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-13.0.1.tgz", - "integrity": "sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/types-codec": "13.0.1", - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-known": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-13.0.1.tgz", - "integrity": "sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/networks": "^13.0.2", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", - "@polkadot/types-create": "13.0.1", - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-support": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-13.0.1.tgz", - "integrity": "sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/util": "^13.0.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/util": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.1.1.tgz", - "integrity": "sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-bigint": "13.1.1", - "@polkadot/x-global": "13.1.1", - "@polkadot/x-textdecoder": "13.1.1", - "@polkadot/x-textencoder": "13.1.1", - "@types/bn.js": "^5.1.5", - "bn.js": "^5.2.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/util-crypto": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.1.1.tgz", - "integrity": "sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@noble/curves": "^1.3.0", - "@noble/hashes": "^1.3.3", - "@polkadot/networks": "13.1.1", - "@polkadot/util": "13.1.1", - "@polkadot/wasm-crypto": "^7.3.2", - "@polkadot/wasm-util": "^7.3.2", - "@polkadot/x-bigint": "13.1.1", - "@polkadot/x-randomvalues": "13.1.1", - "@scure/base": "^1.1.7", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "13.1.1" - } - }, - "node_modules/@polkadot/wasm-bridge": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-7.3.2.tgz", - "integrity": "sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/wasm-util": "7.3.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-7.3.2.tgz", - "integrity": "sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/wasm-bridge": "7.3.2", - "@polkadot/wasm-crypto-asmjs": "7.3.2", - "@polkadot/wasm-crypto-init": "7.3.2", - "@polkadot/wasm-crypto-wasm": "7.3.2", - "@polkadot/wasm-util": "7.3.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-asmjs": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-7.3.2.tgz", - "integrity": "sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-init": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-7.3.2.tgz", - "integrity": "sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/wasm-bridge": "7.3.2", - "@polkadot/wasm-crypto-asmjs": "7.3.2", - "@polkadot/wasm-crypto-wasm": "7.3.2", - "@polkadot/wasm-util": "7.3.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*", - "@polkadot/x-randomvalues": "*" - } - }, - "node_modules/@polkadot/wasm-crypto-wasm": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-7.3.2.tgz", - "integrity": "sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/wasm-util": "7.3.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/wasm-util": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-7.3.2.tgz", - "integrity": "sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "*" - } - }, - "node_modules/@polkadot/x-bigint": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.1.1.tgz", - "integrity": "sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/x-fetch": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-13.1.1.tgz", - "integrity": "sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "node-fetch": "^3.3.2", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/x-global": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.1.1.tgz", - "integrity": "sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/x-randomvalues": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.1.1.tgz", - "integrity": "sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "13.1.1", - "@polkadot/wasm-util": "*" - } - }, - "node_modules/@polkadot/x-textdecoder": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.1.1.tgz", - "integrity": "sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/x-textencoder": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.1.1.tgz", - "integrity": "sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "tslib": "^2.7.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/x-ws": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-13.1.1.tgz", - "integrity": "sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@polkadot/x-global": "13.1.1", - "tslib": "^2.7.0", - "ws": "^8.16.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@scure/base": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.8.tgz", - "integrity": "sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@substrate/connect": { - "version": "0.8.11", - "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.8.11.tgz", - "integrity": "sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==", - "deprecated": "versions below 1.x are no longer maintained", - "dev": true, - "license": "GPL-3.0-only", - "optional": true, - "dependencies": { - "@substrate/connect-extension-protocol": "^2.0.0", - "@substrate/connect-known-chains": "^1.1.5", - "@substrate/light-client-extension-helpers": "^1.0.0", - "smoldot": "2.0.26" - } - }, - "node_modules/@substrate/connect-extension-protocol": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-2.1.0.tgz", - "integrity": "sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==", - "dev": true, - "license": "GPL-3.0-only", - "optional": true - }, - "node_modules/@substrate/connect-known-chains": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.4.0.tgz", - "integrity": "sha512-p/mxn1GobtxJ+7xbIkUH4+/njH1neRHHKTcSGHNOC78Cf6Ch1Xzp082+nMjOBDLQLmraK5PF74AKV3WXHGuALw==", - "dev": true, - "license": "GPL-3.0-only", - "optional": true - }, - "node_modules/@substrate/light-client-extension-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@substrate/light-client-extension-helpers/-/light-client-extension-helpers-1.0.0.tgz", - "integrity": "sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@polkadot-api/json-rpc-provider": "^0.0.1", - "@polkadot-api/json-rpc-provider-proxy": "^0.1.0", - "@polkadot-api/observable-client": "^0.3.0", - "@polkadot-api/substrate-client": "^0.1.2", - "@substrate/connect-extension-protocol": "^2.0.0", - "@substrate/connect-known-chains": "^1.1.5", - "rxjs": "^7.8.1" - }, - "peerDependencies": { - "smoldot": "2.x" - } - }, - "node_modules/@substrate/ss58-registry": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.50.0.tgz", - "integrity": "sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", - "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", - "dev": true - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true - }, - "node_modules/@types/bn.js": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.6.tgz", - "integrity": "sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/debug": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", - "dev": true, - "dependencies": { - "@types/ms": "*" - } - }, - "node_modules/@types/mdast": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", - "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", - "dev": true, - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/@types/ms": { - "version": "0.7.34", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", - "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==", - "dev": true - }, - "node_modules/@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", - "dev": true, - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", - "dev": true - }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/binary-searching": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/binary-searching/-/binary-searching-2.0.5.tgz", - "integrity": "sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==", - "dev": true - }, - "node_modules/bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/character-entities": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", - "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/comment-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", - "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", - "dev": true, - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true - }, - "node_modules/data-uri-to-buffer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", - "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decode-named-character-reference": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", - "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", - "dev": true, - "dependencies": { - "character-entities": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true, - "license": "MIT" - }, - "node_modules/fetch-blob": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "paypal", - "url": "https://paypal.me/jimmywarting" - } - ], - "license": "MIT", - "dependencies": { - "node-domexception": "^1.0.0", - "web-streams-polyfill": "^3.0.3" - }, - "engines": { - "node": "^12.20 || >= 14.13" - } - }, - "node_modules/formdata-polyfill": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "fetch-blob": "^3.1.2" - }, - "engines": { - "node": ">=12.20.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true, - "license": "ISC" - }, - "node_modules/kleur": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", - "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true - }, - "node_modules/mdast-util-from-markdown": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", - "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", - "dev": true, - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", - "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", - "dev": true, - "dependencies": { - "@types/mdast": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", - "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-core-commonmark": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", - "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-destination": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", - "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-label": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", - "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-space": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", - "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-title": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", - "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-whitespace": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", - "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-character": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", - "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-chunked": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", - "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-classify-character": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", - "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-combine-extensions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", - "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-numeric-character-reference": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", - "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-string": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", - "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", - "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-html-tag-name": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", - "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-normalize-identifier": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", - "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-resolve-all": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", - "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", - "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-subtokenize": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", - "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-util-symbol": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", - "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", - "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", - "dev": true, - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mock-socket": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.3.1.tgz", - "integrity": "sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "node_modules/nock": { - "version": "13.5.5", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", - "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "json-stringify-safe": "^5.0.1", - "propagate": "^2.0.0" - }, - "engines": { - "node": ">= 10.13" - } - }, - "node_modules/node-domexception": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "github", - "url": "https://paypal.me/jimmywarting" - } - ], - "license": "MIT", - "engines": { - "node": ">=10.5.0" - } - }, - "node_modules/node-fetch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", - "dev": true, - "license": "MIT", - "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", - "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/prettier-plugin-jsdoc": { - "version": "0.3.38", - "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-0.3.38.tgz", - "integrity": "sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==", - "dev": true, - "dependencies": { - "binary-searching": "^2.0.5", - "comment-parser": "^1.3.1", - "mdast-util-from-markdown": "^1.2.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "prettier": ">=2.1.2" - }, - "workspaces": { - "prettier-plugin-fake": "./prettier-plugin-fake" - } - }, - "node_modules/propagate": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", - "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/sade": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", - "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", - "dev": true, - "dependencies": { - "mri": "^1.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/scale-ts": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/scale-ts/-/scale-ts-1.6.0.tgz", - "integrity": "sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/smoldot": { - "version": "2.0.26", - "resolved": "https://registry.npmjs.org/smoldot/-/smoldot-2.0.26.tgz", - "integrity": "sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==", - "dev": true, - "license": "GPL-3.0-or-later WITH Classpath-exception-2.0", - "optional": true, - "dependencies": { - "ws": "^8.8.1" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ts-node": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", - "dev": true, - "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } - } - }, - "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "dev": true, - "license": "0BSD" - }, - "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/uglify-js": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", - "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", - "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true - }, - "node_modules/unist-util-stringify-position": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", - "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", - "dev": true, - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/uvu": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", - "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", - "dev": true, - "dependencies": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3" - }, - "bin": { - "uvu": "bin.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/uvu/node_modules/diff": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true - }, - "node_modules/web-streams-polyfill": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", - "dev": true, - "engines": { - "node": ">=6" - } - } - } -} diff --git a/typescript-api/package.json b/typescript-api/package.json index 4ea010dd80..53dcec7c0c 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -81,12 +81,12 @@ "api" ], "dependencies": { - "@polkadot/api": "13.0.1", - "@polkadot/api-base": "13.0.1", - "@polkadot/rpc-core": "13.0.1", - "@polkadot/typegen": "13.0.1", - "@polkadot/types": "13.0.1", - "@polkadot/types-codec": "13.0.1", + "@polkadot/api": "14.0.1", + "@polkadot/api-base": "14.0.1", + "@polkadot/rpc-core": "14.0.1", + "@polkadot/typegen": "14.0.1", + "@polkadot/types": "14.0.1", + "@polkadot/types-codec": "14.0.1", "@types/node": "^22.5.5", "prettier": "2.8.8", "prettier-plugin-jsdoc": "^0.3.38", diff --git a/typescript-api/pnpm-lock.yaml b/typescript-api/pnpm-lock.yaml deleted file mode 100644 index ac05ff5911..0000000000 --- a/typescript-api/pnpm-lock.yaml +++ /dev/null @@ -1,1581 +0,0 @@ -lockfileVersion: '9.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -importers: - - .: - dependencies: - '@polkadot/api': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/api-base': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/rpc-core': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/typegen': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types': - specifier: 13.0.1 - version: 13.0.1 - '@polkadot/types-codec': - specifier: 13.0.1 - version: 13.0.1 - '@types/node': - specifier: ^22.5.5 - version: 22.5.5 - prettier: - specifier: 2.8.8 - version: 2.8.8 - prettier-plugin-jsdoc: - specifier: ^0.3.38 - version: 0.3.38(prettier@2.8.8) - tsx: - specifier: ^4.19.1 - version: 4.19.1 - typescript: - specifier: ^5.6.2 - version: 5.6.2 - -packages: - - '@esbuild/aix-ppc64@0.23.1': - resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - - '@esbuild/android-arm64@0.23.1': - resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - - '@esbuild/android-arm@0.23.1': - resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - - '@esbuild/android-x64@0.23.1': - resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - - '@esbuild/darwin-arm64@0.23.1': - resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - - '@esbuild/darwin-x64@0.23.1': - resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - - '@esbuild/freebsd-arm64@0.23.1': - resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - - '@esbuild/freebsd-x64@0.23.1': - resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - - '@esbuild/linux-arm64@0.23.1': - resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - - '@esbuild/linux-arm@0.23.1': - resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - - '@esbuild/linux-ia32@0.23.1': - resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - - '@esbuild/linux-loong64@0.23.1': - resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - - '@esbuild/linux-mips64el@0.23.1': - resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - - '@esbuild/linux-ppc64@0.23.1': - resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - - '@esbuild/linux-riscv64@0.23.1': - resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - - '@esbuild/linux-s390x@0.23.1': - resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - - '@esbuild/linux-x64@0.23.1': - resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - - '@esbuild/netbsd-x64@0.23.1': - resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - - '@esbuild/openbsd-arm64@0.23.1': - resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - - '@esbuild/openbsd-x64@0.23.1': - resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - - '@esbuild/sunos-x64@0.23.1': - resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - - '@esbuild/win32-arm64@0.23.1': - resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - - '@esbuild/win32-ia32@0.23.1': - resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - - '@esbuild/win32-x64@0.23.1': - resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - - '@noble/curves@1.6.0': - resolution: {integrity: sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==} - engines: {node: ^14.21.3 || >=16} - - '@noble/hashes@1.5.0': - resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} - engines: {node: ^14.21.3 || >=16} - - '@polkadot-api/json-rpc-provider-proxy@0.1.0': - resolution: {integrity: sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==} - - '@polkadot-api/json-rpc-provider@0.0.1': - resolution: {integrity: sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==} - - '@polkadot-api/metadata-builders@0.3.2': - resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} - - '@polkadot-api/observable-client@0.3.2': - resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} - peerDependencies: - '@polkadot-api/substrate-client': 0.1.4 - rxjs: '>=7.8.0' - - '@polkadot-api/substrate-bindings@0.6.0': - resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} - - '@polkadot-api/substrate-client@0.1.4': - resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} - - '@polkadot-api/utils@0.1.0': - resolution: {integrity: sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==} - - '@polkadot/api-augment@13.0.1': - resolution: {integrity: sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==} - engines: {node: '>=18'} - - '@polkadot/api-base@13.0.1': - resolution: {integrity: sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==} - engines: {node: '>=18'} - - '@polkadot/api-derive@13.0.1': - resolution: {integrity: sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==} - engines: {node: '>=18'} - - '@polkadot/api@13.0.1': - resolution: {integrity: sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==} - engines: {node: '>=18'} - - '@polkadot/keyring@13.1.1': - resolution: {integrity: sha512-Wm+9gn946GIPjGzvueObLGBBS9s541HE6mvKdWGEmPFMzH93ESN931RZlOd67my5MWryiSP05h5SHTp7bSaQTA==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1 - - '@polkadot/networks@13.1.1': - resolution: {integrity: sha512-eEQ4+Mfl1xFtApeU5PdXZ2XBhxNSvUz9yW+YQVGUCkXRjWFbqNRsTOYWGd9uFbiAOXiiiXbtqfZpxSDzIm4XOg==} - engines: {node: '>=18'} - - '@polkadot/rpc-augment@13.0.1': - resolution: {integrity: sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==} - engines: {node: '>=18'} - - '@polkadot/rpc-core@13.0.1': - resolution: {integrity: sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==} - engines: {node: '>=18'} - - '@polkadot/rpc-provider@13.0.1': - resolution: {integrity: sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==} - engines: {node: '>=18'} - - '@polkadot/typegen@13.0.1': - resolution: {integrity: sha512-7rK7JVdfNQH7OdrVIZo5uci4Cl5G3MndKfIVGEx+Z4SdoJMlBdA1Ve3hOVyVsOZ8udUdQC7B6bLr+2WGZ5IVyw==} - engines: {node: '>=18'} - hasBin: true - - '@polkadot/types-augment@13.0.1': - resolution: {integrity: sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==} - engines: {node: '>=18'} - - '@polkadot/types-codec@13.0.1': - resolution: {integrity: sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==} - engines: {node: '>=18'} - - '@polkadot/types-create@13.0.1': - resolution: {integrity: sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==} - engines: {node: '>=18'} - - '@polkadot/types-known@13.0.1': - resolution: {integrity: sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==} - engines: {node: '>=18'} - - '@polkadot/types-support@13.0.1': - resolution: {integrity: sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==} - engines: {node: '>=18'} - - '@polkadot/types@13.0.1': - resolution: {integrity: sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==} - engines: {node: '>=18'} - - '@polkadot/util-crypto@13.1.1': - resolution: {integrity: sha512-FG68rrLPdfLcscEyH10vnGkakM4O2lqr71S3GDhgc9WXaS8y9jisLgMPg8jbMHiQBJ3iKYkmtPKiLBowRslj2w==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - - '@polkadot/util@13.1.1': - resolution: {integrity: sha512-M4iQ5Um8tFdDmD7a96nPzfrEt+kxyWOqQDPqXyaax4QBnq/WCbq0jo8IO61uz55mdMQnGZvq8jd8uge4V6JzzQ==} - engines: {node: '>=18'} - - '@polkadot/wasm-bridge@7.3.2': - resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-crypto-asmjs@7.3.2': - resolution: {integrity: sha512-QP5eiUqUFur/2UoF2KKKYJcesc71fXhQFLT3D4ZjG28Mfk2ZPI0QNRUfpcxVQmIUpV5USHg4geCBNuCYsMm20Q==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/wasm-crypto-init@7.3.2': - resolution: {integrity: sha512-FPq73zGmvZtnuJaFV44brze3Lkrki3b4PebxCy9Fplw8nTmisKo9Xxtfew08r0njyYh+uiJRAxPCXadkC9sc8g==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-crypto-wasm@7.3.2': - resolution: {integrity: sha512-15wd0EMv9IXs5Abp1ZKpKKAVyZPhATIAHfKsyoWCEFDLSOA0/K0QGOxzrAlsrdUkiKZOq7uzSIgIDgW8okx2Mw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/wasm-crypto@7.3.2': - resolution: {integrity: sha512-+neIDLSJ6jjVXsjyZ5oLSv16oIpwp+PxFqTUaZdZDoA2EyFRQB8pP7+qLsMNk+WJuhuJ4qXil/7XiOnZYZ+wxw==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - - '@polkadot/wasm-util@7.3.2': - resolution: {integrity: sha512-bmD+Dxo1lTZyZNxbyPE380wd82QsX+43mgCm40boyKrRppXEyQmWT98v/Poc7chLuskYb6X8IQ6lvvK2bGR4Tg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': '*' - - '@polkadot/x-bigint@13.1.1': - resolution: {integrity: sha512-Cq4Y6fd9UWtRBZz8RX2tWEBL1IFwUtY6cL8p6HC9yhZtUR6OPjKZe6RIZQa9gSOoIuqZWd6PmtvSNGVH32yfkQ==} - engines: {node: '>=18'} - - '@polkadot/x-fetch@13.1.1': - resolution: {integrity: sha512-qA6mIUUebJbS+oWzq/EagZflmaoa9b25WvsxSFn7mCvzKngXzr+GYCY4XiDwKY/S+/pr/kvSCKZ1ia8BDqPBYQ==} - engines: {node: '>=18'} - - '@polkadot/x-global@13.1.1': - resolution: {integrity: sha512-DViIMmmEs29Qlsp058VTg2Mn7e3/CpGazNnKJrsBa0o1Ptxl13/4Z0fjqCpNi2GB+kaOsnREzxUORrHcU+PqcQ==} - engines: {node: '>=18'} - - '@polkadot/x-randomvalues@13.1.1': - resolution: {integrity: sha512-cXj4omwbgzQQSiBtV1ZBw+XhJUU3iz/DS6ghUnGllSZEK+fGqiyaNgeFQzDY0tKjm6kYaDpvtOHR3mHsbzDuTg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': '*' - - '@polkadot/x-textdecoder@13.1.1': - resolution: {integrity: sha512-LpZ9KYc6HdBH+i86bCmun4g4GWMiWN/1Pzs0hNdanlQMfqp3UGzl1Dqp0nozMvjWAlvyG7ip235VgNMd8HEbqg==} - engines: {node: '>=18'} - - '@polkadot/x-textencoder@13.1.1': - resolution: {integrity: sha512-w1mT15B9ptN5CJNgN/A0CmBqD5y9OePjBdU6gmAd8KRhwXCF0MTBKcEZk1dHhXiXtX+28ULJWLrfefC5gxy69Q==} - engines: {node: '>=18'} - - '@polkadot/x-ws@13.1.1': - resolution: {integrity: sha512-E/xFmJTiFzu+IK5M3/8W/9fnvNJFelcnunPv/IgO6UST94SDaTsN/Gbeb6SqPb6CsrTHRl3WD+AZ3ErGGwQfEA==} - engines: {node: '>=18'} - - '@scure/base@1.1.8': - resolution: {integrity: sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==} - - '@substrate/connect-extension-protocol@2.1.0': - resolution: {integrity: sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==} - - '@substrate/connect-known-chains@1.4.0': - resolution: {integrity: sha512-p/mxn1GobtxJ+7xbIkUH4+/njH1neRHHKTcSGHNOC78Cf6Ch1Xzp082+nMjOBDLQLmraK5PF74AKV3WXHGuALw==} - - '@substrate/connect@0.8.11': - resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} - deprecated: versions below 1.x are no longer maintained - - '@substrate/light-client-extension-helpers@1.0.0': - resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} - peerDependencies: - smoldot: 2.x - - '@substrate/ss58-registry@1.50.0': - resolution: {integrity: sha512-mkmlMlcC+MSd9rA+PN8ljGAm5fVZskvVwkXIsbx4NFwaT8kt38r7e9cyDWscG3z2Zn40POviZvEMrJSk+r2SgQ==} - - '@types/bn.js@5.1.6': - resolution: {integrity: sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==} - - '@types/debug@4.1.12': - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - - '@types/mdast@3.0.15': - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} - - '@types/ms@0.7.34': - resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - - '@types/node@22.5.5': - resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} - - '@types/unist@2.0.11': - resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} - - ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} - - ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} - - binary-searching@2.0.5: - resolution: {integrity: sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==} - - bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - - character-entities@2.0.2: - resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} - - cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} - - color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} - - color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - - comment-parser@1.4.1: - resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} - engines: {node: '>= 12.0.0'} - - data-uri-to-buffer@4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} - engines: {node: '>= 12'} - - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - decode-named-character-reference@1.0.2: - resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} - - dequal@2.0.3: - resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} - engines: {node: '>=6'} - - diff@5.2.0: - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} - engines: {node: '>=0.3.1'} - - emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - - esbuild@0.23.1: - resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} - engines: {node: '>=18'} - hasBin: true - - escalade@3.2.0: - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} - engines: {node: '>=6'} - - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} - - fetch-blob@3.2.0: - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} - engines: {node: ^12.20 || >= 14.13} - - formdata-polyfill@4.0.10: - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} - engines: {node: '>=12.20.0'} - - fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - - get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - - get-tsconfig@4.8.1: - resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} - - handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} - hasBin: true - - is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} - - json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - - kleur@4.1.5: - resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} - engines: {node: '>=6'} - - mdast-util-from-markdown@1.3.1: - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} - - mdast-util-to-string@3.2.0: - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} - - micromark-core-commonmark@1.1.0: - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} - - micromark-factory-destination@1.1.0: - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} - - micromark-factory-label@1.1.0: - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} - - micromark-factory-space@1.1.0: - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} - - micromark-factory-title@1.1.0: - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} - - micromark-factory-whitespace@1.1.0: - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} - - micromark-util-character@1.2.0: - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} - - micromark-util-chunked@1.1.0: - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} - - micromark-util-classify-character@1.1.0: - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} - - micromark-util-combine-extensions@1.1.0: - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} - - micromark-util-decode-numeric-character-reference@1.1.0: - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} - - micromark-util-decode-string@1.1.0: - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} - - micromark-util-encode@1.1.0: - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} - - micromark-util-html-tag-name@1.2.0: - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} - - micromark-util-normalize-identifier@1.1.0: - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} - - micromark-util-resolve-all@1.1.0: - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} - - micromark-util-sanitize-uri@1.2.0: - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} - - micromark-util-subtokenize@1.1.0: - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} - - micromark-util-symbol@1.1.0: - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} - - micromark-util-types@1.1.0: - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} - - micromark@3.2.0: - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} - - minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - - mock-socket@9.3.1: - resolution: {integrity: sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==} - engines: {node: '>= 8'} - - mri@1.2.0: - resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} - engines: {node: '>=4'} - - ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - - neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - - nock@13.5.5: - resolution: {integrity: sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==} - engines: {node: '>= 10.13'} - - node-domexception@1.0.0: - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} - engines: {node: '>=10.5.0'} - - node-fetch@3.3.2: - resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - - prettier-plugin-jsdoc@0.3.38: - resolution: {integrity: sha512-h81ZV/nFk5gr3fzWMWzWoz/M/8FneAZxscT7DVSy+5jMIuWYnBFZfSswVKYZyTaZ5r6+6k4hpFTDWhRp85C1tg==} - engines: {node: '>=12.0.0'} - peerDependencies: - prettier: '>=2.1.2' - - prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} - hasBin: true - - propagate@2.0.1: - resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} - engines: {node: '>= 8'} - - require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - - resolve-pkg-maps@1.0.0: - resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - - rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - - sade@1.8.1: - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} - engines: {node: '>=6'} - - scale-ts@1.6.0: - resolution: {integrity: sha512-Ja5VCjNZR8TGKhUumy9clVVxcDpM+YFjAnkMuwQy68Hixio3VRRvWdE3g8T/yC+HXA0ZDQl2TGyUmtmbcVl40Q==} - - smoldot@2.0.26: - resolution: {integrity: sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==} - - source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - - string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} - - strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} - - tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} - engines: {node: '>=18.0.0'} - hasBin: true - - typescript@5.6.2: - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} - engines: {node: '>=14.17'} - hasBin: true - - uglify-js@3.19.3: - resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} - engines: {node: '>=0.8.0'} - hasBin: true - - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - - unist-util-stringify-position@3.0.3: - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} - - uvu@0.5.6: - resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} - engines: {node: '>=8'} - hasBin: true - - web-streams-polyfill@3.3.3: - resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} - engines: {node: '>= 8'} - - wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - - wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} - - ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - - yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} - - yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} - -snapshots: - - '@esbuild/aix-ppc64@0.23.1': - optional: true - - '@esbuild/android-arm64@0.23.1': - optional: true - - '@esbuild/android-arm@0.23.1': - optional: true - - '@esbuild/android-x64@0.23.1': - optional: true - - '@esbuild/darwin-arm64@0.23.1': - optional: true - - '@esbuild/darwin-x64@0.23.1': - optional: true - - '@esbuild/freebsd-arm64@0.23.1': - optional: true - - '@esbuild/freebsd-x64@0.23.1': - optional: true - - '@esbuild/linux-arm64@0.23.1': - optional: true - - '@esbuild/linux-arm@0.23.1': - optional: true - - '@esbuild/linux-ia32@0.23.1': - optional: true - - '@esbuild/linux-loong64@0.23.1': - optional: true - - '@esbuild/linux-mips64el@0.23.1': - optional: true - - '@esbuild/linux-ppc64@0.23.1': - optional: true - - '@esbuild/linux-riscv64@0.23.1': - optional: true - - '@esbuild/linux-s390x@0.23.1': - optional: true - - '@esbuild/linux-x64@0.23.1': - optional: true - - '@esbuild/netbsd-x64@0.23.1': - optional: true - - '@esbuild/openbsd-arm64@0.23.1': - optional: true - - '@esbuild/openbsd-x64@0.23.1': - optional: true - - '@esbuild/sunos-x64@0.23.1': - optional: true - - '@esbuild/win32-arm64@0.23.1': - optional: true - - '@esbuild/win32-ia32@0.23.1': - optional: true - - '@esbuild/win32-x64@0.23.1': - optional: true - - '@noble/curves@1.6.0': - dependencies: - '@noble/hashes': 1.5.0 - - '@noble/hashes@1.5.0': {} - - '@polkadot-api/json-rpc-provider-proxy@0.1.0': - optional: true - - '@polkadot-api/json-rpc-provider@0.0.1': - optional: true - - '@polkadot-api/metadata-builders@0.3.2': - dependencies: - '@polkadot-api/substrate-bindings': 0.6.0 - '@polkadot-api/utils': 0.1.0 - optional: true - - '@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1)': - dependencies: - '@polkadot-api/metadata-builders': 0.3.2 - '@polkadot-api/substrate-bindings': 0.6.0 - '@polkadot-api/substrate-client': 0.1.4 - '@polkadot-api/utils': 0.1.0 - rxjs: 7.8.1 - optional: true - - '@polkadot-api/substrate-bindings@0.6.0': - dependencies: - '@noble/hashes': 1.5.0 - '@polkadot-api/utils': 0.1.0 - '@scure/base': 1.1.8 - scale-ts: 1.6.0 - optional: true - - '@polkadot-api/substrate-client@0.1.4': - dependencies: - '@polkadot-api/json-rpc-provider': 0.0.1 - '@polkadot-api/utils': 0.1.0 - optional: true - - '@polkadot-api/utils@0.1.0': - optional: true - - '@polkadot/api-augment@13.0.1': - dependencies: - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-base@13.0.1': - dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/util': 13.1.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-derive@13.0.1': - dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api@13.0.1': - dependencies: - '@polkadot/api-augment': 13.0.1 - '@polkadot/api-base': 13.0.1 - '@polkadot/api-derive': 13.0.1 - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-core': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/types-known': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/keyring@13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - tslib: 2.7.0 - - '@polkadot/networks@13.1.1': - dependencies: - '@polkadot/util': 13.1.1 - '@substrate/ss58-registry': 1.50.0 - tslib: 2.7.0 - - '@polkadot/rpc-augment@13.0.1': - dependencies: - '@polkadot/rpc-core': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-core@13.0.1': - dependencies: - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/util': 13.1.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-provider@13.0.1': - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/types': 13.0.1 - '@polkadot/types-support': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - '@polkadot/x-fetch': 13.1.1 - '@polkadot/x-global': 13.1.1 - '@polkadot/x-ws': 13.1.1 - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.5 - tslib: 2.7.0 - optionalDependencies: - '@substrate/connect': 0.8.11 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/typegen@13.0.1': - dependencies: - '@polkadot/api': 13.0.1 - '@polkadot/api-augment': 13.0.1 - '@polkadot/rpc-augment': 13.0.1 - '@polkadot/rpc-provider': 13.0.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/types-support': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - '@polkadot/x-ws': 13.1.1 - handlebars: 4.7.8 - tslib: 2.7.0 - yargs: 17.7.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/types-augment@13.0.1': - dependencies: - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-codec@13.0.1': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/x-bigint': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-create@13.0.1': - dependencies: - '@polkadot/types-codec': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-known@13.0.1': - dependencies: - '@polkadot/networks': 13.1.1 - '@polkadot/types': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types-support@13.0.1': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/types@13.0.1': - dependencies: - '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) - '@polkadot/types-augment': 13.0.1 - '@polkadot/types-codec': 13.0.1 - '@polkadot/types-create': 13.0.1 - '@polkadot/util': 13.1.1 - '@polkadot/util-crypto': 13.1.1(@polkadot/util@13.1.1) - rxjs: 7.8.1 - tslib: 2.7.0 - - '@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1)': - dependencies: - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 - '@polkadot/networks': 13.1.1 - '@polkadot/util': 13.1.1 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-bigint': 13.1.1 - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - '@scure/base': 1.1.8 - tslib: 2.7.0 - - '@polkadot/util@13.1.1': - dependencies: - '@polkadot/x-bigint': 13.1.1 - '@polkadot/x-global': 13.1.1 - '@polkadot/x-textdecoder': 13.1.1 - '@polkadot/x-textencoder': 13.1.1 - '@types/bn.js': 5.1.6 - bn.js: 5.2.1 - tslib: 2.7.0 - - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - tslib: 2.7.0 - - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.1.1)(@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-randomvalues': 13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)) - tslib: 2.7.0 - - '@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)': - dependencies: - '@polkadot/util': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-bigint@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-fetch@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - node-fetch: 3.3.2 - tslib: 2.7.0 - - '@polkadot/x-global@13.1.1': - dependencies: - tslib: 2.7.0 - - '@polkadot/x-randomvalues@13.1.1(@polkadot/util@13.1.1)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))': - dependencies: - '@polkadot/util': 13.1.1 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.1.1) - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-textdecoder@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-textencoder@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - - '@polkadot/x-ws@13.1.1': - dependencies: - '@polkadot/x-global': 13.1.1 - tslib: 2.7.0 - ws: 8.18.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - - '@scure/base@1.1.8': {} - - '@substrate/connect-extension-protocol@2.1.0': - optional: true - - '@substrate/connect-known-chains@1.4.0': - optional: true - - '@substrate/connect@0.8.11': - dependencies: - '@substrate/connect-extension-protocol': 2.1.0 - '@substrate/connect-known-chains': 1.4.0 - '@substrate/light-client-extension-helpers': 1.0.0(smoldot@2.0.26) - smoldot: 2.0.26 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - optional: true - - '@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26)': - dependencies: - '@polkadot-api/json-rpc-provider': 0.0.1 - '@polkadot-api/json-rpc-provider-proxy': 0.1.0 - '@polkadot-api/observable-client': 0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1) - '@polkadot-api/substrate-client': 0.1.4 - '@substrate/connect-extension-protocol': 2.1.0 - '@substrate/connect-known-chains': 1.4.0 - rxjs: 7.8.1 - smoldot: 2.0.26 - optional: true - - '@substrate/ss58-registry@1.50.0': {} - - '@types/bn.js@5.1.6': - dependencies: - '@types/node': 22.5.5 - - '@types/debug@4.1.12': - dependencies: - '@types/ms': 0.7.34 - - '@types/mdast@3.0.15': - dependencies: - '@types/unist': 2.0.11 - - '@types/ms@0.7.34': {} - - '@types/node@22.5.5': - dependencies: - undici-types: 6.19.8 - - '@types/unist@2.0.11': {} - - ansi-regex@5.0.1: {} - - ansi-styles@4.3.0: - dependencies: - color-convert: 2.0.1 - - binary-searching@2.0.5: {} - - bn.js@5.2.1: {} - - character-entities@2.0.2: {} - - cliui@8.0.1: - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - - color-convert@2.0.1: - dependencies: - color-name: 1.1.4 - - color-name@1.1.4: {} - - comment-parser@1.4.1: {} - - data-uri-to-buffer@4.0.1: {} - - debug@4.3.7: - dependencies: - ms: 2.1.3 - - decode-named-character-reference@1.0.2: - dependencies: - character-entities: 2.0.2 - - dequal@2.0.3: {} - - diff@5.2.0: {} - - emoji-regex@8.0.0: {} - - esbuild@0.23.1: - optionalDependencies: - '@esbuild/aix-ppc64': 0.23.1 - '@esbuild/android-arm': 0.23.1 - '@esbuild/android-arm64': 0.23.1 - '@esbuild/android-x64': 0.23.1 - '@esbuild/darwin-arm64': 0.23.1 - '@esbuild/darwin-x64': 0.23.1 - '@esbuild/freebsd-arm64': 0.23.1 - '@esbuild/freebsd-x64': 0.23.1 - '@esbuild/linux-arm': 0.23.1 - '@esbuild/linux-arm64': 0.23.1 - '@esbuild/linux-ia32': 0.23.1 - '@esbuild/linux-loong64': 0.23.1 - '@esbuild/linux-mips64el': 0.23.1 - '@esbuild/linux-ppc64': 0.23.1 - '@esbuild/linux-riscv64': 0.23.1 - '@esbuild/linux-s390x': 0.23.1 - '@esbuild/linux-x64': 0.23.1 - '@esbuild/netbsd-x64': 0.23.1 - '@esbuild/openbsd-arm64': 0.23.1 - '@esbuild/openbsd-x64': 0.23.1 - '@esbuild/sunos-x64': 0.23.1 - '@esbuild/win32-arm64': 0.23.1 - '@esbuild/win32-ia32': 0.23.1 - '@esbuild/win32-x64': 0.23.1 - - escalade@3.2.0: {} - - eventemitter3@5.0.1: {} - - fetch-blob@3.2.0: - dependencies: - node-domexception: 1.0.0 - web-streams-polyfill: 3.3.3 - - formdata-polyfill@4.0.10: - dependencies: - fetch-blob: 3.2.0 - - fsevents@2.3.3: - optional: true - - get-caller-file@2.0.5: {} - - get-tsconfig@4.8.1: - dependencies: - resolve-pkg-maps: 1.0.0 - - handlebars@4.7.8: - dependencies: - minimist: 1.2.8 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.19.3 - - is-fullwidth-code-point@3.0.0: {} - - json-stringify-safe@5.0.1: {} - - kleur@4.1.5: {} - - mdast-util-from-markdown@1.3.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.11 - decode-named-character-reference: 1.0.2 - mdast-util-to-string: 3.2.0 - micromark: 3.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-decode-string: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-stringify-position: 3.0.3 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - - mdast-util-to-string@3.2.0: - dependencies: - '@types/mdast': 3.0.15 - - micromark-core-commonmark@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.1.0 - micromark-factory-label: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-factory-title: 1.1.0 - micromark-factory-whitespace: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-html-tag-name: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-factory-destination@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-factory-label@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-factory-space@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-types: 1.1.0 - - micromark-factory-title@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-factory-whitespace@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-character@1.2.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-chunked@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-classify-character@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-combine-extensions@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-decode-numeric-character-reference@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-decode-string@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 1.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-symbol: 1.1.0 - - micromark-util-encode@1.1.0: {} - - micromark-util-html-tag-name@1.2.0: {} - - micromark-util-normalize-identifier@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-resolve-all@1.1.0: - dependencies: - micromark-util-types: 1.1.0 - - micromark-util-sanitize-uri@1.2.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-encode: 1.1.0 - micromark-util-symbol: 1.1.0 - - micromark-util-subtokenize@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-util-symbol@1.1.0: {} - - micromark-util-types@1.1.0: {} - - micromark@3.2.0: - dependencies: - '@types/debug': 4.1.12 - debug: 4.3.7 - decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-combine-extensions: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-encode: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - - minimist@1.2.8: {} - - mock-socket@9.3.1: {} - - mri@1.2.0: {} - - ms@2.1.3: {} - - neo-async@2.6.2: {} - - nock@13.5.5: - dependencies: - debug: 4.3.7 - json-stringify-safe: 5.0.1 - propagate: 2.0.1 - transitivePeerDependencies: - - supports-color - - node-domexception@1.0.0: {} - - node-fetch@3.3.2: - dependencies: - data-uri-to-buffer: 4.0.1 - fetch-blob: 3.2.0 - formdata-polyfill: 4.0.10 - - prettier-plugin-jsdoc@0.3.38(prettier@2.8.8): - dependencies: - binary-searching: 2.0.5 - comment-parser: 1.4.1 - mdast-util-from-markdown: 1.3.1 - prettier: 2.8.8 - transitivePeerDependencies: - - supports-color - - prettier@2.8.8: {} - - propagate@2.0.1: {} - - require-directory@2.1.1: {} - - resolve-pkg-maps@1.0.0: {} - - rxjs@7.8.1: - dependencies: - tslib: 2.7.0 - - sade@1.8.1: - dependencies: - mri: 1.2.0 - - scale-ts@1.6.0: - optional: true - - smoldot@2.0.26: - dependencies: - ws: 8.18.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - optional: true - - source-map@0.6.1: {} - - string-width@4.2.3: - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.1 - - strip-ansi@6.0.1: - dependencies: - ansi-regex: 5.0.1 - - tslib@2.7.0: {} - - tsx@4.19.1: - dependencies: - esbuild: 0.23.1 - get-tsconfig: 4.8.1 - optionalDependencies: - fsevents: 2.3.3 - - typescript@5.6.2: {} - - uglify-js@3.19.3: - optional: true - - undici-types@6.19.8: {} - - unist-util-stringify-position@3.0.3: - dependencies: - '@types/unist': 2.0.11 - - uvu@0.5.6: - dependencies: - dequal: 2.0.3 - diff: 5.2.0 - kleur: 4.1.5 - sade: 1.8.1 - - web-streams-polyfill@3.3.3: {} - - wordwrap@1.0.0: {} - - wrap-ansi@7.0.0: - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - - ws@8.18.0: {} - - y18n@5.0.8: {} - - yargs-parser@21.1.1: {} - - yargs@17.7.2: - dependencies: - cliui: 8.0.1 - escalade: 3.2.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 From 530d80e1d6f7c393afcfbe9e1e529a2868e63ea2 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 6 Oct 2024 21:49:39 -0300 Subject: [PATCH 11/27] fix script & build for all runtimes --- pnpm-lock.yaml | 6 +- test/scripts/update-local-types.ts | 128 + test/scripts/update-types.ts | 81 - typescript-api/package.json | 7 +- .../moonbase/interfaces/augment-api-consts.ts | 31 +- .../moonbase/interfaces/augment-api-errors.ts | 12 +- .../moonbase/interfaces/augment-api-events.ts | 54 +- .../moonbase/interfaces/augment-api-query.ts | 61 +- .../interfaces/augment-api-runtime.ts | 72 +- .../src/moonbase/interfaces/augment-api-tx.ts | 108 +- .../src/moonbase/interfaces/augment-types.ts | 136 +- .../src/moonbase/interfaces/lookup.ts | 826 +- .../moonbase/interfaces/moon/definitions.ts | 3 + .../src/moonbase/interfaces/registry.ts | 14 +- .../src/moonbase/interfaces/types-lookup.ts | 877 +- .../moonbeam/interfaces/augment-api-consts.ts | 31 +- .../moonbeam/interfaces/augment-api-errors.ts | 62 +- .../moonbeam/interfaces/augment-api-events.ts | 212 +- .../moonbeam/interfaces/augment-api-query.ts | 167 +- .../moonbeam/interfaces/augment-api-rpc.ts | 16 +- .../interfaces/augment-api-runtime.ts | 72 +- .../src/moonbeam/interfaces/augment-api-tx.ts | 424 +- .../src/moonbeam/interfaces/augment-types.ts | 136 +- .../src/moonbeam/interfaces/definitions.ts | 2 +- .../src/moonbeam/interfaces/lookup.ts | 7979 +++++------ .../src/moonbeam/interfaces/moon/types.ts | 2 +- .../src/moonbeam/interfaces/registry.ts | 104 +- .../src/moonbeam/interfaces/types-lookup.ts | 11335 ++++++++-------- .../interfaces/augment-api-consts.ts | 31 +- .../interfaces/augment-api-errors.ts | 62 +- .../interfaces/augment-api-events.ts | 212 +- .../moonriver/interfaces/augment-api-query.ts | 167 +- .../moonriver/interfaces/augment-api-rpc.ts | 16 +- .../interfaces/augment-api-runtime.ts | 72 +- .../moonriver/interfaces/augment-api-tx.ts | 424 +- .../src/moonriver/interfaces/augment-types.ts | 136 +- .../src/moonriver/interfaces/definitions.ts | 2 +- .../src/moonriver/interfaces/lookup.ts | 7979 +++++------ .../src/moonriver/interfaces/moon/types.ts | 2 +- .../src/moonriver/interfaces/registry.ts | 104 +- .../src/moonriver/interfaces/types-lookup.ts | 11335 ++++++++-------- 41 files changed, 22934 insertions(+), 20566 deletions(-) create mode 100644 test/scripts/update-local-types.ts delete mode 100644 test/scripts/update-types.ts diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8904cd1d1..a9151591d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -213,6 +213,9 @@ importers: '@types/node': specifier: ^22.5.5 version: 22.7.4 + moonbeam-types-bundle: + specifier: workspace:* + version: link:../moonbeam-types-bundle prettier: specifier: 2.8.8 version: 2.8.8 @@ -4077,6 +4080,7 @@ packages: resolution: {integrity: sha512-Quz3MvAwHxVYNXsOByL7xI5EB2WYOeFswqaHIA3qOK3isRWTxiplBEocmmru6XmxDB2L7jDNYtYA4FyimoAFEw==} engines: {node: '>=8.17.0'} hasBin: true + bundledDependencies: [] jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -9382,7 +9386,7 @@ snapshots: '@types/bn.js@5.1.6': dependencies: - '@types/node': 22.7.4 + '@types/node': 22.7.0 '@types/cacheable-request@6.0.3': dependencies: diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts new file mode 100644 index 0000000000..cea8e1aafc --- /dev/null +++ b/test/scripts/update-local-types.ts @@ -0,0 +1,128 @@ +import { exec, spawn } from "child_process"; +import { promisify } from "util"; +import { join, dirname } from "path"; +import { fileURLToPath } from "url"; +import { readFileSync, write, writeFileSync } from "fs"; + + +const execAsync = promisify(exec); + +const __filename = fileURLToPath(import.meta.url); +const __dirname = dirname(__filename); + +const executeScript = async (relativeDir: string, command: string) => { + const targetDir = join(__dirname, relativeDir); + const pkgJsonPath = join(targetDir, "package.json"); + try { + const pkgJson = JSON.parse(readFileSync(pkgJsonPath, "utf-8")); + console.log(`Executing ${command} script in package ${relativeDir}`); + const { stdout, stderr } = await execAsync(command, { cwd: targetDir }); + // If stdout includes Done, print the line including Done in the string + if (stdout.includes("Done in ")) + console.log( + `${stdout + .trim() + .split("\n") + .find((line) => line.includes("Done"))} ✅` + ); + // if (stdout) console.log(`${stdout}`); + if (stderr) console.error(`stderr: ${stderr}`); + } catch (e) { + console.error(`Error executing ${command} script in package ${relativeDir}`); + console.error(e); + } +}; + +const writeFile = async (relativeDir: string, fileName: string, data: string) => { + const targetDir = join(__dirname, relativeDir); + const filePath = join(targetDir, fileName); + writeFileSync(filePath, data, { flag: "w" }); +} + +const checkBinary = async () => { + try { + const { stdout, stderr } = await execAsync("ls ../target/release/moonbeam"); + if (stderr) console.error(`stderr: ${stderr}`); + } catch (e) { + console.error("Moonbeam binary missing, please build it first using `cargo build --release`"); + } +}; + +const startNode = (network: string, port: string) => { + console.log(`Starting ${network.toUpperCase()} node at port `, port); + const node = spawn( + "../target/release/moonbeam", + [ + `--alice`, + `--chain=${network}-local`, + `--rpc-port=${port}`, + `--no-hardware-benchmarks`, + `--unsafe-force-node-key-generation`, + `--wasm-execution=interpreted-i-know-what-i-do`, + `--no-telemetry`, + `--no-prometheus`, + "--tmp", + ], + { + detached: true, + stdio: "ignore", + } + ); + return node; +}; + +const scrapeMetadata = async (network: string, port: string) => { + const metadata = await fetch(`http://localhost:${port}`, { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify({ + id: "1", + jsonrpc: "2.0", + method: "state_getMetadata", + params: [], + }), + }); + + const metadataJson = await metadata.json(); + writeFile(`../../typescript-api`, `metadata-${network}.json`, JSON.stringify(metadataJson)); +} + +const executeUpdateAPIScript = async () => { + await checkBinary(); + + // Bundle types + await executeScript("../../moonbeam-types-bundle", "pnpm i"); + await executeScript("../../moonbeam-types-bundle", "pnpm build"); + await executeScript("../../moonbeam-types-bundle", "pnpm fmt:fix"); + + // Generate types + console.log("Extracting metadata for all runtimes..."); + const networks = ["moonbase", "moonriver", "moonbeam"]; + const port = "9933"; + for (const network of networks) { + const node = startNode(network, port); + await new Promise((resolve) => setTimeout(resolve, 5000)); + await scrapeMetadata(network, port); + node.kill(); + console.log(`Metadata for ${network} saved ✅`); + } + + // Generate meta & defs + await executeScript("../../typescript-api", "pnpm generate:defs"); + await executeScript("../../typescript-api", "pnpm generate:meta"); + + // Build the API + await executeScript("../../typescript-api", "pnpm build"); + + // Fix formatting + await executeScript("../../typescript-api", "pnpm fmt:fix"); + + // Install new types for Test package + await executeScript("..", "pnpm install"); + + console.log("Done updating Typescript API ✅"); +}; + +executeUpdateAPIScript(); diff --git a/test/scripts/update-types.ts b/test/scripts/update-types.ts deleted file mode 100644 index b2c0a36b77..0000000000 --- a/test/scripts/update-types.ts +++ /dev/null @@ -1,81 +0,0 @@ -// Create a function that navigates to a sibling package directory -// and from there executes one of the package scripts named "trace" - -import { exec, spawn } from "child_process"; -import { promisify } from "util"; -import { join, dirname } from "path"; -import { fileURLToPath } from "url"; -import { readFileSync } from "fs"; - -const execAsync = promisify(exec); - -const __filename = fileURLToPath(import.meta.url); -const __dirname = dirname(__filename); - -const executeScript = async (relativeDir: string, command: string) => { - const targetDir = join(__dirname, relativeDir); - const pkgJsonPath = join(targetDir, "package.json"); - try { - const pkgJson = JSON.parse(readFileSync(pkgJsonPath, "utf-8")); - console.log(`Executing ${command} script in package ${relativeDir}`); - const { stdout, stderr } = await execAsync(command, { cwd: targetDir }); - // If stdout includes Done, print the line including Done in the string - if (stdout.includes("Done in ")) - console.log( - `${stdout - .trim() - .split("\n") - .find((line) => line.includes("Done"))} ✅` - ); - // if (stdout) console.log(`${stdout}`); - if (stderr) console.error(`stderr: ${stderr}`); - } catch (e) { - console.error(`Error executing ${command} script in package ${relativeDir}`); - console.error(e); - } -}; - -const checkBinary = async () => { - try { - const { stdout, stderr } = await execAsync("ls ../target/release/moonbeam"); - if (stderr) console.error(`stderr: ${stderr}`); - } catch (e) { - console.error("Moonbeam binary missing, please build it first using `cargo build --release`"); - } -}; - -const startMoonbeam = (port: string) => { - console.log("Starting Moonbeam node at port ", port); - const moonbeam = spawn( - "../target/release/moonbeam", - ["--tmp", "--chain=moonbase-local", `--rpc-port=${port}`], - { - detached: true, - stdio: "ignore", - } - ); - return moonbeam; -}; - -const executeUpdateAPIScript = async () => { - await checkBinary(); - await executeScript("../../moonbeam-types-bundle", "pnpm add @polkadot/api@latest"); - await executeScript("../../typescript-api", "pnpm add @polkadot/api@latest"); - await executeScript("../../typescript-api", "pnpm add @polkadot/typegen@latest"); - await executeScript("../../typescript-api", "pnpm build"); - // Install packages - await executeScript("../../moonbeam-types-bundle", "pnpm install"); - const node = startMoonbeam("9933"); - // Wait 5 seconds - await new Promise((resolve) => setTimeout(resolve, 5000)); - // Generate types - await executeScript("../../typescript-api", "pnpm load:meta"); - await executeScript("../../typescript-api", "pnpm load:meta:local"); - // Kill the node - node.kill(); - console.log("Done updating Typescript API ✅"); - // Installing new types for Test package - await executeScript("..", "pnpm install"); -}; - -executeUpdateAPIScript(); diff --git a/typescript-api/package.json b/typescript-api/package.json index 53dcec7c0c..3ec8b50c39 100644 --- a/typescript-api/package.json +++ b/typescript-api/package.json @@ -24,9 +24,9 @@ "load:meta:moonriver": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://rpc.api.moonriver.moonbeam.network > metadata-moonriver.json", "load:meta:moonbeam": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' https://rpc.api.moonbeam.network > metadata-moonbeam.json", "generate:defs": "npm run generate:defs:moonbase && pnpm generate:defs:moonriver && pnpm generate:defs:moonbeam", - "generate:defs:moonbase": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonbase/interfaces --input ./src/moonbase/interfaces --endpoint ./metadata-moonbase.json", - "generate:defs:moonriver": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonriver/interfaces --input ./src/moonriver/interfaces --endpoint ./metadata-moonriver.json", - "generate:defs:moonbeam": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonbeam/interfaces --input ./src/moonbeam/interfaces --endpoint ./metadata-moonbeam.json", + "generate:defs:moonbase": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonbase/interfaces --input ./src/moonbase/interfaces --endpoint ./metadata-moonbase.json", + "generate:defs:moonriver": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonriver/interfaces --input ./src/moonriver/interfaces --endpoint ./metadata-moonriver.json", + "generate:defs:moonbeam": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-defs.mjs --package @moonbeam/api-augment/moonbeam/interfaces --input ./src/moonbeam/interfaces --endpoint ./metadata-moonbeam.json", "generate:meta": "npm run generate:meta:moonbase && pnpm generate:meta:moonriver && pnpm generate:meta:moonbeam", "generate:meta:moonbase": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-chain.mjs --endpoint ./metadata-moonbase.json --package @moonbeam/api-augment/moonbeam/interfaces --output ./src/moonbase/interfaces", "generate:meta:moonriver": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-chain.mjs --endpoint ./metadata-moonriver.json --package @moonbeam/api-augment/moonbeam/interfaces --output ./src/moonriver/interfaces", @@ -88,6 +88,7 @@ "@polkadot/types": "14.0.1", "@polkadot/types-codec": "14.0.1", "@types/node": "^22.5.5", + "moonbeam-types-bundle": "workspace:*", "prettier": "2.8.8", "prettier-plugin-jsdoc": "^0.3.38", "tsx": "^4.19.1", diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index f86b6651e7..8f05a5b4df 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -298,8 +298,7 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * - * - Proxy_type.encode().len()` bytes of data. + * + proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ @@ -446,15 +445,6 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; - /** - * Fraction of a proposal's value that should be bonded in order to place the proposal. An - * accepted proposal gets these back. A rejected proposal does not. - */ - proposalBond: Permill & AugmentedConst; - /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMaximum: Option & AugmentedConst; - /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -473,6 +463,17 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { + /** + * Maximal number of outbound XCMP channels that can have messages queued at the same time. + * + * If this is reached, then no further messages can be sent to channels that do not yet have a + * message queued. This should be set to the expected maximum of outbound channels which is + * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since + * otherwise the congestion control protocol will not work as intended and messages may be + * dropped. This value increases the PoV and should therefore not be picked too high. + * Governance needs to pay attention to not open more channels than this value. + */ + maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -481,6 +482,14 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; + /** + * The maximal page size for HRMP message pages. + * + * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case + * benchmarking. The limit for the size of a message is slightly below this, since some + * overhead is incurred for encoding the format. + */ + maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts index 9cf8f6d30e..e40b352115 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts @@ -28,6 +28,8 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; + /** The asset ID must be equal to the [`NextAssetId`]. */ + BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -393,6 +395,8 @@ declare module "@polkadot/api-base/types/errors" { ContractNotCorrupted: AugmentedError; /** Contract not exist */ ContractNotExist: AugmentedError; + /** The key lengths exceeds the maximum allowed */ + KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -626,6 +630,8 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; + /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -768,8 +774,6 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; - /** Proposer's balance is too low. */ - InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -838,6 +842,10 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; + /** The message is too big. */ + TooBig: AugmentedError; + /** There are too many active outbound channels. */ + TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; diff --git a/typescript-api/src/moonbase/interfaces/augment-api-events.ts b/typescript-api/src/moonbase/interfaces/augment-api-events.ts index fd6dc73e2f..d3ea5ad3ad 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-events.ts @@ -162,6 +162,12 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; + /** Some assets were deposited (e.g. for transaction fees). */ + Deposited: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -240,6 +246,12 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; + /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + Withdrawn: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -481,40 +493,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - dmpQueue: { - /** Some debris was cleaned up. */ - CleanedSome: AugmentedEvent; - /** The cleanup of remaining pallet storage completed. */ - Completed: AugmentedEvent; - /** The export of pages completed. */ - CompletedExport: AugmentedEvent; - /** The export of overweight messages completed. */ - CompletedOverweightExport: AugmentedEvent; - /** The export of a page completed. */ - Exported: AugmentedEvent; - /** The export of an overweight message completed. */ - ExportedOverweight: AugmentedEvent; - /** - * The export of a page failed. - * - * This should never be emitted. - */ - ExportFailed: AugmentedEvent; - /** - * The export of an overweight message failed. - * - * This should never be emitted. - */ - ExportOverweightFailed: AugmentedEvent; - /** The cleanup of remaining pallet storage started. */ - StartedCleanup: AugmentedEvent; - /** The export of pages started. */ - StartedExport: AugmentedEvent; - /** The export of overweight messages started. */ - StartedOverweightExport: AugmentedEvent; - /** Generic event */ - [key: string]: AugmentedEvent; - }; emergencyParaXcm: { /** The XCM incoming execution was Paused */ EnteredPausedXcmMode: AugmentedEvent; @@ -1913,14 +1891,6 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** New proposal. */ - Proposed: AugmentedEvent; - /** A proposal was rejected; funds were slashed. */ - Rejected: AugmentedEvent< - ApiType, - [proposalIndex: u32, slashed: u128], - { proposalIndex: u32; slashed: u128 } - >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ diff --git a/typescript-api/src/moonbase/interfaces/augment-api-query.ts b/typescript-api/src/moonbase/interfaces/augment-api-query.ts index f726e29e12..2404d0392e 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-query.ts @@ -33,7 +33,6 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -45,6 +44,7 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, @@ -62,7 +62,6 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, - PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, @@ -75,6 +74,7 @@ import type { PalletMessageQueueBookState, PalletMessageQueuePage, PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -115,7 +115,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -195,6 +197,19 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; + /** + * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage + * item has no effect. + * + * This can be useful for setting up constraints for IDs of the new assets. For example, by + * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an + * auto-increment model can be applied to all new asset IDs. + * + * The initial next asset ID can be set using the [`GenesisConfig`] or the + * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. + */ + nextAssetId: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -286,7 +301,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -409,17 +424,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - dmpQueue: { - /** The migration state of this pallet. */ - migrationStatus: AugmentedQuery< - ApiType, - () => Observable, - [] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; emergencyParaXcm: { /** Whether incoming XCM is enabled or paused */ mode: AugmentedQuery Observable, []> & @@ -704,6 +708,12 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { + stateMigrationStatusValue: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & + QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -1222,6 +1232,19 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be + * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + recordedXcm: AugmentedQuery< + ApiType, + () => Observable>>, + [] + > & + QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1239,6 +1262,16 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; + /** + * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only + * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and + * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + shouldRecordXcm: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, diff --git a/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts index 7bf0002f22..798d1db8cc 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-runtime.ts @@ -19,10 +19,15 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + CallDryRunEffects, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -44,15 +49,23 @@ import type { Header, Index, KeyTypeId, + OriginCaller, Permill, + RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { + XcmVersionedAssetId, + XcmVersionedLocation, + XcmVersionedXcm, +} from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -170,6 +183,43 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x91b1c8b16328eb92/1 */ + dryRunApi: { + /** Dry run call */ + dryRunCall: AugmentedCall< + ApiType, + ( + origin: OriginCaller | { System: any } | string | Uint8Array, + call: RuntimeCall | IMethod | string | Uint8Array + ) => Observable> + >; + /** Dry run XCM program */ + dryRunXcm: AugmentedCall< + ApiType, + ( + originLocation: + | VersionedMultiLocation + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array, + xcm: + | VersionedXcm + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -277,6 +327,24 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: + | XcmVersionedLocation + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts index 2a1a834493..91a82a5abe 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts @@ -66,7 +66,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -258,7 +258,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -418,7 +418,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -915,6 +915,22 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { + /** + * Burn the specified liquid free balance from the origin account. + * + * If the origin's account ends up below the existential deposit as a result of the burn and + * `keep_alive` is false, the account will be reaped. + * + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this + * `burn` operation will reduce total issuance by the amount _burned_. + */ + burn: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [Compact, bool] + >; /** * Adjust the total issuance in a saturating way. * @@ -1296,10 +1312,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - dmpQueue: { - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; emergencyParaXcm: { /** Authorize a runtime upgrade. Only callable in `Paused` mode */ fastAuthorizeUpgrade: AugmentedSubmittable< @@ -3144,7 +3156,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -4020,30 +4032,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { - /** - * Approve a proposal. - * - * ## Dispatch Origin - * - * Must be [`Config::ApproveOrigin`]. - * - * ## Details - * - * At a later time, the proposal will be allocated to the beneficiary and the original deposit - * will be returned. - * - * ### Complexity - * - * - O(1). - * - * ## Events - * - * No events are emitted from this dispatch. - */ - approveProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -4075,7 +4063,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4096,56 +4084,6 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Put forward a suggestion for spending. - * - * ## Dispatch Origin - * - * Must be signed. - * - * ## Details - * - * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It - * is returned once the proposal is awarded. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Proposed`] if successful. - */ - proposeSpend: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - beneficiary: AccountId20 | string | Uint8Array - ) => SubmittableExtrinsic, - [Compact, AccountId20] - >; - /** - * Reject a proposed spend. - * - * ## Dispatch Origin - * - * Must be [`Config::RejectOrigin`]. - * - * ## Details - * - * The original deposit will be slashed. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Rejected`] if successful. - */ - rejectProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4860,7 +4798,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4879,7 +4817,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] diff --git a/typescript-api/src/moonbase/interfaces/augment-types.ts b/typescript-api/src/moonbase/interfaces/augment-types.ts index 8bd59e9b44..78a1a1dfc4 100644 --- a/typescript-api/src/moonbase/interfaces/augment-types.ts +++ b/typescript-api/src/moonbase/interfaces/augment-types.ts @@ -324,6 +324,13 @@ import type { VotingDirectVote, } from "@polkadot/types/interfaces/democracy"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; +import type { + CallDryRunEffects, + DispatchResultWithPostInfo, + PostDispatchInfo, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { ApprovalFlag, DefunctVoter, @@ -409,10 +416,13 @@ import type { ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, + ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, + ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, + ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, @@ -1176,48 +1186,88 @@ import type { import type { Multisig, Timepoint } from "@polkadot/types/interfaces/utility"; import type { VestingInfo } from "@polkadot/types/interfaces/vesting"; import type { + AssetIdV2, + AssetIdV3, + AssetIdV4, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, + AssetInstanceV3, + AssetInstanceV4, BodyId, + BodyIdV2, + BodyIdV3, BodyPart, + BodyPartV2, + BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, + FungibilityV3, + FungibilityV4, InboundStatus, InstructionV2, + InstructionV3, + InstructionV4, InteriorMultiLocation, + InteriorMultiLocationV2, + InteriorMultiLocationV3, Junction, JunctionV0, JunctionV1, JunctionV2, + JunctionV3, + JunctionV4, Junctions, JunctionsV1, JunctionsV2, + JunctionsV3, + JunctionsV4, + MaxPalletNameLen, + MaxPalletsInfo, + MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, + MultiAssetFilterV3, + MultiAssetFilterV4, MultiAssetV0, MultiAssetV1, MultiAssetV2, + MultiAssetV3, + MultiAssetV4, MultiAssets, MultiAssetsV1, MultiAssetsV2, + MultiAssetsV3, + MultiAssetsV4, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, + MultiLocationV3, + MultiLocationV4, NetworkId, + NetworkIdV2, + NetworkIdV3, + NetworkIdV4, OriginKindV0, OriginKindV1, OriginKindV2, + OriginKindV3, + OriginKindV4, OutboundStatus, Outcome, + OutcomeV4, + PalletInfoV3, + PalletInfoV4, QueryId, + QueryResponseInfoV3, + QueryResponseInfoV4, QueryStatus, QueueConfigData, Response, @@ -1225,36 +1275,49 @@ import type { ResponseV1, ResponseV2, ResponseV2Error, - ResponseV2Result, + ResponseV3, + ResponseV3Error, + ResponseV3Result, + ResponseV4, + UncheckedFungibilityV4, VersionMigrationStage, + VersionV3, + VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, + WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, + WildFungibilityV3, + WildFungibilityV4, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, + WildMultiAssetV3, + WildMultiAssetV4, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, - XcmOrder, + XcmErrorV3, + XcmErrorV4, XcmOrderV0, XcmOrderV1, - XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, + XcmV3, + XcmV4, XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; @@ -1306,10 +1369,15 @@ declare module "@polkadot/types/types/registry" { AssetDestroyWitness: AssetDestroyWitness; AssetDetails: AssetDetails; AssetId: AssetId; + AssetIdV2: AssetIdV2; + AssetIdV3: AssetIdV3; + AssetIdV4: AssetIdV4; AssetInstance: AssetInstance; AssetInstanceV0: AssetInstanceV0; AssetInstanceV1: AssetInstanceV1; AssetInstanceV2: AssetInstanceV2; + AssetInstanceV3: AssetInstanceV3; + AssetInstanceV4: AssetInstanceV4; AssetMetadata: AssetMetadata; AssetOptions: AssetOptions; AssignmentId: AssignmentId; @@ -1382,7 +1450,11 @@ declare module "@polkadot/types/types/registry" { BlockV2: BlockV2; BlockWeights: BlockWeights; BodyId: BodyId; + BodyIdV2: BodyIdV2; + BodyIdV3: BodyIdV3; BodyPart: BodyPart; + BodyPartV2: BodyPartV2; + BodyPartV3: BodyPartV3; bool: bool; Bool: Bool; Bounty: Bounty; @@ -1398,6 +1470,7 @@ declare module "@polkadot/types/types/registry" { BufferedSessionChange: BufferedSessionChange; Bytes: Bytes; Call: Call; + CallDryRunEffects: CallDryRunEffects; CallHash: CallHash; CallHashOf: CallHashOf; CallIndex: CallIndex; @@ -1557,6 +1630,7 @@ declare module "@polkadot/types/types/registry" { DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; + DispatchResultWithPostInfo: DispatchResultWithPostInfo; DisputeLocation: DisputeLocation; DisputeProof: DisputeProof; DisputeResult: DisputeResult; @@ -1676,12 +1750,15 @@ declare module "@polkadot/types/types/registry" { ExtrinsicPayload: ExtrinsicPayload; ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown; ExtrinsicPayloadV4: ExtrinsicPayloadV4; + ExtrinsicPayloadV5: ExtrinsicPayloadV5; ExtrinsicSignature: ExtrinsicSignature; ExtrinsicSignatureV4: ExtrinsicSignatureV4; + ExtrinsicSignatureV5: ExtrinsicSignatureV5; ExtrinsicStatus: ExtrinsicStatus; ExtrinsicsWeight: ExtrinsicsWeight; ExtrinsicUnknown: ExtrinsicUnknown; ExtrinsicV4: ExtrinsicV4; + ExtrinsicV5: ExtrinsicV5; f32: f32; F32: F32; f64: f64; @@ -1717,6 +1794,8 @@ declare module "@polkadot/types/types/registry" { FungibilityV0: FungibilityV0; FungibilityV1: FungibilityV1; FungibilityV2: FungibilityV2; + FungibilityV3: FungibilityV3; + FungibilityV4: FungibilityV4; FungiblesAccessError: FungiblesAccessError; Gas: Gas; GenesisBuildErr: GenesisBuildErr; @@ -1803,8 +1882,12 @@ declare module "@polkadot/types/types/registry" { InstantiateReturnValueOk: InstantiateReturnValueOk; InstantiateReturnValueTo267: InstantiateReturnValueTo267; InstructionV2: InstructionV2; + InstructionV3: InstructionV3; + InstructionV4: InstructionV4; InstructionWeights: InstructionWeights; InteriorMultiLocation: InteriorMultiLocation; + InteriorMultiLocationV2: InteriorMultiLocationV2; + InteriorMultiLocationV3: InteriorMultiLocationV3; InvalidDisputeStatementKind: InvalidDisputeStatementKind; InvalidTransaction: InvalidTransaction; isize: isize; @@ -1814,9 +1897,13 @@ declare module "@polkadot/types/types/registry" { Junctions: Junctions; JunctionsV1: JunctionsV1; JunctionsV2: JunctionsV2; + JunctionsV3: JunctionsV3; + JunctionsV4: JunctionsV4; JunctionV0: JunctionV0; JunctionV1: JunctionV1; JunctionV2: JunctionV2; + JunctionV3: JunctionV3; + JunctionV4: JunctionV4; Justification: Justification; JustificationNotification: JustificationNotification; Justifications: Justifications; @@ -1841,6 +1928,9 @@ declare module "@polkadot/types/types/registry" { LookupSource: LookupSource; LookupTarget: LookupTarget; LotteryConfig: LotteryConfig; + MaxPalletNameLen: MaxPalletNameLen; + MaxPalletsInfo: MaxPalletsInfo; + MaybeErrorCodeV3: MaybeErrorCodeV3; MaybeRandomness: MaybeRandomness; MaybeVrf: MaybeVrf; MemberCount: MemberCount; @@ -1897,22 +1987,33 @@ declare module "@polkadot/types/types/registry" { MultiAssetFilter: MultiAssetFilter; MultiAssetFilterV1: MultiAssetFilterV1; MultiAssetFilterV2: MultiAssetFilterV2; + MultiAssetFilterV3: MultiAssetFilterV3; + MultiAssetFilterV4: MultiAssetFilterV4; MultiAssets: MultiAssets; MultiAssetsV1: MultiAssetsV1; MultiAssetsV2: MultiAssetsV2; + MultiAssetsV3: MultiAssetsV3; + MultiAssetsV4: MultiAssetsV4; MultiAssetV0: MultiAssetV0; MultiAssetV1: MultiAssetV1; MultiAssetV2: MultiAssetV2; + MultiAssetV3: MultiAssetV3; + MultiAssetV4: MultiAssetV4; MultiDisputeStatementSet: MultiDisputeStatementSet; MultiLocation: MultiLocation; MultiLocationV0: MultiLocationV0; MultiLocationV1: MultiLocationV1; MultiLocationV2: MultiLocationV2; + MultiLocationV3: MultiLocationV3; + MultiLocationV4: MultiLocationV4; Multiplier: Multiplier; Multisig: Multisig; MultiSignature: MultiSignature; MultiSigner: MultiSigner; NetworkId: NetworkId; + NetworkIdV2: NetworkIdV2; + NetworkIdV3: NetworkIdV3; + NetworkIdV4: NetworkIdV4; NetworkState: NetworkState; NetworkStatePeerset: NetworkStatePeerset; NetworkStatePeersetInfo: NetworkStatePeersetInfo; @@ -1956,6 +2057,8 @@ declare module "@polkadot/types/types/registry" { OriginKindV0: OriginKindV0; OriginKindV1: OriginKindV1; OriginKindV2: OriginKindV2; + OriginKindV3: OriginKindV3; + OriginKindV4: OriginKindV4; OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations; OutboundHrmpMessage: OutboundHrmpMessage; OutboundLaneData: OutboundLaneData; @@ -1963,6 +2066,7 @@ declare module "@polkadot/types/types/registry" { OutboundPayload: OutboundPayload; OutboundStatus: OutboundStatus; Outcome: Outcome; + OutcomeV4: OutcomeV4; OuterEnums15: OuterEnums15; OverweightIndex: OverweightIndex; Owner: Owner; @@ -1977,6 +2081,8 @@ declare module "@polkadot/types/types/registry" { PalletEventMetadataLatest: PalletEventMetadataLatest; PalletEventMetadataV14: PalletEventMetadataV14; PalletId: PalletId; + PalletInfoV3: PalletInfoV3; + PalletInfoV4: PalletInfoV4; PalletMetadataLatest: PalletMetadataLatest; PalletMetadataV14: PalletMetadataV14; PalletMetadataV15: PalletMetadataV15; @@ -2029,6 +2135,7 @@ declare module "@polkadot/types/types/registry" { Points: Points; PortableType: PortableType; PortableTypeV14: PortableTypeV14; + PostDispatchInfo: PostDispatchInfo; Precommits: Precommits; PrefabWasmModule: PrefabWasmModule; PrefixedStorageKey: PrefixedStorageKey; @@ -2049,6 +2156,8 @@ declare module "@polkadot/types/types/registry" { PvfExecTimeoutKind: PvfExecTimeoutKind; PvfPrepTimeoutKind: PvfPrepTimeoutKind; QueryId: QueryId; + QueryResponseInfoV3: QueryResponseInfoV3; + QueryResponseInfoV4: QueryResponseInfoV4; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; QueuedParathread: QueuedParathread; @@ -2106,7 +2215,10 @@ declare module "@polkadot/types/types/registry" { ResponseV1: ResponseV1; ResponseV2: ResponseV2; ResponseV2Error: ResponseV2Error; - ResponseV2Result: ResponseV2Result; + ResponseV3: ResponseV3; + ResponseV3Error: ResponseV3Error; + ResponseV3Result: ResponseV3Result; + ResponseV4: ResponseV4; Retriable: Retriable; RewardDestination: RewardDestination; RewardPoint: RewardPoint; @@ -2343,6 +2455,7 @@ declare module "@polkadot/types/types/registry" { U8: U8; UnappliedSlash: UnappliedSlash; UnappliedSlashOther: UnappliedSlashOther; + UncheckedFungibilityV4: UncheckedFungibilityV4; UncleEntryItem: UncleEntryItem; UnknownTransaction: UnknownTransaction; UnlockChunk: UnlockChunk; @@ -2381,6 +2494,8 @@ declare module "@polkadot/types/types/registry" { VersionedResponse: VersionedResponse; VersionedXcm: VersionedXcm; VersionMigrationStage: VersionMigrationStage; + VersionV3: VersionV3; + VersionV4: VersionV4; VestingInfo: VestingInfo; VestingSchedule: VestingSchedule; Vote: Vote; @@ -2401,6 +2516,7 @@ declare module "@polkadot/types/types/registry" { VrfProof: VrfProof; Weight: Weight; WeightLimitV2: WeightLimitV2; + WeightLimitV3: WeightLimitV3; WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; @@ -2411,9 +2527,13 @@ declare module "@polkadot/types/types/registry" { WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; WildFungibilityV2: WildFungibilityV2; + WildFungibilityV3: WildFungibilityV3; + WildFungibilityV4: WildFungibilityV4; WildMultiAsset: WildMultiAsset; WildMultiAssetV1: WildMultiAssetV1; WildMultiAssetV2: WildMultiAssetV2; + WildMultiAssetV3: WildMultiAssetV3; + WildMultiAssetV4: WildMultiAssetV4; WinnersData: WinnersData; WinnersData10: WinnersData10; WinnersDataTuple: WinnersDataTuple; @@ -2424,14 +2544,16 @@ declare module "@polkadot/types/types/registry" { WithdrawReasons: WithdrawReasons; Xcm: Xcm; XcmAssetId: XcmAssetId; + XcmDryRunApiError: XcmDryRunApiError; + XcmDryRunEffects: XcmDryRunEffects; XcmError: XcmError; XcmErrorV0: XcmErrorV0; XcmErrorV1: XcmErrorV1; XcmErrorV2: XcmErrorV2; - XcmOrder: XcmOrder; + XcmErrorV3: XcmErrorV3; + XcmErrorV4: XcmErrorV4; XcmOrderV0: XcmOrderV0; XcmOrderV1: XcmOrderV1; - XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; XcmPaymentApiError: XcmPaymentApiError; @@ -2439,6 +2561,8 @@ declare module "@polkadot/types/types/registry" { XcmV0: XcmV0; XcmV1: XcmV1; XcmV2: XcmV2; + XcmV3: XcmV3; + XcmV4: XcmV4; XcmVersion: XcmVersion; } // InterfaceTypes } // declare module diff --git a/typescript-api/src/moonbase/interfaces/lookup.ts b/typescript-api/src/moonbase/interfaces/lookup.ts index 6c27487d28..bd7527640c 100644 --- a/typescript-api/src/moonbase/interfaces/lookup.ts +++ b/typescript-api/src/moonbase/interfaces/lookup.ts @@ -660,9 +660,6 @@ export default { /** Lookup63: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { - Proposed: { - proposalIndex: "u32", - }, Spending: { budgetRemaining: "u128", }, @@ -671,10 +668,6 @@ export default { award: "u128", account: "AccountId20", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, Burnt: { burntFunds: "u128", }, @@ -969,35 +962,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup80: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { - _enum: { - StartedExport: "Null", - Exported: { - page: "u32", - }, - ExportFailed: { - page: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", - }, - ExportOverweightFailed: { - index: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", - }, - Completed: { - error: "bool", - }, - }, - }, - /** Lookup81: pallet_xcm::pallet::Event */ + /** Lookup80: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -1120,26 +1085,26 @@ export default { }, }, }, - /** Lookup82: staging_xcm::v4::location::Location */ + /** Lookup81: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup83: staging_xcm::v4::junctions::Junctions */ + /** Lookup82: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup85;1]", - X2: "[Lookup85;2]", - X3: "[Lookup85;3]", - X4: "[Lookup85;4]", - X5: "[Lookup85;5]", - X6: "[Lookup85;6]", - X7: "[Lookup85;7]", - X8: "[Lookup85;8]", + X1: "[Lookup84;1]", + X2: "[Lookup84;2]", + X3: "[Lookup84;3]", + X4: "[Lookup84;4]", + X5: "[Lookup84;5]", + X6: "[Lookup84;6]", + X7: "[Lookup84;7]", + X8: "[Lookup84;8]", }, }, - /** Lookup85: staging_xcm::v4::junction::Junction */ + /** Lookup84: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1169,7 +1134,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup88: staging_xcm::v4::junction::NetworkId */ + /** Lookup87: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1190,7 +1155,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup90: xcm::v3::junction::BodyId */ + /** Lookup89: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1205,7 +1170,7 @@ export default { Treasury: "Null", }, }, - /** Lookup91: xcm::v3::junction::BodyPart */ + /** Lookup90: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1226,9 +1191,9 @@ export default { }, }, }, - /** Lookup99: staging_xcm::v4::Xcm */ + /** Lookup98: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup101: staging_xcm::v4::Instruction */ + /** Lookup100: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -1250,7 +1215,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -1368,23 +1333,23 @@ export default { }, }, }, - /** Lookup102: staging_xcm::v4::asset::Assets */ + /** Lookup101: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup104: staging_xcm::v4::asset::Asset */ + /** Lookup103: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup105: staging_xcm::v4::asset::AssetId */ + /** Lookup104: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup106: staging_xcm::v4::asset::Fungibility */ + /** Lookup105: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup107: staging_xcm::v4::asset::AssetInstance */ + /** Lookup106: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -1395,7 +1360,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup110: staging_xcm::v4::Response */ + /** Lookup109: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -1406,7 +1371,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup114: staging_xcm::v4::PalletInfo */ + /** Lookup113: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -1415,7 +1380,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup117: xcm::v3::MaybeErrorCode */ + /** Lookup116: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -1423,28 +1388,28 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup120: xcm::v2::OriginKind */ - XcmV2OriginKind: { + /** Lookup119: xcm::v3::OriginKind */ + XcmV3OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup121: xcm::double_encoded::DoubleEncoded */ + /** Lookup120: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup122: staging_xcm::v4::QueryResponseInfo */ + /** Lookup121: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup123: staging_xcm::v4::asset::AssetFilter */ + /** Lookup122: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup124: staging_xcm::v4::asset::WildAsset */ + /** Lookup123: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -1460,18 +1425,18 @@ export default { }, }, }, - /** Lookup125: staging_xcm::v4::asset::WildFungibility */ + /** Lookup124: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup126: xcm::v3::WeightLimit */ + /** Lookup125: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup127: xcm::VersionedAssets */ + /** Lookup126: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -1481,26 +1446,26 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup128: xcm::v2::multiasset::MultiAssets */ + /** Lookup127: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup130: xcm::v2::multiasset::MultiAsset */ + /** Lookup129: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup131: xcm::v2::multiasset::AssetId */ + /** Lookup130: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup132: xcm::v2::multilocation::MultiLocation */ + /** Lookup131: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup133: xcm::v2::multilocation::Junctions */ + /** Lookup132: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -1514,7 +1479,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup134: xcm::v2::junction::Junction */ + /** Lookup133: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -1540,7 +1505,7 @@ export default { }, }, }, - /** Lookup135: xcm::v2::NetworkId */ + /** Lookup134: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -1549,7 +1514,7 @@ export default { Kusama: "Null", }, }, - /** Lookup137: xcm::v2::BodyId */ + /** Lookup136: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -1564,7 +1529,7 @@ export default { Treasury: "Null", }, }, - /** Lookup138: xcm::v2::BodyPart */ + /** Lookup137: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -1585,14 +1550,14 @@ export default { }, }, }, - /** Lookup139: xcm::v2::multiasset::Fungibility */ + /** Lookup138: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup140: xcm::v2::multiasset::AssetInstance */ + /** Lookup139: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -1604,26 +1569,26 @@ export default { Blob: "Bytes", }, }, - /** Lookup141: xcm::v3::multiasset::MultiAssets */ + /** Lookup140: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup143: xcm::v3::multiasset::MultiAsset */ + /** Lookup142: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup144: xcm::v3::multiasset::AssetId */ + /** Lookup143: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup145: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup144: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup146: xcm::v3::junctions::Junctions */ + /** Lookup145: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -1637,7 +1602,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup147: xcm::v3::junction::Junction */ + /** Lookup146: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -1667,7 +1632,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup149: xcm::v3::junction::NetworkId */ + /** Lookup148: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1688,14 +1653,14 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup150: xcm::v3::multiasset::Fungibility */ + /** Lookup149: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup151: xcm::v3::multiasset::AssetInstance */ + /** Lookup150: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -1706,7 +1671,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup152: xcm::VersionedLocation */ + /** Lookup151: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -1716,7 +1681,7 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup153: pallet_assets::pallet::Event */ + /** Lookup152: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -1828,9 +1793,19 @@ export default { assetId: "u128", who: "AccountId20", }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, }, }, - /** Lookup154: orml_xtokens::module::Event */ + /** Lookup153: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { @@ -1841,7 +1816,7 @@ export default { }, }, }, - /** Lookup155: pallet_asset_manager::pallet::Event */ + /** Lookup154: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -1870,20 +1845,20 @@ export default { }, }, }, - /** Lookup156: moonbase_runtime::xcm_config::AssetType */ + /** Lookup155: moonbase_runtime::xcm_config::AssetType */ MoonbaseRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup157: moonbase_runtime::asset_config::AssetRegistrarMetadata */ + /** Lookup156: moonbase_runtime::asset_config::AssetRegistrarMetadata */ MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup158: pallet_migrations::pallet::Event */ + /** Lookup157: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -1905,7 +1880,7 @@ export default { }, }, }, - /** Lookup159: pallet_xcm_transactor::pallet::Event */ + /** Lookup158: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -1953,13 +1928,13 @@ export default { }, }, }, - /** Lookup160: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup159: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup162: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup161: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -1973,18 +1948,18 @@ export default { }, }, }, - /** Lookup163: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup162: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup165: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup164: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup166: pallet_moonbeam_orbiters::pallet::Event */ + /** Lookup165: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -2013,7 +1988,7 @@ export default { }, }, }, - /** Lookup167: pallet_ethereum_xcm::pallet::Event */ + /** Lookup166: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -2022,7 +1997,7 @@ export default { }, }, }, - /** Lookup168: pallet_randomness::pallet::Event */ + /** Lookup167: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -2057,7 +2032,7 @@ export default { }, }, }, - /** Lookup169: pallet_collective::pallet::Event */ + /** Lookup168: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -2094,14 +2069,14 @@ export default { }, }, }, - /** Lookup170: pallet_conviction_voting::pallet::Event */ + /** Lookup169: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup171: pallet_referenda::pallet::Event */ + /** Lookup170: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -2180,7 +2155,7 @@ export default { }, }, /** - * Lookup172: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -2201,7 +2176,7 @@ export default { }, }, }, - /** Lookup174: frame_system::pallet::Call */ + /** Lookup173: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -2244,7 +2219,7 @@ export default { }, }, }, - /** Lookup178: pallet_utility::pallet::Call */ + /** Lookup177: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -2270,7 +2245,7 @@ export default { }, }, }, - /** Lookup180: moonbase_runtime::OriginCaller */ + /** Lookup179: moonbase_runtime::OriginCaller */ MoonbaseRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -2322,7 +2297,7 @@ export default { OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", }, }, - /** Lookup181: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup180: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -2330,33 +2305,33 @@ export default { None: "Null", }, }, - /** Lookup182: pallet_ethereum::RawOrigin */ + /** Lookup181: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup183: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup182: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup184: pallet_xcm::pallet::Origin */ + /** Lookup183: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup185: pallet_ethereum_xcm::RawOrigin */ + /** Lookup184: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup186: pallet_collective::RawOrigin */ + /** Lookup185: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -2364,7 +2339,7 @@ export default { _Phantom: "Null", }, }, - /** Lookup187: moonbase_runtime::governance::origins::custom_origins::Origin */ + /** Lookup186: moonbase_runtime::governance::origins::custom_origins::Origin */ MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -2374,9 +2349,9 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup189: sp_core::Void */ + /** Lookup188: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup190: pallet_timestamp::pallet::Call */ + /** Lookup189: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -2384,7 +2359,7 @@ export default { }, }, }, - /** Lookup191: pallet_balances::pallet::Call */ + /** Lookup190: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -2421,13 +2396,17 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, + burn: { + value: "Compact", + keepAlive: "bool", + }, }, }, - /** Lookup193: pallet_balances::types::AdjustmentDirection */ + /** Lookup192: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup194: pallet_sudo::pallet::Call */ + /** Lookup193: pallet_sudo::pallet::Call */ PalletSudoCall: { _enum: { sudo: { @@ -2450,7 +2429,7 @@ export default { remove_key: "Null", }, }, - /** Lookup195: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup194: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -2468,35 +2447,35 @@ export default { }, }, }, - /** Lookup196: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup195: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup197: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup196: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup199: sp_trie::storage_proof::StorageProof */ + /** Lookup198: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup202: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup201: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup205: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup204: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup208: pallet_evm::pallet::Call */ + /** Lookup207: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { withdraw: { @@ -2537,7 +2516,7 @@ export default { }, }, }, - /** Lookup214: pallet_ethereum::pallet::Call */ + /** Lookup213: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -2545,7 +2524,7 @@ export default { }, }, }, - /** Lookup215: ethereum::transaction::TransactionV2 */ + /** Lookup214: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2553,7 +2532,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup216: ethereum::transaction::LegacyTransaction */ + /** Lookup215: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2563,20 +2542,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup217: ethereum::transaction::TransactionAction */ + /** Lookup216: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup218: ethereum::transaction::TransactionSignature */ + /** Lookup217: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup220: ethereum::transaction::EIP2930Transaction */ + /** Lookup219: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2590,12 +2569,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup222: ethereum::transaction::AccessListItem */ + /** Lookup221: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup223: ethereum::transaction::EIP1559Transaction */ + /** Lookup222: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2610,7 +2589,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup224: pallet_parachain_staking::pallet::Call */ + /** Lookup223: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -2740,7 +2719,7 @@ export default { }, }, }, - /** Lookup227: pallet_scheduler::pallet::Call */ + /** Lookup226: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2794,19 +2773,12 @@ export default { }, }, }, - /** Lookup229: pallet_treasury::pallet::Call */ + /** Lookup228: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", - }, - reject_proposal: { - proposalId: "Compact", - }, - approve_proposal: { - proposalId: "Compact", - }, + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", spend_local: { amount: "Compact", beneficiary: "AccountId20", @@ -2831,11 +2803,11 @@ export default { }, }, }, - /** Lookup231: pallet_author_inherent::pallet::Call */ + /** Lookup230: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup232: pallet_author_slot_filter::pallet::Call */ + /** Lookup231: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -2846,7 +2818,7 @@ export default { }, }, }, - /** Lookup233: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup232: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2871,7 +2843,7 @@ export default { }, }, }, - /** Lookup234: sp_runtime::MultiSignature */ + /** Lookup233: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2879,7 +2851,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup241: pallet_author_mapping::pallet::Call */ + /** Lookup240: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -2901,7 +2873,7 @@ export default { }, }, }, - /** Lookup242: pallet_proxy::pallet::Call */ + /** Lookup241: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -2952,11 +2924,11 @@ export default { }, }, }, - /** Lookup244: pallet_maintenance_mode::pallet::Call */ + /** Lookup243: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup245: pallet_identity::pallet::Call */ + /** Lookup244: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -3039,7 +3011,7 @@ export default { }, }, }, - /** Lookup246: pallet_identity::legacy::IdentityInfo */ + /** Lookup245: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -3051,7 +3023,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup282: pallet_identity::types::Judgement */ + /** Lookup281: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -3063,9 +3035,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup284: account::EthereumSignature */ + /** Lookup283: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup285: cumulus_pallet_xcmp_queue::pallet::Call */ + /** Lookup284: cumulus_pallet_xcmp_queue::pallet::Call */ CumulusPalletXcmpQueueCall: { _enum: { __Unused0: "Null", @@ -3091,9 +3063,7 @@ export default { }, }, }, - /** Lookup286: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup287: pallet_xcm::pallet::Call */ + /** Lookup285: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -3168,7 +3138,7 @@ export default { }, }, }, - /** Lookup288: xcm::VersionedXcm */ + /** Lookup286: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -3178,9 +3148,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup289: xcm::v2::Xcm */ + /** Lookup287: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup291: xcm::v2::Instruction */ + /** Lookup289: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -3276,7 +3246,7 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup292: xcm::v2::Response */ + /** Lookup290: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -3285,7 +3255,7 @@ export default { Version: "u32", }, }, - /** Lookup295: xcm::v2::traits::Error */ + /** Lookup293: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -3316,14 +3286,18 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup296: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup294: xcm::v2::OriginKind */ + XcmV2OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup295: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup297: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup296: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3333,20 +3307,20 @@ export default { }, }, }, - /** Lookup298: xcm::v2::multiasset::WildFungibility */ + /** Lookup297: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup299: xcm::v2::WeightLimit */ + /** Lookup298: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup300: xcm::v3::Xcm */ + /** Lookup299: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup302: xcm::v3::Instruction */ + /** Lookup301: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -3368,7 +3342,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3486,7 +3460,7 @@ export default { }, }, }, - /** Lookup303: xcm::v3::Response */ + /** Lookup302: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -3497,7 +3471,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup305: xcm::v3::PalletInfo */ + /** Lookup304: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3506,20 +3480,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup309: xcm::v3::QueryResponseInfo */ + /** Lookup308: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup310: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup309: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup311: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup310: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3535,11 +3509,11 @@ export default { }, }, }, - /** Lookup312: xcm::v3::multiasset::WildFungibility */ + /** Lookup311: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup324: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3548,7 +3522,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup325: xcm::VersionedAssetId */ + /** Lookup324: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3558,7 +3532,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup326: pallet_assets::pallet::Call */ + /** Lookup325: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3708,7 +3682,7 @@ export default { }, }, }, - /** Lookup327: orml_xtokens::module::Call */ + /** Lookup326: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { transfer: { @@ -3749,7 +3723,7 @@ export default { }, }, }, - /** Lookup328: moonbase_runtime::xcm_config::CurrencyId */ + /** Lookup327: moonbase_runtime::xcm_config::CurrencyId */ MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3759,7 +3733,7 @@ export default { }, }, }, - /** Lookup329: xcm::VersionedAsset */ + /** Lookup328: xcm::VersionedAsset */ XcmVersionedAsset: { _enum: { __Unused0: "Null", @@ -3769,7 +3743,7 @@ export default { V4: "StagingXcmV4Asset", }, }, - /** Lookup332: pallet_asset_manager::pallet::Call */ + /** Lookup331: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3796,7 +3770,7 @@ export default { }, }, }, - /** Lookup333: pallet_xcm_transactor::pallet::Call */ + /** Lookup332: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3819,7 +3793,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3853,28 +3827,28 @@ export default { }, }, }, - /** Lookup334: moonbase_runtime::xcm_config::Transactors */ + /** Lookup333: moonbase_runtime::xcm_config::Transactors */ MoonbaseRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup335: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup334: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup336: pallet_xcm_transactor::pallet::Currency */ + /** Lookup335: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup338: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup337: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup340: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup339: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -3898,7 +3872,7 @@ export default { }, }, }, - /** Lookup341: pallet_ethereum_xcm::pallet::Call */ + /** Lookup340: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3917,14 +3891,14 @@ export default { }, }, }, - /** Lookup342: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup343: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup342: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3933,19 +3907,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup344: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup343: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup345: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup344: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3953,11 +3927,11 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup350: pallet_randomness::pallet::Call */ + /** Lookup349: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup351: pallet_collective::pallet::Call */ + /** Lookup350: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -3991,7 +3965,7 @@ export default { }, }, }, - /** Lookup352: pallet_conviction_voting::pallet::Call */ + /** Lookup351: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -4022,7 +3996,7 @@ export default { }, }, }, - /** Lookup353: pallet_conviction_voting::vote::AccountVote */ + /** Lookup352: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -4040,11 +4014,11 @@ export default { }, }, }, - /** Lookup355: pallet_conviction_voting::conviction::Conviction */ + /** Lookup354: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup357: pallet_referenda::pallet::Call */ + /** Lookup356: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { @@ -4079,14 +4053,14 @@ export default { }, }, }, - /** Lookup358: frame_support::traits::schedule::DispatchTime */ + /** Lookup357: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup360: pallet_preimage::pallet::Call */ + /** Lookup359: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -4115,7 +4089,7 @@ export default { }, }, }, - /** Lookup361: pallet_whitelist::pallet::Call */ + /** Lookup360: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -4134,7 +4108,7 @@ export default { }, }, }, - /** Lookup363: pallet_root_testing::pallet::Call */ + /** Lookup362: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -4143,7 +4117,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup364: pallet_multisig::pallet::Call */ + /** Lookup363: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -4172,12 +4146,12 @@ export default { }, }, }, - /** Lookup366: pallet_multisig::Timepoint */ + /** Lookup365: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup367: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup366: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -4190,7 +4164,7 @@ export default { }, }, }, - /** Lookup370: pallet_message_queue::pallet::Call */ + /** Lookup369: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -4205,7 +4179,7 @@ export default { }, }, }, - /** Lookup371: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup370: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -4213,7 +4187,7 @@ export default { Sibling: "u32", }, }, - /** Lookup372: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup371: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -4222,7 +4196,7 @@ export default { }, }, }, - /** Lookup373: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -4245,7 +4219,7 @@ export default { }, }, }, - /** Lookup375: pallet_parameters::pallet::Call */ + /** Lookup374: pallet_parameters::pallet::Call */ PalletParametersCall: { _enum: { set_parameter: { @@ -4253,22 +4227,22 @@ export default { }, }, }, - /** Lookup376: moonbase_runtime::runtime_params::RuntimeParameters */ + /** Lookup375: moonbase_runtime::runtime_params::RuntimeParameters */ MoonbaseRuntimeRuntimeParamsRuntimeParameters: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", }, }, - /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + /** Lookup376: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { _enum: { FeesTreasuryProportion: "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", }, }, - /** Lookup378: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup380: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup379: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -4290,15 +4264,15 @@ export default { }, }, }, - /** Lookup381: sp_runtime::traits::BlakeTwo256 */ + /** Lookup380: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup383: pallet_conviction_voting::types::Tally */ + /** Lookup382: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup384: pallet_preimage::pallet::Event */ + /** Lookup383: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -4321,7 +4295,7 @@ export default { }, }, }, - /** Lookup385: pallet_whitelist::pallet::Event */ + /** Lookup384: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -4336,21 +4310,21 @@ export default { }, }, }, - /** Lookup387: frame_support::dispatch::PostDispatchInfo */ + /** Lookup386: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup388: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup390: pallet_root_testing::pallet::Event */ + /** Lookup389: pallet_root_testing::pallet::Event */ PalletRootTestingEvent: { _enum: ["DefensiveTestCall"], }, - /** Lookup391: pallet_multisig::pallet::Event */ + /** Lookup390: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -4379,7 +4353,7 @@ export default { }, }, }, - /** Lookup392: pallet_message_queue::pallet::Event */ + /** Lookup391: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4405,7 +4379,7 @@ export default { }, }, }, - /** Lookup393: frame_support::traits::messages::ProcessMessageError */ + /** Lookup392: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4413,13 +4387,14 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup394: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup393: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup395: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup394: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4441,7 +4416,7 @@ export default { }, }, }, - /** Lookup396: pallet_parameters::pallet::Event */ + /** Lookup395: pallet_parameters::pallet::Event */ PalletParametersEvent: { _enum: { Updated: { @@ -4451,29 +4426,29 @@ export default { }, }, }, - /** Lookup397: moonbase_runtime::runtime_params::RuntimeParametersKey */ + /** Lookup396: moonbase_runtime::runtime_params::RuntimeParametersKey */ MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", }, }, - /** Lookup398: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + /** Lookup397: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { _enum: ["FeesTreasuryProportion"], }, - /** Lookup400: moonbase_runtime::runtime_params::RuntimeParametersValue */ + /** Lookup399: moonbase_runtime::runtime_params::RuntimeParametersValue */ MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { _enum: { RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", }, }, - /** Lookup401: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + /** Lookup400: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { _enum: { FeesTreasuryProportion: "Perbill", }, }, - /** Lookup402: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup401: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4495,7 +4470,7 @@ export default { }, }, }, - /** Lookup403: frame_system::Phase */ + /** Lookup402: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4503,51 +4478,51 @@ export default { Initialization: "Null", }, }, - /** Lookup405: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup404: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup406: frame_system::CodeUpgradeAuthorization */ + /** Lookup405: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup407: frame_system::limits::BlockWeights */ + /** Lookup406: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup408: frame_support::dispatch::PerDispatchClass */ + /** Lookup407: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup409: frame_system::limits::WeightsPerClass */ + /** Lookup408: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup410: frame_system::limits::BlockLength */ + /** Lookup409: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup411: frame_support::dispatch::PerDispatchClass */ + /** Lookup410: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup412: sp_weights::RuntimeDbWeight */ + /** Lookup411: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup413: sp_version::RuntimeVersion */ + /** Lookup412: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4558,7 +4533,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup417: frame_system::pallet::Error */ + /** Lookup416: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4572,26 +4547,26 @@ export default { "Unauthorized", ], }, - /** Lookup418: pallet_utility::pallet::Error */ + /** Lookup417: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup420: pallet_balances::types::BalanceLock */ + /** Lookup419: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup421: pallet_balances::types::Reasons */ + /** Lookup420: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup424: pallet_balances::types::ReserveData */ + /** Lookup423: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup428: moonbase_runtime::RuntimeHoldReason */ + /** Lookup427: moonbase_runtime::RuntimeHoldReason */ MoonbaseRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4641,16 +4616,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup429: pallet_preimage::pallet::HoldReason */ + /** Lookup428: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup432: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup431: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup434: pallet_balances::pallet::Error */ + /** Lookup433: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4667,42 +4642,42 @@ export default { "DeltaZero", ], }, - /** Lookup435: pallet_sudo::pallet::Error */ + /** Lookup434: pallet_sudo::pallet::Error */ PalletSudoError: { _enum: ["RequireSudo"], }, - /** Lookup437: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup436: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup438: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup437: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup440: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup439: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup444: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup443: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup445: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup444: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup447: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup446: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup448: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup447: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4710,12 +4685,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup449: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup448: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup452: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup451: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4724,7 +4699,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup453: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup452: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4737,17 +4712,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup454: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup453: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup460: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup459: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup462: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup461: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4760,11 +4735,11 @@ export default { "Unauthorized", ], }, - /** Lookup463: pallet_transaction_payment::Releases */ + /** Lookup462: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup464: pallet_evm::CodeMetadata */ + /** Lookup463: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -4773,7 +4748,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup466: pallet_evm::pallet::Error */ + /** Lookup465: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -4791,7 +4766,7 @@ export default { "Undefined", ], }, - /** Lookup469: fp_rpc::TransactionStatus */ + /** Lookup468: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -4801,9 +4776,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup471: ethbloom::Bloom */ + /** Lookup470: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup473: ethereum::receipt::ReceiptV3 */ + /** Lookup472: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -4811,7 +4786,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup474: ethereum::receipt::EIP658ReceiptData */ + /** Lookup473: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -4819,7 +4794,7 @@ export default { logs: "Vec", }, /** - * Lookup475: + * Lookup474: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -4827,7 +4802,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup476: ethereum::header::Header */ + /** Lookup475: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -4845,28 +4820,28 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup477: ethereum_types::hash::H64 */ + /** Lookup476: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup482: pallet_ethereum::pallet::Error */ + /** Lookup481: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup483: + * Lookup482: * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingParachainBondConfig: { account: "AccountId20", percent: "Percent", }, - /** Lookup484: pallet_parachain_staking::types::RoundInfo */ + /** Lookup483: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup485: pallet_parachain_staking::types::Delegator */ + /** Lookup484: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4875,24 +4850,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup486: + * Lookup485: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup487: pallet_parachain_staking::types::Bond */ + /** Lookup486: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup489: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup488: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup490: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup489: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4905,16 +4880,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup491: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup490: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup493: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup492: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup494: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup493: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4922,50 +4897,50 @@ export default { Leaving: "u32", }, }, - /** Lookup496: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup495: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup499: + * Lookup498: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup501: pallet_parachain_staking::types::Delegations */ + /** Lookup500: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup503: + * Lookup502: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup506: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup505: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup508: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup507: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup509: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup508: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup510: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup509: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4983,7 +4958,7 @@ export default { max: "Perbill", }, }, - /** Lookup511: pallet_parachain_staking::pallet::Error */ + /** Lookup510: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -5044,7 +5019,7 @@ export default { ], }, /** - * Lookup514: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> */ @@ -5055,13 +5030,13 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonbaseRuntimeOriginCaller", }, - /** Lookup516: pallet_scheduler::RetryConfig */ + /** Lookup515: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup517: pallet_scheduler::pallet::Error */ + /** Lookup516: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5071,7 +5046,7 @@ export default { "Named", ], }, - /** Lookup518: pallet_treasury::Proposal */ + /** Lookup517: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5079,7 +5054,7 @@ export default { bond: "u128", }, /** - * Lookup521: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5090,7 +5065,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup522: pallet_treasury::PaymentState */ + /** Lookup521: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5100,12 +5075,11 @@ export default { Failed: "Null", }, }, - /** Lookup524: frame_support::PalletId */ + /** Lookup523: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup525: pallet_treasury::pallet::Error */ + /** Lookup524: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ - "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5119,17 +5093,17 @@ export default { "Inconclusive", ], }, - /** Lookup526: pallet_author_inherent::pallet::Error */ + /** Lookup525: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup527: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup526: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup529: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup528: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5149,7 +5123,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup530: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup529: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -5158,7 +5132,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup531: pallet_author_mapping::pallet::Error */ + /** Lookup530: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -5171,19 +5145,19 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup534: pallet_proxy::ProxyDefinition */ + /** Lookup533: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, - /** Lookup538: pallet_proxy::Announcement */ + /** Lookup537: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup540: pallet_proxy::pallet::Error */ + /** Lookup539: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -5196,12 +5170,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup541: pallet_maintenance_mode::pallet::Error */ + /** Lookup540: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup543: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5209,21 +5183,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup552: pallet_identity::types::RegistrarInfo */ + /** Lookup551: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup554: + * Lookup553: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup557: pallet_identity::pallet::Error */ + /** Lookup556: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5254,7 +5228,7 @@ export default { "NotExpired", ], }, - /** Lookup562: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup561: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5262,39 +5236,27 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup563: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup562: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup565: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup566: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup566: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup567: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup567: cumulus_pallet_dmp_queue::pallet::MigrationState */ - CumulusPalletDmpQueueMigrationState: { - _enum: { - NotStarted: "Null", - StartedExport: { - nextBeginUsed: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: { - nextOverweightIndex: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: { - cursor: "Option", - }, - Completed: "Null", - }, + _enum: [ + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", + ], }, - /** Lookup570: pallet_xcm::pallet::QueryStatus */ + /** Lookup568: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5313,7 +5275,7 @@ export default { }, }, }, - /** Lookup574: xcm::VersionedResponse */ + /** Lookup572: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5323,7 +5285,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup580: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup578: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5332,14 +5294,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup583: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup581: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup590: pallet_xcm::pallet::Error */ + /** Lookup588: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5369,7 +5331,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup591: pallet_assets::types::AssetDetails */ + /** Lookup589: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5384,22 +5346,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup592: pallet_assets::types::AssetStatus */ + /** Lookup590: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup594: pallet_assets::types::AssetAccount */ + /** Lookup592: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup595: pallet_assets::types::AccountStatus */ + /** Lookup593: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup596: pallet_assets::types::ExistenceReason */ + /** Lookup594: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5409,13 +5371,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup598: pallet_assets::types::Approval */ + /** Lookup596: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup599: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5425,7 +5387,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup601: pallet_assets::pallet::Error */ + /** Lookup599: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5448,9 +5410,10 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", + "BadAssetId", ], }, - /** Lookup602: orml_xtokens::module::Error */ + /** Lookup600: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ "AssetHasNoReserve", @@ -5475,7 +5438,7 @@ export default { "RateLimited", ], }, - /** Lookup603: pallet_asset_manager::pallet::Error */ + /** Lookup601: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5488,11 +5451,11 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup604: pallet_migrations::pallet::Error */ + /** Lookup602: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup605: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup603: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5513,7 +5476,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup606: pallet_xcm_transactor::pallet::Error */ + /** Lookup604: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5545,18 +5508,18 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup607: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup605: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup609: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup607: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup610: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup608: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -5570,16 +5533,16 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup611: pallet_ethereum_xcm::pallet::Error */ + /** Lookup609: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup612: pallet_randomness::types::RequestState */ + /** Lookup610: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup613: pallet_randomness::types::Request> */ + /** Lookup611: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5589,26 +5552,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup614: pallet_randomness::types::RequestInfo */ + /** Lookup612: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup615: pallet_randomness::types::RequestType */ + /** Lookup613: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup616: pallet_randomness::types::RandomnessResult */ + /** Lookup614: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup617: pallet_randomness::pallet::Error */ + /** Lookup615: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5625,7 +5588,7 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup619: pallet_collective::Votes */ + /** Lookup617: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5633,7 +5596,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup620: pallet_collective::pallet::Error */ + /** Lookup618: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5650,7 +5613,7 @@ export default { ], }, /** - * Lookup622: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5659,20 +5622,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup623: pallet_conviction_voting::vote::Casting */ + /** Lookup621: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup627: pallet_conviction_voting::types::Delegations */ + /** Lookup625: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup628: pallet_conviction_voting::vote::PriorLock */ + /** Lookup626: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup629: pallet_conviction_voting::vote::Delegating */ + /** Lookup627: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5680,7 +5643,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup633: pallet_conviction_voting::pallet::Error */ + /** Lookup631: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5698,7 +5661,7 @@ export default { ], }, /** - * Lookup634: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5714,7 +5677,7 @@ export default { }, }, /** - * Lookup635: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5732,17 +5695,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup636: pallet_referenda::types::Deposit */ + /** Lookup634: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup639: pallet_referenda::types::DecidingStatus */ + /** Lookup637: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup647: pallet_referenda::types::TrackInfo */ + /** Lookup645: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5754,7 +5717,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup648: pallet_referenda::types::Curve */ + /** Lookup646: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5775,7 +5738,7 @@ export default { }, }, }, - /** Lookup651: pallet_referenda::pallet::Error */ + /** Lookup649: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5794,7 +5757,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup652: pallet_preimage::OldRequestStatus */ + /** Lookup650: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5809,8 +5772,8 @@ export default { }, }, /** - * Lookup655: pallet_preimage::RequestStatus> + * Lookup653: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5825,7 +5788,7 @@ export default { }, }, }, - /** Lookup661: pallet_preimage::pallet::Error */ + /** Lookup659: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5836,9 +5799,10 @@ export default { "NotRequested", "TooMany", "TooFew", + "NoCost", ], }, - /** Lookup662: pallet_whitelist::pallet::Error */ + /** Lookup660: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5848,14 +5812,14 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup666: pallet_multisig::Multisig */ + /** Lookup664: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup668: pallet_multisig::pallet::Error */ + /** Lookup666: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5874,7 +5838,16 @@ export default { "AlreadyStored", ], }, - /** Lookup671: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup670: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, + }, + /** Lookup672: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5882,13 +5855,14 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup673: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup674: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup674: pallet_message_queue::BookState */ + /** Lookup675: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5900,12 +5874,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup676: pallet_message_queue::Neighbours */ + /** Lookup677: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup678: pallet_message_queue::Page */ + /** Lookup679: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5914,7 +5888,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup680: pallet_message_queue::pallet::Error */ + /** Lookup681: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5928,19 +5902,19 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup681: pallet_emergency_para_xcm::XcmMode */ + /** Lookup682: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup682: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup683: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup684: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup685: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup685: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup686: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5959,7 +5933,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup687: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup688: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5970,30 +5944,30 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup690: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup691: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup692: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup693: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup694: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup696: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup697: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup697: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup698: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup698: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup699: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup699: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup700: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup700: frame_metadata_hash_extension::Mode */ + /** Lookup701: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup701: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup703: moonbase_runtime::Runtime */ + /** Lookup704: moonbase_runtime::Runtime */ MoonbaseRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbase/interfaces/moon/definitions.ts b/typescript-api/src/moonbase/interfaces/moon/definitions.ts index 0ba9d14413..f8e64d5b4b 100644 --- a/typescript-api/src/moonbase/interfaces/moon/definitions.ts +++ b/typescript-api/src/moonbase/interfaces/moon/definitions.ts @@ -1,3 +1,6 @@ +// TODO: update default export to make use of all definitions in moonbeam-types-bundle +// import { moonbeamDefinitions } from "moonbeam-types-bundle"; + // TODO: Import this from moonbeam-types-bundle export default { types: {}, diff --git a/typescript-api/src/moonbase/interfaces/registry.ts b/typescript-api/src/moonbase/interfaces/registry.ts index 472904a7dd..5075c75c30 100644 --- a/typescript-api/src/moonbase/interfaces/registry.ts +++ b/typescript-api/src/moonbase/interfaces/registry.ts @@ -7,9 +7,6 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, - CumulusPalletDmpQueueCall, - CumulusPalletDmpQueueEvent, - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -65,6 +62,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -129,7 +127,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -193,6 +190,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -391,6 +389,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -408,9 +407,6 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; - CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; - CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; - CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -466,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -530,7 +527,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -594,6 +590,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -792,6 +789,7 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; + XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; diff --git a/typescript-api/src/moonbase/interfaces/types-lookup.ts b/typescript-api/src/moonbase/interfaces/types-lookup.ts index 6665837d18..8e855079d5 100644 --- a/typescript-api/src/moonbase/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbase/interfaces/types-lookup.ts @@ -934,10 +934,6 @@ declare module "@polkadot/types/lookup" { /** @name PalletTreasuryEvent (63) */ interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -948,11 +944,6 @@ declare module "@polkadot/types/lookup" { readonly award: u128; readonly account: AccountId20; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; - } & Struct; readonly isBurnt: boolean; readonly asBurnt: { readonly burntFunds: u128; @@ -1004,10 +995,8 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "Proposed" | "Spending" | "Awarded" - | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -1388,52 +1377,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name CumulusPalletDmpQueueEvent (80) */ - interface CumulusPalletDmpQueueEvent extends Enum { - readonly isStartedExport: boolean; - readonly isExported: boolean; - readonly asExported: { - readonly page: u32; - } & Struct; - readonly isExportFailed: boolean; - readonly asExportFailed: { - readonly page: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly isExportedOverweight: boolean; - readonly asExportedOverweight: { - readonly index: u64; - } & Struct; - readonly isExportOverweightFailed: boolean; - readonly asExportOverweightFailed: { - readonly index: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly isCleanedSome: boolean; - readonly asCleanedSome: { - readonly keysRemoved: u32; - } & Struct; - readonly isCompleted: boolean; - readonly asCompleted: { - readonly error: bool; - } & Struct; - readonly type: - | "StartedExport" - | "Exported" - | "ExportFailed" - | "CompletedExport" - | "StartedOverweightExport" - | "ExportedOverweight" - | "ExportOverweightFailed" - | "CompletedOverweightExport" - | "StartedCleanup" - | "CleanedSome" - | "Completed"; - } - - /** @name PalletXcmEvent (81) */ + /** @name PalletXcmEvent (80) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -1598,13 +1542,13 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name StagingXcmV4Location (82) */ + /** @name StagingXcmV4Location (81) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (83) */ + /** @name StagingXcmV4Junctions (82) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -1626,7 +1570,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (85) */ + /** @name StagingXcmV4Junction (84) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -1675,7 +1619,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (88) */ + /** @name StagingXcmV4JunctionNetworkId (87) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -1710,7 +1654,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (90) */ + /** @name XcmV3JunctionBodyId (89) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -1737,7 +1681,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (91) */ + /** @name XcmV3JunctionBodyPart (90) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -1762,10 +1706,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV4Xcm (99) */ + /** @name StagingXcmV4Xcm (98) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (101) */ + /** @name StagingXcmV4Instruction (100) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -1793,7 +1737,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -1995,19 +1939,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (102) */ + /** @name StagingXcmV4AssetAssets (101) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (104) */ + /** @name StagingXcmV4Asset (103) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (105) */ + /** @name StagingXcmV4AssetAssetId (104) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (106) */ + /** @name StagingXcmV4AssetFungibility (105) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -2016,7 +1960,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (107) */ + /** @name StagingXcmV4AssetAssetInstance (106) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -2032,7 +1976,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (110) */ + /** @name StagingXcmV4Response (109) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -2054,7 +1998,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (114) */ + /** @name StagingXcmV4PalletInfo (113) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -2064,7 +2008,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (117) */ + /** @name XcmV3MaybeErrorCode (116) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -2074,8 +2018,8 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV2OriginKind (120) */ - interface XcmV2OriginKind extends Enum { + /** @name XcmV3OriginKind (119) */ + interface XcmV3OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; readonly isSuperuser: boolean; @@ -2083,19 +2027,19 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (121) */ + /** @name XcmDoubleEncoded (120) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name StagingXcmV4QueryResponseInfo (122) */ + /** @name StagingXcmV4QueryResponseInfo (121) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (123) */ + /** @name StagingXcmV4AssetAssetFilter (122) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -2104,7 +2048,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (124) */ + /** @name StagingXcmV4AssetWildAsset (123) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -2123,14 +2067,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (125) */ + /** @name StagingXcmV4AssetWildFungibility (124) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (126) */ + /** @name XcmV3WeightLimit (125) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -2138,7 +2082,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmVersionedAssets (127) */ + /** @name XcmVersionedAssets (126) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -2149,16 +2093,16 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiassetMultiAssets (128) */ + /** @name XcmV2MultiassetMultiAssets (127) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (130) */ + /** @name XcmV2MultiAsset (129) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (131) */ + /** @name XcmV2MultiassetAssetId (130) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -2167,13 +2111,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiLocation (132) */ + /** @name XcmV2MultiLocation (131) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (133) */ + /** @name XcmV2MultilocationJunctions (132) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2220,7 +2164,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (134) */ + /** @name XcmV2Junction (133) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2263,7 +2207,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (135) */ + /** @name XcmV2NetworkId (134) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -2273,7 +2217,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (137) */ + /** @name XcmV2BodyId (136) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -2300,7 +2244,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (138) */ + /** @name XcmV2BodyPart (137) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2325,7 +2269,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name XcmV2MultiassetFungibility (139) */ + /** @name XcmV2MultiassetFungibility (138) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -2334,7 +2278,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (140) */ + /** @name XcmV2MultiassetAssetInstance (139) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -2352,16 +2296,16 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV3MultiassetMultiAssets (141) */ + /** @name XcmV3MultiassetMultiAssets (140) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (143) */ + /** @name XcmV3MultiAsset (142) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (144) */ + /** @name XcmV3MultiassetAssetId (143) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -2370,13 +2314,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name StagingXcmV3MultiLocation (145) */ + /** @name StagingXcmV3MultiLocation (144) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (146) */ + /** @name XcmV3Junctions (145) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2423,7 +2367,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (147) */ + /** @name XcmV3Junction (146) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2472,7 +2416,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (149) */ + /** @name XcmV3JunctionNetworkId (148) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2507,7 +2451,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3MultiassetFungibility (150) */ + /** @name XcmV3MultiassetFungibility (149) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -2516,7 +2460,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (151) */ + /** @name XcmV3MultiassetAssetInstance (150) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -2532,7 +2476,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmVersionedLocation (152) */ + /** @name XcmVersionedLocation (151) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -2543,7 +2487,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletAssetsEvent (153) */ + /** @name PalletAssetsEvent (152) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -2678,6 +2622,18 @@ declare module "@polkadot/types/lookup" { readonly assetId: u128; readonly who: AccountId20; } & Struct; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "Created" | "Issued" @@ -2702,10 +2658,12 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked"; + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name OrmlXtokensModuleEvent (154) */ + /** @name OrmlXtokensModuleEvent (153) */ interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredAssets: boolean; readonly asTransferredAssets: { @@ -2717,7 +2675,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransferredAssets"; } - /** @name PalletAssetManagerEvent (155) */ + /** @name PalletAssetManagerEvent (154) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { @@ -2759,14 +2717,14 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name MoonbaseRuntimeXcmConfigAssetType (156) */ + /** @name MoonbaseRuntimeXcmConfigAssetType (155) */ interface MoonbaseRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (157) */ + /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (156) */ interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; @@ -2774,7 +2732,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletMigrationsEvent (158) */ + /** @name PalletMigrationsEvent (157) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -2807,7 +2765,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletXcmTransactorEvent (159) */ + /** @name PalletXcmTransactorEvent (158) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -2877,14 +2835,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (160) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (159) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletXcmTransactorHrmpOperation (162) */ + /** @name PalletXcmTransactorHrmpOperation (161) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -2902,20 +2860,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (163) */ + /** @name PalletXcmTransactorHrmpInitParams (162) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (165) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (164) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletMoonbeamOrbitersEvent (166) */ + /** @name PalletMoonbeamOrbitersEvent (165) */ interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { @@ -2956,7 +2914,7 @@ declare module "@polkadot/types/lookup" { | "OrbiterUnregistered"; } - /** @name PalletEthereumXcmEvent (167) */ + /** @name PalletEthereumXcmEvent (166) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -2966,7 +2924,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletRandomnessEvent (168) */ + /** @name PalletRandomnessEvent (167) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -3011,7 +2969,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name PalletCollectiveEvent (169) */ + /** @name PalletCollectiveEvent (168) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -3062,7 +3020,7 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletConvictionVotingEvent (170) */ + /** @name PalletConvictionVotingEvent (169) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -3071,7 +3029,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (171) */ + /** @name PalletReferendaEvent (170) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -3175,7 +3133,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (172) */ + /** @name FrameSupportPreimagesBounded (171) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -3191,7 +3149,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (174) */ + /** @name FrameSystemCall (173) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -3252,7 +3210,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name PalletUtilityCall (178) */ + /** @name PalletUtilityCall (177) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -3290,7 +3248,7 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonbaseRuntimeOriginCaller (180) */ + /** @name MoonbaseRuntimeOriginCaller (179) */ interface MoonbaseRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; @@ -3321,7 +3279,7 @@ declare module "@polkadot/types/lookup" { | "OpenTechCommitteeCollective"; } - /** @name FrameSupportDispatchRawOrigin (181) */ + /** @name FrameSupportDispatchRawOrigin (180) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -3330,14 +3288,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (182) */ + /** @name PalletEthereumRawOrigin (181) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name CumulusPalletXcmOrigin (183) */ + /** @name CumulusPalletXcmOrigin (182) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -3345,7 +3303,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (184) */ + /** @name PalletXcmOrigin (183) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -3354,14 +3312,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name PalletEthereumXcmRawOrigin (185) */ + /** @name PalletEthereumXcmRawOrigin (184) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name PalletCollectiveRawOrigin (186) */ + /** @name PalletCollectiveRawOrigin (185) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -3371,7 +3329,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (187) */ + /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (186) */ interface MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; @@ -3386,10 +3344,10 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name SpCoreVoid (189) */ + /** @name SpCoreVoid (188) */ type SpCoreVoid = Null; - /** @name PalletTimestampCall (190) */ + /** @name PalletTimestampCall (189) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -3398,7 +3356,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletBalancesCall (191) */ + /** @name PalletBalancesCall (190) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -3440,6 +3398,11 @@ declare module "@polkadot/types/lookup" { readonly direction: PalletBalancesAdjustmentDirection; readonly delta: Compact; } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; + } & Struct; readonly type: | "TransferAllowDeath" | "ForceTransfer" @@ -3448,17 +3411,18 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (193) */ + /** @name PalletBalancesAdjustmentDirection (192) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletSudoCall (194) */ + /** @name PalletSudoCall (193) */ interface PalletSudoCall extends Enum { readonly isSudo: boolean; readonly asSudo: { @@ -3482,7 +3446,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey"; } - /** @name CumulusPalletParachainSystemCall (195) */ + /** @name CumulusPalletParachainSystemCall (194) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -3508,7 +3472,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (196) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (195) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -3516,7 +3480,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (197) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (196) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -3524,24 +3488,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (199) */ + /** @name SpTrieStorageProof (198) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (202) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (201) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (205) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (204) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletEvmCall (208) */ + /** @name PalletEvmCall (207) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -3586,7 +3550,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (214) */ + /** @name PalletEthereumCall (213) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -3595,7 +3559,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (215) */ + /** @name EthereumTransactionTransactionV2 (214) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -3606,7 +3570,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (216) */ + /** @name EthereumTransactionLegacyTransaction (215) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -3617,7 +3581,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (217) */ + /** @name EthereumTransactionTransactionAction (216) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -3625,14 +3589,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (218) */ + /** @name EthereumTransactionTransactionSignature (217) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (220) */ + /** @name EthereumTransactionEip2930Transaction (219) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -3647,13 +3611,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (222) */ + /** @name EthereumTransactionAccessListItem (221) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (223) */ + /** @name EthereumTransactionEip1559Transaction (222) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -3669,7 +3633,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletParachainStakingCall (224) */ + /** @name PalletParachainStakingCall (223) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -3842,7 +3806,7 @@ declare module "@polkadot/types/lookup" { | "ForceJoinCandidates"; } - /** @name PalletSchedulerCall (227) */ + /** @name PalletSchedulerCall (226) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -3916,21 +3880,8 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletTreasuryCall (229) */ + /** @name PalletTreasuryCall (228) */ interface PalletTreasuryCall extends Enum { - readonly isProposeSpend: boolean; - readonly asProposeSpend: { - readonly value: Compact; - readonly beneficiary: AccountId20; - } & Struct; - readonly isRejectProposal: boolean; - readonly asRejectProposal: { - readonly proposalId: Compact; - } & Struct; - readonly isApproveProposal: boolean; - readonly asApproveProposal: { - readonly proposalId: Compact; - } & Struct; readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; @@ -3960,9 +3911,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -3971,13 +3919,13 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletAuthorInherentCall (231) */ + /** @name PalletAuthorInherentCall (230) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (232) */ + /** @name PalletAuthorSlotFilterCall (231) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -3986,7 +3934,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletCrowdloanRewardsCall (233) */ + /** @name PalletCrowdloanRewardsCall (232) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -4022,7 +3970,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (234) */ + /** @name SpRuntimeMultiSignature (233) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -4033,7 +3981,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name PalletAuthorMappingCall (241) */ + /** @name PalletAuthorMappingCall (240) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -4061,7 +4009,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletProxyCall (242) */ + /** @name PalletProxyCall (241) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -4131,14 +4079,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (244) */ + /** @name PalletMaintenanceModeCall (243) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (245) */ + /** @name PalletIdentityCall (244) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -4260,7 +4208,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (246) */ + /** @name PalletIdentityLegacyIdentityInfo (245) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -4273,7 +4221,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (282) */ + /** @name PalletIdentityJudgement (281) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -4293,10 +4241,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (284) */ + /** @name AccountEthereumSignature (283) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name CumulusPalletXcmpQueueCall (285) */ + /** @name CumulusPalletXcmpQueueCall (284) */ interface CumulusPalletXcmpQueueCall extends Enum { readonly isSuspendXcmExecution: boolean; readonly isResumeXcmExecution: boolean; @@ -4320,10 +4268,7 @@ declare module "@polkadot/types/lookup" { | "UpdateResumeThreshold"; } - /** @name CumulusPalletDmpQueueCall (286) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (287) */ + /** @name PalletXcmCall (285) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -4426,7 +4371,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedXcm (288) */ + /** @name XcmVersionedXcm (286) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -4437,10 +4382,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (289) */ + /** @name XcmV2Xcm (287) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (291) */ + /** @name XcmV2Instruction (289) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -4588,7 +4533,7 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2Response (292) */ + /** @name XcmV2Response (290) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4600,7 +4545,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (295) */ + /** @name XcmV2TraitsError (293) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4659,7 +4604,16 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2MultiassetMultiAssetFilter (296) */ + /** @name XcmV2OriginKind (294) */ + interface XcmV2OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmV2MultiassetMultiAssetFilter (295) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -4668,7 +4622,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (297) */ + /** @name XcmV2MultiassetWildMultiAsset (296) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4679,14 +4633,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (298) */ + /** @name XcmV2MultiassetWildFungibility (297) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (299) */ + /** @name XcmV2WeightLimit (298) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4694,10 +4648,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (300) */ + /** @name XcmV3Xcm (299) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (302) */ + /** @name XcmV3Instruction (301) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -4725,7 +4679,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4927,7 +4881,7 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3Response (303) */ + /** @name XcmV3Response (302) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4949,7 +4903,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3PalletInfo (305) */ + /** @name XcmV3PalletInfo (304) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4959,14 +4913,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3QueryResponseInfo (309) */ + /** @name XcmV3QueryResponseInfo (308) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (310) */ + /** @name XcmV3MultiassetMultiAssetFilter (309) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4975,7 +4929,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (311) */ + /** @name XcmV3MultiassetWildMultiAsset (310) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4994,14 +4948,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (312) */ + /** @name XcmV3MultiassetWildFungibility (311) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmExecutorAssetTransferTransferType (324) */ + /** @name StagingXcmExecutorAssetTransferTransferType (323) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -5011,7 +4965,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (325) */ + /** @name XcmVersionedAssetId (324) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -5020,7 +4974,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (326) */ + /** @name PalletAssetsCall (325) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -5234,7 +5188,7 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name OrmlXtokensModuleCall (327) */ + /** @name OrmlXtokensModuleCall (326) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { @@ -5287,7 +5241,7 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonbaseRuntimeXcmConfigCurrencyId (328) */ + /** @name MoonbaseRuntimeXcmConfigCurrencyId (327) */ interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; @@ -5299,7 +5253,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (329) */ + /** @name XcmVersionedAsset (328) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -5310,7 +5264,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletAssetManagerCall (332) */ + /** @name PalletAssetManagerCall (331) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { @@ -5342,7 +5296,7 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name PalletXcmTransactorCall (333) */ + /** @name PalletXcmTransactorCall (332) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -5368,7 +5322,7 @@ declare module "@polkadot/types/lookup" { readonly feePayer: Option; readonly fee: PalletXcmTransactorCurrencyPayment; readonly call: Bytes; - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly weightInfo: PalletXcmTransactorTransactWeights; readonly refund: bool; } & Struct; @@ -5419,19 +5373,19 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonbaseRuntimeXcmConfigTransactors (334) */ + /** @name MoonbaseRuntimeXcmConfigTransactors (333) */ interface MoonbaseRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (335) */ + /** @name PalletXcmTransactorCurrencyPayment (334) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (336) */ + /** @name PalletXcmTransactorCurrency (335) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; @@ -5440,13 +5394,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (338) */ + /** @name PalletXcmTransactorTransactWeights (337) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletMoonbeamOrbitersCall (340) */ + /** @name PalletMoonbeamOrbitersCall (339) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -5483,7 +5437,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletEthereumXcmCall (341) */ + /** @name PalletEthereumXcmCall (340) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5510,7 +5464,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (342) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (341) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5519,7 +5473,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (343) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (342) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5529,7 +5483,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (344) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (343) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5537,13 +5491,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (345) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (344) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (348) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (347) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5552,13 +5506,13 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletRandomnessCall (350) */ + /** @name PalletRandomnessCall (349) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name PalletCollectiveCall (351) */ + /** @name PalletCollectiveCall (350) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -5597,7 +5551,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletConvictionVotingCall (352) */ + /** @name PalletConvictionVotingCall (351) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -5634,7 +5588,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (353) */ + /** @name PalletConvictionVotingVoteAccountVote (352) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -5655,7 +5609,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (355) */ + /** @name PalletConvictionVotingConviction (354) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -5674,7 +5628,7 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (357) */ + /** @name PalletReferendaCall (356) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { @@ -5727,7 +5681,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (358) */ + /** @name FrameSupportScheduleDispatchTime (357) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -5736,7 +5690,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletPreimageCall (360) */ + /** @name PalletPreimageCall (359) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -5766,7 +5720,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletWhitelistCall (361) */ + /** @name PalletWhitelistCall (360) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -5793,7 +5747,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletRootTestingCall (363) */ + /** @name PalletRootTestingCall (362) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -5803,7 +5757,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletMultisigCall (364) */ + /** @name PalletMultisigCall (363) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -5836,13 +5790,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMultisigTimepoint (366) */ + /** @name PalletMultisigTimepoint (365) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletMoonbeamLazyMigrationsCall (367) */ + /** @name PalletMoonbeamLazyMigrationsCall (366) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -5856,7 +5810,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletMessageQueueCall (370) */ + /** @name PalletMessageQueueCall (369) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5873,7 +5827,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (371) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (370) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5882,7 +5836,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletEmergencyParaXcmCall (372) */ + /** @name PalletEmergencyParaXcmCall (371) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5892,7 +5846,7 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletMoonbeamForeignAssetsCall (373) */ + /** @name PalletMoonbeamForeignAssetsCall (372) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5923,7 +5877,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletParametersCall (375) */ + /** @name PalletParametersCall (374) */ interface PalletParametersCall extends Enum { readonly isSetParameter: boolean; readonly asSetParameter: { @@ -5932,14 +5886,14 @@ declare module "@polkadot/types/lookup" { readonly type: "SetParameter"; } - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (376) */ + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (375) */ interface MoonbaseRuntimeRuntimeParamsRuntimeParameters extends Enum { readonly isRuntimeConfig: boolean; readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; readonly type: "RuntimeConfig"; } - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (377) */ + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (376) */ interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { readonly isFeesTreasuryProportion: boolean; readonly asFeesTreasuryProportion: ITuple< @@ -5951,10 +5905,10 @@ declare module "@polkadot/types/lookup" { readonly type: "FeesTreasuryProportion"; } - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (378) */ + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (377) */ type MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; - /** @name PalletXcmWeightTraderCall (380) */ + /** @name PalletXcmWeightTraderCall (379) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5986,17 +5940,17 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name SpRuntimeBlakeTwo256 (381) */ + /** @name SpRuntimeBlakeTwo256 (380) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (383) */ + /** @name PalletConvictionVotingTally (382) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletPreimageEvent (384) */ + /** @name PalletPreimageEvent (383) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -6013,7 +5967,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletWhitelistEvent (385) */ + /** @name PalletWhitelistEvent (384) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -6034,25 +5988,25 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (387) */ + /** @name FrameSupportDispatchPostDispatchInfo (386) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (388) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletRootTestingEvent (390) */ + /** @name PalletRootTestingEvent (389) */ interface PalletRootTestingEvent extends Enum { readonly isDefensiveTestCall: boolean; readonly type: "DefensiveTestCall"; } - /** @name PalletMultisigEvent (391) */ + /** @name PalletMultisigEvent (390) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -6085,7 +6039,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMessageQueueEvent (392) */ + /** @name PalletMessageQueueEvent (391) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -6115,7 +6069,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (393) */ + /** @name FrameSupportMessagesProcessMessageError (392) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -6123,17 +6077,24 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletEmergencyParaXcmEvent (394) */ + /** @name PalletEmergencyParaXcmEvent (393) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletMoonbeamForeignAssetsEvent (395) */ + /** @name PalletMoonbeamForeignAssetsEvent (394) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6163,7 +6124,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletParametersEvent (396) */ + /** @name PalletParametersEvent (395) */ interface PalletParametersEvent extends Enum { readonly isUpdated: boolean; readonly asUpdated: { @@ -6174,34 +6135,34 @@ declare module "@polkadot/types/lookup" { readonly type: "Updated"; } - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (397) */ + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (396) */ interface MoonbaseRuntimeRuntimeParamsRuntimeParametersKey extends Enum { readonly isRuntimeConfig: boolean; readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; readonly type: "RuntimeConfig"; } - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (398) */ + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (397) */ interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { readonly isFeesTreasuryProportion: boolean; readonly type: "FeesTreasuryProportion"; } - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (400) */ + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (399) */ interface MoonbaseRuntimeRuntimeParamsRuntimeParametersValue extends Enum { readonly isRuntimeConfig: boolean; readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; readonly type: "RuntimeConfig"; } - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (401) */ + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (400) */ interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { readonly isFeesTreasuryProportion: boolean; readonly asFeesTreasuryProportion: Perbill; readonly type: "FeesTreasuryProportion"; } - /** @name PalletXcmWeightTraderEvent (402) */ + /** @name PalletXcmWeightTraderEvent (401) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6233,7 +6194,7 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name FrameSystemPhase (403) */ + /** @name FrameSystemPhase (402) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6242,33 +6203,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (405) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (404) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (406) */ + /** @name FrameSystemCodeUpgradeAuthorization (405) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (407) */ + /** @name FrameSystemLimitsBlockWeights (406) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (408) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (407) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (409) */ + /** @name FrameSystemLimitsWeightsPerClass (408) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6276,25 +6237,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (410) */ + /** @name FrameSystemLimitsBlockLength (409) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (411) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (410) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (412) */ + /** @name SpWeightsRuntimeDbWeight (411) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (413) */ + /** @name SpVersionRuntimeVersion (412) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6306,7 +6267,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (417) */ + /** @name FrameSystemError (416) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6329,20 +6290,20 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletUtilityError (418) */ + /** @name PalletUtilityError (417) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletBalancesBalanceLock (420) */ + /** @name PalletBalancesBalanceLock (419) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (421) */ + /** @name PalletBalancesReasons (420) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6350,32 +6311,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (424) */ + /** @name PalletBalancesReserveData (423) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonbaseRuntimeRuntimeHoldReason (428) */ + /** @name MoonbaseRuntimeRuntimeHoldReason (427) */ interface MoonbaseRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (429) */ + /** @name PalletPreimageHoldReason (428) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name PalletBalancesIdAmount (432) */ - interface PalletBalancesIdAmount extends Struct { + /** @name FrameSupportTokensMiscIdAmount (431) */ + interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (434) */ + /** @name PalletBalancesError (433) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6404,20 +6365,20 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletSudoError (435) */ + /** @name PalletSudoError (434) */ interface PalletSudoError extends Enum { readonly isRequireSudo: boolean; readonly type: "RequireSudo"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (437) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (436) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (438) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (437) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6427,33 +6388,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (440) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (439) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (444) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (443) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (445) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (444) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (447) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (446) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (448) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (447) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6461,14 +6422,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (449) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (448) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (452) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (451) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6478,7 +6439,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (453) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (452) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6492,19 +6453,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (454) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (453) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (460) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (459) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (462) */ + /** @name CumulusPalletParachainSystemError (461) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6525,20 +6486,20 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletTransactionPaymentReleases (463) */ + /** @name PalletTransactionPaymentReleases (462) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletEvmCodeMetadata (464) */ + /** @name PalletEvmCodeMetadata (463) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (466) */ + /** @name PalletEvmError (465) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -6569,7 +6530,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (469) */ + /** @name FpRpcTransactionStatus (468) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -6580,10 +6541,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (471) */ + /** @name EthbloomBloom (470) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (473) */ + /** @name EthereumReceiptReceiptV3 (472) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -6594,7 +6555,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (474) */ + /** @name EthereumReceiptEip658ReceiptData (473) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -6602,14 +6563,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (475) */ + /** @name EthereumBlock (474) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (476) */ + /** @name EthereumHeader (475) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -6628,23 +6589,23 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (477) */ + /** @name EthereumTypesHashH64 (476) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (482) */ + /** @name PalletEthereumError (481) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletParachainStakingParachainBondConfig (483) */ + /** @name PalletParachainStakingParachainBondConfig (482) */ interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } - /** @name PalletParachainStakingRoundInfo (484) */ + /** @name PalletParachainStakingRoundInfo (483) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6652,7 +6613,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (485) */ + /** @name PalletParachainStakingDelegator (484) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6661,16 +6622,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (486) */ + /** @name PalletParachainStakingSetOrderedSet (485) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (487) */ + /** @name PalletParachainStakingBond (486) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (489) */ + /** @name PalletParachainStakingDelegatorStatus (488) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6678,7 +6639,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (490) */ + /** @name PalletParachainStakingCandidateMetadata (489) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6692,7 +6653,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (491) */ + /** @name PalletParachainStakingCapacityStatus (490) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6700,13 +6661,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (493) */ + /** @name PalletParachainStakingCandidateBondLessRequest (492) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (494) */ + /** @name PalletParachainStakingCollatorStatus (493) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6715,50 +6676,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (496) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (495) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (499) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (498) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (501) */ + /** @name PalletParachainStakingDelegations (500) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (503) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (502) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (506) */ + /** @name PalletParachainStakingCollatorSnapshot (505) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (508) */ + /** @name PalletParachainStakingBondWithAutoCompound (507) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (509) */ + /** @name PalletParachainStakingDelayedPayout (508) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (510) */ + /** @name PalletParachainStakingInflationInflationInfo (509) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6777,7 +6738,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (511) */ + /** @name PalletParachainStakingError (510) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6892,7 +6853,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletSchedulerScheduled (514) */ + /** @name PalletSchedulerScheduled (513) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -6901,14 +6862,14 @@ declare module "@polkadot/types/lookup" { readonly origin: MoonbaseRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (516) */ + /** @name PalletSchedulerRetryConfig (515) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (517) */ + /** @name PalletSchedulerError (516) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -6923,7 +6884,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletTreasuryProposal (518) */ + /** @name PalletTreasuryProposal (517) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -6931,7 +6892,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (521) */ + /** @name PalletTreasurySpendStatus (520) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -6941,7 +6902,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (522) */ + /** @name PalletTreasuryPaymentState (521) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -6952,12 +6913,11 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (524) */ + /** @name FrameSupportPalletId (523) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (525) */ + /** @name PalletTreasuryError (524) */ interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -6970,7 +6930,6 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: - | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -6984,7 +6943,7 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletAuthorInherentError (526) */ + /** @name PalletAuthorInherentError (525) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6992,14 +6951,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletCrowdloanRewardsRewardInfo (527) */ + /** @name PalletCrowdloanRewardsRewardInfo (526) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (529) */ + /** @name PalletCrowdloanRewardsError (528) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7034,14 +6993,14 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name PalletAuthorMappingRegistrationInfo (530) */ + /** @name PalletAuthorMappingRegistrationInfo (529) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (531) */ + /** @name PalletAuthorMappingError (530) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -7062,21 +7021,21 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletProxyProxyDefinition (534) */ + /** @name PalletProxyProxyDefinition (533) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (538) */ + /** @name PalletProxyAnnouncement (537) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (540) */ + /** @name PalletProxyError (539) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -7097,34 +7056,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (541) */ + /** @name PalletMaintenanceModeError (540) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (543) */ + /** @name PalletIdentityRegistration (542) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (552) */ + /** @name PalletIdentityRegistrarInfo (551) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (554) */ + /** @name PalletIdentityAuthorityProperties (553) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (557) */ + /** @name PalletIdentityError (556) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -7181,7 +7140,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (562) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (561) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7190,57 +7149,36 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (563) */ + /** @name CumulusPalletXcmpQueueOutboundState (562) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (565) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (566) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (566) */ + /** @name CumulusPalletXcmpQueueError (567) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (567) */ - interface CumulusPalletDmpQueueMigrationState extends Enum { - readonly isNotStarted: boolean; - readonly isStartedExport: boolean; - readonly asStartedExport: { - readonly nextBeginUsed: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly asStartedOverweightExport: { - readonly nextOverweightIndex: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; - } & Struct; - readonly isCompleted: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletXcmQueryStatus (570) */ + /** @name PalletXcmQueryStatus (568) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7262,7 +7200,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (574) */ + /** @name XcmVersionedResponse (572) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7273,7 +7211,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (580) */ + /** @name PalletXcmVersionMigrationStage (578) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7287,7 +7225,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (583) */ + /** @name PalletXcmRemoteLockedFungibleRecord (581) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7295,7 +7233,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (590) */ + /** @name PalletXcmError (588) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7348,7 +7286,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (591) */ + /** @name PalletAssetsAssetDetails (589) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7364,7 +7302,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (592) */ + /** @name PalletAssetsAssetStatus (590) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7372,7 +7310,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (594) */ + /** @name PalletAssetsAssetAccount (592) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7380,7 +7318,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (595) */ + /** @name PalletAssetsAccountStatus (593) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7388,7 +7326,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (596) */ + /** @name PalletAssetsExistenceReason (594) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7400,13 +7338,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (598) */ + /** @name PalletAssetsApproval (596) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (599) */ + /** @name PalletAssetsAssetMetadata (597) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7415,7 +7353,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (601) */ + /** @name PalletAssetsError (599) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7437,6 +7375,7 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7457,10 +7396,11 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed"; + | "CallbackFailed" + | "BadAssetId"; } - /** @name OrmlXtokensModuleError (602) */ + /** @name OrmlXtokensModuleError (600) */ interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; @@ -7505,7 +7445,7 @@ declare module "@polkadot/types/lookup" { | "RateLimited"; } - /** @name PalletAssetManagerError (603) */ + /** @name PalletAssetManagerError (601) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7526,7 +7466,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name PalletMigrationsError (604) */ + /** @name PalletMigrationsError (602) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -7539,7 +7479,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (605) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (603) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7561,7 +7501,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (606) */ + /** @name PalletXcmTransactorError (604) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7620,20 +7560,20 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (607) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (605) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (609) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (607) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (610) */ + /** @name PalletMoonbeamOrbitersError (608) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -7656,19 +7596,19 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletEthereumXcmError (611) */ + /** @name PalletEthereumXcmError (609) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletRandomnessRequestState (612) */ + /** @name PalletRandomnessRequestState (610) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (613) */ + /** @name PalletRandomnessRequest (611) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -7679,7 +7619,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (614) */ + /** @name PalletRandomnessRequestInfo (612) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -7688,7 +7628,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (615) */ + /** @name PalletRandomnessRequestType (613) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -7697,13 +7637,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (616) */ + /** @name PalletRandomnessRandomnessResult (614) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (617) */ + /** @name PalletRandomnessError (615) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -7732,7 +7672,7 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name PalletCollectiveVotes (619) */ + /** @name PalletCollectiveVotes (617) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7741,7 +7681,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (620) */ + /** @name PalletCollectiveError (618) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7768,7 +7708,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletConvictionVotingVoteVoting (622) */ + /** @name PalletConvictionVotingVoteVoting (620) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7777,23 +7717,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (623) */ + /** @name PalletConvictionVotingVoteCasting (621) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (627) */ + /** @name PalletConvictionVotingDelegations (625) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (628) */ + /** @name PalletConvictionVotingVotePriorLock (626) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (629) */ + /** @name PalletConvictionVotingVoteDelegating (627) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7802,7 +7742,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (633) */ + /** @name PalletConvictionVotingError (631) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7831,7 +7771,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (634) */ + /** @name PalletReferendaReferendumInfo (632) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7856,7 +7796,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (635) */ + /** @name PalletReferendaReferendumStatus (633) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; readonly origin: MoonbaseRuntimeOriginCaller; @@ -7871,19 +7811,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (636) */ + /** @name PalletReferendaDeposit (634) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (639) */ + /** @name PalletReferendaDecidingStatus (637) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (647) */ + /** @name PalletReferendaTrackInfo (645) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7896,7 +7836,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (648) */ + /** @name PalletReferendaCurve (646) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7920,7 +7860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (651) */ + /** @name PalletReferendaError (649) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7953,7 +7893,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletPreimageOldRequestStatus (652) */ + /** @name PalletPreimageOldRequestStatus (650) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7969,7 +7909,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (655) */ + /** @name PalletPreimageRequestStatus (653) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7985,7 +7925,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (661) */ + /** @name PalletPreimageError (659) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7995,6 +7935,7 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -8003,10 +7944,11 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew"; + | "TooFew" + | "NoCost"; } - /** @name PalletWhitelistError (662) */ + /** @name PalletWhitelistError (660) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -8021,7 +7963,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletMultisigMultisig (666) */ + /** @name PalletMultisigMultisig (664) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -8029,7 +7971,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (668) */ + /** @name PalletMultisigError (666) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -8062,28 +8004,41 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsError (671) */ + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (670) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (672) */ interface PalletMoonbeamLazyMigrationsError extends Enum { readonly isLimitCannotBeZero: boolean; readonly isAddressesLengthCannotBeZero: boolean; readonly isContractNotCorrupted: boolean; readonly isContractMetadataAlreadySet: boolean; readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; readonly type: | "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted" | "ContractMetadataAlreadySet" - | "ContractNotExist"; + | "ContractNotExist" + | "KeyTooLong"; } - /** @name PalletPrecompileBenchmarksError (673) */ + /** @name PalletPrecompileBenchmarksError (674) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletMessageQueueBookState (674) */ + /** @name PalletMessageQueueBookState (675) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -8093,13 +8048,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (676) */ + /** @name PalletMessageQueueNeighbours (677) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (678) */ + /** @name PalletMessageQueuePage (679) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -8109,7 +8064,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (680) */ + /** @name PalletMessageQueueError (681) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -8132,20 +8087,20 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletEmergencyParaXcmXcmMode (681) */ + /** @name PalletEmergencyParaXcmXcmMode (682) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (682) */ + /** @name PalletEmergencyParaXcmError (683) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (684) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (685) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -8153,7 +8108,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (685) */ + /** @name PalletMoonbeamForeignAssetsError (686) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -8186,7 +8141,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (687) */ + /** @name PalletXcmWeightTraderError (688) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -8203,42 +8158,42 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (690) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (691) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (691) */ + /** @name FrameSystemExtensionsCheckSpecVersion (692) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (692) */ + /** @name FrameSystemExtensionsCheckTxVersion (693) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (693) */ + /** @name FrameSystemExtensionsCheckGenesis (694) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (696) */ + /** @name FrameSystemExtensionsCheckNonce (697) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (697) */ + /** @name FrameSystemExtensionsCheckWeight (698) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (698) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (699) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (699) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (700) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (700) */ + /** @name FrameMetadataHashExtensionMode (701) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (701) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (702) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonbaseRuntimeRuntime (703) */ + /** @name MoonbaseRuntimeRuntime (704) */ type MoonbaseRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index f86b6651e7..8f05a5b4df 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -298,8 +298,7 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * - * - Proxy_type.encode().len()` bytes of data. + * + proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ @@ -446,15 +445,6 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; - /** - * Fraction of a proposal's value that should be bonded in order to place the proposal. An - * accepted proposal gets these back. A rejected proposal does not. - */ - proposalBond: Permill & AugmentedConst; - /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMaximum: Option & AugmentedConst; - /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -473,6 +463,17 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { + /** + * Maximal number of outbound XCMP channels that can have messages queued at the same time. + * + * If this is reached, then no further messages can be sent to channels that do not yet have a + * message queued. This should be set to the expected maximum of outbound channels which is + * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since + * otherwise the congestion control protocol will not work as intended and messages may be + * dropped. This value increases the PoV and should therefore not be picked too high. + * Governance needs to pay attention to not open more channels than this value. + */ + maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -481,6 +482,14 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; + /** + * The maximal page size for HRMP message pages. + * + * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case + * benchmarking. The limit for the size of a message is slightly below this, since some + * overhead is incurred for encoding the format. + */ + maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index f87f4c1441..e40b352115 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts @@ -28,6 +28,8 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; + /** The asset ID must be equal to the [`NextAssetId`]. */ + BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -210,6 +212,12 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + emergencyParaXcm: { + /** The current XCM Mode is not Paused */ + NotInPausedMode: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; ethereum: { /** Signature is invalid. */ InvalidSignature: AugmentedError; @@ -254,6 +262,24 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + evmForeignAssets: { + AssetAlreadyExists: AugmentedError; + AssetAlreadyFrozen: AugmentedError; + AssetDoesNotExist: AugmentedError; + AssetIdFiltered: AugmentedError; + AssetNotFrozen: AugmentedError; + CorruptedStorageOrphanLocation: AugmentedError; + Erc20ContractCreationFail: AugmentedError; + EvmCallPauseFail: AugmentedError; + EvmCallUnpauseFail: AugmentedError; + EvmInternalError: AugmentedError; + InvalidSymbol: AugmentedError; + InvalidTokenName: AugmentedError; + LocationAlreadyExists: AugmentedError; + TooManyForeignAssets: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; identity: { /** Account ID is already named. */ AlreadyClaimed: AugmentedError; @@ -363,8 +389,14 @@ declare module "@polkadot/api-base/types/errors" { moonbeamLazyMigrations: { /** There must be at least one address */ AddressesLengthCannotBeZero: AugmentedError; + /** The contract already have metadata */ + ContractMetadataAlreadySet: AugmentedError; /** The contract is not corrupted (Still exist or properly suicided) */ ContractNotCorrupted: AugmentedError; + /** Contract not exist */ + ContractNotExist: AugmentedError; + /** The key lengths exceeds the maximum allowed */ + KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -598,6 +630,8 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; + /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -697,6 +731,12 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + sudo: { + /** Sender must be the Sudo account. */ + RequireSudo: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; system: { /** The origin filter prevent the call to be dispatched. */ CallFiltered: AugmentedError; @@ -734,8 +774,6 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; - /** Proposer's balance is too low. */ - InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -804,6 +842,10 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; + /** The message is too big. */ + TooBig: AugmentedError; + /** There are too many active outbound channels. */ + TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -838,6 +880,22 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + xcmWeightTrader: { + /** The given asset was already added */ + AssetAlreadyAdded: AugmentedError; + /** The given asset was already paused */ + AssetAlreadyPaused: AugmentedError; + /** The given asset was not found */ + AssetNotFound: AugmentedError; + /** The given asset is not paused */ + AssetNotPaused: AugmentedError; + /** The relative price cannot be zero */ + PriceCannotBeZero: AugmentedError; + /** XCM location filtered */ + XcmLocationFiltered: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; xTokens: { /** Asset has no reserve location. */ AssetHasNoReserve: AugmentedError; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index c68abdc569..d3ea5ad3ad 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts @@ -30,9 +30,11 @@ import type { FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, - MoonbeamRuntimeProxyType, - MoonbeamRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, @@ -63,49 +65,45 @@ declare module "@polkadot/api-base/types/events" { /** Removed all information related to an assetId and destroyed asset */ ForeignAssetDestroyed: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonbeamRuntimeXcmConfigAssetType, - metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonbaseRuntimeXcmConfigAssetType, + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonbeamRuntimeXcmConfigAssetType; - metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonbaseRuntimeXcmConfigAssetType; + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonbeamRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonbeamRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Removed all information related to an assetId and destroyed asset */ LocalAssetDestroyed: AugmentedEvent; /** Supported asset type for fee payment removed */ SupportedAssetRemoved: AugmentedEvent< ApiType, - [assetType: MoonbeamRuntimeXcmConfigAssetType], - { assetType: MoonbeamRuntimeXcmConfigAssetType } + [assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ - UnitsPerSecondChanged: AugmentedEvent< - ApiType, - [assetType: MoonbeamRuntimeXcmConfigAssetType, unitsPerSecond: u128], - { assetType: MoonbeamRuntimeXcmConfigAssetType; unitsPerSecond: u128 } - >; + UnitsPerSecondChanged: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -164,6 +162,12 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; + /** Some assets were deposited (e.g. for transaction fees). */ + Deposited: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -242,6 +246,12 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; + /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + Withdrawn: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -483,37 +493,11 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - dmpQueue: { - /** Some debris was cleaned up. */ - CleanedSome: AugmentedEvent; - /** The cleanup of remaining pallet storage completed. */ - Completed: AugmentedEvent; - /** The export of pages completed. */ - CompletedExport: AugmentedEvent; - /** The export of overweight messages completed. */ - CompletedOverweightExport: AugmentedEvent; - /** The export of a page completed. */ - Exported: AugmentedEvent; - /** The export of an overweight message completed. */ - ExportedOverweight: AugmentedEvent; - /** - * The export of a page failed. - * - * This should never be emitted. - */ - ExportFailed: AugmentedEvent; - /** - * The export of an overweight message failed. - * - * This should never be emitted. - */ - ExportOverweightFailed: AugmentedEvent; - /** The cleanup of remaining pallet storage started. */ - StartedCleanup: AugmentedEvent; - /** The export of pages started. */ - StartedExport: AugmentedEvent; - /** The export of overweight messages started. */ - StartedOverweightExport: AugmentedEvent; + emergencyParaXcm: { + /** The XCM incoming execution was Paused */ + EnteredPausedXcmMode: AugmentedEvent; + /** The XCM incoming execution returned to normal operation */ + NormalXcmOperationResumed: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -563,6 +547,32 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + evmForeignAssets: { + /** New asset with the asset manager is registered */ + ForeignAssetCreated: AugmentedEvent< + ApiType, + [contractAddress: H160, assetId: u128, xcmLocation: StagingXcmV4Location], + { contractAddress: H160; assetId: u128; xcmLocation: StagingXcmV4Location } + >; + ForeignAssetFrozen: AugmentedEvent< + ApiType, + [assetId: u128, xcmLocation: StagingXcmV4Location], + { assetId: u128; xcmLocation: StagingXcmV4Location } + >; + ForeignAssetUnfrozen: AugmentedEvent< + ApiType, + [assetId: u128, xcmLocation: StagingXcmV4Location], + { assetId: u128; xcmLocation: StagingXcmV4Location } + >; + /** Changed the xcm type mapping for a given asset id */ + ForeignAssetXcmLocationChanged: AugmentedEvent< + ApiType, + [assetId: u128, newXcmLocation: StagingXcmV4Location], + { assetId: u128; newXcmLocation: StagingXcmV4Location } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; identity: { /** A username authority was added. */ AuthorityAdded: AugmentedEvent; @@ -1208,6 +1218,28 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + parameters: { + /** + * A Parameter was set. + * + * Is also emitted when the value was not changed. + */ + Updated: AugmentedEvent< + ApiType, + [ + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option + ], + { + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; + } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1480,13 +1512,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1502,13 +1534,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1518,13 +1550,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1747,6 +1779,30 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + sudo: { + /** The sudo key has been updated. */ + KeyChanged: AugmentedEvent< + ApiType, + [old: Option, new_: AccountId20], + { old: Option; new_: AccountId20 } + >; + /** The key was permanently removed. */ + KeyRemoved: AugmentedEvent; + /** A sudo call just took place. */ + Sudid: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** A [sudo_as](Pallet::sudo_as) call just took place. */ + SudoAsDone: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; system: { /** `:code` was updated. */ CodeUpdated: AugmentedEvent; @@ -1835,14 +1891,6 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** New proposal. */ - Proposed: AugmentedEvent; - /** A proposal was rejected; funds were slashed. */ - Rejected: AugmentedEvent< - ApiType, - [proposalIndex: u32, slashed: u128], - { proposalIndex: u32; slashed: u128 } - >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ @@ -2033,6 +2081,40 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + xcmWeightTrader: { + /** Pause support for a given asset */ + PauseAssetSupport: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** Resume support for a given asset */ + ResumeAssetSupport: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** New supported asset is registered */ + SupportedAssetAdded: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location, relativePrice: u128], + { location: StagingXcmV4Location; relativePrice: u128 } + >; + /** Changed the amount of units we are charging per execution second for a given asset */ + SupportedAssetEdited: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location, relativePrice: u128], + { location: StagingXcmV4Location; relativePrice: u128 } + >; + /** Supported asset type for fee payment removed */ + SupportedAssetRemoved: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; xTokens: { /** Transferred `Asset` with fee. */ TransferredAssets: AugmentedEvent< diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index faaef8225a..2404d0392e 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts @@ -33,7 +33,6 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -45,13 +44,16 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, - MoonbeamRuntimeRuntimeHoldReason, - MoonbeamRuntimeXcmConfigAssetType, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -60,17 +62,19 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, - PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsRewardInfo, + PalletEmergencyParaXcmXcmMode, PalletEvmCodeMetadata, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMessageQueueBookState, PalletMessageQueuePage, + PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -111,7 +115,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -131,7 +137,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -143,30 +149,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonbeamRuntimeXcmConfigAssetType] + [MoonbaseRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; - /** - * Stores the units per second for local execution for a AssetType. This is used to know how - * to charge for XCM execution in a particular asset Not all assets might contain units per - * second, hence the different storage - */ - assetTypeUnitsPerSecond: AugmentedQuery< - ApiType, - ( - arg: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array - ) => Observable>, - [MoonbeamRuntimeXcmConfigAssetType] - > & - QueryableStorageEntry; - supportedFeePaymentAssets: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -210,6 +197,19 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; + /** + * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage + * item has no effect. + * + * This can be useful for setting up constraints for IDs of the new assets. For example, by + * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an + * auto-increment model can be applied to all new asset IDs. + * + * The initial next asset ID can be set using the [`GenesisConfig`] or the + * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. + */ + nextAssetId: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -301,7 +301,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -311,7 +311,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonbeamRuntimeRuntimeHoldReason; + readonly id: MoonbaseRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -424,13 +424,9 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - dmpQueue: { - /** The migration state of this pallet. */ - migrationStatus: AugmentedQuery< - ApiType, - () => Observable, - [] - > & + emergencyParaXcm: { + /** Whether incoming XCM is enabled or paused */ + mode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; @@ -520,6 +516,36 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + evmForeignAssets: { + /** + * Mapping from an asset id to a Foreign asset type. This is mostly used when receiving + * transaction specifying an asset directly, like transferring an asset from this chain to another. + */ + assetsById: AugmentedQuery< + ApiType, + (arg: u128 | AnyNumber | Uint8Array) => Observable>, + [u128] + > & + QueryableStorageEntry; + /** + * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. This is mostly + * used when receiving a multilocation XCM message to retrieve the corresponding asset in + * which tokens should me minted. + */ + assetsByLocation: AugmentedQuery< + ApiType, + ( + arg: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => Observable>>, + [StagingXcmV4Location] + > & + QueryableStorageEntry; + /** Counter for the related counted storage map */ + counterForAssetsById: AugmentedQuery Observable, []> & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; identity: { /** * Reverse lookup from `username` to the `AccountId` that has registered it. The value should @@ -682,6 +708,12 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { + stateMigrationStatusValue: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & + QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -1144,6 +1176,23 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + parameters: { + /** Stored parameters. */ + parameters: AugmentedQuery< + ApiType, + ( + arg: + | MoonbaseRuntimeRuntimeParamsRuntimeParametersKey + | { RuntimeConfig: any } + | string + | Uint8Array + ) => Observable>, + [MoonbaseRuntimeRuntimeParamsRuntimeParametersKey] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; polkadotXcm: { /** * The existing asset traps. @@ -1183,6 +1232,19 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be + * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + recordedXcm: AugmentedQuery< + ApiType, + () => Observable>>, + [] + > & + QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1200,6 +1262,16 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; + /** + * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only + * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and + * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + shouldRecordXcm: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, @@ -1447,6 +1519,13 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + sudo: { + /** The `AccountId` of the sudo key. */ + key: AugmentedQuery Observable>, []> & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; system: { /** The full account information for a particular account ID. */ account: AugmentedQuery< @@ -1762,6 +1841,22 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + xcmWeightTrader: { + /** + * Stores all supported assets per XCM Location. The u128 is the asset price relative to + * native asset with 18 decimals The boolean specify if the support for this asset is active + */ + supportedAssets: AugmentedQuery< + ApiType, + ( + arg: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => Observable>>, + [StagingXcmV4Location] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; xTokens: { /** Generic query */ [key: string]: QueryableStorageEntry; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts index b8dca00ae2..2b8daa38dd 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-rpc.ts @@ -298,14 +298,6 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { (at: Hash | string | Uint8Array) => Observable> >; }; - empty: { - /** Returns the latest synced block from Frontier's backend */ - getLatestSyncedBlock: AugmentedRpc<() => Observable>; - /** Returns whether an Ethereum block is finalized */ - isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; - /** Returns whether an Ethereum transaction is finalized */ - isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; - }; engine: { /** Instructs the manual-seal authorship task to create a new block */ createBlock: AugmentedRpc< @@ -621,6 +613,14 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; }; + moon: { + /** Returns the latest synced block from Frontier's backend */ + getLatestSyncedBlock: AugmentedRpc<() => Observable>; + /** Returns whether an Ethereum block is finalized */ + isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; + /** Returns whether an Ethereum transaction is finalized */ + isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; + }; net: { /** Returns true if client is actively listening for network connections. Otherwise false. */ listening: AugmentedRpc<() => Observable>; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts index 7bf0002f22..798d1db8cc 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts @@ -19,10 +19,15 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + CallDryRunEffects, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -44,15 +49,23 @@ import type { Header, Index, KeyTypeId, + OriginCaller, Permill, + RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { + XcmVersionedAssetId, + XcmVersionedLocation, + XcmVersionedXcm, +} from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -170,6 +183,43 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x91b1c8b16328eb92/1 */ + dryRunApi: { + /** Dry run call */ + dryRunCall: AugmentedCall< + ApiType, + ( + origin: OriginCaller | { System: any } | string | Uint8Array, + call: RuntimeCall | IMethod | string | Uint8Array + ) => Observable> + >; + /** Dry run XCM program */ + dryRunXcm: AugmentedCall< + ApiType, + ( + originLocation: + | VersionedMultiLocation + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array, + xcm: + | VersionedXcm + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -277,6 +327,24 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: + | XcmVersionedLocation + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts index fd9bef3630..91a82a5abe 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts @@ -44,12 +44,13 @@ import type { EthereumTransactionTransactionV2, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, - MoonbeamRuntimeOriginCaller, - MoonbeamRuntimeProxyType, - MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeXcmConfigCurrencyId, - MoonbeamRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigCurrencyId, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -65,7 +66,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -89,10 +90,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonbeamRuntimeXcmConfigAssetType, u32] + [u128, MoonbaseRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -108,9 +109,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonbeamRuntimeAssetConfigAssetRegistrarMetadata + | MoonbaseRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -118,8 +119,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -132,22 +133,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - removeSupportedAsset: AugmentedSubmittable< - ( - assetType: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, - numAssetsWeightHint: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigAssetType, u32] - >; - /** Change the amount of units we are charging per execution second for a given ForeignAssetType */ - setAssetUnitsPerSecond: AugmentedSubmittable< - ( - assetType: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, - unitsPerSecond: u128 | AnyNumber | Uint8Array, - numAssetsWeightHint: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigAssetType, u128, u32] - >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -273,7 +258,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -433,7 +418,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -930,6 +915,22 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { + /** + * Burn the specified liquid free balance from the origin account. + * + * If the origin's account ends up below the existential deposit as a result of the burn and + * `keep_alive` is false, the account will be reaped. + * + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this + * `burn` operation will reduce total issuance by the amount _burned_. + */ + burn: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [Compact, bool] + >; /** * Adjust the total issuance in a saturating way. * @@ -1311,7 +1312,14 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - dmpQueue: { + emergencyParaXcm: { + /** Authorize a runtime upgrade. Only callable in `Paused` mode */ + fastAuthorizeUpgrade: AugmentedSubmittable< + (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** Resume `Normal` mode */ + pausedToNormal: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -1479,6 +1487,53 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + evmForeignAssets: { + /** + * Change the xcm type mapping for a given assetId We also change this if the previous units + * per second where pointing at the old assetType + */ + changeXcmLocation: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + newXcmLocation: + | StagingXcmV4Location + | { parents?: any; interior?: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [u128, StagingXcmV4Location] + >; + /** Create new asset with the ForeignAssetCreator */ + createForeignAsset: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + xcmLocation: + | StagingXcmV4Location + | { parents?: any; interior?: any } + | string + | Uint8Array, + decimals: u8 | AnyNumber | Uint8Array, + symbol: Bytes | string | Uint8Array, + name: Bytes | string | Uint8Array + ) => SubmittableExtrinsic, + [u128, StagingXcmV4Location, u8, Bytes, Bytes] + >; + /** Freeze a given foreign assetId */ + freezeForeignAsset: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + allowXcmDeposit: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [u128, bool] + >; + /** Unfreeze a given foreign assetId */ + unfreezeForeignAsset: AugmentedSubmittable< + (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u128] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; identity: { /** * Accept a given username that an `authority` granted. The call must include the full @@ -1935,6 +1990,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec, u32] >; + createContractMetadata: AugmentedSubmittable< + (address: H160 | string | Uint8Array) => SubmittableExtrinsic, + [H160] + >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -2622,6 +2681,26 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + parameters: { + /** + * Set the value of a parameter. + * + * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be + * deleted by setting them to `None`. + */ + setParameter: AugmentedSubmittable< + ( + keyValue: + | MoonbaseRuntimeRuntimeParamsRuntimeParameters + | { RuntimeConfig: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [MoonbaseRuntimeRuntimeParamsRuntimeParameters] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3077,7 +3156,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -3213,7 +3292,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3226,7 +3305,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3275,7 +3354,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3289,7 +3368,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeProxyType, u32, u16] + [MoonbaseRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3312,7 +3391,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3327,7 +3406,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonbaseRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3344,10 +3423,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3359,7 +3438,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, Option, Call] + [AccountId20, Option, Call] >; /** * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. @@ -3379,10 +3458,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3394,7 +3473,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, AccountId20, Option, Call] + [AccountId20, AccountId20, Option, Call] >; /** * Remove the given announcement of a delegate. @@ -3458,7 +3537,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3471,7 +3550,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3600,16 +3679,16 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonbeamRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, proposal: @@ -3627,7 +3706,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeOriginCaller, + MoonbaseRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -3776,6 +3855,52 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + sudo: { + /** + * Permanently removes the sudo key. + * + * **This cannot be un-done.** + */ + removeKey: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key. */ + setKey: AugmentedSubmittable< + (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, + [AccountId20] + >; + /** Authenticates the sudo key and dispatches a function call with `Root` origin. */ + sudo: AugmentedSubmittable< + (call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic, + [Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Signed` origin from a given account. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoAs: AugmentedSubmittable< + ( + who: AccountId20 | string | Uint8Array, + call: Call | IMethod | string | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Root` origin. This function + * does not check the weight of the call, and instead allows the Sudo user to specify the + * weight of the call. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoUncheckedWeight: AugmentedSubmittable< + ( + call: Call | IMethod | string | Uint8Array, + weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [Call, SpWeightsWeightV2Weight] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. @@ -3907,30 +4032,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { - /** - * Approve a proposal. - * - * ## Dispatch Origin - * - * Must be [`Config::ApproveOrigin`]. - * - * ## Details - * - * At a later time, the proposal will be allocated to the beneficiary and the original deposit - * will be returned. - * - * ### Complexity - * - * - O(1). - * - * ## Events - * - * No events are emitted from this dispatch. - */ - approveProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -3962,7 +4063,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -3983,56 +4084,6 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Put forward a suggestion for spending. - * - * ## Dispatch Origin - * - * Must be signed. - * - * ## Details - * - * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It - * is returned once the proposal is awarded. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Proposed`] if successful. - */ - proposeSpend: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - beneficiary: AccountId20 | string | Uint8Array - ) => SubmittableExtrinsic, - [Compact, AccountId20] - >; - /** - * Reject a proposed spend. - * - * ## Dispatch Origin - * - * Must be [`Config::RejectOrigin`]. - * - * ## Details - * - * The original deposit will be slashed. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Rejected`] if successful. - */ - rejectProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4393,21 +4444,21 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonbeamRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeOriginCaller, Call] + [MoonbaseRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4476,6 +4527,57 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + xcmpQueue: { + /** + * Resumes all XCM executions for the XCMP queue. + * + * Note that this function doesn't change the status of the in/out bound channels. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Overwrites the number of pages which must be in the queue after which we drop any further + * messages from the channel. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.drop_threshold` + */ + updateDropThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which the queue must be reduced to before it signals that + * message sending may recommence after it has been suspended. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.resume_threshold` + */ + updateResumeThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which must be in the queue for the other side to be told to + * suspend their sending. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.suspend_value` + */ + updateSuspendThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address @@ -4613,7 +4715,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonbeamRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonbaseRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4629,7 +4731,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeXcmConfigTransactors, + MoonbaseRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4696,7 +4798,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4715,7 +4817,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4723,6 +4825,42 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + xcmWeightTrader: { + addAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, + relativePrice: u128 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location, u128] + >; + editAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, + relativePrice: u128 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location, u128] + >; + pauseAssetSupport: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + removeAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + resumeAssetSupport: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; xTokens: { /** * Transfer native currencies. @@ -4739,7 +4877,7 @@ declare module "@polkadot/api-base/types/submittable" { transfer: AugmentedSubmittable< ( currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4760,7 +4898,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbaseRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** * Transfer `Asset`. @@ -4889,10 +5027,10 @@ declare module "@polkadot/api-base/types/submittable" { transferMulticurrencies: AugmentedSubmittable< ( currencies: - | Vec> + | Vec> | [ ( - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4917,7 +5055,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - Vec>, + Vec>, u32, XcmVersionedLocation, XcmV3WeightLimit @@ -4944,7 +5082,7 @@ declare module "@polkadot/api-base/types/submittable" { transferWithFee: AugmentedSubmittable< ( currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4966,7 +5104,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbaseRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; diff --git a/typescript-api/src/moonbeam/interfaces/augment-types.ts b/typescript-api/src/moonbeam/interfaces/augment-types.ts index 8bd59e9b44..78a1a1dfc4 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-types.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-types.ts @@ -324,6 +324,13 @@ import type { VotingDirectVote, } from "@polkadot/types/interfaces/democracy"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; +import type { + CallDryRunEffects, + DispatchResultWithPostInfo, + PostDispatchInfo, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { ApprovalFlag, DefunctVoter, @@ -409,10 +416,13 @@ import type { ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, + ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, + ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, + ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, @@ -1176,48 +1186,88 @@ import type { import type { Multisig, Timepoint } from "@polkadot/types/interfaces/utility"; import type { VestingInfo } from "@polkadot/types/interfaces/vesting"; import type { + AssetIdV2, + AssetIdV3, + AssetIdV4, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, + AssetInstanceV3, + AssetInstanceV4, BodyId, + BodyIdV2, + BodyIdV3, BodyPart, + BodyPartV2, + BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, + FungibilityV3, + FungibilityV4, InboundStatus, InstructionV2, + InstructionV3, + InstructionV4, InteriorMultiLocation, + InteriorMultiLocationV2, + InteriorMultiLocationV3, Junction, JunctionV0, JunctionV1, JunctionV2, + JunctionV3, + JunctionV4, Junctions, JunctionsV1, JunctionsV2, + JunctionsV3, + JunctionsV4, + MaxPalletNameLen, + MaxPalletsInfo, + MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, + MultiAssetFilterV3, + MultiAssetFilterV4, MultiAssetV0, MultiAssetV1, MultiAssetV2, + MultiAssetV3, + MultiAssetV4, MultiAssets, MultiAssetsV1, MultiAssetsV2, + MultiAssetsV3, + MultiAssetsV4, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, + MultiLocationV3, + MultiLocationV4, NetworkId, + NetworkIdV2, + NetworkIdV3, + NetworkIdV4, OriginKindV0, OriginKindV1, OriginKindV2, + OriginKindV3, + OriginKindV4, OutboundStatus, Outcome, + OutcomeV4, + PalletInfoV3, + PalletInfoV4, QueryId, + QueryResponseInfoV3, + QueryResponseInfoV4, QueryStatus, QueueConfigData, Response, @@ -1225,36 +1275,49 @@ import type { ResponseV1, ResponseV2, ResponseV2Error, - ResponseV2Result, + ResponseV3, + ResponseV3Error, + ResponseV3Result, + ResponseV4, + UncheckedFungibilityV4, VersionMigrationStage, + VersionV3, + VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, + WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, + WildFungibilityV3, + WildFungibilityV4, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, + WildMultiAssetV3, + WildMultiAssetV4, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, - XcmOrder, + XcmErrorV3, + XcmErrorV4, XcmOrderV0, XcmOrderV1, - XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, + XcmV3, + XcmV4, XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; @@ -1306,10 +1369,15 @@ declare module "@polkadot/types/types/registry" { AssetDestroyWitness: AssetDestroyWitness; AssetDetails: AssetDetails; AssetId: AssetId; + AssetIdV2: AssetIdV2; + AssetIdV3: AssetIdV3; + AssetIdV4: AssetIdV4; AssetInstance: AssetInstance; AssetInstanceV0: AssetInstanceV0; AssetInstanceV1: AssetInstanceV1; AssetInstanceV2: AssetInstanceV2; + AssetInstanceV3: AssetInstanceV3; + AssetInstanceV4: AssetInstanceV4; AssetMetadata: AssetMetadata; AssetOptions: AssetOptions; AssignmentId: AssignmentId; @@ -1382,7 +1450,11 @@ declare module "@polkadot/types/types/registry" { BlockV2: BlockV2; BlockWeights: BlockWeights; BodyId: BodyId; + BodyIdV2: BodyIdV2; + BodyIdV3: BodyIdV3; BodyPart: BodyPart; + BodyPartV2: BodyPartV2; + BodyPartV3: BodyPartV3; bool: bool; Bool: Bool; Bounty: Bounty; @@ -1398,6 +1470,7 @@ declare module "@polkadot/types/types/registry" { BufferedSessionChange: BufferedSessionChange; Bytes: Bytes; Call: Call; + CallDryRunEffects: CallDryRunEffects; CallHash: CallHash; CallHashOf: CallHashOf; CallIndex: CallIndex; @@ -1557,6 +1630,7 @@ declare module "@polkadot/types/types/registry" { DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; + DispatchResultWithPostInfo: DispatchResultWithPostInfo; DisputeLocation: DisputeLocation; DisputeProof: DisputeProof; DisputeResult: DisputeResult; @@ -1676,12 +1750,15 @@ declare module "@polkadot/types/types/registry" { ExtrinsicPayload: ExtrinsicPayload; ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown; ExtrinsicPayloadV4: ExtrinsicPayloadV4; + ExtrinsicPayloadV5: ExtrinsicPayloadV5; ExtrinsicSignature: ExtrinsicSignature; ExtrinsicSignatureV4: ExtrinsicSignatureV4; + ExtrinsicSignatureV5: ExtrinsicSignatureV5; ExtrinsicStatus: ExtrinsicStatus; ExtrinsicsWeight: ExtrinsicsWeight; ExtrinsicUnknown: ExtrinsicUnknown; ExtrinsicV4: ExtrinsicV4; + ExtrinsicV5: ExtrinsicV5; f32: f32; F32: F32; f64: f64; @@ -1717,6 +1794,8 @@ declare module "@polkadot/types/types/registry" { FungibilityV0: FungibilityV0; FungibilityV1: FungibilityV1; FungibilityV2: FungibilityV2; + FungibilityV3: FungibilityV3; + FungibilityV4: FungibilityV4; FungiblesAccessError: FungiblesAccessError; Gas: Gas; GenesisBuildErr: GenesisBuildErr; @@ -1803,8 +1882,12 @@ declare module "@polkadot/types/types/registry" { InstantiateReturnValueOk: InstantiateReturnValueOk; InstantiateReturnValueTo267: InstantiateReturnValueTo267; InstructionV2: InstructionV2; + InstructionV3: InstructionV3; + InstructionV4: InstructionV4; InstructionWeights: InstructionWeights; InteriorMultiLocation: InteriorMultiLocation; + InteriorMultiLocationV2: InteriorMultiLocationV2; + InteriorMultiLocationV3: InteriorMultiLocationV3; InvalidDisputeStatementKind: InvalidDisputeStatementKind; InvalidTransaction: InvalidTransaction; isize: isize; @@ -1814,9 +1897,13 @@ declare module "@polkadot/types/types/registry" { Junctions: Junctions; JunctionsV1: JunctionsV1; JunctionsV2: JunctionsV2; + JunctionsV3: JunctionsV3; + JunctionsV4: JunctionsV4; JunctionV0: JunctionV0; JunctionV1: JunctionV1; JunctionV2: JunctionV2; + JunctionV3: JunctionV3; + JunctionV4: JunctionV4; Justification: Justification; JustificationNotification: JustificationNotification; Justifications: Justifications; @@ -1841,6 +1928,9 @@ declare module "@polkadot/types/types/registry" { LookupSource: LookupSource; LookupTarget: LookupTarget; LotteryConfig: LotteryConfig; + MaxPalletNameLen: MaxPalletNameLen; + MaxPalletsInfo: MaxPalletsInfo; + MaybeErrorCodeV3: MaybeErrorCodeV3; MaybeRandomness: MaybeRandomness; MaybeVrf: MaybeVrf; MemberCount: MemberCount; @@ -1897,22 +1987,33 @@ declare module "@polkadot/types/types/registry" { MultiAssetFilter: MultiAssetFilter; MultiAssetFilterV1: MultiAssetFilterV1; MultiAssetFilterV2: MultiAssetFilterV2; + MultiAssetFilterV3: MultiAssetFilterV3; + MultiAssetFilterV4: MultiAssetFilterV4; MultiAssets: MultiAssets; MultiAssetsV1: MultiAssetsV1; MultiAssetsV2: MultiAssetsV2; + MultiAssetsV3: MultiAssetsV3; + MultiAssetsV4: MultiAssetsV4; MultiAssetV0: MultiAssetV0; MultiAssetV1: MultiAssetV1; MultiAssetV2: MultiAssetV2; + MultiAssetV3: MultiAssetV3; + MultiAssetV4: MultiAssetV4; MultiDisputeStatementSet: MultiDisputeStatementSet; MultiLocation: MultiLocation; MultiLocationV0: MultiLocationV0; MultiLocationV1: MultiLocationV1; MultiLocationV2: MultiLocationV2; + MultiLocationV3: MultiLocationV3; + MultiLocationV4: MultiLocationV4; Multiplier: Multiplier; Multisig: Multisig; MultiSignature: MultiSignature; MultiSigner: MultiSigner; NetworkId: NetworkId; + NetworkIdV2: NetworkIdV2; + NetworkIdV3: NetworkIdV3; + NetworkIdV4: NetworkIdV4; NetworkState: NetworkState; NetworkStatePeerset: NetworkStatePeerset; NetworkStatePeersetInfo: NetworkStatePeersetInfo; @@ -1956,6 +2057,8 @@ declare module "@polkadot/types/types/registry" { OriginKindV0: OriginKindV0; OriginKindV1: OriginKindV1; OriginKindV2: OriginKindV2; + OriginKindV3: OriginKindV3; + OriginKindV4: OriginKindV4; OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations; OutboundHrmpMessage: OutboundHrmpMessage; OutboundLaneData: OutboundLaneData; @@ -1963,6 +2066,7 @@ declare module "@polkadot/types/types/registry" { OutboundPayload: OutboundPayload; OutboundStatus: OutboundStatus; Outcome: Outcome; + OutcomeV4: OutcomeV4; OuterEnums15: OuterEnums15; OverweightIndex: OverweightIndex; Owner: Owner; @@ -1977,6 +2081,8 @@ declare module "@polkadot/types/types/registry" { PalletEventMetadataLatest: PalletEventMetadataLatest; PalletEventMetadataV14: PalletEventMetadataV14; PalletId: PalletId; + PalletInfoV3: PalletInfoV3; + PalletInfoV4: PalletInfoV4; PalletMetadataLatest: PalletMetadataLatest; PalletMetadataV14: PalletMetadataV14; PalletMetadataV15: PalletMetadataV15; @@ -2029,6 +2135,7 @@ declare module "@polkadot/types/types/registry" { Points: Points; PortableType: PortableType; PortableTypeV14: PortableTypeV14; + PostDispatchInfo: PostDispatchInfo; Precommits: Precommits; PrefabWasmModule: PrefabWasmModule; PrefixedStorageKey: PrefixedStorageKey; @@ -2049,6 +2156,8 @@ declare module "@polkadot/types/types/registry" { PvfExecTimeoutKind: PvfExecTimeoutKind; PvfPrepTimeoutKind: PvfPrepTimeoutKind; QueryId: QueryId; + QueryResponseInfoV3: QueryResponseInfoV3; + QueryResponseInfoV4: QueryResponseInfoV4; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; QueuedParathread: QueuedParathread; @@ -2106,7 +2215,10 @@ declare module "@polkadot/types/types/registry" { ResponseV1: ResponseV1; ResponseV2: ResponseV2; ResponseV2Error: ResponseV2Error; - ResponseV2Result: ResponseV2Result; + ResponseV3: ResponseV3; + ResponseV3Error: ResponseV3Error; + ResponseV3Result: ResponseV3Result; + ResponseV4: ResponseV4; Retriable: Retriable; RewardDestination: RewardDestination; RewardPoint: RewardPoint; @@ -2343,6 +2455,7 @@ declare module "@polkadot/types/types/registry" { U8: U8; UnappliedSlash: UnappliedSlash; UnappliedSlashOther: UnappliedSlashOther; + UncheckedFungibilityV4: UncheckedFungibilityV4; UncleEntryItem: UncleEntryItem; UnknownTransaction: UnknownTransaction; UnlockChunk: UnlockChunk; @@ -2381,6 +2494,8 @@ declare module "@polkadot/types/types/registry" { VersionedResponse: VersionedResponse; VersionedXcm: VersionedXcm; VersionMigrationStage: VersionMigrationStage; + VersionV3: VersionV3; + VersionV4: VersionV4; VestingInfo: VestingInfo; VestingSchedule: VestingSchedule; Vote: Vote; @@ -2401,6 +2516,7 @@ declare module "@polkadot/types/types/registry" { VrfProof: VrfProof; Weight: Weight; WeightLimitV2: WeightLimitV2; + WeightLimitV3: WeightLimitV3; WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; @@ -2411,9 +2527,13 @@ declare module "@polkadot/types/types/registry" { WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; WildFungibilityV2: WildFungibilityV2; + WildFungibilityV3: WildFungibilityV3; + WildFungibilityV4: WildFungibilityV4; WildMultiAsset: WildMultiAsset; WildMultiAssetV1: WildMultiAssetV1; WildMultiAssetV2: WildMultiAssetV2; + WildMultiAssetV3: WildMultiAssetV3; + WildMultiAssetV4: WildMultiAssetV4; WinnersData: WinnersData; WinnersData10: WinnersData10; WinnersDataTuple: WinnersDataTuple; @@ -2424,14 +2544,16 @@ declare module "@polkadot/types/types/registry" { WithdrawReasons: WithdrawReasons; Xcm: Xcm; XcmAssetId: XcmAssetId; + XcmDryRunApiError: XcmDryRunApiError; + XcmDryRunEffects: XcmDryRunEffects; XcmError: XcmError; XcmErrorV0: XcmErrorV0; XcmErrorV1: XcmErrorV1; XcmErrorV2: XcmErrorV2; - XcmOrder: XcmOrder; + XcmErrorV3: XcmErrorV3; + XcmErrorV4: XcmErrorV4; XcmOrderV0: XcmOrderV0; XcmOrderV1: XcmOrderV1; - XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; XcmPaymentApiError: XcmPaymentApiError; @@ -2439,6 +2561,8 @@ declare module "@polkadot/types/types/registry" { XcmV0: XcmV0; XcmV1: XcmV1; XcmV2: XcmV2; + XcmV3: XcmV3; + XcmV4: XcmV4; XcmVersion: XcmVersion; } // InterfaceTypes } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/definitions.ts b/typescript-api/src/moonbeam/interfaces/definitions.ts index 3c697a7d2d..fdef01d9ab 100644 --- a/typescript-api/src/moonbeam/interfaces/definitions.ts +++ b/typescript-api/src/moonbeam/interfaces/definitions.ts @@ -1 +1 @@ -export { default as empty } from "./moon/definitions"; +export { default as moon } from "./moon/definitions"; diff --git a/typescript-api/src/moonbeam/interfaces/lookup.ts b/typescript-api/src/moonbeam/interfaces/lookup.ts index 3626302c94..bd7527640c 100644 --- a/typescript-api/src/moonbeam/interfaces/lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/lookup.ts @@ -48,7 +48,7 @@ export default { RuntimeEnvironmentUpdated: "Null", }, }, - /** Lookup21: frame_system::EventRecord */ + /** Lookup21: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", @@ -145,30 +145,24 @@ export default { SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, - /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ - CumulusPalletParachainSystemEvent: { + /** Lookup32: pallet_utility::pallet::Event */ + PalletUtilityEvent: { _enum: { - ValidationFunctionStored: "Null", - ValidationFunctionApplied: { - relayChainBlockNum: "u32", - }, - ValidationFunctionDiscarded: "Null", - DownwardMessagesReceived: { - count: "u32", + BatchInterrupted: { + index: "u32", + error: "SpRuntimeDispatchError", }, - DownwardMessagesProcessed: { - weightUsed: "SpWeightsWeightV2Weight", - dmqHead: "H256", + BatchCompleted: "Null", + BatchCompletedWithErrors: "Null", + ItemCompleted: "Null", + ItemFailed: { + error: "SpRuntimeDispatchError", }, - UpwardMessageSent: { - messageHash: "Option<[u8;32]>", + DispatchedAs: { + result: "Result", }, }, }, - /** Lookup34: pallet_root_testing::pallet::Event */ - PalletRootTestingEvent: { - _enum: ["DefensiveTestCall"], - }, /** Lookup35: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -269,7 +263,46 @@ export default { FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, - /** Lookup37: pallet_transaction_payment::pallet::Event */ + /** Lookup37: pallet_sudo::pallet::Event */ + PalletSudoEvent: { + _enum: { + Sudid: { + sudoResult: "Result", + }, + KeyChanged: { + _alias: { + new_: "new", + }, + old: "Option", + new_: "AccountId20", + }, + KeyRemoved: "Null", + SudoAsDone: { + sudoResult: "Result", + }, + }, + }, + /** Lookup39: cumulus_pallet_parachain_system::pallet::Event */ + CumulusPalletParachainSystemEvent: { + _enum: { + ValidationFunctionStored: "Null", + ValidationFunctionApplied: { + relayChainBlockNum: "u32", + }, + ValidationFunctionDiscarded: "Null", + DownwardMessagesReceived: { + count: "u32", + }, + DownwardMessagesProcessed: { + weightUsed: "SpWeightsWeightV2Weight", + dmqHead: "H256", + }, + UpwardMessageSent: { + messageHash: "Option<[u8;32]>", + }, + }, + }, + /** Lookup41: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -279,7 +312,92 @@ export default { }, }, }, - /** Lookup38: pallet_parachain_staking::pallet::Event */ + /** Lookup42: pallet_evm::pallet::Event */ + PalletEvmEvent: { + _enum: { + Log: { + log: "EthereumLog", + }, + Created: { + address: "H160", + }, + CreatedFailed: { + address: "H160", + }, + Executed: { + address: "H160", + }, + ExecutedFailed: { + address: "H160", + }, + }, + }, + /** Lookup43: ethereum::log::Log */ + EthereumLog: { + address: "H160", + topics: "Vec", + data: "Bytes", + }, + /** Lookup46: pallet_ethereum::pallet::Event */ + PalletEthereumEvent: { + _enum: { + Executed: { + from: "H160", + to: "H160", + transactionHash: "H256", + exitReason: "EvmCoreErrorExitReason", + extraData: "Bytes", + }, + }, + }, + /** Lookup47: evm_core::error::ExitReason */ + EvmCoreErrorExitReason: { + _enum: { + Succeed: "EvmCoreErrorExitSucceed", + Error: "EvmCoreErrorExitError", + Revert: "EvmCoreErrorExitRevert", + Fatal: "EvmCoreErrorExitFatal", + }, + }, + /** Lookup48: evm_core::error::ExitSucceed */ + EvmCoreErrorExitSucceed: { + _enum: ["Stopped", "Returned", "Suicided"], + }, + /** Lookup49: evm_core::error::ExitError */ + EvmCoreErrorExitError: { + _enum: { + StackUnderflow: "Null", + StackOverflow: "Null", + InvalidJump: "Null", + InvalidRange: "Null", + DesignatedInvalid: "Null", + CallTooDeep: "Null", + CreateCollision: "Null", + CreateContractLimit: "Null", + OutOfOffset: "Null", + OutOfGas: "Null", + OutOfFund: "Null", + PCUnderflow: "Null", + CreateEmpty: "Null", + Other: "Text", + MaxNonce: "Null", + InvalidCode: "u8", + }, + }, + /** Lookup53: evm_core::error::ExitRevert */ + EvmCoreErrorExitRevert: { + _enum: ["Reverted"], + }, + /** Lookup54: evm_core::error::ExitFatal */ + EvmCoreErrorExitFatal: { + _enum: { + NotSupported: "Null", + UnhandledInterrupt: "Null", + CallErrorAsFatal: "EvmCoreErrorExitError", + Other: "Text", + }, + }, + /** Lookup55: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -474,19 +592,19 @@ export default { }, }, }, - /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, - /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128", }, }, - /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ + /** Lookup58: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -495,13 +613,121 @@ export default { AddedToBottom: "Null", }, }, - /** Lookup44: pallet_author_slot_filter::pallet::Event */ + /** Lookup61: pallet_scheduler::pallet::Event */ + PalletSchedulerEvent: { + _enum: { + Scheduled: { + when: "u32", + index: "u32", + }, + Canceled: { + when: "u32", + index: "u32", + }, + Dispatched: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + result: "Result", + }, + RetrySet: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + period: "u32", + retries: "u8", + }, + RetryCancelled: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + RetryFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + }, + }, + /** Lookup63: pallet_treasury::pallet::Event */ + PalletTreasuryEvent: { + _enum: { + Spending: { + budgetRemaining: "u128", + }, + Awarded: { + proposalIndex: "u32", + award: "u128", + account: "AccountId20", + }, + Burnt: { + burntFunds: "u128", + }, + Rollover: { + rolloverBalance: "u128", + }, + Deposit: { + value: "u128", + }, + SpendApproved: { + proposalIndex: "u32", + amount: "u128", + beneficiary: "AccountId20", + }, + UpdatedInactive: { + reactivated: "u128", + deactivated: "u128", + }, + AssetSpendApproved: { + index: "u32", + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + }, + AssetSpendVoided: { + index: "u32", + }, + Paid: { + index: "u32", + paymentId: "Null", + }, + PaymentFailed: { + index: "u32", + paymentId: "Null", + }, + SpendProcessed: { + index: "u32", + }, + }, + }, + /** Lookup64: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup46: pallet_author_mapping::pallet::Event */ + /** Lookup66: pallet_crowdloan_rewards::pallet::Event */ + PalletCrowdloanRewardsEvent: { + _enum: { + InitialPaymentMade: "(AccountId20,u128)", + NativeIdentityAssociated: "([u8;32],AccountId20,u128)", + RewardsPaid: "(AccountId20,u128)", + RewardAddressUpdated: "(AccountId20,AccountId20)", + InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", + InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", + }, + }, + /** Lookup67: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -527,68 +753,21 @@ export default { }, }, }, - /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup68: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup69: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ - PalletMoonbeamOrbitersEvent: { + /** Lookup70: pallet_proxy::pallet::Event */ + PalletProxyEvent: { _enum: { - OrbiterJoinCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", - }, - OrbiterLeaveCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", + ProxyExecuted: { + result: "Result", }, - OrbiterRewarded: { - account: "AccountId20", - rewards: "u128", - }, - OrbiterRotation: { - collator: "AccountId20", - oldOrbiter: "Option", - newOrbiter: "Option", - }, - OrbiterRegistered: { - account: "AccountId20", - deposit: "u128", - }, - OrbiterUnregistered: { - account: "AccountId20", - }, - }, - }, - /** Lookup51: pallet_utility::pallet::Event */ - PalletUtilityEvent: { - _enum: { - BatchInterrupted: { - index: "u32", - error: "SpRuntimeDispatchError", - }, - BatchCompleted: "Null", - BatchCompletedWithErrors: "Null", - ItemCompleted: "Null", - ItemFailed: { - error: "SpRuntimeDispatchError", - }, - DispatchedAs: { - result: "Result", - }, - }, - }, - /** Lookup54: pallet_proxy::pallet::Event */ - PalletProxyEvent: { - _enum: { - ProxyExecuted: { - result: "Result", - }, - PureCreated: { - pure: "AccountId20", - who: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", - disambiguationIndex: "u16", + PureCreated: { + pure: "AccountId20", + who: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + disambiguationIndex: "u16", }, Announced: { real: "AccountId20", @@ -598,19 +777,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup55: moonbeam_runtime::ProxyType */ - MoonbeamRuntimeProxyType: { + /** Lookup71: moonbase_runtime::ProxyType */ + MoonbaseRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -622,7 +801,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup57: pallet_maintenance_mode::pallet::Event */ + /** Lookup73: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -635,7 +814,7 @@ export default { }, }, }, - /** Lookup58: pallet_identity::pallet::Event */ + /** Lookup74: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -707,923 +886,639 @@ export default { }, }, }, - /** Lookup60: pallet_migrations::pallet::Event */ - PalletMigrationsEvent: { + /** Lookup76: cumulus_pallet_xcmp_queue::pallet::Event */ + CumulusPalletXcmpQueueEvent: { _enum: { - RuntimeUpgradeStarted: "Null", - RuntimeUpgradeCompleted: { - weight: "SpWeightsWeightV2Weight", - }, - MigrationStarted: { - migrationName: "Bytes", - }, - MigrationCompleted: { - migrationName: "Bytes", - consumedWeight: "SpWeightsWeightV2Weight", - }, - FailedToSuspendIdleXcmExecution: { - error: "SpRuntimeDispatchError", - }, - FailedToResumeIdleXcmExecution: { - error: "SpRuntimeDispatchError", + XcmpMessageSent: { + messageHash: "[u8;32]", }, }, }, - /** Lookup61: pallet_multisig::pallet::Event */ - PalletMultisigEvent: { + /** Lookup77: cumulus_pallet_xcm::pallet::Event */ + CumulusPalletXcmEvent: { _enum: { - NewMultisig: { - approving: "AccountId20", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigApproval: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigExecuted: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - result: "Result", - }, - MultisigCancelled: { - cancelling: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, + InvalidFormat: "[u8;32]", + UnsupportedVersion: "[u8;32]", + ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup62: pallet_multisig::Timepoint */ - PalletMultisigTimepoint: { - height: "u32", - index: "u32", - }, - /** Lookup63: pallet_evm::pallet::Event */ - PalletEvmEvent: { + /** Lookup78: staging_xcm::v4::traits::Outcome */ + StagingXcmV4TraitsOutcome: { _enum: { - Log: { - log: "EthereumLog", - }, - Created: { - address: "H160", - }, - CreatedFailed: { - address: "H160", - }, - Executed: { - address: "H160", + Complete: { + used: "SpWeightsWeightV2Weight", }, - ExecutedFailed: { - address: "H160", + Incomplete: { + used: "SpWeightsWeightV2Weight", + error: "XcmV3TraitsError", }, - }, - }, - /** Lookup64: ethereum::log::Log */ - EthereumLog: { - address: "H160", - topics: "Vec", - data: "Bytes", - }, - /** Lookup67: pallet_ethereum::pallet::Event */ - PalletEthereumEvent: { - _enum: { - Executed: { - from: "H160", - to: "H160", - transactionHash: "H256", - exitReason: "EvmCoreErrorExitReason", - extraData: "Bytes", + Error: { + error: "XcmV3TraitsError", }, }, }, - /** Lookup68: evm_core::error::ExitReason */ - EvmCoreErrorExitReason: { - _enum: { - Succeed: "EvmCoreErrorExitSucceed", - Error: "EvmCoreErrorExitError", - Revert: "EvmCoreErrorExitRevert", - Fatal: "EvmCoreErrorExitFatal", - }, - }, - /** Lookup69: evm_core::error::ExitSucceed */ - EvmCoreErrorExitSucceed: { - _enum: ["Stopped", "Returned", "Suicided"], - }, - /** Lookup70: evm_core::error::ExitError */ - EvmCoreErrorExitError: { - _enum: { - StackUnderflow: "Null", - StackOverflow: "Null", - InvalidJump: "Null", - InvalidRange: "Null", - DesignatedInvalid: "Null", - CallTooDeep: "Null", - CreateCollision: "Null", - CreateContractLimit: "Null", - OutOfOffset: "Null", - OutOfGas: "Null", - OutOfFund: "Null", - PCUnderflow: "Null", - CreateEmpty: "Null", - Other: "Text", - MaxNonce: "Null", - InvalidCode: "u8", - }, - }, - /** Lookup74: evm_core::error::ExitRevert */ - EvmCoreErrorExitRevert: { - _enum: ["Reverted"], - }, - /** Lookup75: evm_core::error::ExitFatal */ - EvmCoreErrorExitFatal: { + /** Lookup79: xcm::v3::traits::Error */ + XcmV3TraitsError: { _enum: { - NotSupported: "Null", - UnhandledInterrupt: "Null", - CallErrorAsFatal: "EvmCoreErrorExitError", - Other: "Text", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + LocationFull: "Null", + LocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + ExpectationFalse: "Null", + PalletNotFound: "Null", + NameMismatch: "Null", + VersionIncompatible: "Null", + HoldingWouldOverflow: "Null", + ExportError: "Null", + ReanchorFailed: "Null", + NoDeal: "Null", + FeesNotMet: "Null", + LockError: "Null", + NoPermission: "Null", + Unanchored: "Null", + NotDepositable: "Null", + UnhandledXcmVersion: "Null", + WeightLimitReached: "SpWeightsWeightV2Weight", + Barrier: "Null", + WeightNotComputable: "Null", + ExceedsStackLimit: "Null", }, }, - /** Lookup76: pallet_scheduler::pallet::Event */ - PalletSchedulerEvent: { + /** Lookup80: pallet_xcm::pallet::Event */ + PalletXcmEvent: { _enum: { - Scheduled: { - when: "u32", - index: "u32", - }, - Canceled: { - when: "u32", - index: "u32", - }, - Dispatched: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - result: "Result", + Attempted: { + outcome: "StagingXcmV4TraitsOutcome", }, - RetrySet: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - period: "u32", - retries: "u8", + Sent: { + origin: "StagingXcmV4Location", + destination: "StagingXcmV4Location", + message: "StagingXcmV4Xcm", + messageId: "[u8;32]", }, - RetryCancelled: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + UnexpectedResponse: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - CallUnavailable: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + ResponseReady: { + queryId: "u64", + response: "StagingXcmV4Response", }, - PeriodicFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + Notified: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - RetryFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyOverweight: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", + actualWeight: "SpWeightsWeightV2Weight", + maxBudgetedWeight: "SpWeightsWeightV2Weight", }, - PermanentlyOverweight: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyDispatchError: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - }, - }, - /** Lookup78: pallet_preimage::pallet::Event */ - PalletPreimageEvent: { - _enum: { - Noted: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + NotifyDecodeFailed: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - Requested: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + InvalidResponder: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedLocation: "Option", }, - Cleared: { + InvalidResponderVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", + }, + ResponseTaken: { + queryId: "u64", + }, + AssetsTrapped: { _alias: { hash_: "hash", }, hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - }, - }, - /** Lookup79: pallet_conviction_voting::pallet::Event */ - PalletConvictionVotingEvent: { - _enum: { - Delegated: "(AccountId20,AccountId20)", - Undelegated: "AccountId20", - }, - }, - /** Lookup80: pallet_referenda::pallet::Event */ - PalletReferendaEvent: { - _enum: { - Submitted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - }, - DecisionDepositPlaced: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DecisionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DepositSlashed: { - who: "AccountId20", - amount: "u128", - }, - DecisionStarted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - tally: "PalletConvictionVotingTally", + VersionChangeNotified: { + destination: "StagingXcmV4Location", + result: "u32", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - ConfirmStarted: { - index: "u32", + SupportedVersionChanged: { + location: "StagingXcmV4Location", + version: "u32", }, - ConfirmAborted: { - index: "u32", + NotifyTargetSendFail: { + location: "StagingXcmV4Location", + queryId: "u64", + error: "XcmV3TraitsError", }, - Confirmed: { - index: "u32", - tally: "PalletConvictionVotingTally", + NotifyTargetMigrationFail: { + location: "XcmVersionedLocation", + queryId: "u64", }, - Approved: { - index: "u32", + InvalidQuerierVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - Rejected: { - index: "u32", - tally: "PalletConvictionVotingTally", + InvalidQuerier: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedQuerier: "StagingXcmV4Location", + maybeActualQuerier: "Option", }, - TimedOut: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyStarted: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Cancelled: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyRequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Killed: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyUnrequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - SubmissionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", + FeesPaid: { + paying: "StagingXcmV4Location", + fees: "StagingXcmV4AssetAssets", }, - MetadataSet: { + AssetsClaimed: { _alias: { hash_: "hash", }, - index: "u32", hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - MetadataCleared: { - _alias: { - hash_: "hash", - }, - index: "u32", - hash_: "H256", + VersionMigrationFinished: { + version: "u32", }, }, }, - /** - * Lookup81: frame_support::traits::preimages::Bounded - */ - FrameSupportPreimagesBounded: { + /** Lookup81: staging_xcm::v4::location::Location */ + StagingXcmV4Location: { + parents: "u8", + interior: "StagingXcmV4Junctions", + }, + /** Lookup82: staging_xcm::v4::junctions::Junctions */ + StagingXcmV4Junctions: { _enum: { - Legacy: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - Inline: "Bytes", - Lookup: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - len: "u32", - }, + Here: "Null", + X1: "[Lookup84;1]", + X2: "[Lookup84;2]", + X3: "[Lookup84;3]", + X4: "[Lookup84;4]", + X5: "[Lookup84;5]", + X6: "[Lookup84;6]", + X7: "[Lookup84;7]", + X8: "[Lookup84;8]", }, }, - /** Lookup83: frame_system::pallet::Call */ - FrameSystemCall: { + /** Lookup84: staging_xcm::v4::junction::Junction */ + StagingXcmV4Junction: { _enum: { - remark: { - remark: "Bytes", - }, - set_heap_pages: { - pages: "u64", - }, - set_code: { - code: "Bytes", - }, - set_code_without_checks: { - code: "Bytes", - }, - set_storage: { - items: "Vec<(Bytes,Bytes)>", - }, - kill_storage: { - _alias: { - keys_: "keys", - }, - keys_: "Vec", - }, - kill_prefix: { - prefix: "Bytes", - subkeys: "u32", + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - remark_with_event: { - remark: "Bytes", + AccountIndex64: { + network: "Option", + index: "Compact", }, - __Unused8: "Null", - authorize_upgrade: { - codeHash: "H256", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - authorize_upgrade_without_checks: { - codeHash: "H256", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - apply_authorized_upgrade: { - code: "Bytes", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, + GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ - CumulusPalletParachainSystemCall: { + /** Lookup87: staging_xcm::v4::junction::NetworkId */ + StagingXcmV4JunctionNetworkId: { _enum: { - set_validation_data: { - data: "CumulusPrimitivesParachainInherentParachainInherentData", + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - sudo_send_upward_message: { - message: "Bytes", - }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", - }, - enact_authorized_upgrade: { - code: "Bytes", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ - CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", - relayChainState: "SpTrieStorageProof", - downwardMessages: "Vec", - horizontalMessages: "BTreeMap>", - }, - /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { - parentHead: "Bytes", - relayParentNumber: "u32", - relayParentStorageRoot: "H256", - maxPovSize: "u32", - }, - /** Lookup91: sp_trie::storage_proof::StorageProof */ - SpTrieStorageProof: { - trieNodes: "BTreeSet", - }, - /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ - PolkadotCorePrimitivesInboundDownwardMessage: { - sentAt: "u32", - msg: "Bytes", - }, - /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ - PolkadotCorePrimitivesInboundHrmpMessage: { - sentAt: "u32", - data: "Bytes", - }, - /** Lookup101: pallet_timestamp::pallet::Call */ - PalletTimestampCall: { + /** Lookup89: xcm::v3::junction::BodyId */ + XcmV3JunctionBodyId: { _enum: { - set: { - now: "Compact", - }, + Unit: "Null", + Moniker: "[u8;4]", + Index: "Compact", + Executive: "Null", + Technical: "Null", + Legislative: "Null", + Judicial: "Null", + Defense: "Null", + Administration: "Null", + Treasury: "Null", }, }, - /** Lookup102: pallet_root_testing::pallet::Call */ - PalletRootTestingCall: { + /** Lookup90: xcm::v3::junction::BodyPart */ + XcmV3JunctionBodyPart: { _enum: { - fill_block: { - ratio: "Perbill", + Voice: "Null", + Members: { + count: "Compact", + }, + Fraction: { + nom: "Compact", + denom: "Compact", + }, + AtLeastProportion: { + nom: "Compact", + denom: "Compact", + }, + MoreThanProportion: { + nom: "Compact", + denom: "Compact", }, - trigger_defensive: "Null", }, }, - /** Lookup103: pallet_balances::pallet::Call */ - PalletBalancesCall: { + /** Lookup98: staging_xcm::v4::Xcm */ + StagingXcmV4Xcm: "Vec", + /** Lookup100: staging_xcm::v4::Instruction */ + StagingXcmV4Instruction: { _enum: { - transfer_allow_death: { - dest: "AccountId20", - value: "Compact", + WithdrawAsset: "StagingXcmV4AssetAssets", + ReserveAssetDeposited: "StagingXcmV4AssetAssets", + ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", + QueryResponse: { + queryId: "Compact", + response: "StagingXcmV4Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - __Unused1: "Null", - force_transfer: { - source: "AccountId20", - dest: "AccountId20", - value: "Compact", + TransferAsset: { + assets: "StagingXcmV4AssetAssets", + beneficiary: "StagingXcmV4Location", }, - transfer_keep_alive: { - dest: "AccountId20", - value: "Compact", + TransferReserveAsset: { + assets: "StagingXcmV4AssetAssets", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - transfer_all: { - dest: "AccountId20", - keepAlive: "bool", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - force_unreserve: { - who: "AccountId20", - amount: "u128", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - upgrade_accounts: { - who: "Vec", + HrmpChannelAccepted: { + recipient: "Compact", }, - __Unused7: "Null", - force_set_balance: { - who: "AccountId20", - newFree: "Compact", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - force_adjust_total_issuance: { - direction: "PalletBalancesAdjustmentDirection", - delta: "Compact", + ClearOrigin: "Null", + DescendOrigin: "StagingXcmV4Junctions", + ReportError: "StagingXcmV4QueryResponseInfo", + DepositAsset: { + assets: "StagingXcmV4AssetAssetFilter", + beneficiary: "StagingXcmV4Location", }, - }, - }, - /** Lookup106: pallet_balances::types::AdjustmentDirection */ - PalletBalancesAdjustmentDirection: { - _enum: ["Increase", "Decrease"], - }, - /** Lookup107: pallet_parachain_staking::pallet::Call */ - PalletParachainStakingCall: { - _enum: { - set_staking_expectations: { - expectations: { - min: "u128", - ideal: "u128", - max: "u128", - }, + DepositReserveAsset: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_inflation: { - schedule: { - min: "Perbill", - ideal: "Perbill", - max: "Perbill", - }, + ExchangeAsset: { + give: "StagingXcmV4AssetAssetFilter", + want: "StagingXcmV4AssetAssets", + maximal: "bool", }, - set_parachain_bond_account: { - _alias: { - new_: "new", - }, - new_: "AccountId20", + InitiateReserveWithdraw: { + assets: "StagingXcmV4AssetAssetFilter", + reserve: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_parachain_bond_reserve_percent: { - _alias: { - new_: "new", - }, - new_: "Percent", + InitiateTeleport: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_total_selected: { - _alias: { - new_: "new", - }, - new_: "u32", + ReportHolding: { + responseInfo: "StagingXcmV4QueryResponseInfo", + assets: "StagingXcmV4AssetAssetFilter", }, - set_collator_commission: { - _alias: { - new_: "new", - }, - new_: "Perbill", + BuyExecution: { + fees: "StagingXcmV4Asset", + weightLimit: "XcmV3WeightLimit", }, - set_blocks_per_round: { - _alias: { - new_: "new", - }, - new_: "u32", + RefundSurplus: "Null", + SetErrorHandler: "StagingXcmV4Xcm", + SetAppendix: "StagingXcmV4Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "StagingXcmV4AssetAssets", + ticket: "StagingXcmV4Location", }, - join_candidates: { - bond: "u128", - candidateCount: "u32", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", }, - schedule_leave_candidates: { - candidateCount: "u32", + UnsubscribeVersion: "Null", + BurnAsset: "StagingXcmV4AssetAssets", + ExpectAsset: "StagingXcmV4AssetAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "StagingXcmV4QueryResponseInfo", }, - execute_leave_candidates: { - candidate: "AccountId20", - candidateDelegationCount: "u32", + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", }, - cancel_leave_candidates: { - candidateCount: "u32", + ReportTransactStatus: "StagingXcmV4QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "StagingXcmV4Junction", + ExportMessage: { + network: "StagingXcmV4JunctionNetworkId", + destination: "StagingXcmV4Junctions", + xcm: "StagingXcmV4Xcm", }, - go_offline: "Null", - go_online: "Null", - candidate_bond_more: { - more: "u128", + LockAsset: { + asset: "StagingXcmV4Asset", + unlocker: "StagingXcmV4Location", }, - schedule_candidate_bond_less: { - less: "u128", + UnlockAsset: { + asset: "StagingXcmV4Asset", + target: "StagingXcmV4Location", }, - execute_candidate_bond_less: { - candidate: "AccountId20", + NoteUnlockable: { + asset: "StagingXcmV4Asset", + owner: "StagingXcmV4Location", }, - cancel_candidate_bond_less: "Null", - delegate: { - candidate: "AccountId20", - amount: "u128", - candidateDelegationCount: "u32", - delegationCount: "u32", - }, - delegate_with_auto_compound: { - candidate: "AccountId20", - amount: "u128", - autoCompound: "Percent", - candidateDelegationCount: "u32", - candidateAutoCompoundingDelegationCount: "u32", - delegationCount: "u32", - }, - removed_call_19: "Null", - removed_call_20: "Null", - removed_call_21: "Null", - schedule_revoke_delegation: { - collator: "AccountId20", - }, - delegator_bond_more: { - candidate: "AccountId20", - more: "u128", - }, - schedule_delegator_bond_less: { - candidate: "AccountId20", - less: "u128", - }, - execute_delegation_request: { - delegator: "AccountId20", - candidate: "AccountId20", - }, - cancel_delegation_request: { - candidate: "AccountId20", - }, - set_auto_compound: { - candidate: "AccountId20", - value: "Percent", - candidateAutoCompoundingDelegationCountHint: "u32", - delegationCountHint: "u32", - }, - hotfix_remove_delegation_requests_exited_candidates: { - candidates: "Vec", - }, - notify_inactive_collator: { - collator: "AccountId20", + RequestUnlock: { + asset: "StagingXcmV4Asset", + locker: "StagingXcmV4Location", }, - enable_marking_offline: { - value: "bool", + SetFeesMode: { + jitWithdraw: "bool", }, - force_join_candidates: { - account: "AccountId20", - bond: "u128", - candidateCount: "u32", + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV4Location", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup110: pallet_author_inherent::pallet::Call */ - PalletAuthorInherentCall: { - _enum: ["kick_off_authorship_validation"], + /** Lookup101: staging_xcm::v4::asset::Assets */ + StagingXcmV4AssetAssets: "Vec", + /** Lookup103: staging_xcm::v4::asset::Asset */ + StagingXcmV4Asset: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetFungibility", }, - /** Lookup111: pallet_author_slot_filter::pallet::Call */ - PalletAuthorSlotFilterCall: { + /** Lookup104: staging_xcm::v4::asset::AssetId */ + StagingXcmV4AssetAssetId: "StagingXcmV4Location", + /** Lookup105: staging_xcm::v4::asset::Fungibility */ + StagingXcmV4AssetFungibility: { _enum: { - set_eligible: { - _alias: { - new_: "new", - }, - new_: "u32", - }, + Fungible: "Compact", + NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup112: pallet_author_mapping::pallet::Call */ - PalletAuthorMappingCall: { + /** Lookup106: staging_xcm::v4::asset::AssetInstance */ + StagingXcmV4AssetAssetInstance: { _enum: { - add_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - update_association: { - oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - clear_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - remove_keys: "Null", - set_keys: { - _alias: { - keys_: "keys", - }, - keys_: "Bytes", - }, + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", }, }, - /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ - PalletMoonbeamOrbitersCall: { + /** Lookup109: staging_xcm::v4::Response */ + StagingXcmV4Response: { _enum: { - collator_add_orbiter: { - orbiter: "AccountId20", - }, - collator_remove_orbiter: { - orbiter: "AccountId20", - }, - orbiter_leave_collator_pool: { - collator: "AccountId20", - }, - orbiter_register: "Null", - orbiter_unregister: { - collatorsPoolCount: "u32", - }, - add_collator: { - collator: "AccountId20", - }, - remove_collator: { - collator: "AccountId20", - }, + Null: "Null", + Assets: "StagingXcmV4AssetAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup114: pallet_utility::pallet::Call */ - PalletUtilityCall: { + /** Lookup113: staging_xcm::v4::PalletInfo */ + StagingXcmV4PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", + }, + /** Lookup116: xcm::v3::MaybeErrorCode */ + XcmV3MaybeErrorCode: { _enum: { - batch: { - calls: "Vec", - }, - as_derivative: { - index: "u16", - call: "Call", - }, - batch_all: { - calls: "Vec", - }, - dispatch_as: { - asOrigin: "MoonbeamRuntimeOriginCaller", - call: "Call", - }, - force_batch: { - calls: "Vec", - }, - with_weight: { - call: "Call", - weight: "SpWeightsWeightV2Weight", - }, + Success: "Null", + Error: "Bytes", + TruncatedError: "Bytes", }, }, - /** Lookup116: moonbeam_runtime::OriginCaller */ - MoonbeamRuntimeOriginCaller: { + /** Lookup119: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup120: xcm::double_encoded::DoubleEncoded */ + XcmDoubleEncoded: { + encoded: "Bytes", + }, + /** Lookup121: staging_xcm::v4::QueryResponseInfo */ + StagingXcmV4QueryResponseInfo: { + destination: "StagingXcmV4Location", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup122: staging_xcm::v4::asset::AssetFilter */ + StagingXcmV4AssetAssetFilter: { _enum: { - system: "FrameSupportDispatchRawOrigin", - __Unused1: "Null", - __Unused2: "Null", - __Unused3: "Null", - __Unused4: "Null", - __Unused5: "Null", - __Unused6: "Null", - __Unused7: "Null", - Void: "SpCoreVoid", - __Unused9: "Null", - __Unused10: "Null", - __Unused11: "Null", - __Unused12: "Null", - __Unused13: "Null", - __Unused14: "Null", - __Unused15: "Null", - __Unused16: "Null", - __Unused17: "Null", - __Unused18: "Null", - __Unused19: "Null", - __Unused20: "Null", - __Unused21: "Null", - __Unused22: "Null", - __Unused23: "Null", - __Unused24: "Null", - __Unused25: "Null", - __Unused26: "Null", - __Unused27: "Null", - __Unused28: "Null", - __Unused29: "Null", - __Unused30: "Null", - __Unused31: "Null", - __Unused32: "Null", - __Unused33: "Null", - __Unused34: "Null", - __Unused35: "Null", - __Unused36: "Null", - __Unused37: "Null", - __Unused38: "Null", - __Unused39: "Null", - __Unused40: "Null", - __Unused41: "Null", - __Unused42: "Null", - __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - Ethereum: "PalletEthereumRawOrigin", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", - __Unused62: "Null", - __Unused63: "Null", - __Unused64: "Null", - Origins: "MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin", - __Unused66: "Null", - __Unused67: "Null", - __Unused68: "Null", - __Unused69: "Null", - __Unused70: "Null", - __Unused71: "Null", - TreasuryCouncilCollective: "PalletCollectiveRawOrigin", - OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", - __Unused74: "Null", - __Unused75: "Null", - __Unused76: "Null", - __Unused77: "Null", - __Unused78: "Null", - __Unused79: "Null", - __Unused80: "Null", - __Unused81: "Null", - __Unused82: "Null", - __Unused83: "Null", - __Unused84: "Null", - __Unused85: "Null", - __Unused86: "Null", - __Unused87: "Null", - __Unused88: "Null", - __Unused89: "Null", - __Unused90: "Null", - __Unused91: "Null", - __Unused92: "Null", - __Unused93: "Null", - __Unused94: "Null", - __Unused95: "Null", - __Unused96: "Null", - __Unused97: "Null", - __Unused98: "Null", - __Unused99: "Null", - __Unused100: "Null", - CumulusXcm: "CumulusPalletXcmOrigin", - __Unused102: "Null", - PolkadotXcm: "PalletXcmOrigin", - __Unused104: "Null", - __Unused105: "Null", - __Unused106: "Null", - __Unused107: "Null", - __Unused108: "Null", - EthereumXcm: "PalletEthereumXcmRawOrigin", + Definite: "StagingXcmV4AssetAssets", + Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ - FrameSupportDispatchRawOrigin: { + /** Lookup123: staging_xcm::v4::asset::WildAsset */ + StagingXcmV4AssetWildAsset: { _enum: { - Root: "Null", - Signed: "AccountId20", - None: "Null", + All: "Null", + AllOf: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + }, + AllCounted: "Compact", + AllOfCounted: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + count: "Compact", + }, }, }, - /** Lookup118: pallet_ethereum::RawOrigin */ - PalletEthereumRawOrigin: { + /** Lookup124: staging_xcm::v4::asset::WildFungibility */ + StagingXcmV4AssetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup125: xcm::v3::WeightLimit */ + XcmV3WeightLimit: { _enum: { - EthereumTransaction: "H160", + Unlimited: "Null", + Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup119: moonbeam_runtime::governance::origins::custom_origins::Origin */ - MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: { - _enum: [ - "WhitelistedCaller", - "GeneralAdmin", - "ReferendumCanceller", - "ReferendumKiller", - "FastGeneralAdmin", - ], - }, - /** Lookup120: pallet_collective::RawOrigin */ - PalletCollectiveRawOrigin: { + /** Lookup126: xcm::VersionedAssets */ + XcmVersionedAssets: { _enum: { - Members: "(u32,u32)", - Member: "AccountId20", - _Phantom: "Null", + __Unused0: "Null", + V2: "XcmV2MultiassetMultiAssets", + __Unused2: "Null", + V3: "XcmV3MultiassetMultiAssets", + V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ - CumulusPalletXcmOrigin: { - _enum: { - Relay: "Null", - SiblingParachain: "u32", - }, + /** Lookup127: xcm::v2::multiasset::MultiAssets */ + XcmV2MultiassetMultiAssets: "Vec", + /** Lookup129: xcm::v2::multiasset::MultiAsset */ + XcmV2MultiAsset: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetFungibility", }, - /** Lookup123: pallet_xcm::pallet::Origin */ - PalletXcmOrigin: { + /** Lookup130: xcm::v2::multiasset::AssetId */ + XcmV2MultiassetAssetId: { _enum: { - Xcm: "StagingXcmV4Location", - Response: "StagingXcmV4Location", + Concrete: "XcmV2MultiLocation", + Abstract: "Bytes", }, }, - /** Lookup124: staging_xcm::v4::location::Location */ - StagingXcmV4Location: { + /** Lookup131: xcm::v2::multilocation::MultiLocation */ + XcmV2MultiLocation: { parents: "u8", - interior: "StagingXcmV4Junctions", + interior: "XcmV2MultilocationJunctions", }, - /** Lookup125: staging_xcm::v4::junctions::Junctions */ - StagingXcmV4Junctions: { + /** Lookup132: xcm::v2::multilocation::Junctions */ + XcmV2MultilocationJunctions: { _enum: { Here: "Null", - X1: "[Lookup127;1]", - X2: "[Lookup127;2]", - X3: "[Lookup127;3]", - X4: "[Lookup127;4]", - X5: "[Lookup127;5]", - X6: "[Lookup127;6]", - X7: "[Lookup127;7]", - X8: "[Lookup127;8]", + X1: "XcmV2Junction", + X2: "(XcmV2Junction,XcmV2Junction)", + X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup127: staging_xcm::v4::junction::Junction */ - StagingXcmV4Junction: { + /** Lookup133: xcm::v2::junction::Junction */ + XcmV2Junction: { _enum: { Parachain: "Compact", AccountId32: { - network: "Option", + network: "XcmV2NetworkId", id: "[u8;32]", }, AccountIndex64: { - network: "Option", + network: "XcmV2NetworkId", index: "Compact", }, AccountKey20: { - network: "Option", + network: "XcmV2NetworkId", key: "[u8;20]", }, PalletInstance: "u8", GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", - }, + GeneralKey: "Bytes", OnlyChild: "Null", Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + id: "XcmV2BodyId", + part: "XcmV2BodyPart", }, - GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup130: staging_xcm::v4::junction::NetworkId */ - StagingXcmV4JunctionNetworkId: { + /** Lookup134: xcm::v2::NetworkId */ + XcmV2NetworkId: { _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", - }, + Any: "Null", + Named: "Bytes", Polkadot: "Null", Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", - }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", }, }, - /** Lookup131: xcm::v3::junction::BodyId */ - XcmV3JunctionBodyId: { + /** Lookup136: xcm::v2::BodyId */ + XcmV2BodyId: { _enum: { Unit: "Null", - Moniker: "[u8;4]", + Named: "Bytes", Index: "Compact", Executive: "Null", Technical: "Null", @@ -1634,8 +1529,8 @@ export default { Treasury: "Null", }, }, - /** Lookup132: xcm::v3::junction::BodyPart */ - XcmV3JunctionBodyPart: { + /** Lookup137: xcm::v2::BodyPart */ + XcmV2BodyPart: { _enum: { Voice: "Null", Members: { @@ -1655,2621 +1550,2810 @@ export default { }, }, }, - /** Lookup140: pallet_ethereum_xcm::RawOrigin */ - PalletEthereumXcmRawOrigin: { + /** Lookup138: xcm::v2::multiasset::Fungibility */ + XcmV2MultiassetFungibility: { _enum: { - XcmEthereumTransaction: "H160", + Fungible: "Compact", + NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup141: sp_core::Void */ - SpCoreVoid: "Null", - /** Lookup142: pallet_proxy::pallet::Call */ - PalletProxyCall: { + /** Lookup139: xcm::v2::multiasset::AssetInstance */ + XcmV2MultiassetAssetInstance: { _enum: { - proxy: { - real: "AccountId20", - forceProxyType: "Option", - call: "Call", - }, - add_proxy: { - delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", - delay: "u32", - }, - remove_proxy: { - delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", - delay: "u32", + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + Blob: "Bytes", + }, + }, + /** Lookup140: xcm::v3::multiasset::MultiAssets */ + XcmV3MultiassetMultiAssets: "Vec", + /** Lookup142: xcm::v3::multiasset::MultiAsset */ + XcmV3MultiAsset: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetFungibility", + }, + /** Lookup143: xcm::v3::multiasset::AssetId */ + XcmV3MultiassetAssetId: { + _enum: { + Concrete: "StagingXcmV3MultiLocation", + Abstract: "[u8;32]", + }, + }, + /** Lookup144: staging_xcm::v3::multilocation::MultiLocation */ + StagingXcmV3MultiLocation: { + parents: "u8", + interior: "XcmV3Junctions", + }, + /** Lookup145: xcm::v3::junctions::Junctions */ + XcmV3Junctions: { + _enum: { + Here: "Null", + X1: "XcmV3Junction", + X2: "(XcmV3Junction,XcmV3Junction)", + X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + }, + }, + /** Lookup146: xcm::v3::junction::Junction */ + XcmV3Junction: { + _enum: { + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - remove_proxies: "Null", - create_pure: { - proxyType: "MoonbeamRuntimeProxyType", - delay: "u32", - index: "u16", + AccountIndex64: { + network: "Option", + index: "Compact", }, - kill_pure: { - spawner: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", - index: "u16", - height: "Compact", - extIndex: "Compact", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - announce: { - real: "AccountId20", - callHash: "H256", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - remove_announcement: { - real: "AccountId20", - callHash: "H256", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, - reject_announcement: { - delegate: "AccountId20", - callHash: "H256", + GlobalConsensus: "XcmV3JunctionNetworkId", + }, + }, + /** Lookup148: xcm::v3::junction::NetworkId */ + XcmV3JunctionNetworkId: { + _enum: { + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - proxy_announced: { - delegate: "AccountId20", - real: "AccountId20", - forceProxyType: "Option", - call: "Call", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup144: pallet_maintenance_mode::pallet::Call */ - PalletMaintenanceModeCall: { - _enum: ["enter_maintenance_mode", "resume_normal_operation"], + /** Lookup149: xcm::v3::multiasset::Fungibility */ + XcmV3MultiassetFungibility: { + _enum: { + Fungible: "Compact", + NonFungible: "XcmV3MultiassetAssetInstance", + }, }, - /** Lookup145: pallet_identity::pallet::Call */ - PalletIdentityCall: { + /** Lookup150: xcm::v3::multiasset::AssetInstance */ + XcmV3MultiassetAssetInstance: { _enum: { - add_registrar: { - account: "AccountId20", + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + }, + }, + /** Lookup151: xcm::VersionedLocation */ + XcmVersionedLocation: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiLocation", + __Unused2: "Null", + V3: "StagingXcmV3MultiLocation", + V4: "StagingXcmV4Location", + }, + }, + /** Lookup152: pallet_assets::pallet::Event */ + PalletAssetsEvent: { + _enum: { + Created: { + assetId: "u128", + creator: "AccountId20", + owner: "AccountId20", }, - set_identity: { - info: "PalletIdentityLegacyIdentityInfo", + Issued: { + assetId: "u128", + owner: "AccountId20", + amount: "u128", }, - set_subs: { - subs: "Vec<(AccountId20,Data)>", + Transferred: { + assetId: "u128", + from: "AccountId20", + to: "AccountId20", + amount: "u128", }, - clear_identity: "Null", - request_judgement: { - regIndex: "Compact", - maxFee: "Compact", + Burned: { + assetId: "u128", + owner: "AccountId20", + balance: "u128", }, - cancel_request: { - regIndex: "u32", + TeamChanged: { + assetId: "u128", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - set_fee: { - index: "Compact", - fee: "Compact", + OwnerChanged: { + assetId: "u128", + owner: "AccountId20", }, - set_account_id: { - _alias: { - new_: "new", - }, - index: "Compact", - new_: "AccountId20", + Frozen: { + assetId: "u128", + who: "AccountId20", }, - set_fields: { - index: "Compact", - fields: "u64", + Thawed: { + assetId: "u128", + who: "AccountId20", }, - provide_judgement: { - regIndex: "Compact", - target: "AccountId20", - judgement: "PalletIdentityJudgement", - identity: "H256", + AssetFrozen: { + assetId: "u128", }, - kill_identity: { - target: "AccountId20", + AssetThawed: { + assetId: "u128", }, - add_sub: { - sub: "AccountId20", - data: "Data", + AccountsDestroyed: { + assetId: "u128", + accountsDestroyed: "u32", + accountsRemaining: "u32", }, - rename_sub: { - sub: "AccountId20", - data: "Data", + ApprovalsDestroyed: { + assetId: "u128", + approvalsDestroyed: "u32", + approvalsRemaining: "u32", }, - remove_sub: { - sub: "AccountId20", + DestructionStarted: { + assetId: "u128", }, - quit_sub: "Null", - add_username_authority: { - authority: "AccountId20", - suffix: "Bytes", - allocation: "u32", + Destroyed: { + assetId: "u128", }, - remove_username_authority: { - authority: "AccountId20", + ForceCreated: { + assetId: "u128", + owner: "AccountId20", }, - set_username_for: { - who: "AccountId20", - username: "Bytes", - signature: "Option", + MetadataSet: { + assetId: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - accept_username: { - username: "Bytes", + MetadataCleared: { + assetId: "u128", }, - remove_expired_approval: { - username: "Bytes", + ApprovedTransfer: { + assetId: "u128", + source: "AccountId20", + delegate: "AccountId20", + amount: "u128", }, - set_primary_username: { - username: "Bytes", + ApprovalCancelled: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", }, - remove_dangling_username: { - username: "Bytes", + TransferredApproved: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", + destination: "AccountId20", + amount: "u128", + }, + AssetStatusChanged: { + assetId: "u128", + }, + AssetMinBalanceChanged: { + assetId: "u128", + newMinBalance: "u128", + }, + Touched: { + assetId: "u128", + who: "AccountId20", + depositor: "AccountId20", + }, + Blocked: { + assetId: "u128", + who: "AccountId20", + }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", }, }, }, - /** Lookup146: pallet_identity::legacy::IdentityInfo */ - PalletIdentityLegacyIdentityInfo: { - additional: "Vec<(Data,Data)>", - display: "Data", - legal: "Data", - web: "Data", - riot: "Data", - email: "Data", - pgpFingerprint: "Option<[u8;20]>", - image: "Data", - twitter: "Data", - }, - /** Lookup184: pallet_identity::types::Judgement */ - PalletIdentityJudgement: { + /** Lookup153: orml_xtokens::module::Event */ + OrmlXtokensModuleEvent: { _enum: { - Unknown: "Null", - FeePaid: "u128", - Reasonable: "Null", - KnownGood: "Null", - OutOfDate: "Null", - LowQuality: "Null", - Erroneous: "Null", + TransferredAssets: { + sender: "AccountId20", + assets: "StagingXcmV4AssetAssets", + fee: "StagingXcmV4Asset", + dest: "StagingXcmV4Location", + }, }, }, - /** Lookup186: account::EthereumSignature */ - AccountEthereumSignature: "[u8;65]", - /** Lookup188: pallet_multisig::pallet::Call */ - PalletMultisigCall: { + /** Lookup154: pallet_asset_manager::pallet::Event */ + PalletAssetManagerEvent: { _enum: { - as_multi_threshold_1: { - otherSignatories: "Vec", - call: "Call", + ForeignAssetRegistered: { + assetId: "u128", + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", }, - as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - call: "Call", - maxWeight: "SpWeightsWeightV2Weight", + UnitsPerSecondChanged: "Null", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", }, - approve_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - callHash: "[u8;32]", - maxWeight: "SpWeightsWeightV2Weight", + ForeignAssetRemoved: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", }, - cancel_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - timepoint: "PalletMultisigTimepoint", - callHash: "[u8;32]", + SupportedAssetRemoved: { + assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + ForeignAssetDestroyed: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + LocalAssetDestroyed: { + assetId: "u128", }, }, }, - /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ - PalletMoonbeamLazyMigrationsCall: { + /** Lookup155: moonbase_runtime::xcm_config::AssetType */ + MoonbaseRuntimeXcmConfigAssetType: { _enum: { - __Unused0: "Null", - clear_suicided_storage: { - addresses: "Vec", - limit: "u32", - }, + Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup193: pallet_evm::pallet::Call */ - PalletEvmCall: { + /** Lookup156: moonbase_runtime::asset_config::AssetRegistrarMetadata */ + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", + }, + /** Lookup157: pallet_migrations::pallet::Event */ + PalletMigrationsEvent: { _enum: { - withdraw: { - address: "H160", - value: "u128", + RuntimeUpgradeStarted: "Null", + RuntimeUpgradeCompleted: { + weight: "SpWeightsWeightV2Weight", }, - call: { - source: "H160", - target: "H160", - input: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + MigrationStarted: { + migrationName: "Bytes", }, - create: { - source: "H160", - init: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + MigrationCompleted: { + migrationName: "Bytes", + consumedWeight: "SpWeightsWeightV2Weight", }, - create2: { - source: "H160", - init: "Bytes", - salt: "H256", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + FailedToSuspendIdleXcmExecution: { + error: "SpRuntimeDispatchError", + }, + FailedToResumeIdleXcmExecution: { + error: "SpRuntimeDispatchError", }, }, }, - /** Lookup199: pallet_ethereum::pallet::Call */ - PalletEthereumCall: { + /** Lookup158: pallet_xcm_transactor::pallet::Event */ + PalletXcmTransactorEvent: { _enum: { - transact: { - transaction: "EthereumTransactionTransactionV2", + TransactedDerivative: { + accountId: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", + index: "u16", }, - }, - }, - /** Lookup200: ethereum::transaction::TransactionV2 */ - EthereumTransactionTransactionV2: { - _enum: { - Legacy: "EthereumTransactionLegacyTransaction", - EIP2930: "EthereumTransactionEip2930Transaction", - EIP1559: "EthereumTransactionEip1559Transaction", - }, - }, - /** Lookup201: ethereum::transaction::LegacyTransaction */ - EthereumTransactionLegacyTransaction: { - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - signature: "EthereumTransactionTransactionSignature", - }, - /** Lookup202: ethereum::transaction::TransactionAction */ - EthereumTransactionTransactionAction: { - _enum: { - Call: "H160", - Create: "Null", - }, - }, - /** Lookup203: ethereum::transaction::TransactionSignature */ - EthereumTransactionTransactionSignature: { - v: "u64", - r: "H256", - s: "H256", - }, - /** Lookup205: ethereum::transaction::EIP2930Transaction */ - EthereumTransactionEip2930Transaction: { - chainId: "u64", - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", - }, - /** Lookup207: ethereum::transaction::AccessListItem */ - EthereumTransactionAccessListItem: { - address: "H160", - storageKeys: "Vec", - }, - /** Lookup208: ethereum::transaction::EIP1559Transaction */ - EthereumTransactionEip1559Transaction: { - chainId: "u64", - nonce: "U256", - maxPriorityFeePerGas: "U256", - maxFeePerGas: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", - }, - /** Lookup209: pallet_scheduler::pallet::Call */ - PalletSchedulerCall: { - _enum: { - schedule: { - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactedSovereign: { + feePayer: "Option", + dest: "StagingXcmV4Location", + call: "Bytes", }, - cancel: { - when: "u32", - index: "u32", + TransactedSigned: { + feePayer: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", }, - schedule_named: { - id: "[u8;32]", - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + RegisteredDerivative: { + accountId: "AccountId20", + index: "u16", }, - cancel_named: { - id: "[u8;32]", + DeRegisteredDerivative: { + index: "u16", }, - schedule_after: { - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactFailed: { + error: "XcmV3TraitsError", }, - schedule_named_after: { - id: "[u8;32]", - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactInfoChanged: { + location: "StagingXcmV4Location", + remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", }, - set_retry: { - task: "(u32,u32)", - retries: "u8", - period: "u32", + TransactInfoRemoved: { + location: "StagingXcmV4Location", }, - set_retry_named: { - id: "[u8;32]", - retries: "u8", - period: "u32", + DestFeePerSecondChanged: { + location: "StagingXcmV4Location", + feePerSecond: "u128", }, - cancel_retry: { - task: "(u32,u32)", + DestFeePerSecondRemoved: { + location: "StagingXcmV4Location", }, - cancel_retry_named: { - id: "[u8;32]", + HrmpManagementSent: { + action: "PalletXcmTransactorHrmpOperation", }, }, }, - /** Lookup211: pallet_preimage::pallet::Call */ - PalletPreimageCall: { + /** Lookup159: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", + }, + /** Lookup161: pallet_xcm_transactor::pallet::HrmpOperation */ + PalletXcmTransactorHrmpOperation: { _enum: { - note_preimage: { - bytes: "Bytes", - }, - unnote_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - request_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - unrequest_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + InitOpen: "PalletXcmTransactorHrmpInitParams", + Accept: { + paraId: "u32", }, - ensure_updated: { - hashes: "Vec", + Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + Cancel: { + channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + openRequests: "u32", }, }, }, - /** Lookup212: pallet_conviction_voting::pallet::Call */ - PalletConvictionVotingCall: { + /** Lookup162: pallet_xcm_transactor::pallet::HrmpInitParams */ + PalletXcmTransactorHrmpInitParams: { + paraId: "u32", + proposedMaxCapacity: "u32", + proposedMaxMessageSize: "u32", + }, + /** Lookup164: polkadot_parachain_primitives::primitives::HrmpChannelId */ + PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { + sender: "u32", + recipient: "u32", + }, + /** Lookup165: pallet_moonbeam_orbiters::pallet::Event */ + PalletMoonbeamOrbitersEvent: { _enum: { - vote: { - pollIndex: "Compact", - vote: "PalletConvictionVotingVoteAccountVote", + OrbiterJoinCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - delegate: { - class: "u16", - to: "AccountId20", - conviction: "PalletConvictionVotingConviction", - balance: "u128", + OrbiterLeaveCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - undelegate: { - class: "u16", + OrbiterRewarded: { + account: "AccountId20", + rewards: "u128", }, - unlock: { - class: "u16", - target: "AccountId20", + OrbiterRotation: { + collator: "AccountId20", + oldOrbiter: "Option", + newOrbiter: "Option", }, - remove_vote: { - class: "Option", - index: "u32", + OrbiterRegistered: { + account: "AccountId20", + deposit: "u128", }, - remove_other_vote: { - target: "AccountId20", - class: "u16", - index: "u32", + OrbiterUnregistered: { + account: "AccountId20", }, }, }, - /** Lookup213: pallet_conviction_voting::vote::AccountVote */ - PalletConvictionVotingVoteAccountVote: { + /** Lookup166: pallet_ethereum_xcm::pallet::Event */ + PalletEthereumXcmEvent: { _enum: { - Standard: { - vote: "Vote", - balance: "u128", - }, - Split: { - aye: "u128", - nay: "u128", - }, - SplitAbstain: { - aye: "u128", - nay: "u128", - abstain: "u128", + ExecutedFromXcm: { + xcmMsgHash: "H256", + ethTxHash: "H256", }, }, }, - /** Lookup215: pallet_conviction_voting::conviction::Conviction */ - PalletConvictionVotingConviction: { - _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], - }, - /** Lookup217: pallet_referenda::pallet::Call */ - PalletReferendaCall: { + /** Lookup167: pallet_randomness::pallet::Event */ + PalletRandomnessEvent: { _enum: { - submit: { - proposalOrigin: "MoonbeamRuntimeOriginCaller", - proposal: "FrameSupportPreimagesBounded", - enactmentMoment: "FrameSupportScheduleDispatchTime", + RandomnessRequestedBabeEpoch: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestEpoch: "u64", }, - place_decision_deposit: { - index: "u32", - }, - refund_decision_deposit: { - index: "u32", - }, - cancel: { - index: "u32", - }, - kill: { - index: "u32", - }, - nudge_referendum: { - index: "u32", + RandomnessRequestedLocal: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestBlock: "u32", }, - one_fewer_deciding: { - track: "u16", + RequestFulfilled: { + id: "u64", }, - refund_submission_deposit: { - index: "u32", + RequestFeeIncreased: { + id: "u64", + newFee: "u128", }, - set_metadata: { - index: "u32", - maybeHash: "Option", + RequestExpirationExecuted: { + id: "u64", }, }, }, - /** Lookup218: frame_support::traits::schedule::DispatchTime */ - FrameSupportScheduleDispatchTime: { - _enum: { - At: "u32", - After: "u32", - }, - }, - /** Lookup220: pallet_whitelist::pallet::Call */ - PalletWhitelistCall: { + /** Lookup168: pallet_collective::pallet::Event */ + PalletCollectiveEvent: { _enum: { - whitelist_call: { - callHash: "H256", - }, - remove_whitelisted_call: { - callHash: "H256", - }, - dispatch_whitelisted_call: { - callHash: "H256", - callEncodedLen: "u32", - callWeightWitness: "SpWeightsWeightV2Weight", - }, - dispatch_whitelisted_call_with_preimage: { - call: "Call", + Proposed: { + account: "AccountId20", + proposalIndex: "u32", + proposalHash: "H256", + threshold: "u32", }, - }, - }, - /** Lookup221: pallet_collective::pallet::Call */ - PalletCollectiveCall: { - _enum: { - set_members: { - newMembers: "Vec", - prime: "Option", - oldCount: "u32", + Voted: { + account: "AccountId20", + proposalHash: "H256", + voted: "bool", + yes: "u32", + no: "u32", }, - execute: { - proposal: "Call", - lengthBound: "Compact", + Approved: { + proposalHash: "H256", }, - propose: { - threshold: "Compact", - proposal: "Call", - lengthBound: "Compact", + Disapproved: { + proposalHash: "H256", }, - vote: { - proposal: "H256", - index: "Compact", - approve: "bool", + Executed: { + proposalHash: "H256", + result: "Result", }, - __Unused4: "Null", - disapprove_proposal: { + MemberExecuted: { proposalHash: "H256", + result: "Result", }, - close: { + Closed: { proposalHash: "H256", - index: "Compact", - proposalWeightBound: "SpWeightsWeightV2Weight", - lengthBound: "Compact", + yes: "u32", + no: "u32", }, }, }, - /** Lookup223: pallet_treasury::pallet::Call */ - PalletTreasuryCall: { + /** Lookup169: pallet_conviction_voting::pallet::Event */ + PalletConvictionVotingEvent: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", + Delegated: "(AccountId20,AccountId20)", + Undelegated: "AccountId20", + }, + }, + /** Lookup170: pallet_referenda::pallet::Event */ + PalletReferendaEvent: { + _enum: { + Submitted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", }, - reject_proposal: { - proposalId: "Compact", + DecisionDepositPlaced: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - approve_proposal: { - proposalId: "Compact", + DecisionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - spend_local: { - amount: "Compact", - beneficiary: "AccountId20", + DepositSlashed: { + who: "AccountId20", + amount: "u128", }, - remove_approval: { - proposalId: "Compact", + DecisionStarted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + tally: "PalletConvictionVotingTally", }, - spend: { - assetKind: "Null", - amount: "Compact", - beneficiary: "AccountId20", - validFrom: "Option", + ConfirmStarted: { + index: "u32", }, - payout: { + ConfirmAborted: { index: "u32", }, - check_status: { + Confirmed: { index: "u32", + tally: "PalletConvictionVotingTally", }, - void_spend: { + Approved: { index: "u32", }, - }, - }, - /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ - PalletCrowdloanRewardsCall: { - _enum: { - associate_native_identity: { - rewardAccount: "AccountId20", - relayAccount: "[u8;32]", - proof: "SpRuntimeMultiSignature", + Rejected: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - change_association_with_relay_keys: { - rewardAccount: "AccountId20", - previousAccount: "AccountId20", - proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + TimedOut: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - claim: "Null", - update_reward_address: { - newRewardAccount: "AccountId20", + Cancelled: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - complete_initialization: { - leaseEndingBlock: "u32", + Killed: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - initialize_reward_vec: { - rewards: "Vec<([u8;32],Option,u128)>", + SubmissionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + MetadataSet: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", + }, + MetadataCleared: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", }, }, }, - /** Lookup226: sp_runtime::MultiSignature */ - SpRuntimeMultiSignature: { + /** + * Lookup171: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { _enum: { - Ed25519: "[u8;64]", - Sr25519: "[u8;64]", - Ecdsa: "[u8;65]", + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, }, }, - /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup233: pallet_xcm::pallet::Call */ - PalletXcmCall: { + /** Lookup173: frame_system::pallet::Call */ + FrameSystemCall: { _enum: { - send: { - dest: "XcmVersionedLocation", - message: "XcmVersionedXcm", - }, - teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + remark: { + remark: "Bytes", }, - reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + set_heap_pages: { + pages: "u64", }, - execute: { - message: "XcmVersionedXcm", - maxWeight: "SpWeightsWeightV2Weight", + set_code: { + code: "Bytes", }, - force_xcm_version: { - location: "StagingXcmV4Location", - version: "u32", + set_code_without_checks: { + code: "Bytes", }, - force_default_xcm_version: { - maybeXcmVersion: "Option", + set_storage: { + items: "Vec<(Bytes,Bytes)>", }, - force_subscribe_version_notify: { - location: "XcmVersionedLocation", + kill_storage: { + _alias: { + keys_: "keys", + }, + keys_: "Vec", }, - force_unsubscribe_version_notify: { - location: "XcmVersionedLocation", + kill_prefix: { + prefix: "Bytes", + subkeys: "u32", }, - limited_reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + remark_with_event: { + remark: "Bytes", }, - limited_teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + __Unused8: "Null", + authorize_upgrade: { + codeHash: "H256", }, - force_suspension: { - suspended: "bool", + authorize_upgrade_without_checks: { + codeHash: "H256", }, - transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + apply_authorized_upgrade: { + code: "Bytes", }, - claim_assets: { - assets: "XcmVersionedAssets", - beneficiary: "XcmVersionedLocation", + }, + }, + /** Lookup177: pallet_utility::pallet::Call */ + PalletUtilityCall: { + _enum: { + batch: { + calls: "Vec", }, - transfer_assets_using_type_and_then: { - dest: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", - remoteFeesId: "XcmVersionedAssetId", - feesTransferType: "StagingXcmExecutorAssetTransferTransferType", - customXcmOnDest: "XcmVersionedXcm", - weightLimit: "XcmV3WeightLimit", + as_derivative: { + index: "u16", + call: "Call", + }, + batch_all: { + calls: "Vec", + }, + dispatch_as: { + asOrigin: "MoonbaseRuntimeOriginCaller", + call: "Call", + }, + force_batch: { + calls: "Vec", + }, + with_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup234: xcm::VersionedLocation */ - XcmVersionedLocation: { + /** Lookup179: moonbase_runtime::OriginCaller */ + MoonbaseRuntimeOriginCaller: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiLocation", + system: "FrameSupportDispatchRawOrigin", + __Unused1: "Null", __Unused2: "Null", - V3: "StagingXcmV3MultiLocation", - V4: "StagingXcmV4Location", + __Unused3: "Null", + __Unused4: "Null", + __Unused5: "Null", + __Unused6: "Null", + __Unused7: "Null", + Void: "SpCoreVoid", + __Unused9: "Null", + __Unused10: "Null", + Ethereum: "PalletEthereumRawOrigin", + __Unused12: "Null", + __Unused13: "Null", + __Unused14: "Null", + __Unused15: "Null", + __Unused16: "Null", + __Unused17: "Null", + __Unused18: "Null", + __Unused19: "Null", + __Unused20: "Null", + __Unused21: "Null", + __Unused22: "Null", + __Unused23: "Null", + __Unused24: "Null", + __Unused25: "Null", + CumulusXcm: "CumulusPalletXcmOrigin", + __Unused27: "Null", + PolkadotXcm: "PalletXcmOrigin", + __Unused29: "Null", + __Unused30: "Null", + __Unused31: "Null", + __Unused32: "Null", + __Unused33: "Null", + __Unused34: "Null", + __Unused35: "Null", + __Unused36: "Null", + __Unused37: "Null", + EthereumXcm: "PalletEthereumXcmRawOrigin", + __Unused39: "Null", + TreasuryCouncilCollective: "PalletCollectiveRawOrigin", + __Unused41: "Null", + __Unused42: "Null", + Origins: "MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin", + __Unused44: "Null", + __Unused45: "Null", + OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", }, }, - /** Lookup235: xcm::v2::multilocation::MultiLocation */ - XcmV2MultiLocation: { - parents: "u8", - interior: "XcmV2MultilocationJunctions", + /** Lookup180: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + FrameSupportDispatchRawOrigin: { + _enum: { + Root: "Null", + Signed: "AccountId20", + None: "Null", + }, }, - /** Lookup236: xcm::v2::multilocation::Junctions */ - XcmV2MultilocationJunctions: { + /** Lookup181: pallet_ethereum::RawOrigin */ + PalletEthereumRawOrigin: { _enum: { - Here: "Null", - X1: "XcmV2Junction", - X2: "(XcmV2Junction,XcmV2Junction)", - X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + EthereumTransaction: "H160", }, }, - /** Lookup237: xcm::v2::junction::Junction */ - XcmV2Junction: { + /** Lookup182: cumulus_pallet_xcm::pallet::Origin */ + CumulusPalletXcmOrigin: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "XcmV2NetworkId", - id: "[u8;32]", - }, - AccountIndex64: { - network: "XcmV2NetworkId", - index: "Compact", - }, - AccountKey20: { - network: "XcmV2NetworkId", - key: "[u8;20]", - }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: "Bytes", - OnlyChild: "Null", - Plurality: { - id: "XcmV2BodyId", - part: "XcmV2BodyPart", - }, + Relay: "Null", + SiblingParachain: "u32", }, }, - /** Lookup238: xcm::v2::NetworkId */ - XcmV2NetworkId: { + /** Lookup183: pallet_xcm::pallet::Origin */ + PalletXcmOrigin: { _enum: { - Any: "Null", - Named: "Bytes", - Polkadot: "Null", - Kusama: "Null", + Xcm: "StagingXcmV4Location", + Response: "StagingXcmV4Location", }, }, - /** Lookup240: xcm::v2::BodyId */ - XcmV2BodyId: { + /** Lookup184: pallet_ethereum_xcm::RawOrigin */ + PalletEthereumXcmRawOrigin: { _enum: { - Unit: "Null", - Named: "Bytes", - Index: "Compact", - Executive: "Null", - Technical: "Null", - Legislative: "Null", - Judicial: "Null", - Defense: "Null", - Administration: "Null", - Treasury: "Null", + XcmEthereumTransaction: "H160", }, }, - /** Lookup241: xcm::v2::BodyPart */ - XcmV2BodyPart: { + /** Lookup185: pallet_collective::RawOrigin */ + PalletCollectiveRawOrigin: { _enum: { - Voice: "Null", - Members: { - count: "Compact", - }, - Fraction: { - nom: "Compact", - denom: "Compact", - }, - AtLeastProportion: { - nom: "Compact", - denom: "Compact", - }, - MoreThanProportion: { - nom: "Compact", - denom: "Compact", - }, + Members: "(u32,u32)", + Member: "AccountId20", + _Phantom: "Null", }, }, - /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ - StagingXcmV3MultiLocation: { - parents: "u8", - interior: "XcmV3Junctions", + /** Lookup186: moonbase_runtime::governance::origins::custom_origins::Origin */ + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { + _enum: [ + "WhitelistedCaller", + "GeneralAdmin", + "ReferendumCanceller", + "ReferendumKiller", + "FastGeneralAdmin", + ], }, - /** Lookup243: xcm::v3::junctions::Junctions */ - XcmV3Junctions: { + /** Lookup188: sp_core::Void */ + SpCoreVoid: "Null", + /** Lookup189: pallet_timestamp::pallet::Call */ + PalletTimestampCall: { _enum: { - Here: "Null", - X1: "XcmV3Junction", - X2: "(XcmV3Junction,XcmV3Junction)", - X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + set: { + now: "Compact", + }, }, }, - /** Lookup244: xcm::v3::junction::Junction */ - XcmV3Junction: { + /** Lookup190: pallet_balances::pallet::Call */ + PalletBalancesCall: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "Option", - id: "[u8;32]", - }, - AccountIndex64: { - network: "Option", - index: "Compact", + transfer_allow_death: { + dest: "AccountId20", + value: "Compact", }, - AccountKey20: { - network: "Option", - key: "[u8;20]", + __Unused1: "Null", + force_transfer: { + source: "AccountId20", + dest: "AccountId20", + value: "Compact", }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", + transfer_keep_alive: { + dest: "AccountId20", + value: "Compact", }, - OnlyChild: "Null", - Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + transfer_all: { + dest: "AccountId20", + keepAlive: "bool", }, - GlobalConsensus: "XcmV3JunctionNetworkId", - }, - }, - /** Lookup246: xcm::v3::junction::NetworkId */ - XcmV3JunctionNetworkId: { - _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", + force_unreserve: { + who: "AccountId20", + amount: "u128", }, - Polkadot: "Null", - Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", + upgrade_accounts: { + who: "Vec", + }, + __Unused7: "Null", + force_set_balance: { + who: "AccountId20", + newFree: "Compact", + }, + force_adjust_total_issuance: { + direction: "PalletBalancesAdjustmentDirection", + delta: "Compact", + }, + burn: { + value: "Compact", + keepAlive: "bool", }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", }, }, - /** Lookup247: xcm::VersionedXcm */ - XcmVersionedXcm: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Xcm", - V3: "XcmV3Xcm", - V4: "StagingXcmV4Xcm", - }, + /** Lookup192: pallet_balances::types::AdjustmentDirection */ + PalletBalancesAdjustmentDirection: { + _enum: ["Increase", "Decrease"], }, - /** Lookup248: xcm::v2::Xcm */ - XcmV2Xcm: "Vec", - /** Lookup250: xcm::v2::Instruction */ - XcmV2Instruction: { + /** Lookup193: pallet_sudo::pallet::Call */ + PalletSudoCall: { _enum: { - WithdrawAsset: "XcmV2MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV2Response", - maxWeight: "Compact", - }, - TransferAsset: { - assets: "XcmV2MultiassetMultiAssets", - beneficiary: "XcmV2MultiLocation", - }, - TransferReserveAsset: { - assets: "XcmV2MultiassetMultiAssets", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", - }, - Transact: { - originType: "XcmV2OriginKind", - requireWeightAtMost: "Compact", - call: "XcmDoubleEncoded", - }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", - }, - HrmpChannelAccepted: { - recipient: "Compact", + sudo: { + call: "Call", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + sudo_unchecked_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV2MultilocationJunctions", - ReportError: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - maxResponseWeight: "Compact", + set_key: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - DepositAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - beneficiary: "XcmV2MultiLocation", + sudo_as: { + who: "AccountId20", + call: "Call", }, - DepositReserveAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + remove_key: "Null", + }, + }, + /** Lookup194: cumulus_pallet_parachain_system::pallet::Call */ + CumulusPalletParachainSystemCall: { + _enum: { + set_validation_data: { + data: "CumulusPrimitivesParachainInherentParachainInherentData", }, - ExchangeAsset: { - give: "XcmV2MultiassetMultiAssetFilter", - receive: "XcmV2MultiassetMultiAssets", + sudo_send_upward_message: { + message: "Bytes", }, - InitiateReserveWithdraw: { - assets: "XcmV2MultiassetMultiAssetFilter", - reserve: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + authorize_upgrade: { + codeHash: "H256", + checkVersion: "bool", }, - InitiateTeleport: { - assets: "XcmV2MultiassetMultiAssetFilter", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + enact_authorized_upgrade: { + code: "Bytes", }, - QueryHolding: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - assets: "XcmV2MultiassetMultiAssetFilter", - maxResponseWeight: "Compact", + }, + }, + /** Lookup195: cumulus_primitives_parachain_inherent::ParachainInherentData */ + CumulusPrimitivesParachainInherentParachainInherentData: { + validationData: "PolkadotPrimitivesV7PersistedValidationData", + relayChainState: "SpTrieStorageProof", + downwardMessages: "Vec", + horizontalMessages: "BTreeMap>", + }, + /** Lookup196: polkadot_primitives::v7::PersistedValidationData */ + PolkadotPrimitivesV7PersistedValidationData: { + parentHead: "Bytes", + relayParentNumber: "u32", + relayParentStorageRoot: "H256", + maxPovSize: "u32", + }, + /** Lookup198: sp_trie::storage_proof::StorageProof */ + SpTrieStorageProof: { + trieNodes: "BTreeSet", + }, + /** Lookup201: polkadot_core_primitives::InboundDownwardMessage */ + PolkadotCorePrimitivesInboundDownwardMessage: { + sentAt: "u32", + msg: "Bytes", + }, + /** Lookup204: polkadot_core_primitives::InboundHrmpMessage */ + PolkadotCorePrimitivesInboundHrmpMessage: { + sentAt: "u32", + data: "Bytes", + }, + /** Lookup207: pallet_evm::pallet::Call */ + PalletEvmCall: { + _enum: { + withdraw: { + address: "H160", + value: "u128", }, - BuyExecution: { - fees: "XcmV2MultiAsset", - weightLimit: "XcmV2WeightLimit", + call: { + source: "H160", + target: "H160", + input: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV2Xcm", - SetAppendix: "XcmV2Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV2MultiassetMultiAssets", - ticket: "XcmV2MultiLocation", + create: { + source: "H160", + init: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "Compact", + create2: { + source: "H160", + init: "Bytes", + salt: "H256", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - UnsubscribeVersion: "Null", }, }, - /** Lookup251: xcm::v2::multiasset::MultiAssets */ - XcmV2MultiassetMultiAssets: "Vec", - /** Lookup253: xcm::v2::multiasset::MultiAsset */ - XcmV2MultiAsset: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetFungibility", - }, - /** Lookup254: xcm::v2::multiasset::AssetId */ - XcmV2MultiassetAssetId: { + /** Lookup213: pallet_ethereum::pallet::Call */ + PalletEthereumCall: { _enum: { - Concrete: "XcmV2MultiLocation", - Abstract: "Bytes", + transact: { + transaction: "EthereumTransactionTransactionV2", + }, }, }, - /** Lookup255: xcm::v2::multiasset::Fungibility */ - XcmV2MultiassetFungibility: { + /** Lookup214: ethereum::transaction::TransactionV2 */ + EthereumTransactionTransactionV2: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV2MultiassetAssetInstance", + Legacy: "EthereumTransactionLegacyTransaction", + EIP2930: "EthereumTransactionEip2930Transaction", + EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup256: xcm::v2::multiasset::AssetInstance */ - XcmV2MultiassetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - Blob: "Bytes", - }, + /** Lookup215: ethereum::transaction::LegacyTransaction */ + EthereumTransactionLegacyTransaction: { + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + signature: "EthereumTransactionTransactionSignature", }, - /** Lookup257: xcm::v2::Response */ - XcmV2Response: { + /** Lookup216: ethereum::transaction::TransactionAction */ + EthereumTransactionTransactionAction: { _enum: { - Null: "Null", - Assets: "XcmV2MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV2TraitsError)>", - Version: "u32", + Call: "H160", + Create: "Null", }, }, - /** Lookup260: xcm::v2::traits::Error */ - XcmV2TraitsError: { - _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - MultiLocationFull: "Null", - MultiLocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - UnhandledXcmVersion: "Null", - WeightLimitReached: "u64", - Barrier: "Null", - WeightNotComputable: "Null", - }, + /** Lookup217: ethereum::transaction::TransactionSignature */ + EthereumTransactionTransactionSignature: { + v: "u64", + r: "H256", + s: "H256", }, - /** Lookup261: xcm::v2::OriginKind */ - XcmV2OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + /** Lookup219: ethereum::transaction::EIP2930Transaction */ + EthereumTransactionEip2930Transaction: { + chainId: "u64", + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", }, - /** Lookup262: xcm::double_encoded::DoubleEncoded */ - XcmDoubleEncoded: { - encoded: "Bytes", + /** Lookup221: ethereum::transaction::AccessListItem */ + EthereumTransactionAccessListItem: { + address: "H160", + storageKeys: "Vec", }, - /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ - XcmV2MultiassetMultiAssetFilter: { - _enum: { - Definite: "XcmV2MultiassetMultiAssets", - Wild: "XcmV2MultiassetWildMultiAsset", - }, + /** Lookup222: ethereum::transaction::EIP1559Transaction */ + EthereumTransactionEip1559Transaction: { + chainId: "u64", + nonce: "U256", + maxPriorityFeePerGas: "U256", + maxFeePerGas: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", }, - /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ - XcmV2MultiassetWildMultiAsset: { + /** Lookup223: pallet_parachain_staking::pallet::Call */ + PalletParachainStakingCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetWildFungibility", + set_staking_expectations: { + expectations: { + min: "u128", + ideal: "u128", + max: "u128", + }, }, - }, - }, - /** Lookup265: xcm::v2::multiasset::WildFungibility */ - XcmV2MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup266: xcm::v2::WeightLimit */ - XcmV2WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "Compact", - }, - }, - /** Lookup267: xcm::v3::Xcm */ - XcmV3Xcm: "Vec", - /** Lookup269: xcm::v3::Instruction */ - XcmV3Instruction: { - _enum: { - WithdrawAsset: "XcmV3MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV3Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", + set_inflation: { + schedule: { + min: "Perbill", + ideal: "Perbill", + max: "Perbill", + }, }, - TransferAsset: { - assets: "XcmV3MultiassetMultiAssets", - beneficiary: "StagingXcmV3MultiLocation", + set_parachain_bond_account: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - TransferReserveAsset: { - assets: "XcmV3MultiassetMultiAssets", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + set_parachain_bond_reserve_percent: { + _alias: { + new_: "new", + }, + new_: "Percent", }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + set_total_selected: { + _alias: { + new_: "new", + }, + new_: "u32", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + set_collator_commission: { + _alias: { + new_: "new", + }, + new_: "Perbill", }, - HrmpChannelAccepted: { - recipient: "Compact", + set_blocks_per_round: { + _alias: { + new_: "new", + }, + new_: "u32", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + join_candidates: { + bond: "u128", + candidateCount: "u32", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV3Junctions", - ReportError: "XcmV3QueryResponseInfo", - DepositAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - beneficiary: "StagingXcmV3MultiLocation", + schedule_leave_candidates: { + candidateCount: "u32", }, - DepositReserveAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + execute_leave_candidates: { + candidate: "AccountId20", + candidateDelegationCount: "u32", }, - ExchangeAsset: { - give: "XcmV3MultiassetMultiAssetFilter", - want: "XcmV3MultiassetMultiAssets", - maximal: "bool", + cancel_leave_candidates: { + candidateCount: "u32", }, - InitiateReserveWithdraw: { - assets: "XcmV3MultiassetMultiAssetFilter", - reserve: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + go_offline: "Null", + go_online: "Null", + candidate_bond_more: { + more: "u128", }, - InitiateTeleport: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + schedule_candidate_bond_less: { + less: "u128", }, - ReportHolding: { - responseInfo: "XcmV3QueryResponseInfo", - assets: "XcmV3MultiassetMultiAssetFilter", + execute_candidate_bond_less: { + candidate: "AccountId20", }, - BuyExecution: { - fees: "XcmV3MultiAsset", - weightLimit: "XcmV3WeightLimit", + cancel_candidate_bond_less: "Null", + delegate: { + candidate: "AccountId20", + amount: "u128", + candidateDelegationCount: "u32", + delegationCount: "u32", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV3Xcm", - SetAppendix: "XcmV3Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV3MultiassetMultiAssets", - ticket: "StagingXcmV3MultiLocation", + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + removed_call_19: "Null", + removed_call_20: "Null", + removed_call_21: "Null", + schedule_revoke_delegation: { + collator: "AccountId20", }, - UnsubscribeVersion: "Null", - BurnAsset: "XcmV3MultiassetMultiAssets", - ExpectAsset: "XcmV3MultiassetMultiAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "XcmV3QueryResponseInfo", + delegator_bond_more: { + candidate: "AccountId20", + more: "u128", }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + schedule_delegator_bond_less: { + candidate: "AccountId20", + less: "u128", }, - ReportTransactStatus: "XcmV3QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "XcmV3Junction", - ExportMessage: { - network: "XcmV3JunctionNetworkId", - destination: "XcmV3Junctions", - xcm: "XcmV3Xcm", + execute_delegation_request: { + delegator: "AccountId20", + candidate: "AccountId20", }, - LockAsset: { - asset: "XcmV3MultiAsset", - unlocker: "StagingXcmV3MultiLocation", + cancel_delegation_request: { + candidate: "AccountId20", }, - UnlockAsset: { - asset: "XcmV3MultiAsset", - target: "StagingXcmV3MultiLocation", + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", }, - NoteUnlockable: { - asset: "XcmV3MultiAsset", - owner: "StagingXcmV3MultiLocation", + hotfix_remove_delegation_requests_exited_candidates: { + candidates: "Vec", }, - RequestUnlock: { - asset: "XcmV3MultiAsset", - locker: "StagingXcmV3MultiLocation", + notify_inactive_collator: { + collator: "AccountId20", }, - SetFeesMode: { - jitWithdraw: "bool", + enable_marking_offline: { + value: "bool", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV3MultiLocation", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + force_join_candidates: { + account: "AccountId20", + bond: "u128", + candidateCount: "u32", }, }, }, - /** Lookup270: xcm::v3::multiasset::MultiAssets */ - XcmV3MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v3::multiasset::MultiAsset */ - XcmV3MultiAsset: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetFungibility", - }, - /** Lookup273: xcm::v3::multiasset::AssetId */ - XcmV3MultiassetAssetId: { + /** Lookup226: pallet_scheduler::pallet::Call */ + PalletSchedulerCall: { _enum: { - Concrete: "StagingXcmV3MultiLocation", - Abstract: "[u8;32]", + schedule: { + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel: { + when: "u32", + index: "u32", + }, + schedule_named: { + id: "[u8;32]", + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel_named: { + id: "[u8;32]", + }, + schedule_after: { + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + schedule_named_after: { + id: "[u8;32]", + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + set_retry: { + task: "(u32,u32)", + retries: "u8", + period: "u32", + }, + set_retry_named: { + id: "[u8;32]", + retries: "u8", + period: "u32", + }, + cancel_retry: { + task: "(u32,u32)", + }, + cancel_retry_named: { + id: "[u8;32]", + }, }, }, - /** Lookup274: xcm::v3::multiasset::Fungibility */ - XcmV3MultiassetFungibility: { + /** Lookup228: pallet_treasury::pallet::Call */ + PalletTreasuryCall: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV3MultiassetAssetInstance", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + spend_local: { + amount: "Compact", + beneficiary: "AccountId20", + }, + remove_approval: { + proposalId: "Compact", + }, + spend: { + assetKind: "Null", + amount: "Compact", + beneficiary: "AccountId20", + validFrom: "Option", + }, + payout: { + index: "u32", + }, + check_status: { + index: "u32", + }, + void_spend: { + index: "u32", + }, }, }, - /** Lookup275: xcm::v3::multiasset::AssetInstance */ - XcmV3MultiassetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, + /** Lookup230: pallet_author_inherent::pallet::Call */ + PalletAuthorInherentCall: { + _enum: ["kick_off_authorship_validation"], }, - /** Lookup276: xcm::v3::Response */ - XcmV3Response: { + /** Lookup231: pallet_author_slot_filter::pallet::Call */ + PalletAuthorSlotFilterCall: { _enum: { - Null: "Null", - Assets: "XcmV3MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", + set_eligible: { + _alias: { + new_: "new", + }, + new_: "u32", + }, }, }, - /** Lookup279: xcm::v3::traits::Error */ - XcmV3TraitsError: { + /** Lookup232: pallet_crowdloan_rewards::pallet::Call */ + PalletCrowdloanRewardsCall: { _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - LocationFull: "Null", - LocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - ExpectationFalse: "Null", - PalletNotFound: "Null", - NameMismatch: "Null", - VersionIncompatible: "Null", - HoldingWouldOverflow: "Null", - ExportError: "Null", - ReanchorFailed: "Null", - NoDeal: "Null", - FeesNotMet: "Null", - LockError: "Null", - NoPermission: "Null", - Unanchored: "Null", - NotDepositable: "Null", - UnhandledXcmVersion: "Null", - WeightLimitReached: "SpWeightsWeightV2Weight", - Barrier: "Null", - WeightNotComputable: "Null", - ExceedsStackLimit: "Null", + associate_native_identity: { + rewardAccount: "AccountId20", + relayAccount: "[u8;32]", + proof: "SpRuntimeMultiSignature", + }, + change_association_with_relay_keys: { + rewardAccount: "AccountId20", + previousAccount: "AccountId20", + proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + }, + claim: "Null", + update_reward_address: { + newRewardAccount: "AccountId20", + }, + complete_initialization: { + leaseEndingBlock: "u32", + }, + initialize_reward_vec: { + rewards: "Vec<([u8;32],Option,u128)>", + }, }, }, - /** Lookup281: xcm::v3::PalletInfo */ - XcmV3PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup284: xcm::v3::MaybeErrorCode */ - XcmV3MaybeErrorCode: { + /** Lookup233: sp_runtime::MultiSignature */ + SpRuntimeMultiSignature: { _enum: { - Success: "Null", - Error: "Bytes", - TruncatedError: "Bytes", + Ed25519: "[u8;64]", + Sr25519: "[u8;64]", + Ecdsa: "[u8;65]", }, }, - /** Lookup287: xcm::v3::QueryResponseInfo */ - XcmV3QueryResponseInfo: { - destination: "StagingXcmV3MultiLocation", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", - }, - /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ - XcmV3MultiassetMultiAssetFilter: { - _enum: { - Definite: "XcmV3MultiassetMultiAssets", - Wild: "XcmV3MultiassetWildMultiAsset", - }, - }, - /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ - XcmV3MultiassetWildMultiAsset: { + /** Lookup240: pallet_author_mapping::pallet::Call */ + PalletAuthorMappingCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", + add_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", }, - AllCounted: "Compact", - AllOfCounted: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", - count: "Compact", + update_association: { + oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + clear_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + remove_keys: "Null", + set_keys: { + _alias: { + keys_: "keys", + }, + keys_: "Bytes", }, }, }, - /** Lookup290: xcm::v3::multiasset::WildFungibility */ - XcmV3MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup291: xcm::v3::WeightLimit */ - XcmV3WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "SpWeightsWeightV2Weight", - }, - }, - /** Lookup292: staging_xcm::v4::Xcm */ - StagingXcmV4Xcm: "Vec", - /** Lookup294: staging_xcm::v4::Instruction */ - StagingXcmV4Instruction: { + /** Lookup241: pallet_proxy::pallet::Call */ + PalletProxyCall: { _enum: { - WithdrawAsset: "StagingXcmV4AssetAssets", - ReserveAssetDeposited: "StagingXcmV4AssetAssets", - ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", - QueryResponse: { - queryId: "Compact", - response: "StagingXcmV4Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", - }, - TransferAsset: { - assets: "StagingXcmV4AssetAssets", - beneficiary: "StagingXcmV4Location", + proxy: { + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - TransferReserveAsset: { - assets: "StagingXcmV4AssetAssets", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + add_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + remove_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + remove_proxies: "Null", + create_pure: { + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + index: "u16", }, - HrmpChannelAccepted: { - recipient: "Compact", + kill_pure: { + spawner: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + index: "u16", + height: "Compact", + extIndex: "Compact", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + announce: { + real: "AccountId20", + callHash: "H256", }, - ClearOrigin: "Null", - DescendOrigin: "StagingXcmV4Junctions", - ReportError: "StagingXcmV4QueryResponseInfo", - DepositAsset: { - assets: "StagingXcmV4AssetAssetFilter", - beneficiary: "StagingXcmV4Location", + remove_announcement: { + real: "AccountId20", + callHash: "H256", }, - DepositReserveAsset: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + reject_announcement: { + delegate: "AccountId20", + callHash: "H256", }, - ExchangeAsset: { - give: "StagingXcmV4AssetAssetFilter", - want: "StagingXcmV4AssetAssets", - maximal: "bool", + proxy_announced: { + delegate: "AccountId20", + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - InitiateReserveWithdraw: { - assets: "StagingXcmV4AssetAssetFilter", - reserve: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + }, + }, + /** Lookup243: pallet_maintenance_mode::pallet::Call */ + PalletMaintenanceModeCall: { + _enum: ["enter_maintenance_mode", "resume_normal_operation"], + }, + /** Lookup244: pallet_identity::pallet::Call */ + PalletIdentityCall: { + _enum: { + add_registrar: { + account: "AccountId20", }, - InitiateTeleport: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + set_identity: { + info: "PalletIdentityLegacyIdentityInfo", }, - ReportHolding: { - responseInfo: "StagingXcmV4QueryResponseInfo", - assets: "StagingXcmV4AssetAssetFilter", + set_subs: { + subs: "Vec<(AccountId20,Data)>", }, - BuyExecution: { - fees: "StagingXcmV4Asset", - weightLimit: "XcmV3WeightLimit", + clear_identity: "Null", + request_judgement: { + regIndex: "Compact", + maxFee: "Compact", }, - RefundSurplus: "Null", - SetErrorHandler: "StagingXcmV4Xcm", - SetAppendix: "StagingXcmV4Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "StagingXcmV4AssetAssets", - ticket: "StagingXcmV4Location", + cancel_request: { + regIndex: "u32", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + set_fee: { + index: "Compact", + fee: "Compact", }, - UnsubscribeVersion: "Null", - BurnAsset: "StagingXcmV4AssetAssets", - ExpectAsset: "StagingXcmV4AssetAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "StagingXcmV4QueryResponseInfo", + set_account_id: { + _alias: { + new_: "new", + }, + index: "Compact", + new_: "AccountId20", }, - ExpectPallet: { + set_fields: { index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + fields: "u64", }, - ReportTransactStatus: "StagingXcmV4QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "StagingXcmV4Junction", - ExportMessage: { - network: "StagingXcmV4JunctionNetworkId", - destination: "StagingXcmV4Junctions", - xcm: "StagingXcmV4Xcm", + provide_judgement: { + regIndex: "Compact", + target: "AccountId20", + judgement: "PalletIdentityJudgement", + identity: "H256", }, - LockAsset: { - asset: "StagingXcmV4Asset", - unlocker: "StagingXcmV4Location", + kill_identity: { + target: "AccountId20", }, - UnlockAsset: { - asset: "StagingXcmV4Asset", - target: "StagingXcmV4Location", + add_sub: { + sub: "AccountId20", + data: "Data", }, - NoteUnlockable: { - asset: "StagingXcmV4Asset", - owner: "StagingXcmV4Location", + rename_sub: { + sub: "AccountId20", + data: "Data", }, - RequestUnlock: { - asset: "StagingXcmV4Asset", - locker: "StagingXcmV4Location", + remove_sub: { + sub: "AccountId20", }, - SetFeesMode: { - jitWithdraw: "bool", + quit_sub: "Null", + add_username_authority: { + authority: "AccountId20", + suffix: "Bytes", + allocation: "u32", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV4Location", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + remove_username_authority: { + authority: "AccountId20", + }, + set_username_for: { + who: "AccountId20", + username: "Bytes", + signature: "Option", + }, + accept_username: { + username: "Bytes", + }, + remove_expired_approval: { + username: "Bytes", + }, + set_primary_username: { + username: "Bytes", + }, + remove_dangling_username: { + username: "Bytes", }, }, }, - /** Lookup295: staging_xcm::v4::asset::Assets */ - StagingXcmV4AssetAssets: "Vec", - /** Lookup297: staging_xcm::v4::asset::Asset */ - StagingXcmV4Asset: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetFungibility", - }, - /** Lookup298: staging_xcm::v4::asset::AssetId */ - StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup299: staging_xcm::v4::asset::Fungibility */ - StagingXcmV4AssetFungibility: { - _enum: { - Fungible: "Compact", - NonFungible: "StagingXcmV4AssetAssetInstance", - }, - }, - /** Lookup300: staging_xcm::v4::asset::AssetInstance */ - StagingXcmV4AssetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, - }, - /** Lookup301: staging_xcm::v4::Response */ - StagingXcmV4Response: { - _enum: { - Null: "Null", - Assets: "StagingXcmV4AssetAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", - }, - }, - /** Lookup303: staging_xcm::v4::PalletInfo */ - StagingXcmV4PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup307: staging_xcm::v4::QueryResponseInfo */ - StagingXcmV4QueryResponseInfo: { - destination: "StagingXcmV4Location", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", + /** Lookup245: pallet_identity::legacy::IdentityInfo */ + PalletIdentityLegacyIdentityInfo: { + additional: "Vec<(Data,Data)>", + display: "Data", + legal: "Data", + web: "Data", + riot: "Data", + email: "Data", + pgpFingerprint: "Option<[u8;20]>", + image: "Data", + twitter: "Data", }, - /** Lookup308: staging_xcm::v4::asset::AssetFilter */ - StagingXcmV4AssetAssetFilter: { + /** Lookup281: pallet_identity::types::Judgement */ + PalletIdentityJudgement: { _enum: { - Definite: "StagingXcmV4AssetAssets", - Wild: "StagingXcmV4AssetWildAsset", + Unknown: "Null", + FeePaid: "u128", + Reasonable: "Null", + KnownGood: "Null", + OutOfDate: "Null", + LowQuality: "Null", + Erroneous: "Null", }, }, - /** Lookup309: staging_xcm::v4::asset::WildAsset */ - StagingXcmV4AssetWildAsset: { + /** Lookup283: account::EthereumSignature */ + AccountEthereumSignature: "[u8;65]", + /** Lookup284: cumulus_pallet_xcmp_queue::pallet::Call */ + CumulusPalletXcmpQueueCall: { _enum: { - All: "Null", - AllOf: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", + __Unused0: "Null", + suspend_xcm_execution: "Null", + resume_xcm_execution: "Null", + update_suspend_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, - AllCounted: "Compact", - AllOfCounted: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", - count: "Compact", + update_drop_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", + }, + update_resume_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, }, }, - /** Lookup310: staging_xcm::v4::asset::WildFungibility */ - StagingXcmV4AssetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup311: xcm::VersionedAssets */ - XcmVersionedAssets: { - _enum: { - __Unused0: "Null", - V2: "XcmV2MultiassetMultiAssets", - __Unused2: "Null", - V3: "XcmV3MultiassetMultiAssets", - V4: "StagingXcmV4AssetAssets", - }, - }, - /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ - StagingXcmExecutorAssetTransferTransferType: { + /** Lookup285: pallet_xcm::pallet::Call */ + PalletXcmCall: { _enum: { - Teleport: "Null", - LocalReserve: "Null", - DestinationReserve: "Null", - RemoteReserve: "XcmVersionedLocation", + send: { + dest: "XcmVersionedLocation", + message: "XcmVersionedXcm", + }, + teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + }, + reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + }, + execute: { + message: "XcmVersionedXcm", + maxWeight: "SpWeightsWeightV2Weight", + }, + force_xcm_version: { + location: "StagingXcmV4Location", + version: "u32", + }, + force_default_xcm_version: { + maybeXcmVersion: "Option", + }, + force_subscribe_version_notify: { + location: "XcmVersionedLocation", + }, + force_unsubscribe_version_notify: { + location: "XcmVersionedLocation", + }, + limited_reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + limited_teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + force_suspension: { + suspended: "bool", + }, + transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + claim_assets: { + assets: "XcmVersionedAssets", + beneficiary: "XcmVersionedLocation", + }, + transfer_assets_using_type_and_then: { + dest: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", + remoteFeesId: "XcmVersionedAssetId", + feesTransferType: "StagingXcmExecutorAssetTransferTransferType", + customXcmOnDest: "XcmVersionedXcm", + weightLimit: "XcmV3WeightLimit", + }, }, }, - /** Lookup324: xcm::VersionedAssetId */ - XcmVersionedAssetId: { + /** Lookup286: xcm::VersionedXcm */ + XcmVersionedXcm: { _enum: { __Unused0: "Null", __Unused1: "Null", - __Unused2: "Null", - V3: "XcmV3MultiassetAssetId", - V4: "StagingXcmV4AssetAssetId", + V2: "XcmV2Xcm", + V3: "XcmV3Xcm", + V4: "StagingXcmV4Xcm", }, }, - /** Lookup325: pallet_assets::pallet::Call */ - PalletAssetsCall: { + /** Lookup287: xcm::v2::Xcm */ + XcmV2Xcm: "Vec", + /** Lookup289: xcm::v2::Instruction */ + XcmV2Instruction: { _enum: { - create: { - id: "Compact", - admin: "AccountId20", - minBalance: "u128", + WithdrawAsset: "XcmV2MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV2Response", + maxWeight: "Compact", }, - force_create: { - id: "Compact", - owner: "AccountId20", - isSufficient: "bool", - minBalance: "Compact", + TransferAsset: { + assets: "XcmV2MultiassetMultiAssets", + beneficiary: "XcmV2MultiLocation", }, - start_destroy: { - id: "Compact", + TransferReserveAsset: { + assets: "XcmV2MultiassetMultiAssets", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - destroy_accounts: { - id: "Compact", + Transact: { + originType: "XcmV2OriginKind", + requireWeightAtMost: "Compact", + call: "XcmDoubleEncoded", }, - destroy_approvals: { - id: "Compact", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - finish_destroy: { - id: "Compact", + HrmpChannelAccepted: { + recipient: "Compact", }, - mint: { - id: "Compact", - beneficiary: "AccountId20", - amount: "Compact", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - burn: { - id: "Compact", - who: "AccountId20", - amount: "Compact", + ClearOrigin: "Null", + DescendOrigin: "XcmV2MultilocationJunctions", + ReportError: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + maxResponseWeight: "Compact", }, - transfer: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + DepositAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + beneficiary: "XcmV2MultiLocation", }, - transfer_keep_alive: { - id: "Compact", - target: "AccountId20", - amount: "Compact", - }, - force_transfer: { - id: "Compact", - source: "AccountId20", - dest: "AccountId20", - amount: "Compact", - }, - freeze: { - id: "Compact", - who: "AccountId20", - }, - thaw: { - id: "Compact", - who: "AccountId20", - }, - freeze_asset: { - id: "Compact", - }, - thaw_asset: { - id: "Compact", - }, - transfer_ownership: { - id: "Compact", - owner: "AccountId20", - }, - set_team: { - id: "Compact", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - }, - set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - }, - clear_metadata: { - id: "Compact", - }, - force_set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", - }, - force_clear_metadata: { - id: "Compact", - }, - force_asset_status: { - id: "Compact", - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - minBalance: "Compact", - isSufficient: "bool", - isFrozen: "bool", - }, - approve_transfer: { - id: "Compact", - delegate: "AccountId20", - amount: "Compact", - }, - cancel_approval: { - id: "Compact", - delegate: "AccountId20", - }, - force_cancel_approval: { - id: "Compact", - owner: "AccountId20", - delegate: "AccountId20", + DepositReserveAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - transfer_approved: { - id: "Compact", - owner: "AccountId20", - destination: "AccountId20", - amount: "Compact", + ExchangeAsset: { + give: "XcmV2MultiassetMultiAssetFilter", + receive: "XcmV2MultiassetMultiAssets", }, - touch: { - id: "Compact", + InitiateReserveWithdraw: { + assets: "XcmV2MultiassetMultiAssetFilter", + reserve: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - refund: { - id: "Compact", - allowBurn: "bool", + InitiateTeleport: { + assets: "XcmV2MultiassetMultiAssetFilter", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - set_min_balance: { - id: "Compact", - minBalance: "u128", + QueryHolding: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + assets: "XcmV2MultiassetMultiAssetFilter", + maxResponseWeight: "Compact", }, - touch_other: { - id: "Compact", - who: "AccountId20", + BuyExecution: { + fees: "XcmV2MultiAsset", + weightLimit: "XcmV2WeightLimit", }, - refund_other: { - id: "Compact", - who: "AccountId20", + RefundSurplus: "Null", + SetErrorHandler: "XcmV2Xcm", + SetAppendix: "XcmV2Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV2MultiassetMultiAssets", + ticket: "XcmV2MultiLocation", }, - block: { - id: "Compact", - who: "AccountId20", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "Compact", }, + UnsubscribeVersion: "Null", }, }, - /** Lookup326: pallet_asset_manager::pallet::Call */ - PalletAssetManagerCall: { + /** Lookup290: xcm::v2::Response */ + XcmV2Response: { _enum: { - register_foreign_asset: { - asset: "MoonbeamRuntimeXcmConfigAssetType", - metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", - minAmount: "u128", - isSufficient: "bool", - }, - set_asset_units_per_second: { - assetType: "MoonbeamRuntimeXcmConfigAssetType", - unitsPerSecond: "u128", - numAssetsWeightHint: "u32", - }, - change_existing_asset_type: { - assetId: "u128", - newAssetType: "MoonbeamRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", - }, - remove_supported_asset: { - assetType: "MoonbeamRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", - }, - remove_existing_asset_type: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, - __Unused5: "Null", - destroy_foreign_asset: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, + Null: "Null", + Assets: "XcmV2MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV2TraitsError)>", + Version: "u32", }, }, - /** Lookup327: moonbeam_runtime::xcm_config::AssetType */ - MoonbeamRuntimeXcmConfigAssetType: { + /** Lookup293: xcm::v2::traits::Error */ + XcmV2TraitsError: { _enum: { - Xcm: "StagingXcmV3MultiLocation", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + MultiLocationFull: "Null", + MultiLocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + UnhandledXcmVersion: "Null", + WeightLimitReached: "u64", + Barrier: "Null", + WeightNotComputable: "Null", }, }, - /** Lookup328: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: { - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + /** Lookup294: xcm::v2::OriginKind */ + XcmV2OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup329: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { + /** Lookup295: xcm::v2::multiasset::MultiAssetFilter */ + XcmV2MultiassetMultiAssetFilter: { _enum: { - transfer: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", - amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_with_fee: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", - amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multicurrencies: { - currencies: "Vec<(MoonbeamRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, + Definite: "XcmV2MultiassetMultiAssets", + Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup330: moonbeam_runtime::xcm_config::CurrencyId */ - MoonbeamRuntimeXcmConfigCurrencyId: { + /** Lookup296: xcm::v2::multiasset::WildMultiAsset */ + XcmV2MultiassetWildMultiAsset: { _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", + All: "Null", + AllOf: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetWildFungibility", }, }, }, - /** Lookup331: xcm::VersionedAsset */ - XcmVersionedAsset: { + /** Lookup297: xcm::v2::multiasset::WildFungibility */ + XcmV2MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup298: xcm::v2::WeightLimit */ + XcmV2WeightLimit: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", + Unlimited: "Null", + Limited: "Compact", }, }, - /** Lookup334: pallet_xcm_transactor::pallet::Call */ - PalletXcmTransactorCall: { - _enum: { - register: { - who: "AccountId20", - index: "u16", + /** Lookup299: xcm::v3::Xcm */ + XcmV3Xcm: "Vec", + /** Lookup301: xcm::v3::Instruction */ + XcmV3Instruction: { + _enum: { + WithdrawAsset: "XcmV3MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV3Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - deregister: { - index: "u16", + TransferAsset: { + assets: "XcmV3MultiassetMultiAssets", + beneficiary: "StagingXcmV3MultiLocation", }, - transact_through_derivative: { - dest: "MoonbeamRuntimeXcmConfigTransactors", - index: "u16", - fee: "PalletXcmTransactorCurrencyPayment", - innerCall: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + TransferReserveAsset: { + assets: "XcmV3MultiassetMultiAssets", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - transact_through_sovereign: { - dest: "XcmVersionedLocation", - feePayer: "Option", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - originKind: "XcmV2OriginKind", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - set_transact_info: { - location: "XcmVersionedLocation", - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - remove_transact_info: { - location: "XcmVersionedLocation", + HrmpChannelAccepted: { + recipient: "Compact", }, - transact_through_signed: { - dest: "XcmVersionedLocation", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - set_fee_per_second: { - assetLocation: "XcmVersionedLocation", - feePerSecond: "u128", + ClearOrigin: "Null", + DescendOrigin: "XcmV3Junctions", + ReportError: "XcmV3QueryResponseInfo", + DepositAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + beneficiary: "StagingXcmV3MultiLocation", }, - remove_fee_per_second: { - assetLocation: "XcmVersionedLocation", + DepositReserveAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - hrmp_manage: { - action: "PalletXcmTransactorHrmpOperation", - fee: "PalletXcmTransactorCurrencyPayment", - weightInfo: "PalletXcmTransactorTransactWeights", + ExchangeAsset: { + give: "XcmV3MultiassetMultiAssetFilter", + want: "XcmV3MultiassetMultiAssets", + maximal: "bool", + }, + InitiateReserveWithdraw: { + assets: "XcmV3MultiassetMultiAssetFilter", + reserve: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + InitiateTeleport: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + ReportHolding: { + responseInfo: "XcmV3QueryResponseInfo", + assets: "XcmV3MultiassetMultiAssetFilter", + }, + BuyExecution: { + fees: "XcmV3MultiAsset", + weightLimit: "XcmV3WeightLimit", + }, + RefundSurplus: "Null", + SetErrorHandler: "XcmV3Xcm", + SetAppendix: "XcmV3Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV3MultiassetMultiAssets", + ticket: "StagingXcmV3MultiLocation", + }, + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", + }, + UnsubscribeVersion: "Null", + BurnAsset: "XcmV3MultiassetMultiAssets", + ExpectAsset: "XcmV3MultiassetMultiAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "XcmV3QueryResponseInfo", + }, + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", + }, + ReportTransactStatus: "XcmV3QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "XcmV3Junction", + ExportMessage: { + network: "XcmV3JunctionNetworkId", + destination: "XcmV3Junctions", + xcm: "XcmV3Xcm", + }, + LockAsset: { + asset: "XcmV3MultiAsset", + unlocker: "StagingXcmV3MultiLocation", + }, + UnlockAsset: { + asset: "XcmV3MultiAsset", + target: "StagingXcmV3MultiLocation", + }, + NoteUnlockable: { + asset: "XcmV3MultiAsset", + owner: "StagingXcmV3MultiLocation", + }, + RequestUnlock: { + asset: "XcmV3MultiAsset", + locker: "StagingXcmV3MultiLocation", + }, + SetFeesMode: { + jitWithdraw: "bool", + }, + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV3MultiLocation", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup335: moonbeam_runtime::xcm_config::Transactors */ - MoonbeamRuntimeXcmConfigTransactors: { - _enum: ["Relay"], - }, - /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ - PalletXcmTransactorCurrencyPayment: { - currency: "PalletXcmTransactorCurrency", - feeAmount: "Option", - }, - /** Lookup337: pallet_xcm_transactor::pallet::Currency */ - PalletXcmTransactorCurrency: { + /** Lookup302: xcm::v3::Response */ + XcmV3Response: { _enum: { - AsCurrencyId: "MoonbeamRuntimeXcmConfigCurrencyId", - AsMultiLocation: "XcmVersionedLocation", + Null: "Null", + Assets: "XcmV3MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ - PalletXcmTransactorTransactWeights: { - transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", - overallWeight: "Option", + /** Lookup304: xcm::v3::PalletInfo */ + XcmV3PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", }, - /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ - PalletXcmTransactorHrmpOperation: { + /** Lookup308: xcm::v3::QueryResponseInfo */ + XcmV3QueryResponseInfo: { + destination: "StagingXcmV3MultiLocation", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup309: xcm::v3::multiasset::MultiAssetFilter */ + XcmV3MultiassetMultiAssetFilter: { _enum: { - InitOpen: "PalletXcmTransactorHrmpInitParams", - Accept: { - paraId: "u32", - }, - Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - Cancel: { - channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - openRequests: "u32", - }, + Definite: "XcmV3MultiassetMultiAssets", + Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ - PalletXcmTransactorHrmpInitParams: { - paraId: "u32", - proposedMaxCapacity: "u32", - proposedMaxMessageSize: "u32", - }, - /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ - PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { - sender: "u32", - recipient: "u32", - }, - /** Lookup345: pallet_ethereum_xcm::pallet::Call */ - PalletEthereumXcmCall: { + /** Lookup310: xcm::v3::multiasset::WildMultiAsset */ + XcmV3MultiassetWildMultiAsset: { _enum: { - transact: { - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - }, - transact_through_proxy: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + All: "Null", + AllOf: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", }, - suspend_ethereum_xcm_execution: "Null", - resume_ethereum_xcm_execution: "Null", - force_transact_as: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - forceCreateAddress: "Option", + AllCounted: "Compact", + AllOfCounted: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", + count: "Compact", }, }, }, - /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ - XcmPrimitivesEthereumXcmEthereumXcmTransaction: { + /** Lookup311: xcm::v3::multiasset::WildFungibility */ + XcmV3MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ + StagingXcmExecutorAssetTransferTransferType: { _enum: { - V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", - V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", + Teleport: "Null", + LocalReserve: "Null", + DestinationReserve: "Null", + RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { - gasLimit: "U256", - feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ - XcmPrimitivesEthereumXcmEthereumXcmFee: { + /** Lookup324: xcm::VersionedAssetId */ + XcmVersionedAssetId: { _enum: { - Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", - Auto: "Null", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + V3: "XcmV3MultiassetAssetId", + V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ - XcmPrimitivesEthereumXcmManualEthereumXcmFee: { - gasPrice: "Option", - maxFeePerGas: "Option", - }, - /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup354: pallet_message_queue::pallet::Call */ - PalletMessageQueueCall: { + /** Lookup325: pallet_assets::pallet::Call */ + PalletAssetsCall: { _enum: { - reap_page: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - pageIndex: "u32", + create: { + id: "Compact", + admin: "AccountId20", + minBalance: "u128", }, - execute_overweight: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - page: "u32", - index: "u32", - weightLimit: "SpWeightsWeightV2Weight", + force_create: { + id: "Compact", + owner: "AccountId20", + isSufficient: "bool", + minBalance: "Compact", }, - }, - }, - /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ - CumulusPrimitivesCoreAggregateMessageOrigin: { - _enum: { - Here: "Null", - Parent: "Null", - Sibling: "u32", - }, - }, - /** Lookup356: pallet_randomness::pallet::Call */ - PalletRandomnessCall: { - _enum: ["set_babe_randomness_results"], - }, - /** Lookup357: sp_runtime::traits::BlakeTwo256 */ - SpRuntimeBlakeTwo256: "Null", - /** Lookup359: pallet_conviction_voting::types::Tally */ - PalletConvictionVotingTally: { - ayes: "u128", - nays: "u128", - support: "u128", - }, - /** Lookup360: pallet_whitelist::pallet::Event */ - PalletWhitelistEvent: { - _enum: { - CallWhitelisted: { - callHash: "H256", + start_destroy: { + id: "Compact", }, - WhitelistedCallRemoved: { - callHash: "H256", + destroy_accounts: { + id: "Compact", }, - WhitelistedCallDispatched: { - callHash: "H256", - result: "Result", + destroy_approvals: { + id: "Compact", }, - }, - }, - /** Lookup362: frame_support::dispatch::PostDispatchInfo */ - FrameSupportDispatchPostDispatchInfo: { - actualWeight: "Option", - paysFee: "FrameSupportDispatchPays", - }, - /** Lookup363: sp_runtime::DispatchErrorWithPostInfo */ - SpRuntimeDispatchErrorWithPostInfo: { - postInfo: "FrameSupportDispatchPostDispatchInfo", - error: "SpRuntimeDispatchError", - }, - /** Lookup364: pallet_collective::pallet::Event */ - PalletCollectiveEvent: { - _enum: { - Proposed: { - account: "AccountId20", - proposalIndex: "u32", - proposalHash: "H256", - threshold: "u32", + finish_destroy: { + id: "Compact", }, - Voted: { - account: "AccountId20", - proposalHash: "H256", - voted: "bool", - yes: "u32", - no: "u32", + mint: { + id: "Compact", + beneficiary: "AccountId20", + amount: "Compact", }, - Approved: { - proposalHash: "H256", + burn: { + id: "Compact", + who: "AccountId20", + amount: "Compact", }, - Disapproved: { - proposalHash: "H256", + transfer: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - Executed: { - proposalHash: "H256", - result: "Result", + transfer_keep_alive: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - MemberExecuted: { - proposalHash: "H256", - result: "Result", + force_transfer: { + id: "Compact", + source: "AccountId20", + dest: "AccountId20", + amount: "Compact", }, - Closed: { - proposalHash: "H256", - yes: "u32", - no: "u32", + freeze: { + id: "Compact", + who: "AccountId20", }, - }, - }, - /** Lookup366: pallet_treasury::pallet::Event */ - PalletTreasuryEvent: { - _enum: { - Proposed: { - proposalIndex: "u32", + thaw: { + id: "Compact", + who: "AccountId20", }, - Spending: { - budgetRemaining: "u128", + freeze_asset: { + id: "Compact", }, - Awarded: { - proposalIndex: "u32", - award: "u128", - account: "AccountId20", + thaw_asset: { + id: "Compact", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", + transfer_ownership: { + id: "Compact", + owner: "AccountId20", }, - Burnt: { - burntFunds: "u128", + set_team: { + id: "Compact", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - Rollover: { - rolloverBalance: "u128", + set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", }, - Deposit: { - value: "u128", + clear_metadata: { + id: "Compact", }, - SpendApproved: { - proposalIndex: "u32", - amount: "u128", - beneficiary: "AccountId20", + force_set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - UpdatedInactive: { - reactivated: "u128", - deactivated: "u128", + force_clear_metadata: { + id: "Compact", }, - AssetSpendApproved: { - index: "u32", - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", + force_asset_status: { + id: "Compact", + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + minBalance: "Compact", + isSufficient: "bool", + isFrozen: "bool", }, - AssetSpendVoided: { - index: "u32", + approve_transfer: { + id: "Compact", + delegate: "AccountId20", + amount: "Compact", }, - Paid: { - index: "u32", - paymentId: "Null", + cancel_approval: { + id: "Compact", + delegate: "AccountId20", }, - PaymentFailed: { - index: "u32", - paymentId: "Null", + force_cancel_approval: { + id: "Compact", + owner: "AccountId20", + delegate: "AccountId20", }, - SpendProcessed: { - index: "u32", + transfer_approved: { + id: "Compact", + owner: "AccountId20", + destination: "AccountId20", + amount: "Compact", }, - }, - }, - /** Lookup367: pallet_crowdloan_rewards::pallet::Event */ - PalletCrowdloanRewardsEvent: { - _enum: { - InitialPaymentMade: "(AccountId20,u128)", - NativeIdentityAssociated: "([u8;32],AccountId20,u128)", - RewardsPaid: "(AccountId20,u128)", - RewardAddressUpdated: "(AccountId20,AccountId20)", - InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", - InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", - }, - }, - /** Lookup368: cumulus_pallet_xcmp_queue::pallet::Event */ - CumulusPalletXcmpQueueEvent: { - _enum: { - XcmpMessageSent: { - messageHash: "[u8;32]", + touch: { + id: "Compact", }, - }, - }, - /** Lookup369: cumulus_pallet_xcm::pallet::Event */ - CumulusPalletXcmEvent: { - _enum: { - InvalidFormat: "[u8;32]", - UnsupportedVersion: "[u8;32]", - ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", - }, - }, - /** Lookup370: staging_xcm::v4::traits::Outcome */ - StagingXcmV4TraitsOutcome: { - _enum: { - Complete: { - used: "SpWeightsWeightV2Weight", + refund: { + id: "Compact", + allowBurn: "bool", }, - Incomplete: { - used: "SpWeightsWeightV2Weight", - error: "XcmV3TraitsError", + set_min_balance: { + id: "Compact", + minBalance: "u128", }, - Error: { - error: "XcmV3TraitsError", + touch_other: { + id: "Compact", + who: "AccountId20", + }, + refund_other: { + id: "Compact", + who: "AccountId20", + }, + block: { + id: "Compact", + who: "AccountId20", }, }, }, - /** Lookup371: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { + /** Lookup326: orml_xtokens::module::Call */ + OrmlXtokensModuleCall: { _enum: { - StartedExport: "Null", - Exported: { - page: "u32", + transfer: { + currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + amount: "u128", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - ExportFailed: { - page: "u32", + transfer_multiasset: { + asset: "XcmVersionedAsset", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", + transfer_with_fee: { + currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + amount: "u128", + fee: "u128", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - ExportOverweightFailed: { - index: "u64", + transfer_multiasset_with_fee: { + asset: "XcmVersionedAsset", + fee: "XcmVersionedAsset", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", + transfer_multicurrencies: { + currencies: "Vec<(MoonbaseRuntimeXcmConfigCurrencyId,u128)>", + feeItem: "u32", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - Completed: { - error: "bool", + transfer_multiassets: { + assets: "XcmVersionedAssets", + feeItem: "u32", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, }, }, - /** Lookup372: pallet_xcm::pallet::Event */ - PalletXcmEvent: { + /** Lookup327: moonbase_runtime::xcm_config::CurrencyId */ + MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { - Attempted: { - outcome: "StagingXcmV4TraitsOutcome", + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", }, - Sent: { - origin: "StagingXcmV4Location", - destination: "StagingXcmV4Location", - message: "StagingXcmV4Xcm", - messageId: "[u8;32]", + }, + }, + /** Lookup328: xcm::VersionedAsset */ + XcmVersionedAsset: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiAsset", + __Unused2: "Null", + V3: "XcmV3MultiAsset", + V4: "StagingXcmV4Asset", + }, + }, + /** Lookup331: pallet_asset_manager::pallet::Call */ + PalletAssetManagerCall: { + _enum: { + register_foreign_asset: { + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", + minAmount: "u128", + isSufficient: "bool", }, - UnexpectedResponse: { - origin: "StagingXcmV4Location", - queryId: "u64", + __Unused1: "Null", + change_existing_asset_type: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", + numAssetsWeightHint: "u32", }, - ResponseReady: { - queryId: "u64", - response: "StagingXcmV4Response", + __Unused3: "Null", + remove_existing_asset_type: { + assetId: "u128", + numAssetsWeightHint: "u32", }, - Notified: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + __Unused5: "Null", + destroy_foreign_asset: { + assetId: "u128", + numAssetsWeightHint: "u32", }, - NotifyOverweight: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", - actualWeight: "SpWeightsWeightV2Weight", - maxBudgetedWeight: "SpWeightsWeightV2Weight", + }, + }, + /** Lookup332: pallet_xcm_transactor::pallet::Call */ + PalletXcmTransactorCall: { + _enum: { + register: { + who: "AccountId20", + index: "u16", }, - NotifyDispatchError: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + deregister: { + index: "u16", }, - NotifyDecodeFailed: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + transact_through_derivative: { + dest: "MoonbaseRuntimeXcmConfigTransactors", + index: "u16", + fee: "PalletXcmTransactorCurrencyPayment", + innerCall: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - InvalidResponder: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedLocation: "Option", + transact_through_sovereign: { + dest: "XcmVersionedLocation", + feePayer: "Option", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + originKind: "XcmV3OriginKind", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - InvalidResponderVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + set_transact_info: { + location: "XcmVersionedLocation", + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", }, - ResponseTaken: { - queryId: "u64", + remove_transact_info: { + location: "XcmVersionedLocation", }, - AssetsTrapped: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + transact_through_signed: { + dest: "XcmVersionedLocation", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - VersionChangeNotified: { - destination: "StagingXcmV4Location", - result: "u32", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + set_fee_per_second: { + assetLocation: "XcmVersionedLocation", + feePerSecond: "u128", }, - SupportedVersionChanged: { - location: "StagingXcmV4Location", - version: "u32", + remove_fee_per_second: { + assetLocation: "XcmVersionedLocation", }, - NotifyTargetSendFail: { - location: "StagingXcmV4Location", - queryId: "u64", - error: "XcmV3TraitsError", + hrmp_manage: { + action: "PalletXcmTransactorHrmpOperation", + fee: "PalletXcmTransactorCurrencyPayment", + weightInfo: "PalletXcmTransactorTransactWeights", }, - NotifyTargetMigrationFail: { - location: "XcmVersionedLocation", - queryId: "u64", + }, + }, + /** Lookup333: moonbase_runtime::xcm_config::Transactors */ + MoonbaseRuntimeXcmConfigTransactors: { + _enum: ["Relay"], + }, + /** Lookup334: pallet_xcm_transactor::pallet::CurrencyPayment */ + PalletXcmTransactorCurrencyPayment: { + currency: "PalletXcmTransactorCurrency", + feeAmount: "Option", + }, + /** Lookup335: pallet_xcm_transactor::pallet::Currency */ + PalletXcmTransactorCurrency: { + _enum: { + AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + AsMultiLocation: "XcmVersionedLocation", + }, + }, + /** Lookup337: pallet_xcm_transactor::pallet::TransactWeights */ + PalletXcmTransactorTransactWeights: { + transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", + overallWeight: "Option", + }, + /** Lookup339: pallet_moonbeam_orbiters::pallet::Call */ + PalletMoonbeamOrbitersCall: { + _enum: { + collator_add_orbiter: { + orbiter: "AccountId20", }, - InvalidQuerierVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + collator_remove_orbiter: { + orbiter: "AccountId20", }, - InvalidQuerier: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedQuerier: "StagingXcmV4Location", - maybeActualQuerier: "Option", + orbiter_leave_collator_pool: { + collator: "AccountId20", }, - VersionNotifyStarted: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + orbiter_register: "Null", + orbiter_unregister: { + collatorsPoolCount: "u32", }, - VersionNotifyRequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + add_collator: { + collator: "AccountId20", }, - VersionNotifyUnrequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + remove_collator: { + collator: "AccountId20", }, - FeesPaid: { - paying: "StagingXcmV4Location", - fees: "StagingXcmV4AssetAssets", + }, + }, + /** Lookup340: pallet_ethereum_xcm::pallet::Call */ + PalletEthereumXcmCall: { + _enum: { + transact: { + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - AssetsClaimed: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + transact_through_proxy: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - VersionMigrationFinished: { - version: "u32", + suspend_ethereum_xcm_execution: "Null", + resume_ethereum_xcm_execution: "Null", + force_transact_as: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + forceCreateAddress: "Option", }, }, }, - /** Lookup373: pallet_assets::pallet::Event */ - PalletAssetsEvent: { + /** Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { - Created: { - assetId: "u128", - creator: "AccountId20", - owner: "AccountId20", + V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", + V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", + }, + }, + /** Lookup342: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { + gasLimit: "U256", + feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup343: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + XcmPrimitivesEthereumXcmEthereumXcmFee: { + _enum: { + Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", + Auto: "Null", + }, + }, + /** Lookup344: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + XcmPrimitivesEthereumXcmManualEthereumXcmFee: { + gasPrice: "Option", + maxFeePerGas: "Option", + }, + /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup349: pallet_randomness::pallet::Call */ + PalletRandomnessCall: { + _enum: ["set_babe_randomness_results"], + }, + /** Lookup350: pallet_collective::pallet::Call */ + PalletCollectiveCall: { + _enum: { + set_members: { + newMembers: "Vec", + prime: "Option", + oldCount: "u32", }, - Issued: { - assetId: "u128", - owner: "AccountId20", - amount: "u128", + execute: { + proposal: "Call", + lengthBound: "Compact", }, - Transferred: { - assetId: "u128", - from: "AccountId20", - to: "AccountId20", - amount: "u128", + propose: { + threshold: "Compact", + proposal: "Call", + lengthBound: "Compact", }, - Burned: { - assetId: "u128", - owner: "AccountId20", - balance: "u128", + vote: { + proposal: "H256", + index: "Compact", + approve: "bool", }, - TeamChanged: { - assetId: "u128", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + __Unused4: "Null", + disapprove_proposal: { + proposalHash: "H256", }, - OwnerChanged: { - assetId: "u128", - owner: "AccountId20", + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", }, - Frozen: { - assetId: "u128", - who: "AccountId20", + }, + }, + /** Lookup351: pallet_conviction_voting::pallet::Call */ + PalletConvictionVotingCall: { + _enum: { + vote: { + pollIndex: "Compact", + vote: "PalletConvictionVotingVoteAccountVote", }, - Thawed: { - assetId: "u128", - who: "AccountId20", + delegate: { + class: "u16", + to: "AccountId20", + conviction: "PalletConvictionVotingConviction", + balance: "u128", }, - AssetFrozen: { - assetId: "u128", + undelegate: { + class: "u16", }, - AssetThawed: { - assetId: "u128", + unlock: { + class: "u16", + target: "AccountId20", }, - AccountsDestroyed: { - assetId: "u128", - accountsDestroyed: "u32", - accountsRemaining: "u32", + remove_vote: { + class: "Option", + index: "u32", }, - ApprovalsDestroyed: { - assetId: "u128", - approvalsDestroyed: "u32", - approvalsRemaining: "u32", + remove_other_vote: { + target: "AccountId20", + class: "u16", + index: "u32", }, - DestructionStarted: { - assetId: "u128", + }, + }, + /** Lookup352: pallet_conviction_voting::vote::AccountVote */ + PalletConvictionVotingVoteAccountVote: { + _enum: { + Standard: { + vote: "Vote", + balance: "u128", }, - Destroyed: { - assetId: "u128", + Split: { + aye: "u128", + nay: "u128", }, - ForceCreated: { - assetId: "u128", - owner: "AccountId20", + SplitAbstain: { + aye: "u128", + nay: "u128", + abstain: "u128", }, - MetadataSet: { - assetId: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + }, + }, + /** Lookup354: pallet_conviction_voting::conviction::Conviction */ + PalletConvictionVotingConviction: { + _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + }, + /** Lookup356: pallet_referenda::pallet::Call */ + PalletReferendaCall: { + _enum: { + submit: { + proposalOrigin: "MoonbaseRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactmentMoment: "FrameSupportScheduleDispatchTime", }, - MetadataCleared: { - assetId: "u128", + place_decision_deposit: { + index: "u32", }, - ApprovedTransfer: { - assetId: "u128", - source: "AccountId20", - delegate: "AccountId20", - amount: "u128", + refund_decision_deposit: { + index: "u32", }, - ApprovalCancelled: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", + cancel: { + index: "u32", }, - TransferredApproved: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", - destination: "AccountId20", - amount: "u128", + kill: { + index: "u32", }, - AssetStatusChanged: { - assetId: "u128", + nudge_referendum: { + index: "u32", }, - AssetMinBalanceChanged: { - assetId: "u128", - newMinBalance: "u128", + one_fewer_deciding: { + track: "u16", }, - Touched: { - assetId: "u128", - who: "AccountId20", - depositor: "AccountId20", + refund_submission_deposit: { + index: "u32", }, - Blocked: { - assetId: "u128", - who: "AccountId20", + set_metadata: { + index: "u32", + maybeHash: "Option", }, }, }, - /** Lookup374: pallet_asset_manager::pallet::Event */ - PalletAssetManagerEvent: { + /** Lookup357: frame_support::traits::schedule::DispatchTime */ + FrameSupportScheduleDispatchTime: { _enum: { - ForeignAssetRegistered: { - assetId: "u128", - asset: "MoonbeamRuntimeXcmConfigAssetType", - metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", - }, - UnitsPerSecondChanged: { - assetType: "MoonbeamRuntimeXcmConfigAssetType", - unitsPerSecond: "u128", - }, - ForeignAssetXcmLocationChanged: { - assetId: "u128", - newAssetType: "MoonbeamRuntimeXcmConfigAssetType", + At: "u32", + After: "u32", + }, + }, + /** Lookup359: pallet_preimage::pallet::Call */ + PalletPreimageCall: { + _enum: { + note_preimage: { + bytes: "Bytes", }, - ForeignAssetRemoved: { - assetId: "u128", - assetType: "MoonbeamRuntimeXcmConfigAssetType", + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - SupportedAssetRemoved: { - assetType: "MoonbeamRuntimeXcmConfigAssetType", + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - ForeignAssetDestroyed: { - assetId: "u128", - assetType: "MoonbeamRuntimeXcmConfigAssetType", + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - LocalAssetDestroyed: { - assetId: "u128", + ensure_updated: { + hashes: "Vec", }, }, }, - /** Lookup375: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { + /** Lookup360: pallet_whitelist::pallet::Call */ + PalletWhitelistCall: { _enum: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", + whitelist_call: { + callHash: "H256", + }, + remove_whitelisted_call: { + callHash: "H256", + }, + dispatch_whitelisted_call: { + callHash: "H256", + callEncodedLen: "u32", + callWeightWitness: "SpWeightsWeightV2Weight", + }, + dispatch_whitelisted_call_with_preimage: { + call: "Call", }, }, }, - /** Lookup376: pallet_xcm_transactor::pallet::Event */ - PalletXcmTransactorEvent: { + /** Lookup362: pallet_root_testing::pallet::Call */ + PalletRootTestingCall: { _enum: { - TransactedDerivative: { - accountId: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", - index: "u16", + fill_block: { + ratio: "Perbill", }, - TransactedSovereign: { - feePayer: "Option", - dest: "StagingXcmV4Location", - call: "Bytes", + trigger_defensive: "Null", + }, + }, + /** Lookup363: pallet_multisig::pallet::Call */ + PalletMultisigCall: { + _enum: { + as_multi_threshold_1: { + otherSignatories: "Vec", + call: "Call", }, - TransactedSigned: { - feePayer: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", + as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + call: "Call", + maxWeight: "SpWeightsWeightV2Weight", }, - RegisteredDerivative: { - accountId: "AccountId20", - index: "u16", + approve_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + callHash: "[u8;32]", + maxWeight: "SpWeightsWeightV2Weight", }, - DeRegisteredDerivative: { - index: "u16", + cancel_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + timepoint: "PalletMultisigTimepoint", + callHash: "[u8;32]", }, - TransactFailed: { - error: "XcmV3TraitsError", + }, + }, + /** Lookup365: pallet_multisig::Timepoint */ + PalletMultisigTimepoint: { + height: "u32", + index: "u32", + }, + /** Lookup366: pallet_moonbeam_lazy_migrations::pallet::Call */ + PalletMoonbeamLazyMigrationsCall: { + _enum: { + __Unused0: "Null", + clear_suicided_storage: { + addresses: "Vec", + limit: "u32", }, - TransactInfoChanged: { + create_contract_metadata: { + address: "H160", + }, + }, + }, + /** Lookup369: pallet_message_queue::pallet::Call */ + PalletMessageQueueCall: { + _enum: { + reap_page: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + pageIndex: "u32", + }, + execute_overweight: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + page: "u32", + index: "u32", + weightLimit: "SpWeightsWeightV2Weight", + }, + }, + }, + /** Lookup370: cumulus_primitives_core::AggregateMessageOrigin */ + CumulusPrimitivesCoreAggregateMessageOrigin: { + _enum: { + Here: "Null", + Parent: "Null", + Sibling: "u32", + }, + }, + /** Lookup371: pallet_emergency_para_xcm::pallet::Call */ + PalletEmergencyParaXcmCall: { + _enum: { + paused_to_normal: "Null", + fast_authorize_upgrade: { + codeHash: "H256", + }, + }, + }, + /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ + PalletMoonbeamForeignAssetsCall: { + _enum: { + create_foreign_asset: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", + decimals: "u8", + symbol: "Bytes", + name: "Bytes", + }, + change_xcm_location: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", + }, + freeze_foreign_asset: { + assetId: "u128", + allowXcmDeposit: "bool", + }, + unfreeze_foreign_asset: { + assetId: "u128", + }, + }, + }, + /** Lookup374: pallet_parameters::pallet::Call */ + PalletParametersCall: { + _enum: { + set_parameter: { + keyValue: "MoonbaseRuntimeRuntimeParamsRuntimeParameters", + }, + }, + }, + /** Lookup375: moonbase_runtime::runtime_params::RuntimeParameters */ + MoonbaseRuntimeRuntimeParamsRuntimeParameters: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", + }, + }, + /** Lookup376: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + _enum: { + FeesTreasuryProportion: + "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", + }, + }, + /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", + /** Lookup379: pallet_xcm_weight_trader::pallet::Call */ + PalletXcmWeightTraderCall: { + _enum: { + add_asset: { location: "StagingXcmV4Location", - remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", + relativePrice: "u128", }, - TransactInfoRemoved: { + edit_asset: { location: "StagingXcmV4Location", + relativePrice: "u128", }, - DestFeePerSecondChanged: { + pause_asset_support: { location: "StagingXcmV4Location", - feePerSecond: "u128", }, - DestFeePerSecondRemoved: { + resume_asset_support: { location: "StagingXcmV4Location", }, - HrmpManagementSent: { - action: "PalletXcmTransactorHrmpOperation", + remove_asset: { + location: "StagingXcmV4Location", }, }, }, - /** Lookup377: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ - PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + /** Lookup380: sp_runtime::traits::BlakeTwo256 */ + SpRuntimeBlakeTwo256: "Null", + /** Lookup382: pallet_conviction_voting::types::Tally */ + PalletConvictionVotingTally: { + ayes: "u128", + nays: "u128", + support: "u128", }, - /** Lookup378: pallet_ethereum_xcm::pallet::Event */ - PalletEthereumXcmEvent: { + /** Lookup383: pallet_preimage::pallet::Event */ + PalletPreimageEvent: { _enum: { - ExecutedFromXcm: { - xcmMsgHash: "H256", - ethTxHash: "H256", + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** Lookup384: pallet_whitelist::pallet::Event */ + PalletWhitelistEvent: { + _enum: { + CallWhitelisted: { + callHash: "H256", + }, + WhitelistedCallRemoved: { + callHash: "H256", + }, + WhitelistedCallDispatched: { + callHash: "H256", + result: "Result", + }, + }, + }, + /** Lookup386: frame_support::dispatch::PostDispatchInfo */ + FrameSupportDispatchPostDispatchInfo: { + actualWeight: "Option", + paysFee: "FrameSupportDispatchPays", + }, + /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ + SpRuntimeDispatchErrorWithPostInfo: { + postInfo: "FrameSupportDispatchPostDispatchInfo", + error: "SpRuntimeDispatchError", + }, + /** Lookup389: pallet_root_testing::pallet::Event */ + PalletRootTestingEvent: { + _enum: ["DefensiveTestCall"], + }, + /** Lookup390: pallet_multisig::pallet::Event */ + PalletMultisigEvent: { + _enum: { + NewMultisig: { + approving: "AccountId20", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigApproval: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigExecuted: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + result: "Result", + }, + MultisigCancelled: { + cancelling: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", }, }, }, - /** Lookup379: pallet_message_queue::pallet::Event */ + /** Lookup391: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4295,7 +4379,7 @@ export default { }, }, }, - /** Lookup380: frame_support::traits::messages::ProcessMessageError */ + /** Lookup392: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4303,44 +4387,90 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup381: pallet_randomness::pallet::Event */ - PalletRandomnessEvent: { + /** Lookup393: pallet_emergency_para_xcm::pallet::Event */ + PalletEmergencyParaXcmEvent: { + _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], + }, + /** Lookup394: pallet_moonbeam_foreign_assets::pallet::Event */ + PalletMoonbeamForeignAssetsEvent: { _enum: { - RandomnessRequestedBabeEpoch: { - id: "u64", - refundAddress: "H160", + ForeignAssetCreated: { contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestEpoch: "u64", + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RandomnessRequestedLocal: { - id: "u64", - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestBlock: "u32", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", }, - RequestFulfilled: { - id: "u64", + ForeignAssetFrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestFeeIncreased: { - id: "u64", - newFee: "u128", + ForeignAssetUnfrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestExpirationExecuted: { - id: "u64", + }, + }, + /** Lookup395: pallet_parameters::pallet::Event */ + PalletParametersEvent: { + _enum: { + Updated: { + key: "MoonbaseRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", + }, + }, + }, + /** Lookup396: moonbase_runtime::runtime_params::RuntimeParametersKey */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + }, + }, + /** Lookup397: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { + _enum: ["FeesTreasuryProportion"], + }, + /** Lookup399: moonbase_runtime::runtime_params::RuntimeParametersValue */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", + }, + }, + /** Lookup400: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { + _enum: { + FeesTreasuryProportion: "Perbill", + }, + }, + /** Lookup401: pallet_xcm_weight_trader::pallet::Event */ + PalletXcmWeightTraderEvent: { + _enum: { + SupportedAssetAdded: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + SupportedAssetEdited: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + PauseAssetSupport: { + location: "StagingXcmV4Location", + }, + ResumeAssetSupport: { + location: "StagingXcmV4Location", + }, + SupportedAssetRemoved: { + location: "StagingXcmV4Location", }, }, }, - /** Lookup382: frame_system::Phase */ + /** Lookup402: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4348,51 +4478,51 @@ export default { Initialization: "Null", }, }, - /** Lookup384: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup404: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup385: frame_system::CodeUpgradeAuthorization */ + /** Lookup405: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup386: frame_system::limits::BlockWeights */ + /** Lookup406: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup387: frame_support::dispatch::PerDispatchClass */ + /** Lookup407: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup388: frame_system::limits::WeightsPerClass */ + /** Lookup408: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup389: frame_system::limits::BlockLength */ + /** Lookup409: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup390: frame_support::dispatch::PerDispatchClass */ + /** Lookup410: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup391: sp_weights::RuntimeDbWeight */ + /** Lookup411: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup392: sp_version::RuntimeVersion */ + /** Lookup412: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4403,7 +4533,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup396: frame_system::pallet::Error */ + /** Lookup416: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4417,112 +4547,27 @@ export default { "Unauthorized", ], }, - /** Lookup398: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ - CumulusPalletParachainSystemUnincludedSegmentAncestor: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - paraHeadHash: "Option", - consumedGoAheadSignal: "Option", - }, - /** Lookup399: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ - CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { - umpMsgCount: "u32", - umpTotalBytes: "u32", - hrmpOutgoing: "BTreeMap", - }, - /** Lookup401: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ - CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { - msgCount: "u32", - totalBytes: "u32", - }, - /** Lookup405: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { - _enum: ["Abort", "GoAhead"], - }, - /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ - CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - hrmpWatermark: "Option", - consumedGoAheadSignal: "Option", - }, - /** Lookup408: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { - _enum: ["Present"], - }, - /** Lookup409: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ - CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { - dmqMqcHead: "H256", - relayDispatchQueueRemainingCapacity: - "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", - ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - }, - /** Lookup410: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ - CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { - remainingCount: "u32", - remainingSize: "u32", - }, - /** Lookup413: polkadot_primitives::v7::AbridgedHrmpChannel */ - PolkadotPrimitivesV7AbridgedHrmpChannel: { - maxCapacity: "u32", - maxTotalSize: "u32", - maxMessageSize: "u32", - msgCount: "u32", - totalSize: "u32", - mqcHead: "Option", - }, - /** Lookup414: polkadot_primitives::v7::AbridgedHostConfiguration */ - PolkadotPrimitivesV7AbridgedHostConfiguration: { - maxCodeSize: "u32", - maxHeadDataSize: "u32", - maxUpwardQueueCount: "u32", - maxUpwardQueueSize: "u32", - maxUpwardMessageSize: "u32", - maxUpwardMessageNumPerCandidate: "u32", - hrmpMaxMessageNumPerCandidate: "u32", - validationUpgradeCooldown: "u32", - validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", - }, - /** Lookup415: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { - maxCandidateDepth: "u32", - allowedAncestryLen: "u32", - }, - /** Lookup421: polkadot_core_primitives::OutboundHrmpMessage */ - PolkadotCorePrimitivesOutboundHrmpMessage: { - recipient: "u32", - data: "Bytes", - }, - /** Lookup423: cumulus_pallet_parachain_system::pallet::Error */ - CumulusPalletParachainSystemError: { - _enum: [ - "OverlappingUpgrades", - "ProhibitedByPolkadot", - "TooBig", - "ValidationDataNotAvailable", - "HostConfigurationNotAvailable", - "NotScheduled", - "NothingAuthorized", - "Unauthorized", - ], + /** Lookup417: pallet_utility::pallet::Error */ + PalletUtilityError: { + _enum: ["TooManyCalls"], }, - /** Lookup425: pallet_balances::types::BalanceLock */ + /** Lookup419: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup426: pallet_balances::types::Reasons */ + /** Lookup420: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup429: pallet_balances::types::ReserveData */ + /** Lookup423: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup433: moonbeam_runtime::RuntimeHoldReason */ - MoonbeamRuntimeRuntimeHoldReason: { + /** Lookup427: moonbase_runtime::RuntimeHoldReason */ + MoonbaseRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4568,37 +4613,19 @@ export default { __Unused41: "Null", __Unused42: "Null", __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - __Unused52: "Null", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup434: pallet_preimage::pallet::HoldReason */ + /** Lookup428: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup437: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup431: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup439: pallet_balances::pallet::Error */ + /** Lookup433: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4615,125 +4642,305 @@ export default { "DeltaZero", ], }, - /** Lookup440: pallet_transaction_payment::Releases */ - PalletTransactionPaymentReleases: { - _enum: ["V1Ancient", "V2"], + /** Lookup434: pallet_sudo::pallet::Error */ + PalletSudoError: { + _enum: ["RequireSudo"], }, - /** - * Lookup441: - * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingParachainBondConfig: { - account: "AccountId20", - percent: "Percent", + /** Lookup436: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + CumulusPalletParachainSystemUnincludedSegmentAncestor: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + paraHeadHash: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup442: pallet_parachain_staking::types::RoundInfo */ - PalletParachainStakingRoundInfo: { - current: "u32", - first: "u32", - length: "u32", - firstSlot: "u64", + /** Lookup437: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { + umpMsgCount: "u32", + umpTotalBytes: "u32", + hrmpOutgoing: "BTreeMap", }, - /** Lookup443: pallet_parachain_staking::types::Delegator */ - PalletParachainStakingDelegator: { - id: "AccountId20", - delegations: "PalletParachainStakingSetOrderedSet", - total: "u128", - lessTotal: "u128", - status: "PalletParachainStakingDelegatorStatus", + /** Lookup439: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { + msgCount: "u32", + totalBytes: "u32", }, - /** - * Lookup444: - * pallet_parachain_staking::set::OrderedSet> - */ - PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup445: pallet_parachain_staking::types::Bond */ - PalletParachainStakingBond: { - owner: "AccountId20", - amount: "u128", + /** Lookup443: polkadot_primitives::v7::UpgradeGoAhead */ + PolkadotPrimitivesV7UpgradeGoAhead: { + _enum: ["Abort", "GoAhead"], }, - /** Lookup447: pallet_parachain_staking::types::DelegatorStatus */ - PalletParachainStakingDelegatorStatus: { - _enum: { - Active: "Null", - Leaving: "u32", - }, + /** Lookup444: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + hrmpWatermark: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup448: pallet_parachain_staking::types::CandidateMetadata */ - PalletParachainStakingCandidateMetadata: { - bond: "u128", - delegationCount: "u32", - totalCounted: "u128", - lowestTopDelegationAmount: "u128", - highestBottomDelegationAmount: "u128", - lowestBottomDelegationAmount: "u128", - topCapacity: "PalletParachainStakingCapacityStatus", - bottomCapacity: "PalletParachainStakingCapacityStatus", - request: "Option", - status: "PalletParachainStakingCollatorStatus", + /** Lookup446: polkadot_primitives::v7::UpgradeRestriction */ + PolkadotPrimitivesV7UpgradeRestriction: { + _enum: ["Present"], }, - /** Lookup449: pallet_parachain_staking::types::CapacityStatus */ - PalletParachainStakingCapacityStatus: { - _enum: ["Full", "Empty", "Partial"], + /** Lookup447: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { + dmqMqcHead: "H256", + relayDispatchQueueRemainingCapacity: + "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", + ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup451: pallet_parachain_staking::types::CandidateBondLessRequest */ - PalletParachainStakingCandidateBondLessRequest: { - amount: "u128", - whenExecutable: "u32", + /** Lookup448: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { + remainingCount: "u32", + remainingSize: "u32", }, - /** Lookup452: pallet_parachain_staking::types::CollatorStatus */ - PalletParachainStakingCollatorStatus: { - _enum: { - Active: "Null", - Idle: "Null", - Leaving: "u32", - }, + /** Lookup451: polkadot_primitives::v7::AbridgedHrmpChannel */ + PolkadotPrimitivesV7AbridgedHrmpChannel: { + maxCapacity: "u32", + maxTotalSize: "u32", + maxMessageSize: "u32", + msgCount: "u32", + totalSize: "u32", + mqcHead: "Option", }, - /** Lookup454: pallet_parachain_staking::delegation_requests::ScheduledRequest */ - PalletParachainStakingDelegationRequestsScheduledRequest: { - delegator: "AccountId20", - whenExecutable: "u32", - action: "PalletParachainStakingDelegationRequestsDelegationAction", + /** Lookup452: polkadot_primitives::v7::AbridgedHostConfiguration */ + PolkadotPrimitivesV7AbridgedHostConfiguration: { + maxCodeSize: "u32", + maxHeadDataSize: "u32", + maxUpwardQueueCount: "u32", + maxUpwardQueueSize: "u32", + maxUpwardMessageSize: "u32", + maxUpwardMessageNumPerCandidate: "u32", + hrmpMaxMessageNumPerCandidate: "u32", + validationUpgradeCooldown: "u32", + validationUpgradeDelay: "u32", + asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** - * Lookup457: - * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingAutoCompoundAutoCompoundConfig: { - delegator: "AccountId20", - value: "Percent", + /** Lookup453: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + maxCandidateDepth: "u32", + allowedAncestryLen: "u32", }, - /** Lookup459: pallet_parachain_staking::types::Delegations */ - PalletParachainStakingDelegations: { - delegations: "Vec", - total: "u128", + /** Lookup459: polkadot_core_primitives::OutboundHrmpMessage */ + PolkadotCorePrimitivesOutboundHrmpMessage: { + recipient: "u32", + data: "Bytes", }, - /** - * Lookup461: - * pallet_parachain_staking::set::BoundedOrderedSet, S> + /** Lookup461: cumulus_pallet_parachain_system::pallet::Error */ + CumulusPalletParachainSystemError: { + _enum: [ + "OverlappingUpgrades", + "ProhibitedByPolkadot", + "TooBig", + "ValidationDataNotAvailable", + "HostConfigurationNotAvailable", + "NotScheduled", + "NothingAuthorized", + "Unauthorized", + ], + }, + /** Lookup462: pallet_transaction_payment::Releases */ + PalletTransactionPaymentReleases: { + _enum: ["V1Ancient", "V2"], + }, + /** Lookup463: pallet_evm::CodeMetadata */ + PalletEvmCodeMetadata: { + _alias: { + size_: "size", + hash_: "hash", + }, + size_: "u64", + hash_: "H256", + }, + /** Lookup465: pallet_evm::pallet::Error */ + PalletEvmError: { + _enum: [ + "BalanceLow", + "FeeOverflow", + "PaymentOverflow", + "WithdrawFailed", + "GasPriceTooLow", + "InvalidNonce", + "GasLimitTooLow", + "GasLimitTooHigh", + "InvalidChainId", + "InvalidSignature", + "Reentrancy", + "TransactionMustComeFromEOA", + "Undefined", + ], + }, + /** Lookup468: fp_rpc::TransactionStatus */ + FpRpcTransactionStatus: { + transactionHash: "H256", + transactionIndex: "u32", + from: "H160", + to: "Option", + contractAddress: "Option", + logs: "Vec", + logsBloom: "EthbloomBloom", + }, + /** Lookup470: ethbloom::Bloom */ + EthbloomBloom: "[u8;256]", + /** Lookup472: ethereum::receipt::ReceiptV3 */ + EthereumReceiptReceiptV3: { + _enum: { + Legacy: "EthereumReceiptEip658ReceiptData", + EIP2930: "EthereumReceiptEip658ReceiptData", + EIP1559: "EthereumReceiptEip658ReceiptData", + }, + }, + /** Lookup473: ethereum::receipt::EIP658ReceiptData */ + EthereumReceiptEip658ReceiptData: { + statusCode: "u8", + usedGas: "U256", + logsBloom: "EthbloomBloom", + logs: "Vec", + }, + /** + * Lookup474: + * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + */ + EthereumBlock: { + header: "EthereumHeader", + transactions: "Vec", + ommers: "Vec", + }, + /** Lookup475: ethereum::header::Header */ + EthereumHeader: { + parentHash: "H256", + ommersHash: "H256", + beneficiary: "H160", + stateRoot: "H256", + transactionsRoot: "H256", + receiptsRoot: "H256", + logsBloom: "EthbloomBloom", + difficulty: "U256", + number: "U256", + gasLimit: "U256", + gasUsed: "U256", + timestamp: "u64", + extraData: "Bytes", + mixHash: "H256", + nonce: "EthereumTypesHashH64", + }, + /** Lookup476: ethereum_types::hash::H64 */ + EthereumTypesHashH64: "[u8;8]", + /** Lookup481: pallet_ethereum::pallet::Error */ + PalletEthereumError: { + _enum: ["InvalidSignature", "PreLogExists"], + }, + /** + * Lookup482: + * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingParachainBondConfig: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup483: pallet_parachain_staking::types::RoundInfo */ + PalletParachainStakingRoundInfo: { + current: "u32", + first: "u32", + length: "u32", + firstSlot: "u64", + }, + /** Lookup484: pallet_parachain_staking::types::Delegator */ + PalletParachainStakingDelegator: { + id: "AccountId20", + delegations: "PalletParachainStakingSetOrderedSet", + total: "u128", + lessTotal: "u128", + status: "PalletParachainStakingDelegatorStatus", + }, + /** + * Lookup485: + * pallet_parachain_staking::set::OrderedSet> + */ + PalletParachainStakingSetOrderedSet: "Vec", + /** Lookup486: pallet_parachain_staking::types::Bond */ + PalletParachainStakingBond: { + owner: "AccountId20", + amount: "u128", + }, + /** Lookup488: pallet_parachain_staking::types::DelegatorStatus */ + PalletParachainStakingDelegatorStatus: { + _enum: { + Active: "Null", + Leaving: "u32", + }, + }, + /** Lookup489: pallet_parachain_staking::types::CandidateMetadata */ + PalletParachainStakingCandidateMetadata: { + bond: "u128", + delegationCount: "u32", + totalCounted: "u128", + lowestTopDelegationAmount: "u128", + highestBottomDelegationAmount: "u128", + lowestBottomDelegationAmount: "u128", + topCapacity: "PalletParachainStakingCapacityStatus", + bottomCapacity: "PalletParachainStakingCapacityStatus", + request: "Option", + status: "PalletParachainStakingCollatorStatus", + }, + /** Lookup490: pallet_parachain_staking::types::CapacityStatus */ + PalletParachainStakingCapacityStatus: { + _enum: ["Full", "Empty", "Partial"], + }, + /** Lookup492: pallet_parachain_staking::types::CandidateBondLessRequest */ + PalletParachainStakingCandidateBondLessRequest: { + amount: "u128", + whenExecutable: "u32", + }, + /** Lookup493: pallet_parachain_staking::types::CollatorStatus */ + PalletParachainStakingCollatorStatus: { + _enum: { + Active: "Null", + Idle: "Null", + Leaving: "u32", + }, + }, + /** Lookup495: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + PalletParachainStakingDelegationRequestsScheduledRequest: { + delegator: "AccountId20", + whenExecutable: "u32", + action: "PalletParachainStakingDelegationRequestsDelegationAction", + }, + /** + * Lookup498: + * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingAutoCompoundAutoCompoundConfig: { + delegator: "AccountId20", + value: "Percent", + }, + /** Lookup500: pallet_parachain_staking::types::Delegations */ + PalletParachainStakingDelegations: { + delegations: "Vec", + total: "u128", + }, + /** + * Lookup502: + * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup464: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup505: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup466: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup507: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup467: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup508: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup468: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup509: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4751,7 +4958,7 @@ export default { max: "Perbill", }, }, - /** Lookup469: pallet_parachain_staking::pallet::Error */ + /** Lookup510: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4811,74 +5018,146 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup470: pallet_author_inherent::pallet::Error */ - PalletAuthorInherentError: { - _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + /** + * Lookup513: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> + */ + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", + priority: "u8", + call: "FrameSupportPreimagesBounded", + maybePeriodic: "Option<(u32,u32)>", + origin: "MoonbaseRuntimeOriginCaller", }, - /** Lookup471: pallet_author_mapping::pallet::RegistrationInfo */ - PalletAuthorMappingRegistrationInfo: { - _alias: { - keys_: "keys", - }, - account: "AccountId20", - deposit: "u128", - keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + /** Lookup515: pallet_scheduler::RetryConfig */ + PalletSchedulerRetryConfig: { + totalRetries: "u8", + remaining: "u8", + period: "u32", }, - /** Lookup472: pallet_author_mapping::pallet::Error */ - PalletAuthorMappingError: { + /** Lookup516: pallet_scheduler::pallet::Error */ + PalletSchedulerError: { _enum: [ - "AssociationNotFound", - "NotYourAssociation", - "CannotAffordSecurityDeposit", - "AlreadyAssociated", - "OldAuthorIdNotFound", - "WrongKeySize", - "DecodeNimbusFailed", - "DecodeKeysFailed", + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", ], }, - /** Lookup473: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCollatorPoolInfo: { - orbiters: "Vec", - maybeCurrentOrbiter: "Option", - nextOrbiter: "u32", - }, - /** Lookup475: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCurrentOrbiter: { - accountId: "AccountId20", - removed: "bool", + /** Lookup517: pallet_treasury::Proposal */ + PalletTreasuryProposal: { + proposer: "AccountId20", + value: "u128", + beneficiary: "AccountId20", + bond: "u128", }, - /** Lookup476: pallet_moonbeam_orbiters::pallet::Error */ - PalletMoonbeamOrbitersError: { - _enum: [ - "CollatorAlreadyAdded", - "CollatorNotFound", - "CollatorPoolTooLarge", - "CollatorsPoolCountTooLow", - "MinOrbiterDepositNotSet", - "OrbiterAlreadyInPool", - "OrbiterDepositNotFound", - "OrbiterNotFound", - "OrbiterStillInAPool", - ], + /** + * Lookup520: pallet_treasury::SpendStatus + */ + PalletTreasurySpendStatus: { + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + status: "PalletTreasuryPaymentState", }, - /** Lookup479: pallet_utility::pallet::Error */ - PalletUtilityError: { - _enum: ["TooManyCalls"], + /** Lookup521: pallet_treasury::PaymentState */ + PalletTreasuryPaymentState: { + _enum: { + Pending: "Null", + Attempted: { + id: "Null", + }, + Failed: "Null", + }, }, - /** Lookup482: pallet_proxy::ProxyDefinition */ - PalletProxyProxyDefinition: { - delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", - delay: "u32", + /** Lookup523: frame_support::PalletId */ + FrameSupportPalletId: "[u8;8]", + /** Lookup524: pallet_treasury::pallet::Error */ + PalletTreasuryError: { + _enum: [ + "InvalidIndex", + "TooManyApprovals", + "InsufficientPermission", + "ProposalNotApproved", + "FailedToConvertBalance", + "SpendExpired", + "EarlyPayout", + "AlreadyAttempted", + "PayoutError", + "NotAttempted", + "Inconclusive", + ], + }, + /** Lookup525: pallet_author_inherent::pallet::Error */ + PalletAuthorInherentError: { + _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + }, + /** Lookup526: pallet_crowdloan_rewards::pallet::RewardInfo */ + PalletCrowdloanRewardsRewardInfo: { + totalReward: "u128", + claimedReward: "u128", + contributedRelayAddresses: "Vec<[u8;32]>", + }, + /** Lookup528: pallet_crowdloan_rewards::pallet::Error */ + PalletCrowdloanRewardsError: { + _enum: [ + "AlreadyAssociated", + "BatchBeyondFundPot", + "FirstClaimAlreadyDone", + "RewardNotHighEnough", + "InvalidClaimSignature", + "InvalidFreeClaimSignature", + "NoAssociatedClaim", + "RewardsAlreadyClaimed", + "RewardVecAlreadyInitialized", + "RewardVecNotFullyInitializedYet", + "RewardsDoNotMatchFund", + "TooManyContributors", + "VestingPeriodNonValid", + "NonContributedAddressProvided", + "InsufficientNumberOfValidProofs", + ], + }, + /** Lookup529: pallet_author_mapping::pallet::RegistrationInfo */ + PalletAuthorMappingRegistrationInfo: { + _alias: { + keys_: "keys", + }, + account: "AccountId20", + deposit: "u128", + keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + }, + /** Lookup530: pallet_author_mapping::pallet::Error */ + PalletAuthorMappingError: { + _enum: [ + "AssociationNotFound", + "NotYourAssociation", + "CannotAffordSecurityDeposit", + "AlreadyAssociated", + "OldAuthorIdNotFound", + "WrongKeySize", + "DecodeNimbusFailed", + "DecodeKeysFailed", + ], }, - /** Lookup486: pallet_proxy::Announcement */ + /** Lookup533: pallet_proxy::ProxyDefinition */ + PalletProxyProxyDefinition: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + }, + /** Lookup537: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup488: pallet_proxy::pallet::Error */ + /** Lookup539: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4891,12 +5170,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup489: pallet_maintenance_mode::pallet::Error */ + /** Lookup540: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup491: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -4904,21 +5183,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup500: pallet_identity::types::RegistrarInfo */ + /** Lookup551: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup502: + * Lookup553: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup505: pallet_identity::pallet::Error */ + /** Lookup556: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -4949,201 +5228,392 @@ export default { "NotExpired", ], }, - /** Lookup506: pallet_migrations::pallet::Error */ - PalletMigrationsError: { - _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + /** Lookup561: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + CumulusPalletXcmpQueueOutboundChannelDetails: { + recipient: "u32", + state: "CumulusPalletXcmpQueueOutboundState", + signalsExist: "bool", + firstIndex: "u16", + lastIndex: "u16", }, - /** Lookup508: pallet_multisig::Multisig */ - PalletMultisigMultisig: { - when: "PalletMultisigTimepoint", - deposit: "u128", - depositor: "AccountId20", - approvals: "Vec", + /** Lookup562: cumulus_pallet_xcmp_queue::OutboundState */ + CumulusPalletXcmpQueueOutboundState: { + _enum: ["Ok", "Suspended"], }, - /** Lookup510: pallet_multisig::pallet::Error */ - PalletMultisigError: { + /** Lookup566: cumulus_pallet_xcmp_queue::QueueConfigData */ + CumulusPalletXcmpQueueQueueConfigData: { + suspendThreshold: "u32", + dropThreshold: "u32", + resumeThreshold: "u32", + }, + /** Lookup567: cumulus_pallet_xcmp_queue::pallet::Error */ + CumulusPalletXcmpQueueError: { _enum: [ - "MinimumThreshold", - "AlreadyApproved", - "NoApprovalsNeeded", - "TooFewSignatories", - "TooManySignatories", - "SignatoriesOutOfOrder", - "SenderInSignatories", - "NotFound", - "NotOwner", - "NoTimepoint", - "WrongTimepoint", - "UnexpectedTimepoint", - "MaxWeightTooLow", - "AlreadyStored", + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", ], }, - /** Lookup511: pallet_moonbeam_lazy_migrations::pallet::Error */ - PalletMoonbeamLazyMigrationsError: { - _enum: ["LimitCannotBeZero", "AddressesLengthCannotBeZero", "ContractNotCorrupted"], + /** Lookup568: pallet_xcm::pallet::QueryStatus */ + PalletXcmQueryStatus: { + _enum: { + Pending: { + responder: "XcmVersionedLocation", + maybeMatchQuerier: "Option", + maybeNotify: "Option<(u8,u8)>", + timeout: "u32", + }, + VersionNotifier: { + origin: "XcmVersionedLocation", + isActive: "bool", + }, + Ready: { + response: "XcmVersionedResponse", + at: "u32", + }, + }, }, - /** Lookup512: pallet_evm::CodeMetadata */ - PalletEvmCodeMetadata: { - _alias: { - size_: "size", - hash_: "hash", + /** Lookup572: xcm::VersionedResponse */ + XcmVersionedResponse: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + V2: "XcmV2Response", + V3: "XcmV3Response", + V4: "StagingXcmV4Response", }, - size_: "u64", - hash_: "H256", }, - /** Lookup514: pallet_evm::pallet::Error */ - PalletEvmError: { + /** Lookup578: pallet_xcm::pallet::VersionMigrationStage */ + PalletXcmVersionMigrationStage: { + _enum: { + MigrateSupportedVersion: "Null", + MigrateVersionNotifiers: "Null", + NotifyCurrentTargets: "Option", + MigrateAndNotifyOldTargets: "Null", + }, + }, + /** Lookup581: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + PalletXcmRemoteLockedFungibleRecord: { + amount: "u128", + owner: "XcmVersionedLocation", + locker: "XcmVersionedLocation", + consumers: "Vec<(Null,u128)>", + }, + /** Lookup588: pallet_xcm::pallet::Error */ + PalletXcmError: { _enum: [ - "BalanceLow", - "FeeOverflow", - "PaymentOverflow", - "WithdrawFailed", - "GasPriceTooLow", - "InvalidNonce", - "GasLimitTooLow", - "GasLimitTooHigh", - "InvalidChainId", - "InvalidSignature", - "Reentrancy", - "TransactionMustComeFromEOA", - "Undefined", + "Unreachable", + "SendFailure", + "Filtered", + "UnweighableMessage", + "DestinationNotInvertible", + "Empty", + "CannotReanchor", + "TooManyAssets", + "InvalidOrigin", + "BadVersion", + "BadLocation", + "NoSubscription", + "AlreadySubscribed", + "CannotCheckOutTeleport", + "LowBalance", + "TooManyLocks", + "AccountNotSovereign", + "FeesNotMet", + "LockNotFound", + "InUse", + "__Unused20", + "InvalidAssetUnknownReserve", + "InvalidAssetUnsupportedReserve", + "TooManyReserves", + "LocalExecutionIncomplete", ], }, - /** Lookup517: fp_rpc::TransactionStatus */ - FpRpcTransactionStatus: { - transactionHash: "H256", - transactionIndex: "u32", - from: "H160", - to: "Option", - contractAddress: "Option", - logs: "Vec", - logsBloom: "EthbloomBloom", + /** Lookup589: pallet_assets::types::AssetDetails */ + PalletAssetsAssetDetails: { + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + supply: "u128", + deposit: "u128", + minBalance: "u128", + isSufficient: "bool", + accounts: "u32", + sufficients: "u32", + approvals: "u32", + status: "PalletAssetsAssetStatus", }, - /** Lookup519: ethbloom::Bloom */ - EthbloomBloom: "[u8;256]", - /** Lookup521: ethereum::receipt::ReceiptV3 */ - EthereumReceiptReceiptV3: { + /** Lookup590: pallet_assets::types::AssetStatus */ + PalletAssetsAssetStatus: { + _enum: ["Live", "Frozen", "Destroying"], + }, + /** Lookup592: pallet_assets::types::AssetAccount */ + PalletAssetsAssetAccount: { + balance: "u128", + status: "PalletAssetsAccountStatus", + reason: "PalletAssetsExistenceReason", + extra: "Null", + }, + /** Lookup593: pallet_assets::types::AccountStatus */ + PalletAssetsAccountStatus: { + _enum: ["Liquid", "Frozen", "Blocked"], + }, + /** Lookup594: pallet_assets::types::ExistenceReason */ + PalletAssetsExistenceReason: { _enum: { - Legacy: "EthereumReceiptEip658ReceiptData", - EIP2930: "EthereumReceiptEip658ReceiptData", - EIP1559: "EthereumReceiptEip658ReceiptData", + Consumer: "Null", + Sufficient: "Null", + DepositHeld: "u128", + DepositRefunded: "Null", + DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup522: ethereum::receipt::EIP658ReceiptData */ - EthereumReceiptEip658ReceiptData: { - statusCode: "u8", - usedGas: "U256", - logsBloom: "EthbloomBloom", - logs: "Vec", + /** Lookup596: pallet_assets::types::Approval */ + PalletAssetsApproval: { + amount: "u128", + deposit: "u128", }, /** - * Lookup523: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + * Lookup597: pallet_assets::types::AssetMetadata> */ - EthereumBlock: { - header: "EthereumHeader", - transactions: "Vec", - ommers: "Vec", + PalletAssetsAssetMetadata: { + deposit: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup524: ethereum::header::Header */ - EthereumHeader: { - parentHash: "H256", - ommersHash: "H256", - beneficiary: "H160", - stateRoot: "H256", - transactionsRoot: "H256", - receiptsRoot: "H256", - logsBloom: "EthbloomBloom", - difficulty: "U256", - number: "U256", - gasLimit: "U256", - gasUsed: "U256", - timestamp: "u64", - extraData: "Bytes", - mixHash: "H256", - nonce: "EthereumTypesHashH64", + /** Lookup599: pallet_assets::pallet::Error */ + PalletAssetsError: { + _enum: [ + "BalanceLow", + "NoAccount", + "NoPermission", + "Unknown", + "Frozen", + "InUse", + "BadWitness", + "MinBalanceZero", + "UnavailableConsumer", + "BadMetadata", + "Unapproved", + "WouldDie", + "AlreadyExists", + "NoDeposit", + "WouldBurn", + "LiveAsset", + "AssetNotLive", + "IncorrectStatus", + "NotFrozen", + "CallbackFailed", + "BadAssetId", + ], }, - /** Lookup525: ethereum_types::hash::H64 */ - EthereumTypesHashH64: "[u8;8]", - /** Lookup530: pallet_ethereum::pallet::Error */ - PalletEthereumError: { - _enum: ["InvalidSignature", "PreLogExists"], + /** Lookup600: orml_xtokens::module::Error */ + OrmlXtokensModuleError: { + _enum: [ + "AssetHasNoReserve", + "NotCrossChainTransfer", + "InvalidDest", + "NotCrossChainTransferableCurrency", + "UnweighableMessage", + "XcmExecutionFailed", + "CannotReanchor", + "InvalidAncestry", + "InvalidAsset", + "DestinationNotInvertible", + "BadVersion", + "DistinctReserveForAssetAndFee", + "ZeroFee", + "ZeroAmount", + "TooManyAssetsBeingSent", + "AssetIndexNonExistent", + "FeeNotEnough", + "NotSupportedLocation", + "MinXcmFeeNotDefined", + "RateLimited", + ], }, - /** - * Lookup533: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> - */ - PalletSchedulerScheduled: { - maybeId: "Option<[u8;32]>", - priority: "u8", - call: "FrameSupportPreimagesBounded", - maybePeriodic: "Option<(u32,u32)>", - origin: "MoonbeamRuntimeOriginCaller", + /** Lookup601: pallet_asset_manager::pallet::Error */ + PalletAssetManagerError: { + _enum: [ + "ErrorCreatingAsset", + "AssetAlreadyExists", + "AssetDoesNotExist", + "TooLowNumAssetsWeightHint", + "LocalAssetLimitReached", + "ErrorDestroyingAsset", + "NotSufficientDeposit", + "NonExistentLocalAsset", + ], }, - /** Lookup535: pallet_scheduler::RetryConfig */ - PalletSchedulerRetryConfig: { - totalRetries: "u8", - remaining: "u8", - period: "u32", + /** Lookup602: pallet_migrations::pallet::Error */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup536: pallet_scheduler::pallet::Error */ - PalletSchedulerError: { + /** Lookup603: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + PalletXcmTransactorRelayIndicesRelayChainIndices: { + staking: "u8", + utility: "u8", + hrmp: "u8", + bond: "u8", + bondExtra: "u8", + unbond: "u8", + withdrawUnbonded: "u8", + validate: "u8", + nominate: "u8", + chill: "u8", + setPayee: "u8", + setController: "u8", + rebond: "u8", + asDerivative: "u8", + initOpenChannel: "u8", + acceptOpenChannel: "u8", + closeChannel: "u8", + cancelOpenRequest: "u8", + }, + /** Lookup604: pallet_xcm_transactor::pallet::Error */ + PalletXcmTransactorError: { _enum: [ - "FailedToSchedule", - "NotFound", - "TargetBlockNumberInPast", - "RescheduleNoChange", - "Named", + "IndexAlreadyClaimed", + "UnclaimedIndex", + "NotOwner", + "UnweighableMessage", + "CannotReanchor", + "AssetHasNoReserve", + "InvalidDest", + "NotCrossChainTransfer", + "AssetIsNotReserveInDestination", + "DestinationNotInvertible", + "ErrorDelivering", + "DispatchWeightBiggerThanTotalWeight", + "WeightOverflow", + "AmountOverflow", + "TransactorInfoNotSet", + "NotCrossChainTransferableCurrency", + "XcmExecuteError", + "BadVersion", + "MaxWeightTransactReached", + "UnableToWithdrawAsset", + "FeePerSecondNotSet", + "SignedTransactNotAllowedForDestination", + "FailedMultiLocationToJunction", + "HrmpHandlerNotImplemented", + "TooMuchFeeUsed", + "ErrorValidating", + "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup537: pallet_preimage::OldRequestStatus */ - PalletPreimageOldRequestStatus: { + /** Lookup605: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCollatorPoolInfo: { + orbiters: "Vec", + maybeCurrentOrbiter: "Option", + nextOrbiter: "u32", + }, + /** Lookup607: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCurrentOrbiter: { + accountId: "AccountId20", + removed: "bool", + }, + /** Lookup608: pallet_moonbeam_orbiters::pallet::Error */ + PalletMoonbeamOrbitersError: { + _enum: [ + "CollatorAlreadyAdded", + "CollatorNotFound", + "CollatorPoolTooLarge", + "CollatorsPoolCountTooLow", + "MinOrbiterDepositNotSet", + "OrbiterAlreadyInPool", + "OrbiterDepositNotFound", + "OrbiterNotFound", + "OrbiterStillInAPool", + ], + }, + /** Lookup609: pallet_ethereum_xcm::pallet::Error */ + PalletEthereumXcmError: { + _enum: ["EthereumXcmExecutionSuspended"], + }, + /** Lookup610: pallet_randomness::types::RequestState */ + PalletRandomnessRequestState: { + request: "PalletRandomnessRequest", + deposit: "u128", + }, + /** Lookup611: pallet_randomness::types::Request> */ + PalletRandomnessRequest: { + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + info: "PalletRandomnessRequestInfo", + }, + /** Lookup612: pallet_randomness::types::RequestInfo */ + PalletRandomnessRequestInfo: { _enum: { - Unrequested: { - deposit: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - deposit: "Option<(AccountId20,u128)>", - count: "u32", - len: "Option", - }, + BabeEpoch: "(u64,u64)", + Local: "(u32,u32)", }, }, - /** - * Lookup540: pallet_preimage::RequestStatus> - */ - PalletPreimageRequestStatus: { + /** Lookup613: pallet_randomness::types::RequestType */ + PalletRandomnessRequestType: { _enum: { - Unrequested: { - ticket: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - maybeTicket: "Option<(AccountId20,u128)>", - count: "u32", - maybeLen: "Option", - }, + BabeEpoch: "u64", + Local: "u32", }, }, - /** Lookup546: pallet_preimage::pallet::Error */ - PalletPreimageError: { + /** Lookup614: pallet_randomness::types::RandomnessResult */ + PalletRandomnessRandomnessResult: { + randomness: "Option", + requestCount: "u64", + }, + /** Lookup615: pallet_randomness::pallet::Error */ + PalletRandomnessError: { _enum: [ - "TooBig", - "AlreadyNoted", - "NotAuthorized", - "NotNoted", - "Requested", - "NotRequested", - "TooMany", - "TooFew", + "RequestCounterOverflowed", + "RequestFeeOverflowed", + "MustRequestAtLeastOneWord", + "CannotRequestMoreWordsThanMax", + "CannotRequestRandomnessAfterMaxDelay", + "CannotRequestRandomnessBeforeMinDelay", + "RequestDNE", + "RequestCannotYetBeFulfilled", + "OnlyRequesterCanIncreaseFee", + "RequestHasNotExpired", + "RandomnessResultDNE", + "RandomnessResultNotFilled", + ], + }, + /** Lookup617: pallet_collective::Votes */ + PalletCollectiveVotes: { + index: "u32", + threshold: "u32", + ayes: "Vec", + nays: "Vec", + end: "u32", + }, + /** Lookup618: pallet_collective::pallet::Error */ + PalletCollectiveError: { + _enum: [ + "NotMember", + "DuplicateProposal", + "ProposalMissing", + "WrongIndex", + "DuplicateVote", + "AlreadyInitialized", + "TooEarly", + "TooManyProposals", + "WrongProposalWeight", + "WrongProposalLength", + "PrimeAccountNotMember", ], }, /** - * Lookup548: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5152,20 +5622,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup549: pallet_conviction_voting::vote::Casting */ + /** Lookup621: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup553: pallet_conviction_voting::types::Delegations */ + /** Lookup625: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup554: pallet_conviction_voting::vote::PriorLock */ + /** Lookup626: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup555: pallet_conviction_voting::vote::Delegating */ + /** Lookup627: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5173,7 +5643,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup559: pallet_conviction_voting::pallet::Error */ + /** Lookup631: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5191,8 +5661,8 @@ export default { ], }, /** - * Lookup560: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5207,14 +5677,14 @@ export default { }, }, /** - * Lookup561: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonbeamRuntimeOriginCaller", + origin: "MoonbaseRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5225,17 +5695,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup562: pallet_referenda::types::Deposit */ + /** Lookup634: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup565: pallet_referenda::types::DecidingStatus */ + /** Lookup637: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup573: pallet_referenda::types::TrackInfo */ + /** Lookup645: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5247,7 +5717,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup574: pallet_referenda::types::Curve */ + /** Lookup646: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5257,436 +5727,142 @@ export default { }, SteppedDecreasing: { begin: "Perbill", - end: "Perbill", - step: "Perbill", - period: "Perbill", - }, - Reciprocal: { - factor: "i64", - xOffset: "i64", - yOffset: "i64", - }, - }, - }, - /** Lookup577: pallet_referenda::pallet::Error */ - PalletReferendaError: { - _enum: [ - "NotOngoing", - "HasDeposit", - "BadTrack", - "Full", - "QueueEmpty", - "BadReferendum", - "NothingToDo", - "NoTrack", - "Unfinished", - "NoPermission", - "NoDeposit", - "BadStatus", - "PreimageNotExist", - "PreimageStoredWithDifferentLength", - ], - }, - /** Lookup578: pallet_whitelist::pallet::Error */ - PalletWhitelistError: { - _enum: [ - "UnavailablePreImage", - "UndecodableCall", - "InvalidCallWeightWitness", - "CallIsNotWhitelisted", - "CallAlreadyWhitelisted", - ], - }, - /** Lookup580: pallet_collective::Votes */ - PalletCollectiveVotes: { - index: "u32", - threshold: "u32", - ayes: "Vec", - nays: "Vec", - end: "u32", - }, - /** Lookup581: pallet_collective::pallet::Error */ - PalletCollectiveError: { - _enum: [ - "NotMember", - "DuplicateProposal", - "ProposalMissing", - "WrongIndex", - "DuplicateVote", - "AlreadyInitialized", - "TooEarly", - "TooManyProposals", - "WrongProposalWeight", - "WrongProposalLength", - "PrimeAccountNotMember", - ], - }, - /** Lookup584: pallet_treasury::Proposal */ - PalletTreasuryProposal: { - proposer: "AccountId20", - value: "u128", - beneficiary: "AccountId20", - bond: "u128", - }, - /** - * Lookup587: pallet_treasury::SpendStatus - */ - PalletTreasurySpendStatus: { - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", - status: "PalletTreasuryPaymentState", - }, - /** Lookup588: pallet_treasury::PaymentState */ - PalletTreasuryPaymentState: { - _enum: { - Pending: "Null", - Attempted: { - id: "Null", - }, - Failed: "Null", - }, - }, - /** Lookup590: frame_support::PalletId */ - FrameSupportPalletId: "[u8;8]", - /** Lookup591: pallet_treasury::pallet::Error */ - PalletTreasuryError: { - _enum: [ - "InsufficientProposersBalance", - "InvalidIndex", - "TooManyApprovals", - "InsufficientPermission", - "ProposalNotApproved", - "FailedToConvertBalance", - "SpendExpired", - "EarlyPayout", - "AlreadyAttempted", - "PayoutError", - "NotAttempted", - "Inconclusive", - ], - }, - /** Lookup592: pallet_crowdloan_rewards::pallet::RewardInfo */ - PalletCrowdloanRewardsRewardInfo: { - totalReward: "u128", - claimedReward: "u128", - contributedRelayAddresses: "Vec<[u8;32]>", - }, - /** Lookup594: pallet_crowdloan_rewards::pallet::Error */ - PalletCrowdloanRewardsError: { - _enum: [ - "AlreadyAssociated", - "BatchBeyondFundPot", - "FirstClaimAlreadyDone", - "RewardNotHighEnough", - "InvalidClaimSignature", - "InvalidFreeClaimSignature", - "NoAssociatedClaim", - "RewardsAlreadyClaimed", - "RewardVecAlreadyInitialized", - "RewardVecNotFullyInitializedYet", - "RewardsDoNotMatchFund", - "TooManyContributors", - "VestingPeriodNonValid", - "NonContributedAddressProvided", - "InsufficientNumberOfValidProofs", - ], - }, - /** Lookup599: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ - CumulusPalletXcmpQueueOutboundChannelDetails: { - recipient: "u32", - state: "CumulusPalletXcmpQueueOutboundState", - signalsExist: "bool", - firstIndex: "u16", - lastIndex: "u16", - }, - /** Lookup600: cumulus_pallet_xcmp_queue::OutboundState */ - CumulusPalletXcmpQueueOutboundState: { - _enum: ["Ok", "Suspended"], - }, - /** Lookup602: cumulus_pallet_xcmp_queue::QueueConfigData */ - CumulusPalletXcmpQueueQueueConfigData: { - suspendThreshold: "u32", - dropThreshold: "u32", - resumeThreshold: "u32", - }, - /** Lookup603: cumulus_pallet_xcmp_queue::pallet::Error */ - CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup604: cumulus_pallet_dmp_queue::pallet::MigrationState */ - CumulusPalletDmpQueueMigrationState: { - _enum: { - NotStarted: "Null", - StartedExport: { - nextBeginUsed: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: { - nextOverweightIndex: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: { - cursor: "Option", - }, - Completed: "Null", - }, - }, - /** Lookup607: pallet_xcm::pallet::QueryStatus */ - PalletXcmQueryStatus: { - _enum: { - Pending: { - responder: "XcmVersionedLocation", - maybeMatchQuerier: "Option", - maybeNotify: "Option<(u8,u8)>", - timeout: "u32", - }, - VersionNotifier: { - origin: "XcmVersionedLocation", - isActive: "bool", - }, - Ready: { - response: "XcmVersionedResponse", - at: "u32", - }, - }, - }, - /** Lookup611: xcm::VersionedResponse */ - XcmVersionedResponse: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Response", - V3: "XcmV3Response", - V4: "StagingXcmV4Response", - }, - }, - /** Lookup617: pallet_xcm::pallet::VersionMigrationStage */ - PalletXcmVersionMigrationStage: { - _enum: { - MigrateSupportedVersion: "Null", - MigrateVersionNotifiers: "Null", - NotifyCurrentTargets: "Option", - MigrateAndNotifyOldTargets: "Null", - }, - }, - /** Lookup620: pallet_xcm::pallet::RemoteLockedFungibleRecord */ - PalletXcmRemoteLockedFungibleRecord: { - amount: "u128", - owner: "XcmVersionedLocation", - locker: "XcmVersionedLocation", - consumers: "Vec<(Null,u128)>", - }, - /** Lookup627: pallet_xcm::pallet::Error */ - PalletXcmError: { - _enum: [ - "Unreachable", - "SendFailure", - "Filtered", - "UnweighableMessage", - "DestinationNotInvertible", - "Empty", - "CannotReanchor", - "TooManyAssets", - "InvalidOrigin", - "BadVersion", - "BadLocation", - "NoSubscription", - "AlreadySubscribed", - "CannotCheckOutTeleport", - "LowBalance", - "TooManyLocks", - "AccountNotSovereign", - "FeesNotMet", - "LockNotFound", - "InUse", - "__Unused20", - "InvalidAssetUnknownReserve", - "InvalidAssetUnsupportedReserve", - "TooManyReserves", - "LocalExecutionIncomplete", - ], - }, - /** Lookup628: pallet_assets::types::AssetDetails */ - PalletAssetsAssetDetails: { - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - supply: "u128", - deposit: "u128", - minBalance: "u128", - isSufficient: "bool", - accounts: "u32", - sufficients: "u32", - approvals: "u32", - status: "PalletAssetsAssetStatus", - }, - /** Lookup629: pallet_assets::types::AssetStatus */ - PalletAssetsAssetStatus: { - _enum: ["Live", "Frozen", "Destroying"], - }, - /** Lookup631: pallet_assets::types::AssetAccount */ - PalletAssetsAssetAccount: { - balance: "u128", - status: "PalletAssetsAccountStatus", - reason: "PalletAssetsExistenceReason", - extra: "Null", + end: "Perbill", + step: "Perbill", + period: "Perbill", + }, + Reciprocal: { + factor: "i64", + xOffset: "i64", + yOffset: "i64", + }, + }, }, - /** Lookup632: pallet_assets::types::AccountStatus */ - PalletAssetsAccountStatus: { - _enum: ["Liquid", "Frozen", "Blocked"], + /** Lookup649: pallet_referenda::pallet::Error */ + PalletReferendaError: { + _enum: [ + "NotOngoing", + "HasDeposit", + "BadTrack", + "Full", + "QueueEmpty", + "BadReferendum", + "NothingToDo", + "NoTrack", + "Unfinished", + "NoPermission", + "NoDeposit", + "BadStatus", + "PreimageNotExist", + "PreimageStoredWithDifferentLength", + ], }, - /** Lookup633: pallet_assets::types::ExistenceReason */ - PalletAssetsExistenceReason: { + /** Lookup650: pallet_preimage::OldRequestStatus */ + PalletPreimageOldRequestStatus: { _enum: { - Consumer: "Null", - Sufficient: "Null", - DepositHeld: "u128", - DepositRefunded: "Null", - DepositFrom: "(AccountId20,u128)", + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, }, }, - /** Lookup635: pallet_assets::types::Approval */ - PalletAssetsApproval: { - amount: "u128", - deposit: "u128", - }, /** - * Lookup636: pallet_assets::types::AssetMetadata> + * Lookup653: pallet_preimage::RequestStatus> */ - PalletAssetsAssetMetadata: { - deposit: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + ticket: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + maybeTicket: "Option<(AccountId20,u128)>", + count: "u32", + maybeLen: "Option", + }, + }, }, - /** Lookup638: pallet_assets::pallet::Error */ - PalletAssetsError: { + /** Lookup659: pallet_preimage::pallet::Error */ + PalletPreimageError: { _enum: [ - "BalanceLow", - "NoAccount", - "NoPermission", - "Unknown", - "Frozen", - "InUse", - "BadWitness", - "MinBalanceZero", - "UnavailableConsumer", - "BadMetadata", - "Unapproved", - "WouldDie", - "AlreadyExists", - "NoDeposit", - "WouldBurn", - "LiveAsset", - "AssetNotLive", - "IncorrectStatus", - "NotFrozen", - "CallbackFailed", + "TooBig", + "AlreadyNoted", + "NotAuthorized", + "NotNoted", + "Requested", + "NotRequested", + "TooMany", + "TooFew", + "NoCost", ], }, - /** Lookup640: pallet_asset_manager::pallet::Error */ - PalletAssetManagerError: { + /** Lookup660: pallet_whitelist::pallet::Error */ + PalletWhitelistError: { _enum: [ - "ErrorCreatingAsset", - "AssetAlreadyExists", - "AssetDoesNotExist", - "TooLowNumAssetsWeightHint", - "LocalAssetLimitReached", - "ErrorDestroyingAsset", - "NotSufficientDeposit", - "NonExistentLocalAsset", + "UnavailablePreImage", + "UndecodableCall", + "InvalidCallWeightWitness", + "CallIsNotWhitelisted", + "CallAlreadyWhitelisted", ], }, - /** Lookup641: orml_xtokens::module::Error */ - OrmlXtokensModuleError: { + /** Lookup664: pallet_multisig::Multisig */ + PalletMultisigMultisig: { + when: "PalletMultisigTimepoint", + deposit: "u128", + depositor: "AccountId20", + approvals: "Vec", + }, + /** Lookup666: pallet_multisig::pallet::Error */ + PalletMultisigError: { _enum: [ - "AssetHasNoReserve", - "NotCrossChainTransfer", - "InvalidDest", - "NotCrossChainTransferableCurrency", - "UnweighableMessage", - "XcmExecutionFailed", - "CannotReanchor", - "InvalidAncestry", - "InvalidAsset", - "DestinationNotInvertible", - "BadVersion", - "DistinctReserveForAssetAndFee", - "ZeroFee", - "ZeroAmount", - "TooManyAssetsBeingSent", - "AssetIndexNonExistent", - "FeeNotEnough", - "NotSupportedLocation", - "MinXcmFeeNotDefined", - "RateLimited", + "MinimumThreshold", + "AlreadyApproved", + "NoApprovalsNeeded", + "TooFewSignatories", + "TooManySignatories", + "SignatoriesOutOfOrder", + "SenderInSignatories", + "NotFound", + "NotOwner", + "NoTimepoint", + "WrongTimepoint", + "UnexpectedTimepoint", + "MaxWeightTooLow", + "AlreadyStored", ], }, - /** Lookup642: pallet_xcm_transactor::relay_indices::RelayChainIndices */ - PalletXcmTransactorRelayIndicesRelayChainIndices: { - staking: "u8", - utility: "u8", - hrmp: "u8", - bond: "u8", - bondExtra: "u8", - unbond: "u8", - withdrawUnbonded: "u8", - validate: "u8", - nominate: "u8", - chill: "u8", - setPayee: "u8", - setController: "u8", - rebond: "u8", - asDerivative: "u8", - initOpenChannel: "u8", - acceptOpenChannel: "u8", - closeChannel: "u8", - cancelOpenRequest: "u8", + /** Lookup670: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, }, - /** Lookup643: pallet_xcm_transactor::pallet::Error */ - PalletXcmTransactorError: { + /** Lookup672: pallet_moonbeam_lazy_migrations::pallet::Error */ + PalletMoonbeamLazyMigrationsError: { _enum: [ - "IndexAlreadyClaimed", - "UnclaimedIndex", - "NotOwner", - "UnweighableMessage", - "CannotReanchor", - "AssetHasNoReserve", - "InvalidDest", - "NotCrossChainTransfer", - "AssetIsNotReserveInDestination", - "DestinationNotInvertible", - "ErrorDelivering", - "DispatchWeightBiggerThanTotalWeight", - "WeightOverflow", - "AmountOverflow", - "TransactorInfoNotSet", - "NotCrossChainTransferableCurrency", - "XcmExecuteError", - "BadVersion", - "MaxWeightTransactReached", - "UnableToWithdrawAsset", - "FeePerSecondNotSet", - "SignedTransactNotAllowedForDestination", - "FailedMultiLocationToJunction", - "HrmpHandlerNotImplemented", - "TooMuchFeeUsed", - "ErrorValidating", - "RefundNotSupportedWithTransactInfo", + "LimitCannotBeZero", + "AddressesLengthCannotBeZero", + "ContractNotCorrupted", + "ContractMetadataAlreadySet", + "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup644: pallet_ethereum_xcm::pallet::Error */ - PalletEthereumXcmError: { - _enum: ["EthereumXcmExecutionSuspended"], + /** Lookup674: pallet_precompile_benchmarks::pallet::Error */ + PalletPrecompileBenchmarksError: { + _enum: ["BenchmarkError"], }, - /** Lookup645: pallet_message_queue::BookState */ + /** Lookup675: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5698,12 +5874,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup647: pallet_message_queue::Neighbours */ + /** Lookup677: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup649: pallet_message_queue::Page */ + /** Lookup679: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5712,7 +5888,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup651: pallet_message_queue::pallet::Error */ + /** Lookup681: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5726,75 +5902,72 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup653: pallet_precompile_benchmarks::pallet::Error */ - PalletPrecompileBenchmarksError: { - _enum: ["BenchmarkError"], - }, - /** Lookup654: pallet_randomness::types::RequestState */ - PalletRandomnessRequestState: { - request: "PalletRandomnessRequest", - deposit: "u128", - }, - /** Lookup655: pallet_randomness::types::Request> */ - PalletRandomnessRequest: { - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - info: "PalletRandomnessRequestInfo", + /** Lookup682: pallet_emergency_para_xcm::XcmMode */ + PalletEmergencyParaXcmXcmMode: { + _enum: ["Normal", "Paused"], }, - /** Lookup656: pallet_randomness::types::RequestInfo */ - PalletRandomnessRequestInfo: { - _enum: { - BabeEpoch: "(u64,u64)", - Local: "(u32,u32)", - }, + /** Lookup683: pallet_emergency_para_xcm::pallet::Error */ + PalletEmergencyParaXcmError: { + _enum: ["NotInPausedMode"], }, - /** Lookup657: pallet_randomness::types::RequestType */ - PalletRandomnessRequestType: { - _enum: { - BabeEpoch: "u64", - Local: "u32", - }, + /** Lookup685: pallet_moonbeam_foreign_assets::AssetStatus */ + PalletMoonbeamForeignAssetsAssetStatus: { + _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup658: pallet_randomness::types::RandomnessResult */ - PalletRandomnessRandomnessResult: { - randomness: "Option", - requestCount: "u64", + /** Lookup686: pallet_moonbeam_foreign_assets::pallet::Error */ + PalletMoonbeamForeignAssetsError: { + _enum: [ + "AssetAlreadyExists", + "AssetAlreadyFrozen", + "AssetDoesNotExist", + "AssetIdFiltered", + "AssetNotFrozen", + "CorruptedStorageOrphanLocation", + "Erc20ContractCreationFail", + "EvmCallPauseFail", + "EvmCallUnpauseFail", + "EvmInternalError", + "InvalidSymbol", + "InvalidTokenName", + "LocationAlreadyExists", + "TooManyForeignAssets", + ], }, - /** Lookup659: pallet_randomness::pallet::Error */ - PalletRandomnessError: { + /** Lookup688: pallet_xcm_weight_trader::pallet::Error */ + PalletXcmWeightTraderError: { _enum: [ - "RequestCounterOverflowed", - "RequestFeeOverflowed", - "MustRequestAtLeastOneWord", - "CannotRequestMoreWordsThanMax", - "CannotRequestRandomnessAfterMaxDelay", - "CannotRequestRandomnessBeforeMinDelay", - "RequestDNE", - "RequestCannotYetBeFulfilled", - "OnlyRequesterCanIncreaseFee", - "RequestHasNotExpired", - "RandomnessResultDNE", - "RandomnessResultNotFilled", + "AssetAlreadyAdded", + "AssetAlreadyPaused", + "AssetNotFound", + "AssetNotPaused", + "XcmLocationFiltered", + "PriceCannotBeZero", ], }, - /** Lookup662: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup663: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup664: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup665: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup694: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup668: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup697: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup669: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup698: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup670: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup699: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup672: moonbeam_runtime::Runtime */ - MoonbeamRuntimeRuntime: "Null", + /** Lookup700: frame_metadata_hash_extension::CheckMetadataHash */ + FrameMetadataHashExtensionCheckMetadataHash: { + mode: "FrameMetadataHashExtensionMode", + }, + /** Lookup701: frame_metadata_hash_extension::Mode */ + FrameMetadataHashExtensionMode: { + _enum: ["Disabled", "Enabled"], + }, + /** Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", + /** Lookup704: moonbase_runtime::Runtime */ + MoonbaseRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbeam/interfaces/moon/types.ts b/typescript-api/src/moonbeam/interfaces/moon/types.ts index 878e1e9ec1..920940a1ea 100644 --- a/typescript-api/src/moonbeam/interfaces/moon/types.ts +++ b/typescript-api/src/moonbeam/interfaces/moon/types.ts @@ -1,4 +1,4 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -export type PHANTOM_EMPTY = "empty"; +export type PHANTOM_MOON = "moon"; diff --git a/typescript-api/src/moonbeam/interfaces/registry.ts b/typescript-api/src/moonbeam/interfaces/registry.ts index 76ec874ffe..5075c75c30 100644 --- a/typescript-api/src/moonbeam/interfaces/registry.ts +++ b/typescript-api/src/moonbeam/interfaces/registry.ts @@ -7,9 +7,6 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, - CumulusPalletDmpQueueCall, - CumulusPalletDmpQueueEvent, - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -21,6 +18,7 @@ import type { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, + CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueOutboundChannelDetails, @@ -28,6 +26,7 @@ import type { CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesCoreAggregateMessageOrigin, CumulusPrimitivesParachainInherentParachainInherentData, + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim, EthbloomBloom, EthereumBlock, EthereumHeader, @@ -48,6 +47,8 @@ import type { EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, + FrameMetadataHashExtensionCheckMetadataHash, + FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, @@ -61,6 +62,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -78,15 +80,22 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, - MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonbeamRuntimeOriginCaller, - MoonbeamRuntimeProxyType, - MoonbeamRuntimeRuntime, - MoonbeamRuntimeRuntimeHoldReason, - MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeXcmConfigCurrencyId, - MoonbeamRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntime, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigCurrencyId, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, @@ -118,7 +127,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -141,6 +149,10 @@ import type { PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, + PalletEmergencyParaXcmCall, + PalletEmergencyParaXcmError, + PalletEmergencyParaXcmEvent, + PalletEmergencyParaXcmXcmMode, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, @@ -172,8 +184,13 @@ import type { PalletMessageQueuePage, PalletMigrationsError, PalletMigrationsEvent, + PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamForeignAssetsCall, + PalletMoonbeamForeignAssetsError, + PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -208,6 +225,8 @@ import type { PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -244,6 +263,9 @@ import type { PalletSchedulerEvent, PalletSchedulerRetryConfig, PalletSchedulerScheduled, + PalletSudoCall, + PalletSudoError, + PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -277,6 +299,9 @@ import type { PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, + PalletXcmWeightTraderCall, + PalletXcmWeightTraderError, + PalletXcmWeightTraderEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, @@ -364,6 +389,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -381,9 +407,6 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; - CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; - CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; - CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -395,6 +418,7 @@ declare module "@polkadot/types/types/registry" { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; CumulusPalletXcmEvent: CumulusPalletXcmEvent; CumulusPalletXcmOrigin: CumulusPalletXcmOrigin; + CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall; CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError; CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent; CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails; @@ -402,6 +426,7 @@ declare module "@polkadot/types/types/registry" { CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData; CumulusPrimitivesCoreAggregateMessageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData; + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim; EthbloomBloom: EthbloomBloom; EthereumBlock: EthereumBlock; EthereumHeader: EthereumHeader; @@ -422,6 +447,8 @@ declare module "@polkadot/types/types/registry" { EvmCoreErrorExitRevert: EvmCoreErrorExitRevert; EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed; FpRpcTransactionStatus: FpRpcTransactionStatus; + FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash; + FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode; FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass; FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo; FrameSupportDispatchPays: FrameSupportDispatchPays; @@ -435,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -452,15 +480,22 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights; FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; - MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin; - MoonbeamRuntimeOriginCaller: MoonbeamRuntimeOriginCaller; - MoonbeamRuntimeProxyType: MoonbeamRuntimeProxyType; - MoonbeamRuntimeRuntime: MoonbeamRuntimeRuntime; - MoonbeamRuntimeRuntimeHoldReason: MoonbeamRuntimeRuntimeHoldReason; - MoonbeamRuntimeXcmConfigAssetType: MoonbeamRuntimeXcmConfigAssetType; - MoonbeamRuntimeXcmConfigCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; - MoonbeamRuntimeXcmConfigTransactors: MoonbeamRuntimeXcmConfigTransactors; + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + MoonbaseRuntimeOriginCaller: MoonbaseRuntimeOriginCaller; + MoonbaseRuntimeProxyType: MoonbaseRuntimeProxyType; + MoonbaseRuntimeRuntime: MoonbaseRuntimeRuntime; + MoonbaseRuntimeRuntimeHoldReason: MoonbaseRuntimeRuntimeHoldReason; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + MoonbaseRuntimeRuntimeParamsRuntimeParameters: MoonbaseRuntimeRuntimeParamsRuntimeParameters; + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: MoonbaseRuntimeRuntimeParamsRuntimeParametersValue; + MoonbaseRuntimeXcmConfigAssetType: MoonbaseRuntimeXcmConfigAssetType; + MoonbaseRuntimeXcmConfigCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + MoonbaseRuntimeXcmConfigTransactors: MoonbaseRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; OrmlXtokensModuleCall: OrmlXtokensModuleCall; OrmlXtokensModuleError: OrmlXtokensModuleError; @@ -492,7 +527,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -515,6 +549,10 @@ declare module "@polkadot/types/types/registry" { PalletCrowdloanRewardsError: PalletCrowdloanRewardsError; PalletCrowdloanRewardsEvent: PalletCrowdloanRewardsEvent; PalletCrowdloanRewardsRewardInfo: PalletCrowdloanRewardsRewardInfo; + PalletEmergencyParaXcmCall: PalletEmergencyParaXcmCall; + PalletEmergencyParaXcmError: PalletEmergencyParaXcmError; + PalletEmergencyParaXcmEvent: PalletEmergencyParaXcmEvent; + PalletEmergencyParaXcmXcmMode: PalletEmergencyParaXcmXcmMode; PalletEthereumCall: PalletEthereumCall; PalletEthereumError: PalletEthereumError; PalletEthereumEvent: PalletEthereumEvent; @@ -546,8 +584,13 @@ declare module "@polkadot/types/types/registry" { PalletMessageQueuePage: PalletMessageQueuePage; PalletMigrationsError: PalletMigrationsError; PalletMigrationsEvent: PalletMigrationsEvent; + PalletMoonbeamForeignAssetsAssetStatus: PalletMoonbeamForeignAssetsAssetStatus; + PalletMoonbeamForeignAssetsCall: PalletMoonbeamForeignAssetsCall; + PalletMoonbeamForeignAssetsError: PalletMoonbeamForeignAssetsError; + PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -582,6 +625,8 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -618,6 +663,9 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerEvent: PalletSchedulerEvent; PalletSchedulerRetryConfig: PalletSchedulerRetryConfig; PalletSchedulerScheduled: PalletSchedulerScheduled; + PalletSudoCall: PalletSudoCall; + PalletSudoError: PalletSudoError; + PalletSudoEvent: PalletSudoEvent; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -651,6 +699,9 @@ declare module "@polkadot/types/types/registry" { PalletXcmTransactorRemoteTransactInfoWithMaxWeight: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; PalletXcmTransactorTransactWeights: PalletXcmTransactorTransactWeights; PalletXcmVersionMigrationStage: PalletXcmVersionMigrationStage; + PalletXcmWeightTraderCall: PalletXcmWeightTraderCall; + PalletXcmWeightTraderError: PalletXcmWeightTraderError; + PalletXcmWeightTraderEvent: PalletXcmWeightTraderEvent; PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage; PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage; @@ -738,6 +789,7 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; + XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; diff --git a/typescript-api/src/moonbeam/interfaces/types-lookup.ts b/typescript-api/src/moonbeam/interfaces/types-lookup.ts index 168f7d3dff..8e855079d5 100644 --- a/typescript-api/src/moonbeam/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/types-lookup.ts @@ -242,40 +242,31 @@ declare module "@polkadot/types/lookup" { readonly type: "LimitReached" | "NoLayer"; } - /** @name CumulusPalletParachainSystemEvent (32) */ - interface CumulusPalletParachainSystemEvent extends Enum { - readonly isValidationFunctionStored: boolean; - readonly isValidationFunctionApplied: boolean; - readonly asValidationFunctionApplied: { - readonly relayChainBlockNum: u32; - } & Struct; - readonly isValidationFunctionDiscarded: boolean; - readonly isDownwardMessagesReceived: boolean; - readonly asDownwardMessagesReceived: { - readonly count: u32; + /** @name PalletUtilityEvent (32) */ + interface PalletUtilityEvent extends Enum { + readonly isBatchInterrupted: boolean; + readonly asBatchInterrupted: { + readonly index: u32; + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isDownwardMessagesProcessed: boolean; - readonly asDownwardMessagesProcessed: { - readonly weightUsed: SpWeightsWeightV2Weight; - readonly dmqHead: H256; + readonly isBatchCompleted: boolean; + readonly isBatchCompletedWithErrors: boolean; + readonly isItemCompleted: boolean; + readonly isItemFailed: boolean; + readonly asItemFailed: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isUpwardMessageSent: boolean; - readonly asUpwardMessageSent: { - readonly messageHash: Option; + readonly isDispatchedAs: boolean; + readonly asDispatchedAs: { + readonly result: Result; } & Struct; readonly type: - | "ValidationFunctionStored" - | "ValidationFunctionApplied" - | "ValidationFunctionDiscarded" - | "DownwardMessagesReceived" - | "DownwardMessagesProcessed" - | "UpwardMessageSent"; - } - - /** @name PalletRootTestingEvent (34) */ - interface PalletRootTestingEvent extends Enum { - readonly isDefensiveTestCall: boolean; - readonly type: "DefensiveTestCall"; + | "BatchInterrupted" + | "BatchCompleted" + | "BatchCompletedWithErrors" + | "ItemCompleted" + | "ItemFailed" + | "DispatchedAs"; } /** @name PalletBalancesEvent (35) */ @@ -422,7 +413,56 @@ declare module "@polkadot/types/lookup" { readonly type: "Free" | "Reserved"; } - /** @name PalletTransactionPaymentEvent (37) */ + /** @name PalletSudoEvent (37) */ + interface PalletSudoEvent extends Enum { + readonly isSudid: boolean; + readonly asSudid: { + readonly sudoResult: Result; + } & Struct; + readonly isKeyChanged: boolean; + readonly asKeyChanged: { + readonly old: Option; + readonly new_: AccountId20; + } & Struct; + readonly isKeyRemoved: boolean; + readonly isSudoAsDone: boolean; + readonly asSudoAsDone: { + readonly sudoResult: Result; + } & Struct; + readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone"; + } + + /** @name CumulusPalletParachainSystemEvent (39) */ + interface CumulusPalletParachainSystemEvent extends Enum { + readonly isValidationFunctionStored: boolean; + readonly isValidationFunctionApplied: boolean; + readonly asValidationFunctionApplied: { + readonly relayChainBlockNum: u32; + } & Struct; + readonly isValidationFunctionDiscarded: boolean; + readonly isDownwardMessagesReceived: boolean; + readonly asDownwardMessagesReceived: { + readonly count: u32; + } & Struct; + readonly isDownwardMessagesProcessed: boolean; + readonly asDownwardMessagesProcessed: { + readonly weightUsed: SpWeightsWeightV2Weight; + readonly dmqHead: H256; + } & Struct; + readonly isUpwardMessageSent: boolean; + readonly asUpwardMessageSent: { + readonly messageHash: Option; + } & Struct; + readonly type: + | "ValidationFunctionStored" + | "ValidationFunctionApplied" + | "ValidationFunctionDiscarded" + | "DownwardMessagesReceived" + | "DownwardMessagesProcessed" + | "UpwardMessageSent"; + } + + /** @name PalletTransactionPaymentEvent (41) */ interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { @@ -433,7 +473,129 @@ declare module "@polkadot/types/lookup" { readonly type: "TransactionFeePaid"; } - /** @name PalletParachainStakingEvent (38) */ + /** @name PalletEvmEvent (42) */ + interface PalletEvmEvent extends Enum { + readonly isLog: boolean; + readonly asLog: { + readonly log: EthereumLog; + } & Struct; + readonly isCreated: boolean; + readonly asCreated: { + readonly address: H160; + } & Struct; + readonly isCreatedFailed: boolean; + readonly asCreatedFailed: { + readonly address: H160; + } & Struct; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly address: H160; + } & Struct; + readonly isExecutedFailed: boolean; + readonly asExecutedFailed: { + readonly address: H160; + } & Struct; + readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; + } + + /** @name EthereumLog (43) */ + interface EthereumLog extends Struct { + readonly address: H160; + readonly topics: Vec; + readonly data: Bytes; + } + + /** @name PalletEthereumEvent (46) */ + interface PalletEthereumEvent extends Enum { + readonly isExecuted: boolean; + readonly asExecuted: { + readonly from: H160; + readonly to: H160; + readonly transactionHash: H256; + readonly exitReason: EvmCoreErrorExitReason; + readonly extraData: Bytes; + } & Struct; + readonly type: "Executed"; + } + + /** @name EvmCoreErrorExitReason (47) */ + interface EvmCoreErrorExitReason extends Enum { + readonly isSucceed: boolean; + readonly asSucceed: EvmCoreErrorExitSucceed; + readonly isError: boolean; + readonly asError: EvmCoreErrorExitError; + readonly isRevert: boolean; + readonly asRevert: EvmCoreErrorExitRevert; + readonly isFatal: boolean; + readonly asFatal: EvmCoreErrorExitFatal; + readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; + } + + /** @name EvmCoreErrorExitSucceed (48) */ + interface EvmCoreErrorExitSucceed extends Enum { + readonly isStopped: boolean; + readonly isReturned: boolean; + readonly isSuicided: boolean; + readonly type: "Stopped" | "Returned" | "Suicided"; + } + + /** @name EvmCoreErrorExitError (49) */ + interface EvmCoreErrorExitError extends Enum { + readonly isStackUnderflow: boolean; + readonly isStackOverflow: boolean; + readonly isInvalidJump: boolean; + readonly isInvalidRange: boolean; + readonly isDesignatedInvalid: boolean; + readonly isCallTooDeep: boolean; + readonly isCreateCollision: boolean; + readonly isCreateContractLimit: boolean; + readonly isOutOfOffset: boolean; + readonly isOutOfGas: boolean; + readonly isOutOfFund: boolean; + readonly isPcUnderflow: boolean; + readonly isCreateEmpty: boolean; + readonly isOther: boolean; + readonly asOther: Text; + readonly isMaxNonce: boolean; + readonly isInvalidCode: boolean; + readonly asInvalidCode: u8; + readonly type: + | "StackUnderflow" + | "StackOverflow" + | "InvalidJump" + | "InvalidRange" + | "DesignatedInvalid" + | "CallTooDeep" + | "CreateCollision" + | "CreateContractLimit" + | "OutOfOffset" + | "OutOfGas" + | "OutOfFund" + | "PcUnderflow" + | "CreateEmpty" + | "Other" + | "MaxNonce" + | "InvalidCode"; + } + + /** @name EvmCoreErrorExitRevert (53) */ + interface EvmCoreErrorExitRevert extends Enum { + readonly isReverted: boolean; + readonly type: "Reverted"; + } + + /** @name EvmCoreErrorExitFatal (54) */ + interface EvmCoreErrorExitFatal extends Enum { + readonly isNotSupported: boolean; + readonly isUnhandledInterrupt: boolean; + readonly isCallErrorAsFatal: boolean; + readonly asCallErrorAsFatal: EvmCoreErrorExitError; + readonly isOther: boolean; + readonly asOther: Text; + readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; + } + + /** @name PalletParachainStakingEvent (55) */ interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { @@ -683,13 +845,13 @@ declare module "@polkadot/types/lookup" { | "Compounded"; } - /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (39) */ + /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (56) */ interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingDelegationRequestsDelegationAction (40) */ + /** @name PalletParachainStakingDelegationRequestsDelegationAction (57) */ interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; @@ -698,7 +860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Revoke" | "Decrease"; } - /** @name PalletParachainStakingDelegatorAdded (41) */ + /** @name PalletParachainStakingDelegatorAdded (58) */ interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { @@ -708,111 +870,207 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletAuthorSlotFilterEvent (44) */ - interface PalletAuthorSlotFilterEvent extends Enum { - readonly isEligibleUpdated: boolean; - readonly asEligibleUpdated: u32; - readonly type: "EligibleUpdated"; - } - - /** @name PalletAuthorMappingEvent (46) */ - interface PalletAuthorMappingEvent extends Enum { - readonly isKeysRegistered: boolean; - readonly asKeysRegistered: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; - } & Struct; - readonly isKeysRemoved: boolean; - readonly asKeysRemoved: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + /** @name PalletSchedulerEvent (61) */ + interface PalletSchedulerEvent extends Enum { + readonly isScheduled: boolean; + readonly asScheduled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isKeysRotated: boolean; - readonly asKeysRotated: { - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + readonly isCanceled: boolean; + readonly asCanceled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; - } - - /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ - interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ - interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - - /** @name PalletMoonbeamOrbitersEvent (49) */ - interface PalletMoonbeamOrbitersEvent extends Enum { - readonly isOrbiterJoinCollatorPool: boolean; - readonly asOrbiterJoinCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isDispatched: boolean; + readonly asDispatched: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly result: Result; } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isRetrySet: boolean; + readonly asRetrySet: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly period: u32; + readonly retries: u8; } & Struct; - readonly isOrbiterRewarded: boolean; - readonly asOrbiterRewarded: { - readonly account: AccountId20; - readonly rewards: u128; + readonly isRetryCancelled: boolean; + readonly asRetryCancelled: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRotation: boolean; - readonly asOrbiterRotation: { - readonly collator: AccountId20; - readonly oldOrbiter: Option; - readonly newOrbiter: Option; + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRegistered: boolean; - readonly asOrbiterRegistered: { - readonly account: AccountId20; - readonly deposit: u128; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterUnregistered: boolean; - readonly asOrbiterUnregistered: { - readonly account: AccountId20; + readonly isRetryFailed: boolean; + readonly asRetryFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; readonly type: - | "OrbiterJoinCollatorPool" - | "OrbiterLeaveCollatorPool" - | "OrbiterRewarded" - | "OrbiterRotation" - | "OrbiterRegistered" - | "OrbiterUnregistered"; + | "Scheduled" + | "Canceled" + | "Dispatched" + | "RetrySet" + | "RetryCancelled" + | "CallUnavailable" + | "PeriodicFailed" + | "RetryFailed" + | "PermanentlyOverweight"; } - /** @name PalletUtilityEvent (51) */ - interface PalletUtilityEvent extends Enum { - readonly isBatchInterrupted: boolean; - readonly asBatchInterrupted: { + /** @name PalletTreasuryEvent (63) */ + interface PalletTreasuryEvent extends Enum { + readonly isSpending: boolean; + readonly asSpending: { + readonly budgetRemaining: u128; + } & Struct; + readonly isAwarded: boolean; + readonly asAwarded: { + readonly proposalIndex: u32; + readonly award: u128; + readonly account: AccountId20; + } & Struct; + readonly isBurnt: boolean; + readonly asBurnt: { + readonly burntFunds: u128; + } & Struct; + readonly isRollover: boolean; + readonly asRollover: { + readonly rolloverBalance: u128; + } & Struct; + readonly isDeposit: boolean; + readonly asDeposit: { + readonly value: u128; + } & Struct; + readonly isSpendApproved: boolean; + readonly asSpendApproved: { + readonly proposalIndex: u32; + readonly amount: u128; + readonly beneficiary: AccountId20; + } & Struct; + readonly isUpdatedInactive: boolean; + readonly asUpdatedInactive: { + readonly reactivated: u128; + readonly deactivated: u128; + } & Struct; + readonly isAssetSpendApproved: boolean; + readonly asAssetSpendApproved: { readonly index: u32; - readonly error: SpRuntimeDispatchError; + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; } & Struct; - readonly isBatchCompleted: boolean; - readonly isBatchCompletedWithErrors: boolean; - readonly isItemCompleted: boolean; - readonly isItemFailed: boolean; - readonly asItemFailed: { - readonly error: SpRuntimeDispatchError; + readonly isAssetSpendVoided: boolean; + readonly asAssetSpendVoided: { + readonly index: u32; } & Struct; - readonly isDispatchedAs: boolean; - readonly asDispatchedAs: { - readonly result: Result; + readonly isPaid: boolean; + readonly asPaid: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isPaymentFailed: boolean; + readonly asPaymentFailed: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isSpendProcessed: boolean; + readonly asSpendProcessed: { + readonly index: u32; } & Struct; readonly type: - | "BatchInterrupted" - | "BatchCompleted" - | "BatchCompletedWithErrors" - | "ItemCompleted" - | "ItemFailed" - | "DispatchedAs"; + | "Spending" + | "Awarded" + | "Burnt" + | "Rollover" + | "Deposit" + | "SpendApproved" + | "UpdatedInactive" + | "AssetSpendApproved" + | "AssetSpendVoided" + | "Paid" + | "PaymentFailed" + | "SpendProcessed"; + } + + /** @name PalletAuthorSlotFilterEvent (64) */ + interface PalletAuthorSlotFilterEvent extends Enum { + readonly isEligibleUpdated: boolean; + readonly asEligibleUpdated: u32; + readonly type: "EligibleUpdated"; + } + + /** @name PalletCrowdloanRewardsEvent (66) */ + interface PalletCrowdloanRewardsEvent extends Enum { + readonly isInitialPaymentMade: boolean; + readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; + readonly isNativeIdentityAssociated: boolean; + readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; + readonly isRewardsPaid: boolean; + readonly asRewardsPaid: ITuple<[AccountId20, u128]>; + readonly isRewardAddressUpdated: boolean; + readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; + readonly isInitializedAlreadyInitializedAccount: boolean; + readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; + readonly isInitializedAccountWithNotEnoughContribution: boolean; + readonly asInitializedAccountWithNotEnoughContribution: ITuple< + [U8aFixed, Option, u128] + >; + readonly type: + | "InitialPaymentMade" + | "NativeIdentityAssociated" + | "RewardsPaid" + | "RewardAddressUpdated" + | "InitializedAlreadyInitializedAccount" + | "InitializedAccountWithNotEnoughContribution"; + } + + /** @name PalletAuthorMappingEvent (67) */ + interface PalletAuthorMappingEvent extends Enum { + readonly isKeysRegistered: boolean; + readonly asKeysRegistered: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRemoved: boolean; + readonly asKeysRemoved: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRotated: boolean; + readonly asKeysRotated: { + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name PalletProxyEvent (54) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (68) */ + interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} + + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (69) */ + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} + + /** @name PalletProxyEvent (70) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -822,7 +1080,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -835,21 +1093,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonbeamRuntimeProxyType (55) */ - interface MoonbeamRuntimeProxyType extends Enum { + /** @name MoonbaseRuntimeProxyType (71) */ + interface MoonbaseRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -869,7 +1127,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (57) */ + /** @name PalletMaintenanceModeEvent (73) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -888,7 +1146,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (58) */ + /** @name PalletIdentityEvent (74) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -994,1032 +1252,1138 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (60) */ - interface PalletMigrationsEvent extends Enum { - readonly isRuntimeUpgradeStarted: boolean; - readonly isRuntimeUpgradeCompleted: boolean; - readonly asRuntimeUpgradeCompleted: { - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly isMigrationStarted: boolean; - readonly asMigrationStarted: { - readonly migrationName: Bytes; + /** @name CumulusPalletXcmpQueueEvent (76) */ + interface CumulusPalletXcmpQueueEvent extends Enum { + readonly isXcmpMessageSent: boolean; + readonly asXcmpMessageSent: { + readonly messageHash: U8aFixed; } & Struct; - readonly isMigrationCompleted: boolean; - readonly asMigrationCompleted: { - readonly migrationName: Bytes; - readonly consumedWeight: SpWeightsWeightV2Weight; + readonly type: "XcmpMessageSent"; + } + + /** @name CumulusPalletXcmEvent (77) */ + interface CumulusPalletXcmEvent extends Enum { + readonly isInvalidFormat: boolean; + readonly asInvalidFormat: U8aFixed; + readonly isUnsupportedVersion: boolean; + readonly asUnsupportedVersion: U8aFixed; + readonly isExecutedDownward: boolean; + readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; + readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + } + + /** @name StagingXcmV4TraitsOutcome (78) */ + interface StagingXcmV4TraitsOutcome extends Enum { + readonly isComplete: boolean; + readonly asComplete: { + readonly used: SpWeightsWeightV2Weight; } & Struct; - readonly isFailedToSuspendIdleXcmExecution: boolean; - readonly asFailedToSuspendIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isIncomplete: boolean; + readonly asIncomplete: { + readonly used: SpWeightsWeightV2Weight; + readonly error: XcmV3TraitsError; } & Struct; - readonly isFailedToResumeIdleXcmExecution: boolean; - readonly asFailedToResumeIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isError: boolean; + readonly asError: { + readonly error: XcmV3TraitsError; } & Struct; - readonly type: - | "RuntimeUpgradeStarted" - | "RuntimeUpgradeCompleted" - | "MigrationStarted" - | "MigrationCompleted" - | "FailedToSuspendIdleXcmExecution" - | "FailedToResumeIdleXcmExecution"; + readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name PalletMultisigEvent (61) */ - interface PalletMultisigEvent extends Enum { - readonly isNewMultisig: boolean; - readonly asNewMultisig: { - readonly approving: AccountId20; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + /** @name XcmV3TraitsError (79) */ + interface XcmV3TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isLocationFull: boolean; + readonly isLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isExpectationFalse: boolean; + readonly isPalletNotFound: boolean; + readonly isNameMismatch: boolean; + readonly isVersionIncompatible: boolean; + readonly isHoldingWouldOverflow: boolean; + readonly isExportError: boolean; + readonly isReanchorFailed: boolean; + readonly isNoDeal: boolean; + readonly isFeesNotMet: boolean; + readonly isLockError: boolean; + readonly isNoPermission: boolean; + readonly isUnanchored: boolean; + readonly isNotDepositable: boolean; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: SpWeightsWeightV2Weight; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; + readonly isExceedsStackLimit: boolean; + readonly type: + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "LocationFull" + | "LocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "ExpectationFalse" + | "PalletNotFound" + | "NameMismatch" + | "VersionIncompatible" + | "HoldingWouldOverflow" + | "ExportError" + | "ReanchorFailed" + | "NoDeal" + | "FeesNotMet" + | "LockError" + | "NoPermission" + | "Unanchored" + | "NotDepositable" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable" + | "ExceedsStackLimit"; + } + + /** @name PalletXcmEvent (80) */ + interface PalletXcmEvent extends Enum { + readonly isAttempted: boolean; + readonly asAttempted: { + readonly outcome: StagingXcmV4TraitsOutcome; } & Struct; - readonly isMultisigApproval: boolean; - readonly asMultisigApproval: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isSent: boolean; + readonly asSent: { + readonly origin: StagingXcmV4Location; + readonly destination: StagingXcmV4Location; + readonly message: StagingXcmV4Xcm; + readonly messageId: U8aFixed; } & Struct; - readonly isMultisigExecuted: boolean; - readonly asMultisigExecuted: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; - readonly result: Result; + readonly isUnexpectedResponse: boolean; + readonly asUnexpectedResponse: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isMultisigCancelled: boolean; - readonly asMultisigCancelled: { - readonly cancelling: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isResponseReady: boolean; + readonly asResponseReady: { + readonly queryId: u64; + readonly response: StagingXcmV4Response; } & Struct; - readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; - } - - /** @name PalletMultisigTimepoint (62) */ - interface PalletMultisigTimepoint extends Struct { - readonly height: u32; - readonly index: u32; - } - - /** @name PalletEvmEvent (63) */ - interface PalletEvmEvent extends Enum { - readonly isLog: boolean; - readonly asLog: { - readonly log: EthereumLog; + readonly isNotified: boolean; + readonly asNotified: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isCreated: boolean; - readonly asCreated: { - readonly address: H160; + readonly isNotifyOverweight: boolean; + readonly asNotifyOverweight: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; + readonly actualWeight: SpWeightsWeightV2Weight; + readonly maxBudgetedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isCreatedFailed: boolean; - readonly asCreatedFailed: { - readonly address: H160; + readonly isNotifyDispatchError: boolean; + readonly asNotifyDispatchError: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly address: H160; + readonly isNotifyDecodeFailed: boolean; + readonly asNotifyDecodeFailed: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isExecutedFailed: boolean; - readonly asExecutedFailed: { - readonly address: H160; + readonly isInvalidResponder: boolean; + readonly asInvalidResponder: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedLocation: Option; } & Struct; - readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; - } - - /** @name EthereumLog (64) */ - interface EthereumLog extends Struct { - readonly address: H160; - readonly topics: Vec; - readonly data: Bytes; - } - - /** @name PalletEthereumEvent (67) */ - interface PalletEthereumEvent extends Enum { - readonly isExecuted: boolean; - readonly asExecuted: { - readonly from: H160; - readonly to: H160; - readonly transactionHash: H256; - readonly exitReason: EvmCoreErrorExitReason; - readonly extraData: Bytes; + readonly isInvalidResponderVersion: boolean; + readonly asInvalidResponderVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly type: "Executed"; - } - - /** @name EvmCoreErrorExitReason (68) */ - interface EvmCoreErrorExitReason extends Enum { - readonly isSucceed: boolean; - readonly asSucceed: EvmCoreErrorExitSucceed; - readonly isError: boolean; - readonly asError: EvmCoreErrorExitError; - readonly isRevert: boolean; - readonly asRevert: EvmCoreErrorExitRevert; - readonly isFatal: boolean; - readonly asFatal: EvmCoreErrorExitFatal; - readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; - } - - /** @name EvmCoreErrorExitSucceed (69) */ - interface EvmCoreErrorExitSucceed extends Enum { - readonly isStopped: boolean; - readonly isReturned: boolean; - readonly isSuicided: boolean; - readonly type: "Stopped" | "Returned" | "Suicided"; - } - - /** @name EvmCoreErrorExitError (70) */ - interface EvmCoreErrorExitError extends Enum { - readonly isStackUnderflow: boolean; - readonly isStackOverflow: boolean; - readonly isInvalidJump: boolean; - readonly isInvalidRange: boolean; - readonly isDesignatedInvalid: boolean; - readonly isCallTooDeep: boolean; - readonly isCreateCollision: boolean; - readonly isCreateContractLimit: boolean; - readonly isOutOfOffset: boolean; - readonly isOutOfGas: boolean; - readonly isOutOfFund: boolean; - readonly isPcUnderflow: boolean; - readonly isCreateEmpty: boolean; - readonly isOther: boolean; - readonly asOther: Text; - readonly isMaxNonce: boolean; - readonly isInvalidCode: boolean; - readonly asInvalidCode: u8; - readonly type: - | "StackUnderflow" - | "StackOverflow" - | "InvalidJump" - | "InvalidRange" - | "DesignatedInvalid" - | "CallTooDeep" - | "CreateCollision" - | "CreateContractLimit" - | "OutOfOffset" - | "OutOfGas" - | "OutOfFund" - | "PcUnderflow" - | "CreateEmpty" - | "Other" - | "MaxNonce" - | "InvalidCode"; - } - - /** @name EvmCoreErrorExitRevert (74) */ - interface EvmCoreErrorExitRevert extends Enum { - readonly isReverted: boolean; - readonly type: "Reverted"; - } - - /** @name EvmCoreErrorExitFatal (75) */ - interface EvmCoreErrorExitFatal extends Enum { - readonly isNotSupported: boolean; - readonly isUnhandledInterrupt: boolean; - readonly isCallErrorAsFatal: boolean; - readonly asCallErrorAsFatal: EvmCoreErrorExitError; - readonly isOther: boolean; - readonly asOther: Text; - readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; - } - - /** @name PalletSchedulerEvent (76) */ - interface PalletSchedulerEvent extends Enum { - readonly isScheduled: boolean; - readonly asScheduled: { - readonly when: u32; - readonly index: u32; + readonly isResponseTaken: boolean; + readonly asResponseTaken: { + readonly queryId: u64; } & Struct; - readonly isCanceled: boolean; - readonly asCanceled: { - readonly when: u32; - readonly index: u32; + readonly isAssetsTrapped: boolean; + readonly asAssetsTrapped: { + readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly isDispatched: boolean; - readonly asDispatched: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly result: Result; + readonly isVersionChangeNotified: boolean; + readonly asVersionChangeNotified: { + readonly destination: StagingXcmV4Location; + readonly result: u32; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isRetrySet: boolean; - readonly asRetrySet: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly period: u32; - readonly retries: u8; + readonly isSupportedVersionChanged: boolean; + readonly asSupportedVersionChanged: { + readonly location: StagingXcmV4Location; + readonly version: u32; } & Struct; - readonly isRetryCancelled: boolean; - readonly asRetryCancelled: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isNotifyTargetSendFail: boolean; + readonly asNotifyTargetSendFail: { + readonly location: StagingXcmV4Location; + readonly queryId: u64; + readonly error: XcmV3TraitsError; } & Struct; - readonly isCallUnavailable: boolean; - readonly asCallUnavailable: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isNotifyTargetMigrationFail: boolean; + readonly asNotifyTargetMigrationFail: { + readonly location: XcmVersionedLocation; + readonly queryId: u64; } & Struct; - readonly isPeriodicFailed: boolean; - readonly asPeriodicFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerierVersion: boolean; + readonly asInvalidQuerierVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isRetryFailed: boolean; - readonly asRetryFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerier: boolean; + readonly asInvalidQuerier: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedQuerier: StagingXcmV4Location; + readonly maybeActualQuerier: Option; } & Struct; - readonly isPermanentlyOverweight: boolean; - readonly asPermanentlyOverweight: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isVersionNotifyStarted: boolean; + readonly asVersionNotifyStarted: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly type: - | "Scheduled" - | "Canceled" - | "Dispatched" - | "RetrySet" - | "RetryCancelled" - | "CallUnavailable" - | "PeriodicFailed" - | "RetryFailed" - | "PermanentlyOverweight"; - } - - /** @name PalletPreimageEvent (78) */ - interface PalletPreimageEvent extends Enum { - readonly isNoted: boolean; - readonly asNoted: { - readonly hash_: H256; + readonly isVersionNotifyRequested: boolean; + readonly asVersionNotifyRequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly hash_: H256; + readonly isVersionNotifyUnrequested: boolean; + readonly asVersionNotifyUnrequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isCleared: boolean; - readonly asCleared: { + readonly isFeesPaid: boolean; + readonly asFeesPaid: { + readonly paying: StagingXcmV4Location; + readonly fees: StagingXcmV4AssetAssets; + } & Struct; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: { readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly type: "Noted" | "Requested" | "Cleared"; + readonly isVersionMigrationFinished: boolean; + readonly asVersionMigrationFinished: { + readonly version: u32; + } & Struct; + readonly type: + | "Attempted" + | "Sent" + | "UnexpectedResponse" + | "ResponseReady" + | "Notified" + | "NotifyOverweight" + | "NotifyDispatchError" + | "NotifyDecodeFailed" + | "InvalidResponder" + | "InvalidResponderVersion" + | "ResponseTaken" + | "AssetsTrapped" + | "VersionChangeNotified" + | "SupportedVersionChanged" + | "NotifyTargetSendFail" + | "NotifyTargetMigrationFail" + | "InvalidQuerierVersion" + | "InvalidQuerier" + | "VersionNotifyStarted" + | "VersionNotifyRequested" + | "VersionNotifyUnrequested" + | "FeesPaid" + | "AssetsClaimed" + | "VersionMigrationFinished"; } - /** @name PalletConvictionVotingEvent (79) */ - interface PalletConvictionVotingEvent extends Enum { - readonly isDelegated: boolean; - readonly asDelegated: ITuple<[AccountId20, AccountId20]>; - readonly isUndelegated: boolean; - readonly asUndelegated: AccountId20; - readonly type: "Delegated" | "Undelegated"; + /** @name StagingXcmV4Location (81) */ + interface StagingXcmV4Location extends Struct { + readonly parents: u8; + readonly interior: StagingXcmV4Junctions; } - /** @name PalletReferendaEvent (80) */ - interface PalletReferendaEvent extends Enum { - readonly isSubmitted: boolean; - readonly asSubmitted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; - } & Struct; - readonly isDecisionDepositPlaced: boolean; - readonly asDecisionDepositPlaced: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + /** @name StagingXcmV4Junctions (82) */ + interface StagingXcmV4Junctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: StagingXcmV4Junction; + readonly isX2: boolean; + readonly asX2: StagingXcmV4Junction; + readonly isX3: boolean; + readonly asX3: StagingXcmV4Junction; + readonly isX4: boolean; + readonly asX4: StagingXcmV4Junction; + readonly isX5: boolean; + readonly asX5: StagingXcmV4Junction; + readonly isX6: boolean; + readonly asX6: StagingXcmV4Junction; + readonly isX7: boolean; + readonly asX7: StagingXcmV4Junction; + readonly isX8: boolean; + readonly asX8: StagingXcmV4Junction; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + } + + /** @name StagingXcmV4Junction (84) */ + interface StagingXcmV4Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: Option; + readonly id: U8aFixed; } & Struct; - readonly isDecisionDepositRefunded: boolean; - readonly asDecisionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: Option; + readonly index: Compact; } & Struct; - readonly isDepositSlashed: boolean; - readonly asDepositSlashed: { - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: Option; + readonly key: U8aFixed; } & Struct; - readonly isDecisionStarted: boolean; - readonly asDecisionStarted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; - readonly tally: PalletConvictionVotingTally; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: { + readonly length: u8; + readonly data: U8aFixed; } & Struct; - readonly isConfirmStarted: boolean; - readonly asConfirmStarted: { - readonly index: u32; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV3JunctionBodyId; + readonly part: XcmV3JunctionBodyPart; } & Struct; - readonly isConfirmAborted: boolean; - readonly asConfirmAborted: { - readonly index: u32; - } & Struct; - readonly isConfirmed: boolean; - readonly asConfirmed: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly index: u32; - } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isTimedOut: boolean; - readonly asTimedOut: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isCancelled: boolean; - readonly asCancelled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isKilled: boolean; - readonly asKilled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isSubmissionDepositRefunded: boolean; - readonly asSubmissionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly index: u32; - readonly hash_: H256; + readonly isGlobalConsensus: boolean; + readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; + readonly type: + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality" + | "GlobalConsensus"; + } + + /** @name StagingXcmV4JunctionNetworkId (87) */ + interface StagingXcmV4JunctionNetworkId extends Enum { + readonly isByGenesis: boolean; + readonly asByGenesis: U8aFixed; + readonly isByFork: boolean; + readonly asByFork: { + readonly blockNumber: u64; + readonly blockHash: U8aFixed; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly index: u32; - readonly hash_: H256; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly isWestend: boolean; + readonly isRococo: boolean; + readonly isWococo: boolean; + readonly isEthereum: boolean; + readonly asEthereum: { + readonly chainId: Compact; } & Struct; + readonly isBitcoinCore: boolean; + readonly isBitcoinCash: boolean; + readonly isPolkadotBulletin: boolean; readonly type: - | "Submitted" - | "DecisionDepositPlaced" - | "DecisionDepositRefunded" - | "DepositSlashed" - | "DecisionStarted" - | "ConfirmStarted" - | "ConfirmAborted" - | "Confirmed" - | "Approved" - | "Rejected" - | "TimedOut" - | "Cancelled" - | "Killed" - | "SubmissionDepositRefunded" - | "MetadataSet" - | "MetadataCleared"; + | "ByGenesis" + | "ByFork" + | "Polkadot" + | "Kusama" + | "Westend" + | "Rococo" + | "Wococo" + | "Ethereum" + | "BitcoinCore" + | "BitcoinCash" + | "PolkadotBulletin"; } - /** @name FrameSupportPreimagesBounded (81) */ - interface FrameSupportPreimagesBounded extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: { - readonly hash_: H256; + /** @name XcmV3JunctionBodyId (89) */ + interface XcmV3JunctionBodyId extends Enum { + readonly isUnit: boolean; + readonly isMoniker: boolean; + readonly asMoniker: U8aFixed; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; + readonly type: + | "Unit" + | "Moniker" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } + + /** @name XcmV3JunctionBodyPart (90) */ + interface XcmV3JunctionBodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isInline: boolean; - readonly asInline: Bytes; - readonly isLookup: boolean; - readonly asLookup: { - readonly hash_: H256; - readonly len: u32; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: "Legacy" | "Inline" | "Lookup"; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; + } & Struct; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; + } & Struct; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name FrameSystemCall (83) */ - interface FrameSystemCall extends Enum { - readonly isRemark: boolean; - readonly asRemark: { - readonly remark: Bytes; + /** @name StagingXcmV4Xcm (98) */ + interface StagingXcmV4Xcm extends Vec {} + + /** @name StagingXcmV4Instruction (100) */ + interface StagingXcmV4Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: StagingXcmV4AssetAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: StagingXcmV4Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isSetHeapPages: boolean; - readonly asSetHeapPages: { - readonly pages: u64; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isSetCode: boolean; - readonly asSetCode: { - readonly code: Bytes; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isSetCodeWithoutChecks: boolean; - readonly asSetCodeWithoutChecks: { - readonly code: Bytes; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isSetStorage: boolean; - readonly asSetStorage: { - readonly items: Vec>; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isKillStorage: boolean; - readonly asKillStorage: { - readonly keys_: Vec; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isKillPrefix: boolean; - readonly asKillPrefix: { - readonly prefix: Bytes; - readonly subkeys: u32; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isRemarkWithEvent: boolean; - readonly asRemarkWithEvent: { - readonly remark: Bytes; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: StagingXcmV4Junctions; + readonly isReportError: boolean; + readonly asReportError: StagingXcmV4QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isAuthorizeUpgradeWithoutChecks: boolean; - readonly asAuthorizeUpgradeWithoutChecks: { - readonly codeHash: H256; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: StagingXcmV4AssetAssetFilter; + readonly want: StagingXcmV4AssetAssets; + readonly maximal: bool; } & Struct; - readonly isApplyAuthorizedUpgrade: boolean; - readonly asApplyAuthorizedUpgrade: { - readonly code: Bytes; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly reserve: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly type: - | "Remark" - | "SetHeapPages" - | "SetCode" - | "SetCodeWithoutChecks" - | "SetStorage" - | "KillStorage" - | "KillPrefix" - | "RemarkWithEvent" - | "AuthorizeUpgrade" - | "AuthorizeUpgradeWithoutChecks" - | "ApplyAuthorizedUpgrade"; - } - - /** @name CumulusPalletParachainSystemCall (87) */ - interface CumulusPalletParachainSystemCall extends Enum { - readonly isSetValidationData: boolean; - readonly asSetValidationData: { - readonly data: CumulusPrimitivesParachainInherentParachainInherentData; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isSudoSendUpwardMessage: boolean; - readonly asSudoSendUpwardMessage: { - readonly message: Bytes; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly assets: StagingXcmV4AssetAssetFilter; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: StagingXcmV4Asset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: StagingXcmV4Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: StagingXcmV4Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly ticket: StagingXcmV4Location; + } & Struct; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; + } & Struct; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: StagingXcmV4AssetAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: StagingXcmV4AssetAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: StagingXcmV4QueryResponseInfo; + } & Struct; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; + } & Struct; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: StagingXcmV4Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: StagingXcmV4JunctionNetworkId; + readonly destination: StagingXcmV4Junctions; + readonly xcm: StagingXcmV4Xcm; + } & Struct; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: StagingXcmV4Asset; + readonly unlocker: StagingXcmV4Location; + } & Struct; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: StagingXcmV4Asset; + readonly target: StagingXcmV4Location; + } & Struct; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: StagingXcmV4Asset; + readonly owner: StagingXcmV4Location; + } & Struct; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: StagingXcmV4Asset; + readonly locker: StagingXcmV4Location; + } & Struct; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; + } & Struct; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV4Location; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: - | "SetValidationData" - | "SudoSendUpwardMessage" - | "AuthorizeUpgrade" - | "EnactAuthorizedUpgrade"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ - interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; - readonly relayChainState: SpTrieStorageProof; - readonly downwardMessages: Vec; - readonly horizontalMessages: BTreeMap>; - } + /** @name StagingXcmV4AssetAssets (101) */ + interface StagingXcmV4AssetAssets extends Vec {} - /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { - readonly parentHead: Bytes; - readonly relayParentNumber: u32; - readonly relayParentStorageRoot: H256; - readonly maxPovSize: u32; + /** @name StagingXcmV4Asset (103) */ + interface StagingXcmV4Asset extends Struct { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetFungibility; } - /** @name SpTrieStorageProof (91) */ - interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSet; - } + /** @name StagingXcmV4AssetAssetId (104) */ + interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ - interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { - readonly sentAt: u32; - readonly msg: Bytes; + /** @name StagingXcmV4AssetFungibility (105) */ + interface StagingXcmV4AssetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: StagingXcmV4AssetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ - interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { - readonly sentAt: u32; - readonly data: Bytes; + /** @name StagingXcmV4AssetAssetInstance (106) */ + interface StagingXcmV4AssetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name PalletTimestampCall (101) */ - interface PalletTimestampCall extends Enum { - readonly isSet: boolean; - readonly asSet: { - readonly now: Compact; - } & Struct; - readonly type: "Set"; + /** @name StagingXcmV4Response (109) */ + interface StagingXcmV4Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: StagingXcmV4AssetAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name PalletRootTestingCall (102) */ - interface PalletRootTestingCall extends Enum { - readonly isFillBlock: boolean; - readonly asFillBlock: { - readonly ratio: Perbill; - } & Struct; - readonly isTriggerDefensive: boolean; - readonly type: "FillBlock" | "TriggerDefensive"; + /** @name StagingXcmV4PalletInfo (113) */ + interface StagingXcmV4PalletInfo extends Struct { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name PalletBalancesCall (103) */ - interface PalletBalancesCall extends Enum { - readonly isTransferAllowDeath: boolean; - readonly asTransferAllowDeath: { - readonly dest: AccountId20; - readonly value: Compact; - } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly source: AccountId20; - readonly dest: AccountId20; - readonly value: Compact; - } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly dest: AccountId20; - readonly value: Compact; + /** @name XcmV3MaybeErrorCode (116) */ + interface XcmV3MaybeErrorCode extends Enum { + readonly isSuccess: boolean; + readonly isError: boolean; + readonly asError: Bytes; + readonly isTruncatedError: boolean; + readonly asTruncatedError: Bytes; + readonly type: "Success" | "Error" | "TruncatedError"; + } + + /** @name XcmV3OriginKind (119) */ + interface XcmV3OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmDoubleEncoded (120) */ + interface XcmDoubleEncoded extends Struct { + readonly encoded: Bytes; + } + + /** @name StagingXcmV4QueryResponseInfo (121) */ + interface StagingXcmV4QueryResponseInfo extends Struct { + readonly destination: StagingXcmV4Location; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; + } + + /** @name StagingXcmV4AssetAssetFilter (122) */ + interface StagingXcmV4AssetAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: StagingXcmV4AssetAssets; + readonly isWild: boolean; + readonly asWild: StagingXcmV4AssetWildAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name StagingXcmV4AssetWildAsset (123) */ + interface StagingXcmV4AssetWildAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; } & Struct; - readonly isTransferAll: boolean; - readonly asTransferAll: { - readonly dest: AccountId20; - readonly keepAlive: bool; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; + readonly count: Compact; } & Struct; - readonly isForceUnreserve: boolean; - readonly asForceUnreserve: { - readonly who: AccountId20; - readonly amount: u128; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + } + + /** @name StagingXcmV4AssetWildFungibility (124) */ + interface StagingXcmV4AssetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV3WeightLimit (125) */ + interface XcmV3WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: SpWeightsWeightV2Weight; + readonly type: "Unlimited" | "Limited"; + } + + /** @name XcmVersionedAssets (126) */ + interface XcmVersionedAssets extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiassetMultiAssets; + readonly isV3: boolean; + readonly asV3: XcmV3MultiassetMultiAssets; + readonly isV4: boolean; + readonly asV4: StagingXcmV4AssetAssets; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name XcmV2MultiassetMultiAssets (127) */ + interface XcmV2MultiassetMultiAssets extends Vec {} + + /** @name XcmV2MultiAsset (129) */ + interface XcmV2MultiAsset extends Struct { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetFungibility; + } + + /** @name XcmV2MultiassetAssetId (130) */ + interface XcmV2MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: XcmV2MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: Bytes; + readonly type: "Concrete" | "Abstract"; + } + + /** @name XcmV2MultiLocation (131) */ + interface XcmV2MultiLocation extends Struct { + readonly parents: u8; + readonly interior: XcmV2MultilocationJunctions; + } + + /** @name XcmV2MultilocationJunctions (132) */ + interface XcmV2MultilocationJunctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: XcmV2Junction; + readonly isX2: boolean; + readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; + readonly isX3: boolean; + readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX4: boolean; + readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX5: boolean; + readonly asX5: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX6: boolean; + readonly asX6: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX7: boolean; + readonly asX7: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly isX8: boolean; + readonly asX8: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + } + + /** @name XcmV2Junction (133) */ + interface XcmV2Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: XcmV2NetworkId; + readonly id: U8aFixed; } & Struct; - readonly isUpgradeAccounts: boolean; - readonly asUpgradeAccounts: { - readonly who: Vec; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: XcmV2NetworkId; + readonly index: Compact; } & Struct; - readonly isForceSetBalance: boolean; - readonly asForceSetBalance: { - readonly who: AccountId20; - readonly newFree: Compact; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: XcmV2NetworkId; + readonly key: U8aFixed; } & Struct; - readonly isForceAdjustTotalIssuance: boolean; - readonly asForceAdjustTotalIssuance: { - readonly direction: PalletBalancesAdjustmentDirection; - readonly delta: Compact; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: Bytes; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV2BodyId; + readonly part: XcmV2BodyPart; } & Struct; readonly type: - | "TransferAllowDeath" - | "ForceTransfer" - | "TransferKeepAlive" - | "TransferAll" - | "ForceUnreserve" - | "UpgradeAccounts" - | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality"; } - /** @name PalletBalancesAdjustmentDirection (106) */ - interface PalletBalancesAdjustmentDirection extends Enum { - readonly isIncrease: boolean; - readonly isDecrease: boolean; - readonly type: "Increase" | "Decrease"; + /** @name XcmV2NetworkId (134) */ + interface XcmV2NetworkId extends Enum { + readonly isAny: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name PalletParachainStakingCall (107) */ - interface PalletParachainStakingCall extends Enum { - readonly isSetStakingExpectations: boolean; - readonly asSetStakingExpectations: { - readonly expectations: { - readonly min: u128; - readonly ideal: u128; - readonly max: u128; - } & Struct; - } & Struct; - readonly isSetInflation: boolean; - readonly asSetInflation: { - readonly schedule: { - readonly min: Perbill; - readonly ideal: Perbill; - readonly max: Perbill; - } & Struct; - } & Struct; - readonly isSetParachainBondAccount: boolean; - readonly asSetParachainBondAccount: { - readonly new_: AccountId20; - } & Struct; - readonly isSetParachainBondReservePercent: boolean; - readonly asSetParachainBondReservePercent: { - readonly new_: Percent; - } & Struct; - readonly isSetTotalSelected: boolean; - readonly asSetTotalSelected: { - readonly new_: u32; - } & Struct; - readonly isSetCollatorCommission: boolean; - readonly asSetCollatorCommission: { - readonly new_: Perbill; - } & Struct; - readonly isSetBlocksPerRound: boolean; - readonly asSetBlocksPerRound: { - readonly new_: u32; - } & Struct; - readonly isJoinCandidates: boolean; - readonly asJoinCandidates: { - readonly bond: u128; - readonly candidateCount: u32; - } & Struct; - readonly isScheduleLeaveCandidates: boolean; - readonly asScheduleLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isExecuteLeaveCandidates: boolean; - readonly asExecuteLeaveCandidates: { - readonly candidate: AccountId20; - readonly candidateDelegationCount: u32; - } & Struct; - readonly isCancelLeaveCandidates: boolean; - readonly asCancelLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isGoOffline: boolean; - readonly isGoOnline: boolean; - readonly isCandidateBondMore: boolean; - readonly asCandidateBondMore: { - readonly more: u128; - } & Struct; - readonly isScheduleCandidateBondLess: boolean; - readonly asScheduleCandidateBondLess: { - readonly less: u128; - } & Struct; - readonly isExecuteCandidateBondLess: boolean; - readonly asExecuteCandidateBondLess: { - readonly candidate: AccountId20; - } & Struct; - readonly isCancelCandidateBondLess: boolean; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly candidateDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isDelegateWithAutoCompound: boolean; - readonly asDelegateWithAutoCompound: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly autoCompound: Percent; - readonly candidateDelegationCount: u32; - readonly candidateAutoCompoundingDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isRemovedCall19: boolean; - readonly isRemovedCall20: boolean; - readonly isRemovedCall21: boolean; - readonly isScheduleRevokeDelegation: boolean; - readonly asScheduleRevokeDelegation: { - readonly collator: AccountId20; - } & Struct; - readonly isDelegatorBondMore: boolean; - readonly asDelegatorBondMore: { - readonly candidate: AccountId20; - readonly more: u128; - } & Struct; - readonly isScheduleDelegatorBondLess: boolean; - readonly asScheduleDelegatorBondLess: { - readonly candidate: AccountId20; - readonly less: u128; - } & Struct; - readonly isExecuteDelegationRequest: boolean; - readonly asExecuteDelegationRequest: { - readonly delegator: AccountId20; - readonly candidate: AccountId20; - } & Struct; - readonly isCancelDelegationRequest: boolean; - readonly asCancelDelegationRequest: { - readonly candidate: AccountId20; - } & Struct; - readonly isSetAutoCompound: boolean; - readonly asSetAutoCompound: { - readonly candidate: AccountId20; - readonly value: Percent; - readonly candidateAutoCompoundingDelegationCountHint: u32; - readonly delegationCountHint: u32; - } & Struct; - readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; - readonly asHotfixRemoveDelegationRequestsExitedCandidates: { - readonly candidates: Vec; + /** @name XcmV2BodyId (136) */ + interface XcmV2BodyId extends Enum { + readonly isUnit: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; + readonly type: + | "Unit" + | "Named" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } + + /** @name XcmV2BodyPart (137) */ + interface XcmV2BodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isNotifyInactiveCollator: boolean; - readonly asNotifyInactiveCollator: { - readonly collator: AccountId20; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isEnableMarkingOffline: boolean; - readonly asEnableMarkingOffline: { - readonly value: bool; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isForceJoinCandidates: boolean; - readonly asForceJoinCandidates: { - readonly account: AccountId20; - readonly bond: u128; - readonly candidateCount: u32; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: - | "SetStakingExpectations" - | "SetInflation" - | "SetParachainBondAccount" - | "SetParachainBondReservePercent" - | "SetTotalSelected" - | "SetCollatorCommission" - | "SetBlocksPerRound" - | "JoinCandidates" - | "ScheduleLeaveCandidates" - | "ExecuteLeaveCandidates" - | "CancelLeaveCandidates" - | "GoOffline" - | "GoOnline" - | "CandidateBondMore" - | "ScheduleCandidateBondLess" - | "ExecuteCandidateBondLess" - | "CancelCandidateBondLess" - | "Delegate" - | "DelegateWithAutoCompound" - | "RemovedCall19" - | "RemovedCall20" - | "RemovedCall21" - | "ScheduleRevokeDelegation" - | "DelegatorBondMore" - | "ScheduleDelegatorBondLess" - | "ExecuteDelegationRequest" - | "CancelDelegationRequest" - | "SetAutoCompound" - | "HotfixRemoveDelegationRequestsExitedCandidates" - | "NotifyInactiveCollator" - | "EnableMarkingOffline" - | "ForceJoinCandidates"; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletAuthorInherentCall (110) */ - interface PalletAuthorInherentCall extends Enum { - readonly isKickOffAuthorshipValidation: boolean; - readonly type: "KickOffAuthorshipValidation"; + /** @name XcmV2MultiassetFungibility (138) */ + interface XcmV2MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV2MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PalletAuthorSlotFilterCall (111) */ - interface PalletAuthorSlotFilterCall extends Enum { - readonly isSetEligible: boolean; - readonly asSetEligible: { - readonly new_: u32; - } & Struct; - readonly type: "SetEligible"; + /** @name XcmV2MultiassetAssetInstance (139) */ + interface XcmV2MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly isBlob: boolean; + readonly asBlob: Bytes; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name PalletAuthorMappingCall (112) */ - interface PalletAuthorMappingCall extends Enum { - readonly isAddAssociation: boolean; - readonly asAddAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isUpdateAssociation: boolean; - readonly asUpdateAssociation: { - readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isClearAssociation: boolean; - readonly asClearAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isRemoveKeys: boolean; - readonly isSetKeys: boolean; - readonly asSetKeys: { - readonly keys_: Bytes; - } & Struct; - readonly type: - | "AddAssociation" - | "UpdateAssociation" - | "ClearAssociation" - | "RemoveKeys" - | "SetKeys"; + /** @name XcmV3MultiassetMultiAssets (140) */ + interface XcmV3MultiassetMultiAssets extends Vec {} + + /** @name XcmV3MultiAsset (142) */ + interface XcmV3MultiAsset extends Struct { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetFungibility; } - /** @name PalletMoonbeamOrbitersCall (113) */ - interface PalletMoonbeamOrbitersCall extends Enum { - readonly isCollatorAddOrbiter: boolean; - readonly asCollatorAddOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isCollatorRemoveOrbiter: boolean; - readonly asCollatorRemoveOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - } & Struct; - readonly isOrbiterRegister: boolean; - readonly isOrbiterUnregister: boolean; - readonly asOrbiterUnregister: { - readonly collatorsPoolCount: u32; - } & Struct; - readonly isAddCollator: boolean; - readonly asAddCollator: { - readonly collator: AccountId20; - } & Struct; - readonly isRemoveCollator: boolean; - readonly asRemoveCollator: { - readonly collator: AccountId20; - } & Struct; - readonly type: - | "CollatorAddOrbiter" - | "CollatorRemoveOrbiter" - | "OrbiterLeaveCollatorPool" - | "OrbiterRegister" - | "OrbiterUnregister" - | "AddCollator" - | "RemoveCollator"; - } - - /** @name PalletUtilityCall (114) */ - interface PalletUtilityCall extends Enum { - readonly isBatch: boolean; - readonly asBatch: { - readonly calls: Vec; - } & Struct; - readonly isAsDerivative: boolean; - readonly asAsDerivative: { - readonly index: u16; - readonly call: Call; - } & Struct; - readonly isBatchAll: boolean; - readonly asBatchAll: { - readonly calls: Vec; - } & Struct; - readonly isDispatchAs: boolean; - readonly asDispatchAs: { - readonly asOrigin: MoonbeamRuntimeOriginCaller; - readonly call: Call; - } & Struct; - readonly isForceBatch: boolean; - readonly asForceBatch: { - readonly calls: Vec; - } & Struct; - readonly isWithWeight: boolean; - readonly asWithWeight: { - readonly call: Call; - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly type: - | "Batch" - | "AsDerivative" - | "BatchAll" - | "DispatchAs" - | "ForceBatch" - | "WithWeight"; - } - - /** @name MoonbeamRuntimeOriginCaller (116) */ - interface MoonbeamRuntimeOriginCaller extends Enum { - readonly isSystem: boolean; - readonly asSystem: FrameSupportDispatchRawOrigin; - readonly isVoid: boolean; - readonly isEthereum: boolean; - readonly asEthereum: PalletEthereumRawOrigin; - readonly isOrigins: boolean; - readonly asOrigins: MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin; - readonly isTreasuryCouncilCollective: boolean; - readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; - readonly isOpenTechCommitteeCollective: boolean; - readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; - readonly isCumulusXcm: boolean; - readonly asCumulusXcm: CumulusPalletXcmOrigin; - readonly isPolkadotXcm: boolean; - readonly asPolkadotXcm: PalletXcmOrigin; - readonly isEthereumXcm: boolean; - readonly asEthereumXcm: PalletEthereumXcmRawOrigin; - readonly type: - | "System" - | "Void" - | "Ethereum" - | "Origins" - | "TreasuryCouncilCollective" - | "OpenTechCommitteeCollective" - | "CumulusXcm" - | "PolkadotXcm" - | "EthereumXcm"; - } - - /** @name FrameSupportDispatchRawOrigin (117) */ - interface FrameSupportDispatchRawOrigin extends Enum { - readonly isRoot: boolean; - readonly isSigned: boolean; - readonly asSigned: AccountId20; - readonly isNone: boolean; - readonly type: "Root" | "Signed" | "None"; - } - - /** @name PalletEthereumRawOrigin (118) */ - interface PalletEthereumRawOrigin extends Enum { - readonly isEthereumTransaction: boolean; - readonly asEthereumTransaction: H160; - readonly type: "EthereumTransaction"; - } - - /** @name MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ - interface MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { - readonly isWhitelistedCaller: boolean; - readonly isGeneralAdmin: boolean; - readonly isReferendumCanceller: boolean; - readonly isReferendumKiller: boolean; - readonly isFastGeneralAdmin: boolean; - readonly type: - | "WhitelistedCaller" - | "GeneralAdmin" - | "ReferendumCanceller" - | "ReferendumKiller" - | "FastGeneralAdmin"; - } - - /** @name PalletCollectiveRawOrigin (120) */ - interface PalletCollectiveRawOrigin extends Enum { - readonly isMembers: boolean; - readonly asMembers: ITuple<[u32, u32]>; - readonly isMember: boolean; - readonly asMember: AccountId20; - readonly isPhantom: boolean; - readonly type: "Members" | "Member" | "Phantom"; - } - - /** @name CumulusPalletXcmOrigin (122) */ - interface CumulusPalletXcmOrigin extends Enum { - readonly isRelay: boolean; - readonly isSiblingParachain: boolean; - readonly asSiblingParachain: u32; - readonly type: "Relay" | "SiblingParachain"; - } - - /** @name PalletXcmOrigin (123) */ - interface PalletXcmOrigin extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV4Location; - readonly isResponse: boolean; - readonly asResponse: StagingXcmV4Location; - readonly type: "Xcm" | "Response"; + /** @name XcmV3MultiassetAssetId (143) */ + interface XcmV3MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: StagingXcmV3MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: U8aFixed; + readonly type: "Concrete" | "Abstract"; } - /** @name StagingXcmV4Location (124) */ - interface StagingXcmV4Location extends Struct { + /** @name StagingXcmV3MultiLocation (144) */ + interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; - readonly interior: StagingXcmV4Junctions; + readonly interior: XcmV3Junctions; } - /** @name StagingXcmV4Junctions (125) */ - interface StagingXcmV4Junctions extends Enum { + /** @name XcmV3Junctions (145) */ + interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; - readonly asX1: StagingXcmV4Junction; + readonly asX1: XcmV3Junction; readonly isX2: boolean; - readonly asX2: StagingXcmV4Junction; + readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; readonly isX3: boolean; - readonly asX3: StagingXcmV4Junction; + readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; readonly isX4: boolean; - readonly asX4: StagingXcmV4Junction; + readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; readonly isX5: boolean; - readonly asX5: StagingXcmV4Junction; + readonly asX5: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; readonly isX6: boolean; - readonly asX6: StagingXcmV4Junction; + readonly asX6: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; readonly isX7: boolean; - readonly asX7: StagingXcmV4Junction; + readonly asX7: ITuple< + [ + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction + ] + >; readonly isX8: boolean; - readonly asX8: StagingXcmV4Junction; + readonly asX8: ITuple< + [ + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction + ] + >; readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (127) */ - interface StagingXcmV4Junction extends Enum { + /** @name XcmV3Junction (146) */ + interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; readonly isAccountId32: boolean; readonly asAccountId32: { - readonly network: Option; + readonly network: Option; readonly id: U8aFixed; } & Struct; readonly isAccountIndex64: boolean; readonly asAccountIndex64: { - readonly network: Option; + readonly network: Option; readonly index: Compact; } & Struct; readonly isAccountKey20: boolean; readonly asAccountKey20: { - readonly network: Option; + readonly network: Option; readonly key: U8aFixed; } & Struct; readonly isPalletInstance: boolean; @@ -2038,7 +2402,7 @@ declare module "@polkadot/types/lookup" { readonly part: XcmV3JunctionBodyPart; } & Struct; readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; + readonly asGlobalConsensus: XcmV3JunctionNetworkId; readonly type: | "Parachain" | "AccountId32" @@ -2052,8 +2416,8 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (130) */ - interface StagingXcmV4JunctionNetworkId extends Enum { + /** @name XcmV3JunctionNetworkId (148) */ + interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; readonly isByFork: boolean; @@ -2087,3802 +2451,3595 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (131) */ - interface XcmV3JunctionBodyId extends Enum { - readonly isUnit: boolean; - readonly isMoniker: boolean; - readonly asMoniker: U8aFixed; + /** @name XcmV3MultiassetFungibility (149) */ + interface XcmV3MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV3MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV3MultiassetAssetInstance (150) */ + interface XcmV3MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Moniker" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3JunctionBodyPart (132) */ - interface XcmV3JunctionBodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; + /** @name XcmVersionedLocation (151) */ + interface XcmVersionedLocation extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiLocation; + readonly isV3: boolean; + readonly asV3: StagingXcmV3MultiLocation; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Location; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name PalletAssetsEvent (152) */ + interface PalletAssetsEvent extends Enum { + readonly isCreated: boolean; + readonly asCreated: { + readonly assetId: u128; + readonly creator: AccountId20; + readonly owner: AccountId20; } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; + readonly isIssued: boolean; + readonly asIssued: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly amount: u128; } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isTransferred: boolean; + readonly asTransferred: { + readonly assetId: u128; + readonly from: AccountId20; + readonly to: AccountId20; + readonly amount: u128; } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isBurned: boolean; + readonly asBurned: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly balance: u128; } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; - } - - /** @name PalletEthereumXcmRawOrigin (140) */ - interface PalletEthereumXcmRawOrigin extends Enum { - readonly isXcmEthereumTransaction: boolean; - readonly asXcmEthereumTransaction: H160; - readonly type: "XcmEthereumTransaction"; - } - - /** @name SpCoreVoid (141) */ - type SpCoreVoid = Null; - - /** @name PalletProxyCall (142) */ - interface PalletProxyCall extends Enum { - readonly isProxy: boolean; - readonly asProxy: { - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; + readonly isTeamChanged: boolean; + readonly asTeamChanged: { + readonly assetId: u128; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly isAddProxy: boolean; - readonly asAddProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; - readonly delay: u32; + readonly isOwnerChanged: boolean; + readonly asOwnerChanged: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isRemoveProxy: boolean; - readonly asRemoveProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; - readonly delay: u32; + readonly isFrozen: boolean; + readonly asFrozen: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isRemoveProxies: boolean; - readonly isCreatePure: boolean; - readonly asCreatePure: { - readonly proxyType: MoonbeamRuntimeProxyType; - readonly delay: u32; - readonly index: u16; + readonly isThawed: boolean; + readonly asThawed: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isKillPure: boolean; - readonly asKillPure: { - readonly spawner: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; - readonly index: u16; - readonly height: Compact; - readonly extIndex: Compact; + readonly isAssetFrozen: boolean; + readonly asAssetFrozen: { + readonly assetId: u128; } & Struct; - readonly isAnnounce: boolean; - readonly asAnnounce: { - readonly real: AccountId20; - readonly callHash: H256; + readonly isAssetThawed: boolean; + readonly asAssetThawed: { + readonly assetId: u128; } & Struct; - readonly isRemoveAnnouncement: boolean; - readonly asRemoveAnnouncement: { - readonly real: AccountId20; - readonly callHash: H256; + readonly isAccountsDestroyed: boolean; + readonly asAccountsDestroyed: { + readonly assetId: u128; + readonly accountsDestroyed: u32; + readonly accountsRemaining: u32; } & Struct; - readonly isRejectAnnouncement: boolean; - readonly asRejectAnnouncement: { - readonly delegate: AccountId20; - readonly callHash: H256; + readonly isApprovalsDestroyed: boolean; + readonly asApprovalsDestroyed: { + readonly assetId: u128; + readonly approvalsDestroyed: u32; + readonly approvalsRemaining: u32; } & Struct; - readonly isProxyAnnounced: boolean; - readonly asProxyAnnounced: { - readonly delegate: AccountId20; - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; + readonly isDestructionStarted: boolean; + readonly asDestructionStarted: { + readonly assetId: u128; } & Struct; - readonly type: - | "Proxy" - | "AddProxy" - | "RemoveProxy" - | "RemoveProxies" - | "CreatePure" - | "KillPure" - | "Announce" - | "RemoveAnnouncement" - | "RejectAnnouncement" - | "ProxyAnnounced"; - } - - /** @name PalletMaintenanceModeCall (144) */ - interface PalletMaintenanceModeCall extends Enum { - readonly isEnterMaintenanceMode: boolean; - readonly isResumeNormalOperation: boolean; - readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; - } - - /** @name PalletIdentityCall (145) */ - interface PalletIdentityCall extends Enum { - readonly isAddRegistrar: boolean; - readonly asAddRegistrar: { - readonly account: AccountId20; + readonly isDestroyed: boolean; + readonly asDestroyed: { + readonly assetId: u128; } & Struct; - readonly isSetIdentity: boolean; - readonly asSetIdentity: { - readonly info: PalletIdentityLegacyIdentityInfo; + readonly isForceCreated: boolean; + readonly asForceCreated: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isSetSubs: boolean; - readonly asSetSubs: { - readonly subs: Vec>; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly assetId: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } & Struct; - readonly isClearIdentity: boolean; - readonly isRequestJudgement: boolean; - readonly asRequestJudgement: { - readonly regIndex: Compact; - readonly maxFee: Compact; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly assetId: u128; } & Struct; - readonly isCancelRequest: boolean; - readonly asCancelRequest: { - readonly regIndex: u32; + readonly isApprovedTransfer: boolean; + readonly asApprovedTransfer: { + readonly assetId: u128; + readonly source: AccountId20; + readonly delegate: AccountId20; + readonly amount: u128; } & Struct; - readonly isSetFee: boolean; - readonly asSetFee: { - readonly index: Compact; - readonly fee: Compact; + readonly isApprovalCancelled: boolean; + readonly asApprovalCancelled: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly isSetAccountId: boolean; - readonly asSetAccountId: { - readonly index: Compact; - readonly new_: AccountId20; + readonly isTransferredApproved: boolean; + readonly asTransferredApproved: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; + readonly destination: AccountId20; + readonly amount: u128; } & Struct; - readonly isSetFields: boolean; - readonly asSetFields: { - readonly index: Compact; - readonly fields: u64; + readonly isAssetStatusChanged: boolean; + readonly asAssetStatusChanged: { + readonly assetId: u128; } & Struct; - readonly isProvideJudgement: boolean; - readonly asProvideJudgement: { - readonly regIndex: Compact; - readonly target: AccountId20; - readonly judgement: PalletIdentityJudgement; - readonly identity: H256; + readonly isAssetMinBalanceChanged: boolean; + readonly asAssetMinBalanceChanged: { + readonly assetId: u128; + readonly newMinBalance: u128; } & Struct; - readonly isKillIdentity: boolean; - readonly asKillIdentity: { - readonly target: AccountId20; + readonly isTouched: boolean; + readonly asTouched: { + readonly assetId: u128; + readonly who: AccountId20; + readonly depositor: AccountId20; } & Struct; - readonly isAddSub: boolean; - readonly asAddSub: { - readonly sub: AccountId20; - readonly data: Data; + readonly isBlocked: boolean; + readonly asBlocked: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isRenameSub: boolean; - readonly asRenameSub: { - readonly sub: AccountId20; - readonly data: Data; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isRemoveSub: boolean; - readonly asRemoveSub: { - readonly sub: AccountId20; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isQuitSub: boolean; - readonly isAddUsernameAuthority: boolean; - readonly asAddUsernameAuthority: { - readonly authority: AccountId20; - readonly suffix: Bytes; - readonly allocation: u32; + readonly type: + | "Created" + | "Issued" + | "Transferred" + | "Burned" + | "TeamChanged" + | "OwnerChanged" + | "Frozen" + | "Thawed" + | "AssetFrozen" + | "AssetThawed" + | "AccountsDestroyed" + | "ApprovalsDestroyed" + | "DestructionStarted" + | "Destroyed" + | "ForceCreated" + | "MetadataSet" + | "MetadataCleared" + | "ApprovedTransfer" + | "ApprovalCancelled" + | "TransferredApproved" + | "AssetStatusChanged" + | "AssetMinBalanceChanged" + | "Touched" + | "Blocked" + | "Deposited" + | "Withdrawn"; + } + + /** @name OrmlXtokensModuleEvent (153) */ + interface OrmlXtokensModuleEvent extends Enum { + readonly isTransferredAssets: boolean; + readonly asTransferredAssets: { + readonly sender: AccountId20; + readonly assets: StagingXcmV4AssetAssets; + readonly fee: StagingXcmV4Asset; + readonly dest: StagingXcmV4Location; } & Struct; - readonly isRemoveUsernameAuthority: boolean; - readonly asRemoveUsernameAuthority: { - readonly authority: AccountId20; + readonly type: "TransferredAssets"; + } + + /** @name PalletAssetManagerEvent (154) */ + interface PalletAssetManagerEvent extends Enum { + readonly isForeignAssetRegistered: boolean; + readonly asForeignAssetRegistered: { + readonly assetId: u128; + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; - readonly isSetUsernameFor: boolean; - readonly asSetUsernameFor: { - readonly who: AccountId20; - readonly username: Bytes; - readonly signature: Option; + readonly isUnitsPerSecondChanged: boolean; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isAcceptUsername: boolean; - readonly asAcceptUsername: { - readonly username: Bytes; + readonly isForeignAssetRemoved: boolean; + readonly asForeignAssetRemoved: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isRemoveExpiredApproval: boolean; - readonly asRemoveExpiredApproval: { - readonly username: Bytes; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isSetPrimaryUsername: boolean; - readonly asSetPrimaryUsername: { - readonly username: Bytes; + readonly isForeignAssetDestroyed: boolean; + readonly asForeignAssetDestroyed: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isRemoveDanglingUsername: boolean; - readonly asRemoveDanglingUsername: { - readonly username: Bytes; + readonly isLocalAssetDestroyed: boolean; + readonly asLocalAssetDestroyed: { + readonly assetId: u128; } & Struct; readonly type: - | "AddRegistrar" - | "SetIdentity" - | "SetSubs" - | "ClearIdentity" - | "RequestJudgement" - | "CancelRequest" - | "SetFee" - | "SetAccountId" - | "SetFields" - | "ProvideJudgement" - | "KillIdentity" - | "AddSub" - | "RenameSub" - | "RemoveSub" - | "QuitSub" - | "AddUsernameAuthority" - | "RemoveUsernameAuthority" - | "SetUsernameFor" - | "AcceptUsername" - | "RemoveExpiredApproval" - | "SetPrimaryUsername" - | "RemoveDanglingUsername"; + | "ForeignAssetRegistered" + | "UnitsPerSecondChanged" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetRemoved" + | "SupportedAssetRemoved" + | "ForeignAssetDestroyed" + | "LocalAssetDestroyed"; } - /** @name PalletIdentityLegacyIdentityInfo (146) */ - interface PalletIdentityLegacyIdentityInfo extends Struct { - readonly additional: Vec>; - readonly display: Data; - readonly legal: Data; - readonly web: Data; - readonly riot: Data; - readonly email: Data; - readonly pgpFingerprint: Option; - readonly image: Data; - readonly twitter: Data; + /** @name MoonbaseRuntimeXcmConfigAssetType (155) */ + interface MoonbaseRuntimeXcmConfigAssetType extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV3MultiLocation; + readonly type: "Xcm"; } - /** @name PalletIdentityJudgement (184) */ - interface PalletIdentityJudgement extends Enum { - readonly isUnknown: boolean; - readonly isFeePaid: boolean; - readonly asFeePaid: u128; - readonly isReasonable: boolean; - readonly isKnownGood: boolean; - readonly isOutOfDate: boolean; - readonly isLowQuality: boolean; - readonly isErroneous: boolean; - readonly type: - | "Unknown" - | "FeePaid" - | "Reasonable" - | "KnownGood" - | "OutOfDate" - | "LowQuality" - | "Erroneous"; + /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (156) */ + interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } - /** @name AccountEthereumSignature (186) */ - interface AccountEthereumSignature extends U8aFixed {} - - /** @name PalletMultisigCall (188) */ - interface PalletMultisigCall extends Enum { - readonly isAsMultiThreshold1: boolean; - readonly asAsMultiThreshold1: { - readonly otherSignatories: Vec; - readonly call: Call; + /** @name PalletMigrationsEvent (157) */ + interface PalletMigrationsEvent extends Enum { + readonly isRuntimeUpgradeStarted: boolean; + readonly isRuntimeUpgradeCompleted: boolean; + readonly asRuntimeUpgradeCompleted: { + readonly weight: SpWeightsWeightV2Weight; } & Struct; - readonly isAsMulti: boolean; - readonly asAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly call: Call; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isMigrationStarted: boolean; + readonly asMigrationStarted: { + readonly migrationName: Bytes; } & Struct; - readonly isApproveAsMulti: boolean; - readonly asApproveAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly callHash: U8aFixed; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isMigrationCompleted: boolean; + readonly asMigrationCompleted: { + readonly migrationName: Bytes; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isCancelAsMulti: boolean; - readonly asCancelAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly timepoint: PalletMultisigTimepoint; - readonly callHash: U8aFixed; + readonly isFailedToSuspendIdleXcmExecution: boolean; + readonly asFailedToSuspendIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; - } - - /** @name PalletMoonbeamLazyMigrationsCall (190) */ - interface PalletMoonbeamLazyMigrationsCall extends Enum { - readonly isClearSuicidedStorage: boolean; - readonly asClearSuicidedStorage: { - readonly addresses: Vec; - readonly limit: u32; + readonly isFailedToResumeIdleXcmExecution: boolean; + readonly asFailedToResumeIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly type: "ClearSuicidedStorage"; + readonly type: + | "RuntimeUpgradeStarted" + | "RuntimeUpgradeCompleted" + | "MigrationStarted" + | "MigrationCompleted" + | "FailedToSuspendIdleXcmExecution" + | "FailedToResumeIdleXcmExecution"; } - /** @name PalletEvmCall (193) */ - interface PalletEvmCall extends Enum { - readonly isWithdraw: boolean; - readonly asWithdraw: { - readonly address: H160; - readonly value: u128; + /** @name PalletXcmTransactorEvent (158) */ + interface PalletXcmTransactorEvent extends Enum { + readonly isTransactedDerivative: boolean; + readonly asTransactedDerivative: { + readonly accountId: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; + readonly index: u16; } & Struct; - readonly isCall: boolean; - readonly asCall: { - readonly source: H160; - readonly target: H160; - readonly input: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isTransactedSovereign: boolean; + readonly asTransactedSovereign: { + readonly feePayer: Option; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isCreate: boolean; - readonly asCreate: { - readonly source: H160; - readonly init: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isTransactedSigned: boolean; + readonly asTransactedSigned: { + readonly feePayer: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isCreate2: boolean; - readonly asCreate2: { - readonly source: H160; - readonly init: Bytes; - readonly salt: H256; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isRegisteredDerivative: boolean; + readonly asRegisteredDerivative: { + readonly accountId: AccountId20; + readonly index: u16; } & Struct; - readonly type: "Withdraw" | "Call" | "Create" | "Create2"; - } - - /** @name PalletEthereumCall (199) */ - interface PalletEthereumCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly transaction: EthereumTransactionTransactionV2; + readonly isDeRegisteredDerivative: boolean; + readonly asDeRegisteredDerivative: { + readonly index: u16; } & Struct; - readonly type: "Transact"; - } - - /** @name EthereumTransactionTransactionV2 (200) */ - interface EthereumTransactionTransactionV2 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumTransactionLegacyTransaction; - readonly isEip2930: boolean; - readonly asEip2930: EthereumTransactionEip2930Transaction; - readonly isEip1559: boolean; - readonly asEip1559: EthereumTransactionEip1559Transaction; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; - } - - /** @name EthereumTransactionLegacyTransaction (201) */ - interface EthereumTransactionLegacyTransaction extends Struct { - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly signature: EthereumTransactionTransactionSignature; - } - - /** @name EthereumTransactionTransactionAction (202) */ - interface EthereumTransactionTransactionAction extends Enum { - readonly isCall: boolean; - readonly asCall: H160; - readonly isCreate: boolean; - readonly type: "Call" | "Create"; + readonly isTransactFailed: boolean; + readonly asTransactFailed: { + readonly error: XcmV3TraitsError; + } & Struct; + readonly isTransactInfoChanged: boolean; + readonly asTransactInfoChanged: { + readonly location: StagingXcmV4Location; + readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + } & Struct; + readonly isTransactInfoRemoved: boolean; + readonly asTransactInfoRemoved: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isDestFeePerSecondChanged: boolean; + readonly asDestFeePerSecondChanged: { + readonly location: StagingXcmV4Location; + readonly feePerSecond: u128; + } & Struct; + readonly isDestFeePerSecondRemoved: boolean; + readonly asDestFeePerSecondRemoved: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isHrmpManagementSent: boolean; + readonly asHrmpManagementSent: { + readonly action: PalletXcmTransactorHrmpOperation; + } & Struct; + readonly type: + | "TransactedDerivative" + | "TransactedSovereign" + | "TransactedSigned" + | "RegisteredDerivative" + | "DeRegisteredDerivative" + | "TransactFailed" + | "TransactInfoChanged" + | "TransactInfoRemoved" + | "DestFeePerSecondChanged" + | "DestFeePerSecondRemoved" + | "HrmpManagementSent"; } - /** @name EthereumTransactionTransactionSignature (203) */ - interface EthereumTransactionTransactionSignature extends Struct { - readonly v: u64; - readonly r: H256; - readonly s: H256; + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (159) */ + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } - /** @name EthereumTransactionEip2930Transaction (205) */ - interface EthereumTransactionEip2930Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name PalletXcmTransactorHrmpOperation (161) */ + interface PalletXcmTransactorHrmpOperation extends Enum { + readonly isInitOpen: boolean; + readonly asInitOpen: PalletXcmTransactorHrmpInitParams; + readonly isAccept: boolean; + readonly asAccept: { + readonly paraId: u32; + } & Struct; + readonly isClose: boolean; + readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly isCancel: boolean; + readonly asCancel: { + readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly openRequests: u32; + } & Struct; + readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name EthereumTransactionAccessListItem (207) */ - interface EthereumTransactionAccessListItem extends Struct { - readonly address: H160; - readonly storageKeys: Vec; + /** @name PalletXcmTransactorHrmpInitParams (162) */ + interface PalletXcmTransactorHrmpInitParams extends Struct { + readonly paraId: u32; + readonly proposedMaxCapacity: u32; + readonly proposedMaxMessageSize: u32; } - /** @name EthereumTransactionEip1559Transaction (208) */ - interface EthereumTransactionEip1559Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly maxPriorityFeePerGas: U256; - readonly maxFeePerGas: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (164) */ + interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { + readonly sender: u32; + readonly recipient: u32; } - /** @name PalletSchedulerCall (209) */ - interface PalletSchedulerCall extends Enum { - readonly isSchedule: boolean; - readonly asSchedule: { - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; - } & Struct; - readonly isCancel: boolean; - readonly asCancel: { - readonly when: u32; - readonly index: u32; - } & Struct; - readonly isScheduleNamed: boolean; - readonly asScheduleNamed: { - readonly id: U8aFixed; - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; - } & Struct; - readonly isCancelNamed: boolean; - readonly asCancelNamed: { - readonly id: U8aFixed; - } & Struct; - readonly isScheduleAfter: boolean; - readonly asScheduleAfter: { - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + /** @name PalletMoonbeamOrbitersEvent (165) */ + interface PalletMoonbeamOrbitersEvent extends Enum { + readonly isOrbiterJoinCollatorPool: boolean; + readonly asOrbiterJoinCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isScheduleNamedAfter: boolean; - readonly asScheduleNamedAfter: { - readonly id: U8aFixed; - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isSetRetry: boolean; - readonly asSetRetry: { - readonly task: ITuple<[u32, u32]>; - readonly retries: u8; - readonly period: u32; + readonly isOrbiterRewarded: boolean; + readonly asOrbiterRewarded: { + readonly account: AccountId20; + readonly rewards: u128; } & Struct; - readonly isSetRetryNamed: boolean; - readonly asSetRetryNamed: { - readonly id: U8aFixed; - readonly retries: u8; - readonly period: u32; + readonly isOrbiterRotation: boolean; + readonly asOrbiterRotation: { + readonly collator: AccountId20; + readonly oldOrbiter: Option; + readonly newOrbiter: Option; } & Struct; - readonly isCancelRetry: boolean; - readonly asCancelRetry: { - readonly task: ITuple<[u32, u32]>; + readonly isOrbiterRegistered: boolean; + readonly asOrbiterRegistered: { + readonly account: AccountId20; + readonly deposit: u128; } & Struct; - readonly isCancelRetryNamed: boolean; - readonly asCancelRetryNamed: { - readonly id: U8aFixed; + readonly isOrbiterUnregistered: boolean; + readonly asOrbiterUnregistered: { + readonly account: AccountId20; } & Struct; readonly type: - | "Schedule" - | "Cancel" - | "ScheduleNamed" - | "CancelNamed" - | "ScheduleAfter" - | "ScheduleNamedAfter" - | "SetRetry" - | "SetRetryNamed" - | "CancelRetry" - | "CancelRetryNamed"; + | "OrbiterJoinCollatorPool" + | "OrbiterLeaveCollatorPool" + | "OrbiterRewarded" + | "OrbiterRotation" + | "OrbiterRegistered" + | "OrbiterUnregistered"; } - /** @name PalletPreimageCall (211) */ - interface PalletPreimageCall extends Enum { - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly bytes: Bytes; - } & Struct; - readonly isUnnotePreimage: boolean; - readonly asUnnotePreimage: { - readonly hash_: H256; + /** @name PalletEthereumXcmEvent (166) */ + interface PalletEthereumXcmEvent extends Enum { + readonly isExecutedFromXcm: boolean; + readonly asExecutedFromXcm: { + readonly xcmMsgHash: H256; + readonly ethTxHash: H256; } & Struct; - readonly isRequestPreimage: boolean; - readonly asRequestPreimage: { - readonly hash_: H256; + readonly type: "ExecutedFromXcm"; + } + + /** @name PalletRandomnessEvent (167) */ + interface PalletRandomnessEvent extends Enum { + readonly isRandomnessRequestedBabeEpoch: boolean; + readonly asRandomnessRequestedBabeEpoch: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestEpoch: u64; } & Struct; - readonly isUnrequestPreimage: boolean; - readonly asUnrequestPreimage: { - readonly hash_: H256; + readonly isRandomnessRequestedLocal: boolean; + readonly asRandomnessRequestedLocal: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestBlock: u32; } & Struct; - readonly isEnsureUpdated: boolean; - readonly asEnsureUpdated: { - readonly hashes: Vec; + readonly isRequestFulfilled: boolean; + readonly asRequestFulfilled: { + readonly id: u64; + } & Struct; + readonly isRequestFeeIncreased: boolean; + readonly asRequestFeeIncreased: { + readonly id: u64; + readonly newFee: u128; + } & Struct; + readonly isRequestExpirationExecuted: boolean; + readonly asRequestExpirationExecuted: { + readonly id: u64; } & Struct; readonly type: - | "NotePreimage" - | "UnnotePreimage" - | "RequestPreimage" - | "UnrequestPreimage" - | "EnsureUpdated"; + | "RandomnessRequestedBabeEpoch" + | "RandomnessRequestedLocal" + | "RequestFulfilled" + | "RequestFeeIncreased" + | "RequestExpirationExecuted"; } - /** @name PalletConvictionVotingCall (212) */ - interface PalletConvictionVotingCall extends Enum { - readonly isVote: boolean; - readonly asVote: { - readonly pollIndex: Compact; - readonly vote: PalletConvictionVotingVoteAccountVote; - } & Struct; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly class: u16; - readonly to: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly balance: u128; - } & Struct; - readonly isUndelegate: boolean; - readonly asUndelegate: { - readonly class: u16; + /** @name PalletCollectiveEvent (168) */ + interface PalletCollectiveEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly account: AccountId20; + readonly proposalIndex: u32; + readonly proposalHash: H256; + readonly threshold: u32; } & Struct; - readonly isUnlock: boolean; - readonly asUnlock: { - readonly class: u16; - readonly target: AccountId20; + readonly isVoted: boolean; + readonly asVoted: { + readonly account: AccountId20; + readonly proposalHash: H256; + readonly voted: bool; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly isRemoveVote: boolean; - readonly asRemoveVote: { - readonly class: Option; - readonly index: u32; + readonly isApproved: boolean; + readonly asApproved: { + readonly proposalHash: H256; } & Struct; - readonly isRemoveOtherVote: boolean; - readonly asRemoveOtherVote: { - readonly target: AccountId20; - readonly class: u16; - readonly index: u32; + readonly isDisapproved: boolean; + readonly asDisapproved: { + readonly proposalHash: H256; } & Struct; - readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; - } - - /** @name PalletConvictionVotingVoteAccountVote (213) */ - interface PalletConvictionVotingVoteAccountVote extends Enum { - readonly isStandard: boolean; - readonly asStandard: { - readonly vote: Vote; - readonly balance: u128; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isSplit: boolean; - readonly asSplit: { - readonly aye: u128; - readonly nay: u128; + readonly isMemberExecuted: boolean; + readonly asMemberExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isSplitAbstain: boolean; - readonly asSplitAbstain: { - readonly aye: u128; - readonly nay: u128; - readonly abstain: u128; + readonly isClosed: boolean; + readonly asClosed: { + readonly proposalHash: H256; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly type: "Standard" | "Split" | "SplitAbstain"; + readonly type: + | "Proposed" + | "Voted" + | "Approved" + | "Disapproved" + | "Executed" + | "MemberExecuted" + | "Closed"; } - /** @name PalletConvictionVotingConviction (215) */ - interface PalletConvictionVotingConviction extends Enum { - readonly isNone: boolean; - readonly isLocked1x: boolean; - readonly isLocked2x: boolean; - readonly isLocked3x: boolean; - readonly isLocked4x: boolean; - readonly isLocked5x: boolean; - readonly isLocked6x: boolean; - readonly type: - | "None" - | "Locked1x" - | "Locked2x" - | "Locked3x" - | "Locked4x" - | "Locked5x" - | "Locked6x"; + /** @name PalletConvictionVotingEvent (169) */ + interface PalletConvictionVotingEvent extends Enum { + readonly isDelegated: boolean; + readonly asDelegated: ITuple<[AccountId20, AccountId20]>; + readonly isUndelegated: boolean; + readonly asUndelegated: AccountId20; + readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaCall (217) */ - interface PalletReferendaCall extends Enum { - readonly isSubmit: boolean; - readonly asSubmit: { - readonly proposalOrigin: MoonbeamRuntimeOriginCaller; + /** @name PalletReferendaEvent (170) */ + interface PalletReferendaEvent extends Enum { + readonly isSubmitted: boolean; + readonly asSubmitted: { + readonly index: u32; + readonly track: u16; readonly proposal: FrameSupportPreimagesBounded; - readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; - readonly isPlaceDecisionDeposit: boolean; - readonly asPlaceDecisionDeposit: { + readonly isDecisionDepositPlaced: boolean; + readonly asDecisionDepositPlaced: { readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isRefundDecisionDeposit: boolean; - readonly asRefundDecisionDeposit: { + readonly isDecisionDepositRefunded: boolean; + readonly asDecisionDepositRefunded: { readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isCancel: boolean; - readonly asCancel: { + readonly isDepositSlashed: boolean; + readonly asDepositSlashed: { + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionStarted: boolean; + readonly asDecisionStarted: { readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isKill: boolean; - readonly asKill: { + readonly isConfirmStarted: boolean; + readonly asConfirmStarted: { readonly index: u32; } & Struct; - readonly isNudgeReferendum: boolean; - readonly asNudgeReferendum: { + readonly isConfirmAborted: boolean; + readonly asConfirmAborted: { readonly index: u32; } & Struct; - readonly isOneFewerDeciding: boolean; - readonly asOneFewerDeciding: { - readonly track: u16; + readonly isConfirmed: boolean; + readonly asConfirmed: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isRefundSubmissionDeposit: boolean; - readonly asRefundSubmissionDeposit: { + readonly isApproved: boolean; + readonly asApproved: { readonly index: u32; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { + readonly isRejected: boolean; + readonly asRejected: { readonly index: u32; - readonly maybeHash: Option; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly type: - | "Submit" - | "PlaceDecisionDeposit" - | "RefundDecisionDeposit" - | "Cancel" - | "Kill" - | "NudgeReferendum" - | "OneFewerDeciding" - | "RefundSubmissionDeposit" - | "SetMetadata"; - } - - /** @name FrameSupportScheduleDispatchTime (218) */ - interface FrameSupportScheduleDispatchTime extends Enum { - readonly isAt: boolean; - readonly asAt: u32; - readonly isAfter: boolean; - readonly asAfter: u32; - readonly type: "At" | "After"; - } - - /** @name PalletWhitelistCall (220) */ - interface PalletWhitelistCall extends Enum { - readonly isWhitelistCall: boolean; - readonly asWhitelistCall: { - readonly callHash: H256; + readonly isTimedOut: boolean; + readonly asTimedOut: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isRemoveWhitelistedCall: boolean; - readonly asRemoveWhitelistedCall: { - readonly callHash: H256; + readonly isCancelled: boolean; + readonly asCancelled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isDispatchWhitelistedCall: boolean; - readonly asDispatchWhitelistedCall: { - readonly callHash: H256; - readonly callEncodedLen: u32; - readonly callWeightWitness: SpWeightsWeightV2Weight; + readonly isKilled: boolean; + readonly asKilled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isDispatchWhitelistedCallWithPreimage: boolean; - readonly asDispatchWhitelistedCallWithPreimage: { - readonly call: Call; + readonly isSubmissionDepositRefunded: boolean; + readonly asSubmissionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly index: u32; + readonly hash_: H256; + } & Struct; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly index: u32; + readonly hash_: H256; } & Struct; readonly type: - | "WhitelistCall" - | "RemoveWhitelistedCall" - | "DispatchWhitelistedCall" - | "DispatchWhitelistedCallWithPreimage"; + | "Submitted" + | "DecisionDepositPlaced" + | "DecisionDepositRefunded" + | "DepositSlashed" + | "DecisionStarted" + | "ConfirmStarted" + | "ConfirmAborted" + | "Confirmed" + | "Approved" + | "Rejected" + | "TimedOut" + | "Cancelled" + | "Killed" + | "SubmissionDepositRefunded" + | "MetadataSet" + | "MetadataCleared"; } - /** @name PalletCollectiveCall (221) */ - interface PalletCollectiveCall extends Enum { - readonly isSetMembers: boolean; - readonly asSetMembers: { - readonly newMembers: Vec; - readonly prime: Option; - readonly oldCount: u32; - } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly proposal: Call; - readonly lengthBound: Compact; - } & Struct; - readonly isPropose: boolean; - readonly asPropose: { - readonly threshold: Compact; - readonly proposal: Call; - readonly lengthBound: Compact; - } & Struct; - readonly isVote: boolean; - readonly asVote: { - readonly proposal: H256; - readonly index: Compact; - readonly approve: bool; - } & Struct; - readonly isDisapproveProposal: boolean; - readonly asDisapproveProposal: { - readonly proposalHash: H256; + /** @name FrameSupportPreimagesBounded (171) */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; } & Struct; - readonly isClose: boolean; - readonly asClose: { - readonly proposalHash: H256; - readonly index: Compact; - readonly proposalWeightBound: SpWeightsWeightV2Weight; - readonly lengthBound: Compact; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name PalletTreasuryCall (223) */ - interface PalletTreasuryCall extends Enum { - readonly isProposeSpend: boolean; - readonly asProposeSpend: { - readonly value: Compact; - readonly beneficiary: AccountId20; + /** @name FrameSystemCall (173) */ + interface FrameSystemCall extends Enum { + readonly isRemark: boolean; + readonly asRemark: { + readonly remark: Bytes; } & Struct; - readonly isRejectProposal: boolean; - readonly asRejectProposal: { - readonly proposalId: Compact; + readonly isSetHeapPages: boolean; + readonly asSetHeapPages: { + readonly pages: u64; } & Struct; - readonly isApproveProposal: boolean; - readonly asApproveProposal: { - readonly proposalId: Compact; + readonly isSetCode: boolean; + readonly asSetCode: { + readonly code: Bytes; } & Struct; - readonly isSpendLocal: boolean; - readonly asSpendLocal: { - readonly amount: Compact; - readonly beneficiary: AccountId20; + readonly isSetCodeWithoutChecks: boolean; + readonly asSetCodeWithoutChecks: { + readonly code: Bytes; } & Struct; - readonly isRemoveApproval: boolean; - readonly asRemoveApproval: { - readonly proposalId: Compact; + readonly isSetStorage: boolean; + readonly asSetStorage: { + readonly items: Vec>; } & Struct; - readonly isSpend: boolean; - readonly asSpend: { - readonly assetKind: Null; - readonly amount: Compact; - readonly beneficiary: AccountId20; - readonly validFrom: Option; + readonly isKillStorage: boolean; + readonly asKillStorage: { + readonly keys_: Vec; } & Struct; - readonly isPayout: boolean; - readonly asPayout: { - readonly index: u32; + readonly isKillPrefix: boolean; + readonly asKillPrefix: { + readonly prefix: Bytes; + readonly subkeys: u32; } & Struct; - readonly isCheckStatus: boolean; - readonly asCheckStatus: { - readonly index: u32; + readonly isRemarkWithEvent: boolean; + readonly asRemarkWithEvent: { + readonly remark: Bytes; } & Struct; - readonly isVoidSpend: boolean; - readonly asVoidSpend: { - readonly index: u32; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + } & Struct; + readonly isAuthorizeUpgradeWithoutChecks: boolean; + readonly asAuthorizeUpgradeWithoutChecks: { + readonly codeHash: H256; + } & Struct; + readonly isApplyAuthorizedUpgrade: boolean; + readonly asApplyAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" - | "SpendLocal" - | "RemoveApproval" - | "Spend" - | "Payout" - | "CheckStatus" - | "VoidSpend"; + | "Remark" + | "SetHeapPages" + | "SetCode" + | "SetCodeWithoutChecks" + | "SetStorage" + | "KillStorage" + | "KillPrefix" + | "RemarkWithEvent" + | "AuthorizeUpgrade" + | "AuthorizeUpgradeWithoutChecks" + | "ApplyAuthorizedUpgrade"; } - /** @name PalletCrowdloanRewardsCall (225) */ - interface PalletCrowdloanRewardsCall extends Enum { - readonly isAssociateNativeIdentity: boolean; - readonly asAssociateNativeIdentity: { - readonly rewardAccount: AccountId20; - readonly relayAccount: U8aFixed; - readonly proof: SpRuntimeMultiSignature; + /** @name PalletUtilityCall (177) */ + interface PalletUtilityCall extends Enum { + readonly isBatch: boolean; + readonly asBatch: { + readonly calls: Vec; } & Struct; - readonly isChangeAssociationWithRelayKeys: boolean; - readonly asChangeAssociationWithRelayKeys: { - readonly rewardAccount: AccountId20; - readonly previousAccount: AccountId20; - readonly proofs: Vec>; + readonly isAsDerivative: boolean; + readonly asAsDerivative: { + readonly index: u16; + readonly call: Call; } & Struct; - readonly isClaim: boolean; - readonly isUpdateRewardAddress: boolean; - readonly asUpdateRewardAddress: { - readonly newRewardAccount: AccountId20; + readonly isBatchAll: boolean; + readonly asBatchAll: { + readonly calls: Vec; } & Struct; - readonly isCompleteInitialization: boolean; - readonly asCompleteInitialization: { - readonly leaseEndingBlock: u32; + readonly isDispatchAs: boolean; + readonly asDispatchAs: { + readonly asOrigin: MoonbaseRuntimeOriginCaller; + readonly call: Call; } & Struct; - readonly isInitializeRewardVec: boolean; - readonly asInitializeRewardVec: { - readonly rewards: Vec, u128]>>; + readonly isForceBatch: boolean; + readonly asForceBatch: { + readonly calls: Vec; + } & Struct; + readonly isWithWeight: boolean; + readonly asWithWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly type: - | "AssociateNativeIdentity" - | "ChangeAssociationWithRelayKeys" - | "Claim" - | "UpdateRewardAddress" - | "CompleteInitialization" - | "InitializeRewardVec"; - } - - /** @name SpRuntimeMultiSignature (226) */ - interface SpRuntimeMultiSignature extends Enum { - readonly isEd25519: boolean; - readonly asEd25519: U8aFixed; - readonly isSr25519: boolean; - readonly asSr25519: U8aFixed; - readonly isEcdsa: boolean; - readonly asEcdsa: U8aFixed; - readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; + | "Batch" + | "AsDerivative" + | "BatchAll" + | "DispatchAs" + | "ForceBatch" + | "WithWeight"; } - /** @name CumulusPalletDmpQueueCall (232) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (233) */ - interface PalletXcmCall extends Enum { - readonly isSend: boolean; - readonly asSend: { - readonly dest: XcmVersionedLocation; - readonly message: XcmVersionedXcm; - } & Struct; - readonly isTeleportAssets: boolean; - readonly asTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - } & Struct; - readonly isReserveTransferAssets: boolean; - readonly asReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly message: XcmVersionedXcm; - readonly maxWeight: SpWeightsWeightV2Weight; - } & Struct; - readonly isForceXcmVersion: boolean; - readonly asForceXcmVersion: { - readonly location: StagingXcmV4Location; - readonly version: u32; + /** @name MoonbaseRuntimeOriginCaller (179) */ + interface MoonbaseRuntimeOriginCaller extends Enum { + readonly isSystem: boolean; + readonly asSystem: FrameSupportDispatchRawOrigin; + readonly isVoid: boolean; + readonly isEthereum: boolean; + readonly asEthereum: PalletEthereumRawOrigin; + readonly isCumulusXcm: boolean; + readonly asCumulusXcm: CumulusPalletXcmOrigin; + readonly isPolkadotXcm: boolean; + readonly asPolkadotXcm: PalletXcmOrigin; + readonly isEthereumXcm: boolean; + readonly asEthereumXcm: PalletEthereumXcmRawOrigin; + readonly isTreasuryCouncilCollective: boolean; + readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; + readonly isOrigins: boolean; + readonly asOrigins: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + readonly isOpenTechCommitteeCollective: boolean; + readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; + readonly type: + | "System" + | "Void" + | "Ethereum" + | "CumulusXcm" + | "PolkadotXcm" + | "EthereumXcm" + | "TreasuryCouncilCollective" + | "Origins" + | "OpenTechCommitteeCollective"; + } + + /** @name FrameSupportDispatchRawOrigin (180) */ + interface FrameSupportDispatchRawOrigin extends Enum { + readonly isRoot: boolean; + readonly isSigned: boolean; + readonly asSigned: AccountId20; + readonly isNone: boolean; + readonly type: "Root" | "Signed" | "None"; + } + + /** @name PalletEthereumRawOrigin (181) */ + interface PalletEthereumRawOrigin extends Enum { + readonly isEthereumTransaction: boolean; + readonly asEthereumTransaction: H160; + readonly type: "EthereumTransaction"; + } + + /** @name CumulusPalletXcmOrigin (182) */ + interface CumulusPalletXcmOrigin extends Enum { + readonly isRelay: boolean; + readonly isSiblingParachain: boolean; + readonly asSiblingParachain: u32; + readonly type: "Relay" | "SiblingParachain"; + } + + /** @name PalletXcmOrigin (183) */ + interface PalletXcmOrigin extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV4Location; + readonly isResponse: boolean; + readonly asResponse: StagingXcmV4Location; + readonly type: "Xcm" | "Response"; + } + + /** @name PalletEthereumXcmRawOrigin (184) */ + interface PalletEthereumXcmRawOrigin extends Enum { + readonly isXcmEthereumTransaction: boolean; + readonly asXcmEthereumTransaction: H160; + readonly type: "XcmEthereumTransaction"; + } + + /** @name PalletCollectiveRawOrigin (185) */ + interface PalletCollectiveRawOrigin extends Enum { + readonly isMembers: boolean; + readonly asMembers: ITuple<[u32, u32]>; + readonly isMember: boolean; + readonly asMember: AccountId20; + readonly isPhantom: boolean; + readonly type: "Members" | "Member" | "Phantom"; + } + + /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (186) */ + interface MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { + readonly isWhitelistedCaller: boolean; + readonly isGeneralAdmin: boolean; + readonly isReferendumCanceller: boolean; + readonly isReferendumKiller: boolean; + readonly isFastGeneralAdmin: boolean; + readonly type: + | "WhitelistedCaller" + | "GeneralAdmin" + | "ReferendumCanceller" + | "ReferendumKiller" + | "FastGeneralAdmin"; + } + + /** @name SpCoreVoid (188) */ + type SpCoreVoid = Null; + + /** @name PalletTimestampCall (189) */ + interface PalletTimestampCall extends Enum { + readonly isSet: boolean; + readonly asSet: { + readonly now: Compact; } & Struct; - readonly isForceDefaultXcmVersion: boolean; - readonly asForceDefaultXcmVersion: { - readonly maybeXcmVersion: Option; + readonly type: "Set"; + } + + /** @name PalletBalancesCall (190) */ + interface PalletBalancesCall extends Enum { + readonly isTransferAllowDeath: boolean; + readonly asTransferAllowDeath: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isForceSubscribeVersionNotify: boolean; - readonly asForceSubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly source: AccountId20; + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isForceUnsubscribeVersionNotify: boolean; - readonly asForceUnsubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isLimitedReserveTransferAssets: boolean; - readonly asLimitedReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isTransferAll: boolean; + readonly asTransferAll: { + readonly dest: AccountId20; + readonly keepAlive: bool; } & Struct; - readonly isLimitedTeleportAssets: boolean; - readonly asLimitedTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isForceUnreserve: boolean; + readonly asForceUnreserve: { + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isForceSuspension: boolean; - readonly asForceSuspension: { - readonly suspended: bool; + readonly isUpgradeAccounts: boolean; + readonly asUpgradeAccounts: { + readonly who: Vec; } & Struct; - readonly isTransferAssets: boolean; - readonly asTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isForceSetBalance: boolean; + readonly asForceSetBalance: { + readonly who: AccountId20; + readonly newFree: Compact; } & Struct; - readonly isClaimAssets: boolean; - readonly asClaimAssets: { - readonly assets: XcmVersionedAssets; - readonly beneficiary: XcmVersionedLocation; + readonly isForceAdjustTotalIssuance: boolean; + readonly asForceAdjustTotalIssuance: { + readonly direction: PalletBalancesAdjustmentDirection; + readonly delta: Compact; } & Struct; - readonly isTransferAssetsUsingTypeAndThen: boolean; - readonly asTransferAssetsUsingTypeAndThen: { - readonly dest: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly remoteFeesId: XcmVersionedAssetId; - readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly customXcmOnDest: XcmVersionedXcm; - readonly weightLimit: XcmV3WeightLimit; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; } & Struct; readonly type: - | "Send" - | "TeleportAssets" - | "ReserveTransferAssets" - | "Execute" - | "ForceXcmVersion" - | "ForceDefaultXcmVersion" - | "ForceSubscribeVersionNotify" - | "ForceUnsubscribeVersionNotify" - | "LimitedReserveTransferAssets" - | "LimitedTeleportAssets" - | "ForceSuspension" - | "TransferAssets" - | "ClaimAssets" - | "TransferAssetsUsingTypeAndThen"; + | "TransferAllowDeath" + | "ForceTransfer" + | "TransferKeepAlive" + | "TransferAll" + | "ForceUnreserve" + | "UpgradeAccounts" + | "ForceSetBalance" + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name XcmVersionedLocation (234) */ - interface XcmVersionedLocation extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiLocation; - readonly isV3: boolean; - readonly asV3: StagingXcmV3MultiLocation; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Location; - readonly type: "V2" | "V3" | "V4"; + /** @name PalletBalancesAdjustmentDirection (192) */ + interface PalletBalancesAdjustmentDirection extends Enum { + readonly isIncrease: boolean; + readonly isDecrease: boolean; + readonly type: "Increase" | "Decrease"; } - /** @name XcmV2MultiLocation (235) */ - interface XcmV2MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV2MultilocationJunctions; + /** @name PalletSudoCall (193) */ + interface PalletSudoCall extends Enum { + readonly isSudo: boolean; + readonly asSudo: { + readonly call: Call; + } & Struct; + readonly isSudoUncheckedWeight: boolean; + readonly asSudoUncheckedWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; + } & Struct; + readonly isSetKey: boolean; + readonly asSetKey: { + readonly new_: AccountId20; + } & Struct; + readonly isSudoAs: boolean; + readonly asSudoAs: { + readonly who: AccountId20; + readonly call: Call; + } & Struct; + readonly isRemoveKey: boolean; + readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey"; } - /** @name XcmV2MultilocationJunctions (236) */ - interface XcmV2MultilocationJunctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV2Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; - } - - /** @name XcmV2Junction (237) */ - interface XcmV2Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: XcmV2NetworkId; - readonly id: U8aFixed; + /** @name CumulusPalletParachainSystemCall (194) */ + interface CumulusPalletParachainSystemCall extends Enum { + readonly isSetValidationData: boolean; + readonly asSetValidationData: { + readonly data: CumulusPrimitivesParachainInherentParachainInherentData; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: XcmV2NetworkId; - readonly index: Compact; + readonly isSudoSendUpwardMessage: boolean; + readonly asSudoSendUpwardMessage: { + readonly message: Bytes; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: XcmV2NetworkId; - readonly key: U8aFixed; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + readonly checkVersion: bool; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: Bytes; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV2BodyId; - readonly part: XcmV2BodyPart; + readonly isEnactAuthorizedUpgrade: boolean; + readonly asEnactAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality"; + | "SetValidationData" + | "SudoSendUpwardMessage" + | "AuthorizeUpgrade" + | "EnactAuthorizedUpgrade"; } - /** @name XcmV2NetworkId (238) */ - interface XcmV2NetworkId extends Enum { - readonly isAny: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; + /** @name CumulusPrimitivesParachainInherentParachainInherentData (195) */ + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly relayChainState: SpTrieStorageProof; + readonly downwardMessages: Vec; + readonly horizontalMessages: BTreeMap>; } - /** @name XcmV2BodyId (240) */ - interface XcmV2BodyId extends Enum { - readonly isUnit: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Named" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + /** @name PolkadotPrimitivesV7PersistedValidationData (196) */ + interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + readonly parentHead: Bytes; + readonly relayParentNumber: u32; + readonly relayParentStorageRoot: H256; + readonly maxPovSize: u32; } - /** @name XcmV2BodyPart (241) */ - interface XcmV2BodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; - } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; + /** @name SpTrieStorageProof (198) */ + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } - /** @name StagingXcmV3MultiLocation (242) */ - interface StagingXcmV3MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV3Junctions; + /** @name PolkadotCorePrimitivesInboundDownwardMessage (201) */ + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + readonly sentAt: u32; + readonly msg: Bytes; } - /** @name XcmV3Junctions (243) */ - interface XcmV3Junctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV3Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + /** @name PolkadotCorePrimitivesInboundHrmpMessage (204) */ + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + readonly sentAt: u32; + readonly data: Bytes; } - /** @name XcmV3Junction (244) */ - interface XcmV3Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: Option; - readonly id: U8aFixed; + /** @name PalletEvmCall (207) */ + interface PalletEvmCall extends Enum { + readonly isWithdraw: boolean; + readonly asWithdraw: { + readonly address: H160; + readonly value: u128; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: Option; - readonly index: Compact; + readonly isCall: boolean; + readonly asCall: { + readonly source: H160; + readonly target: H160; + readonly input: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: Option; - readonly key: U8aFixed; + readonly isCreate: boolean; + readonly asCreate: { + readonly source: H160; + readonly init: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: { - readonly length: u8; - readonly data: U8aFixed; + readonly isCreate2: boolean; + readonly asCreate2: { + readonly source: H160; + readonly init: Bytes; + readonly salt: H256; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV3JunctionBodyId; - readonly part: XcmV3JunctionBodyPart; - } & Struct; - readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: XcmV3JunctionNetworkId; - readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality" - | "GlobalConsensus"; + readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name XcmV3JunctionNetworkId (246) */ - interface XcmV3JunctionNetworkId extends Enum { - readonly isByGenesis: boolean; - readonly asByGenesis: U8aFixed; - readonly isByFork: boolean; - readonly asByFork: { - readonly blockNumber: u64; - readonly blockHash: U8aFixed; - } & Struct; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly isWestend: boolean; - readonly isRococo: boolean; - readonly isWococo: boolean; - readonly isEthereum: boolean; - readonly asEthereum: { - readonly chainId: Compact; + /** @name PalletEthereumCall (213) */ + interface PalletEthereumCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly transaction: EthereumTransactionTransactionV2; } & Struct; - readonly isBitcoinCore: boolean; - readonly isBitcoinCash: boolean; - readonly isPolkadotBulletin: boolean; - readonly type: - | "ByGenesis" - | "ByFork" - | "Polkadot" - | "Kusama" - | "Westend" - | "Rococo" - | "Wococo" - | "Ethereum" - | "BitcoinCore" - | "BitcoinCash" - | "PolkadotBulletin"; + readonly type: "Transact"; } - /** @name XcmVersionedXcm (247) */ - interface XcmVersionedXcm extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Xcm; - readonly isV3: boolean; - readonly asV3: XcmV3Xcm; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Xcm; - readonly type: "V2" | "V3" | "V4"; + /** @name EthereumTransactionTransactionV2 (214) */ + interface EthereumTransactionTransactionV2 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumTransactionLegacyTransaction; + readonly isEip2930: boolean; + readonly asEip2930: EthereumTransactionEip2930Transaction; + readonly isEip1559: boolean; + readonly asEip1559: EthereumTransactionEip1559Transaction; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name XcmV2Xcm (248) */ - interface XcmV2Xcm extends Vec {} + /** @name EthereumTransactionLegacyTransaction (215) */ + interface EthereumTransactionLegacyTransaction extends Struct { + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly signature: EthereumTransactionTransactionSignature; + } - /** @name XcmV2Instruction (250) */ - interface XcmV2Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV2Response; - readonly maxWeight: Compact; + /** @name EthereumTransactionTransactionAction (216) */ + interface EthereumTransactionTransactionAction extends Enum { + readonly isCall: boolean; + readonly asCall: H160; + readonly isCreate: boolean; + readonly type: "Call" | "Create"; + } + + /** @name EthereumTransactionTransactionSignature (217) */ + interface EthereumTransactionTransactionSignature extends Struct { + readonly v: u64; + readonly r: H256; + readonly s: H256; + } + + /** @name EthereumTransactionEip2930Transaction (219) */ + interface EthereumTransactionEip2930Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; + } + + /** @name EthereumTransactionAccessListItem (221) */ + interface EthereumTransactionAccessListItem extends Struct { + readonly address: H160; + readonly storageKeys: Vec; + } + + /** @name EthereumTransactionEip1559Transaction (222) */ + interface EthereumTransactionEip1559Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly maxPriorityFeePerGas: U256; + readonly maxFeePerGas: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; + } + + /** @name PalletParachainStakingCall (223) */ + interface PalletParachainStakingCall extends Enum { + readonly isSetStakingExpectations: boolean; + readonly asSetStakingExpectations: { + readonly expectations: { + readonly min: u128; + readonly ideal: u128; + readonly max: u128; + } & Struct; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly beneficiary: XcmV2MultiLocation; + readonly isSetInflation: boolean; + readonly asSetInflation: { + readonly schedule: { + readonly min: Perbill; + readonly ideal: Perbill; + readonly max: Perbill; + } & Struct; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isSetParachainBondAccount: boolean; + readonly asSetParachainBondAccount: { + readonly new_: AccountId20; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originType: XcmV2OriginKind; - readonly requireWeightAtMost: Compact; - readonly call: XcmDoubleEncoded; + readonly isSetParachainBondReservePercent: boolean; + readonly asSetParachainBondReservePercent: { + readonly new_: Percent; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isSetTotalSelected: boolean; + readonly asSetTotalSelected: { + readonly new_: u32; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isSetCollatorCommission: boolean; + readonly asSetCollatorCommission: { + readonly new_: Perbill; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isSetBlocksPerRound: boolean; + readonly asSetBlocksPerRound: { + readonly new_: u32; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV2MultilocationJunctions; - readonly isReportError: boolean; - readonly asReportError: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly maxResponseWeight: Compact; + readonly isJoinCandidates: boolean; + readonly asJoinCandidates: { + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly beneficiary: XcmV2MultiLocation; + readonly isScheduleLeaveCandidates: boolean; + readonly asScheduleLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isExecuteLeaveCandidates: boolean; + readonly asExecuteLeaveCandidates: { + readonly candidate: AccountId20; + readonly candidateDelegationCount: u32; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV2MultiassetMultiAssetFilter; - readonly receive: XcmV2MultiassetMultiAssets; + readonly isCancelLeaveCandidates: boolean; + readonly asCancelLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly reserve: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isGoOffline: boolean; + readonly isGoOnline: boolean; + readonly isCandidateBondMore: boolean; + readonly asCandidateBondMore: { + readonly more: u128; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isScheduleCandidateBondLess: boolean; + readonly asScheduleCandidateBondLess: { + readonly less: u128; } & Struct; - readonly isQueryHolding: boolean; - readonly asQueryHolding: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxResponseWeight: Compact; - } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV2MultiAsset; - readonly weightLimit: XcmV2WeightLimit; - } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV2Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV2Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly ticket: XcmV2MultiLocation; - } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: Compact; - } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "QueryHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion"; - } - - /** @name XcmV2MultiassetMultiAssets (251) */ - interface XcmV2MultiassetMultiAssets extends Vec {} - - /** @name XcmV2MultiAsset (253) */ - interface XcmV2MultiAsset extends Struct { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetFungibility; - } - - /** @name XcmV2MultiassetAssetId (254) */ - interface XcmV2MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: XcmV2MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: Bytes; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV2MultiassetFungibility (255) */ - interface XcmV2MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV2MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV2MultiassetAssetInstance (256) */ - interface XcmV2MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly isBlob: boolean; - readonly asBlob: Bytes; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; - } - - /** @name XcmV2Response (257) */ - interface XcmV2Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV2MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; - } - - /** @name XcmV2TraitsError (260) */ - interface XcmV2TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isMultiLocationFull: boolean; - readonly isMultiLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: u64; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "MultiLocationFull" - | "MultiLocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable"; - } - - /** @name XcmV2OriginKind (261) */ - interface XcmV2OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; - } - - /** @name XcmDoubleEncoded (262) */ - interface XcmDoubleEncoded extends Struct { - readonly encoded: Bytes; - } - - /** @name XcmV2MultiassetMultiAssetFilter (263) */ - interface XcmV2MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV2MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV2MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; - } - - /** @name XcmV2MultiassetWildMultiAsset (264) */ - interface XcmV2MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetWildFungibility; - } & Struct; - readonly type: "All" | "AllOf"; - } - - /** @name XcmV2MultiassetWildFungibility (265) */ - interface XcmV2MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV2WeightLimit (266) */ - interface XcmV2WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: Compact; - readonly type: "Unlimited" | "Limited"; - } - - /** @name XcmV3Xcm (267) */ - interface XcmV3Xcm extends Vec {} - - /** @name XcmV3Instruction (269) */ - interface XcmV3Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV3Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; - } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly beneficiary: StagingXcmV3MultiLocation; - } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isExecuteCandidateBondLess: boolean; + readonly asExecuteCandidateBondLess: { + readonly candidate: AccountId20; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV2OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isCancelCandidateBondLess: boolean; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly candidateDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isRemovedCall19: boolean; + readonly isRemovedCall20: boolean; + readonly isRemovedCall21: boolean; + readonly isScheduleRevokeDelegation: boolean; + readonly asScheduleRevokeDelegation: { + readonly collator: AccountId20; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isDelegatorBondMore: boolean; + readonly asDelegatorBondMore: { + readonly candidate: AccountId20; + readonly more: u128; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV3Junctions; - readonly isReportError: boolean; - readonly asReportError: XcmV3QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly isScheduleDelegatorBondLess: boolean; + readonly asScheduleDelegatorBondLess: { + readonly candidate: AccountId20; + readonly less: u128; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isExecuteDelegationRequest: boolean; + readonly asExecuteDelegationRequest: { + readonly delegator: AccountId20; + readonly candidate: AccountId20; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV3MultiassetMultiAssetFilter; - readonly want: XcmV3MultiassetMultiAssets; - readonly maximal: bool; + readonly isCancelDelegationRequest: boolean; + readonly asCancelDelegationRequest: { + readonly candidate: AccountId20; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly reserve: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; + readonly asHotfixRemoveDelegationRequestsExitedCandidates: { + readonly candidates: Vec; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: XcmV3QueryResponseInfo; - readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly isNotifyInactiveCollator: boolean; + readonly asNotifyInactiveCollator: { + readonly collator: AccountId20; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV3MultiAsset; - readonly weightLimit: XcmV3WeightLimit; + readonly isEnableMarkingOffline: boolean; + readonly asEnableMarkingOffline: { + readonly value: bool; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV3Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV3Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly ticket: StagingXcmV3MultiLocation; + readonly isForceJoinCandidates: boolean; + readonly asForceJoinCandidates: { + readonly account: AccountId20; + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly type: + | "SetStakingExpectations" + | "SetInflation" + | "SetParachainBondAccount" + | "SetParachainBondReservePercent" + | "SetTotalSelected" + | "SetCollatorCommission" + | "SetBlocksPerRound" + | "JoinCandidates" + | "ScheduleLeaveCandidates" + | "ExecuteLeaveCandidates" + | "CancelLeaveCandidates" + | "GoOffline" + | "GoOnline" + | "CandidateBondMore" + | "ScheduleCandidateBondLess" + | "ExecuteCandidateBondLess" + | "CancelCandidateBondLess" + | "Delegate" + | "DelegateWithAutoCompound" + | "RemovedCall19" + | "RemovedCall20" + | "RemovedCall21" + | "ScheduleRevokeDelegation" + | "DelegatorBondMore" + | "ScheduleDelegatorBondLess" + | "ExecuteDelegationRequest" + | "CancelDelegationRequest" + | "SetAutoCompound" + | "HotfixRemoveDelegationRequestsExitedCandidates" + | "NotifyInactiveCollator" + | "EnableMarkingOffline" + | "ForceJoinCandidates"; + } + + /** @name PalletSchedulerCall (226) */ + interface PalletSchedulerCall extends Enum { + readonly isSchedule: boolean; + readonly asSchedule: { + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: XcmV3MultiassetMultiAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: XcmV3MultiassetMultiAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: XcmV3QueryResponseInfo; + readonly isCancel: boolean; + readonly asCancel: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; + readonly isScheduleNamed: boolean; + readonly asScheduleNamed: { + readonly id: U8aFixed; + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: XcmV3QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: XcmV3Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: XcmV3JunctionNetworkId; - readonly destination: XcmV3Junctions; - readonly xcm: XcmV3Xcm; + readonly isCancelNamed: boolean; + readonly asCancelNamed: { + readonly id: U8aFixed; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: XcmV3MultiAsset; - readonly unlocker: StagingXcmV3MultiLocation; + readonly isScheduleAfter: boolean; + readonly asScheduleAfter: { + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: XcmV3MultiAsset; - readonly target: StagingXcmV3MultiLocation; + readonly isScheduleNamedAfter: boolean; + readonly asScheduleNamedAfter: { + readonly id: U8aFixed; + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: XcmV3MultiAsset; - readonly owner: StagingXcmV3MultiLocation; + readonly isSetRetry: boolean; + readonly asSetRetry: { + readonly task: ITuple<[u32, u32]>; + readonly retries: u8; + readonly period: u32; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: XcmV3MultiAsset; - readonly locker: StagingXcmV3MultiLocation; + readonly isSetRetryNamed: boolean; + readonly asSetRetryNamed: { + readonly id: U8aFixed; + readonly retries: u8; + readonly period: u32; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isCancelRetry: boolean; + readonly asCancelRetry: { + readonly task: ITuple<[u32, u32]>; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV3MultiLocation; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isCancelRetryNamed: boolean; + readonly asCancelRetryNamed: { + readonly id: U8aFixed; } & Struct; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name XcmV3MultiassetMultiAssets (270) */ - interface XcmV3MultiassetMultiAssets extends Vec {} - - /** @name XcmV3MultiAsset (272) */ - interface XcmV3MultiAsset extends Struct { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetFungibility; - } - - /** @name XcmV3MultiassetAssetId (273) */ - interface XcmV3MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: StagingXcmV3MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: U8aFixed; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV3MultiassetFungibility (274) */ - interface XcmV3MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV3MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV3MultiassetAssetInstance (275) */ - interface XcmV3MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name XcmV3Response (276) */ - interface XcmV3Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV3MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; - } - - /** @name XcmV3TraitsError (279) */ - interface XcmV3TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isLocationFull: boolean; - readonly isLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isExpectationFalse: boolean; - readonly isPalletNotFound: boolean; - readonly isNameMismatch: boolean; - readonly isVersionIncompatible: boolean; - readonly isHoldingWouldOverflow: boolean; - readonly isExportError: boolean; - readonly isReanchorFailed: boolean; - readonly isNoDeal: boolean; - readonly isFeesNotMet: boolean; - readonly isLockError: boolean; - readonly isNoPermission: boolean; - readonly isUnanchored: boolean; - readonly isNotDepositable: boolean; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: SpWeightsWeightV2Weight; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly isExceedsStackLimit: boolean; - readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "LocationFull" - | "LocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "ExpectationFalse" - | "PalletNotFound" - | "NameMismatch" - | "VersionIncompatible" - | "HoldingWouldOverflow" - | "ExportError" - | "ReanchorFailed" - | "NoDeal" - | "FeesNotMet" - | "LockError" - | "NoPermission" - | "Unanchored" - | "NotDepositable" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable" - | "ExceedsStackLimit"; - } - - /** @name XcmV3PalletInfo (281) */ - interface XcmV3PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; + | "Schedule" + | "Cancel" + | "ScheduleNamed" + | "CancelNamed" + | "ScheduleAfter" + | "ScheduleNamedAfter" + | "SetRetry" + | "SetRetryNamed" + | "CancelRetry" + | "CancelRetryNamed"; } - /** @name XcmV3MaybeErrorCode (284) */ - interface XcmV3MaybeErrorCode extends Enum { - readonly isSuccess: boolean; - readonly isError: boolean; - readonly asError: Bytes; - readonly isTruncatedError: boolean; - readonly asTruncatedError: Bytes; - readonly type: "Success" | "Error" | "TruncatedError"; + /** @name PalletTreasuryCall (228) */ + interface PalletTreasuryCall extends Enum { + readonly isSpendLocal: boolean; + readonly asSpendLocal: { + readonly amount: Compact; + readonly beneficiary: AccountId20; + } & Struct; + readonly isRemoveApproval: boolean; + readonly asRemoveApproval: { + readonly proposalId: Compact; + } & Struct; + readonly isSpend: boolean; + readonly asSpend: { + readonly assetKind: Null; + readonly amount: Compact; + readonly beneficiary: AccountId20; + readonly validFrom: Option; + } & Struct; + readonly isPayout: boolean; + readonly asPayout: { + readonly index: u32; + } & Struct; + readonly isCheckStatus: boolean; + readonly asCheckStatus: { + readonly index: u32; + } & Struct; + readonly isVoidSpend: boolean; + readonly asVoidSpend: { + readonly index: u32; + } & Struct; + readonly type: + | "SpendLocal" + | "RemoveApproval" + | "Spend" + | "Payout" + | "CheckStatus" + | "VoidSpend"; } - /** @name XcmV3QueryResponseInfo (287) */ - interface XcmV3QueryResponseInfo extends Struct { - readonly destination: StagingXcmV3MultiLocation; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; + /** @name PalletAuthorInherentCall (230) */ + interface PalletAuthorInherentCall extends Enum { + readonly isKickOffAuthorshipValidation: boolean; + readonly type: "KickOffAuthorshipValidation"; } - /** @name XcmV3MultiassetMultiAssetFilter (288) */ - interface XcmV3MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV3MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV3MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; + /** @name PalletAuthorSlotFilterCall (231) */ + interface PalletAuthorSlotFilterCall extends Enum { + readonly isSetEligible: boolean; + readonly asSetEligible: { + readonly new_: u32; + } & Struct; + readonly type: "SetEligible"; } - /** @name XcmV3MultiassetWildMultiAsset (289) */ - interface XcmV3MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; + /** @name PalletCrowdloanRewardsCall (232) */ + interface PalletCrowdloanRewardsCall extends Enum { + readonly isAssociateNativeIdentity: boolean; + readonly asAssociateNativeIdentity: { + readonly rewardAccount: AccountId20; + readonly relayAccount: U8aFixed; + readonly proof: SpRuntimeMultiSignature; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; - readonly count: Compact; + readonly isChangeAssociationWithRelayKeys: boolean; + readonly asChangeAssociationWithRelayKeys: { + readonly rewardAccount: AccountId20; + readonly previousAccount: AccountId20; + readonly proofs: Vec>; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; - } - - /** @name XcmV3MultiassetWildFungibility (290) */ - interface XcmV3MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; + readonly isClaim: boolean; + readonly isUpdateRewardAddress: boolean; + readonly asUpdateRewardAddress: { + readonly newRewardAccount: AccountId20; + } & Struct; + readonly isCompleteInitialization: boolean; + readonly asCompleteInitialization: { + readonly leaseEndingBlock: u32; + } & Struct; + readonly isInitializeRewardVec: boolean; + readonly asInitializeRewardVec: { + readonly rewards: Vec, u128]>>; + } & Struct; + readonly type: + | "AssociateNativeIdentity" + | "ChangeAssociationWithRelayKeys" + | "Claim" + | "UpdateRewardAddress" + | "CompleteInitialization" + | "InitializeRewardVec"; } - /** @name XcmV3WeightLimit (291) */ - interface XcmV3WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: SpWeightsWeightV2Weight; - readonly type: "Unlimited" | "Limited"; + /** @name SpRuntimeMultiSignature (233) */ + interface SpRuntimeMultiSignature extends Enum { + readonly isEd25519: boolean; + readonly asEd25519: U8aFixed; + readonly isSr25519: boolean; + readonly asSr25519: U8aFixed; + readonly isEcdsa: boolean; + readonly asEcdsa: U8aFixed; + readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name StagingXcmV4Xcm (292) */ - interface StagingXcmV4Xcm extends Vec {} - - /** @name StagingXcmV4Instruction (294) */ - interface StagingXcmV4Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: StagingXcmV4AssetAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: StagingXcmV4Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; + /** @name PalletAuthorMappingCall (240) */ + interface PalletAuthorMappingCall extends Enum { + readonly isAddAssociation: boolean; + readonly asAddAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly beneficiary: StagingXcmV4Location; + readonly isUpdateAssociation: boolean; + readonly asUpdateAssociation: { + readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isClearAssociation: boolean; + readonly asClearAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV2OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isRemoveKeys: boolean; + readonly isSetKeys: boolean; + readonly asSetKeys: { + readonly keys_: Bytes; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly type: + | "AddAssociation" + | "UpdateAssociation" + | "ClearAssociation" + | "RemoveKeys" + | "SetKeys"; + } + + /** @name PalletProxyCall (241) */ + interface PalletProxyCall extends Enum { + readonly isProxy: boolean; + readonly asProxy: { + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isAddProxy: boolean; + readonly asAddProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isRemoveProxy: boolean; + readonly asRemoveProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: StagingXcmV4Junctions; - readonly isReportError: boolean; - readonly asReportError: StagingXcmV4QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly beneficiary: StagingXcmV4Location; + readonly isRemoveProxies: boolean; + readonly isCreatePure: boolean; + readonly asCreatePure: { + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; + readonly index: u16; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isKillPure: boolean; + readonly asKillPure: { + readonly spawner: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly index: u16; + readonly height: Compact; + readonly extIndex: Compact; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: StagingXcmV4AssetAssetFilter; - readonly want: StagingXcmV4AssetAssets; - readonly maximal: bool; + readonly isAnnounce: boolean; + readonly asAnnounce: { + readonly real: AccountId20; + readonly callHash: H256; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly reserve: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isRemoveAnnouncement: boolean; + readonly asRemoveAnnouncement: { + readonly real: AccountId20; + readonly callHash: H256; + } & Struct; + readonly isRejectAnnouncement: boolean; + readonly asRejectAnnouncement: { + readonly delegate: AccountId20; + readonly callHash: H256; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isProxyAnnounced: boolean; + readonly asProxyAnnounced: { + readonly delegate: AccountId20; + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: StagingXcmV4QueryResponseInfo; - readonly assets: StagingXcmV4AssetAssetFilter; + readonly type: + | "Proxy" + | "AddProxy" + | "RemoveProxy" + | "RemoveProxies" + | "CreatePure" + | "KillPure" + | "Announce" + | "RemoveAnnouncement" + | "RejectAnnouncement" + | "ProxyAnnounced"; + } + + /** @name PalletMaintenanceModeCall (243) */ + interface PalletMaintenanceModeCall extends Enum { + readonly isEnterMaintenanceMode: boolean; + readonly isResumeNormalOperation: boolean; + readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; + } + + /** @name PalletIdentityCall (244) */ + interface PalletIdentityCall extends Enum { + readonly isAddRegistrar: boolean; + readonly asAddRegistrar: { + readonly account: AccountId20; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: StagingXcmV4Asset; - readonly weightLimit: XcmV3WeightLimit; + readonly isSetIdentity: boolean; + readonly asSetIdentity: { + readonly info: PalletIdentityLegacyIdentityInfo; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: StagingXcmV4Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: StagingXcmV4Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly ticket: StagingXcmV4Location; + readonly isSetSubs: boolean; + readonly asSetSubs: { + readonly subs: Vec>; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly isClearIdentity: boolean; + readonly isRequestJudgement: boolean; + readonly asRequestJudgement: { + readonly regIndex: Compact; + readonly maxFee: Compact; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: StagingXcmV4AssetAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: StagingXcmV4AssetAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly isCancelRequest: boolean; + readonly asCancelRequest: { + readonly regIndex: u32; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { + readonly isSetFee: boolean; + readonly asSetFee: { readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; - } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: StagingXcmV4Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: StagingXcmV4JunctionNetworkId; - readonly destination: StagingXcmV4Junctions; - readonly xcm: StagingXcmV4Xcm; + readonly fee: Compact; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: StagingXcmV4Asset; - readonly unlocker: StagingXcmV4Location; + readonly isSetAccountId: boolean; + readonly asSetAccountId: { + readonly index: Compact; + readonly new_: AccountId20; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: StagingXcmV4Asset; - readonly target: StagingXcmV4Location; + readonly isSetFields: boolean; + readonly asSetFields: { + readonly index: Compact; + readonly fields: u64; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: StagingXcmV4Asset; - readonly owner: StagingXcmV4Location; + readonly isProvideJudgement: boolean; + readonly asProvideJudgement: { + readonly regIndex: Compact; + readonly target: AccountId20; + readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: StagingXcmV4Asset; - readonly locker: StagingXcmV4Location; + readonly isKillIdentity: boolean; + readonly asKillIdentity: { + readonly target: AccountId20; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isAddSub: boolean; + readonly asAddSub: { + readonly sub: AccountId20; + readonly data: Data; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV4Location; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isRenameSub: boolean; + readonly asRenameSub: { + readonly sub: AccountId20; + readonly data: Data; + } & Struct; + readonly isRemoveSub: boolean; + readonly asRemoveSub: { + readonly sub: AccountId20; + } & Struct; + readonly isQuitSub: boolean; + readonly isAddUsernameAuthority: boolean; + readonly asAddUsernameAuthority: { + readonly authority: AccountId20; + readonly suffix: Bytes; + readonly allocation: u32; + } & Struct; + readonly isRemoveUsernameAuthority: boolean; + readonly asRemoveUsernameAuthority: { + readonly authority: AccountId20; + } & Struct; + readonly isSetUsernameFor: boolean; + readonly asSetUsernameFor: { + readonly who: AccountId20; + readonly username: Bytes; + readonly signature: Option; + } & Struct; + readonly isAcceptUsername: boolean; + readonly asAcceptUsername: { + readonly username: Bytes; + } & Struct; + readonly isRemoveExpiredApproval: boolean; + readonly asRemoveExpiredApproval: { + readonly username: Bytes; + } & Struct; + readonly isSetPrimaryUsername: boolean; + readonly asSetPrimaryUsername: { + readonly username: Bytes; + } & Struct; + readonly isRemoveDanglingUsername: boolean; + readonly asRemoveDanglingUsername: { + readonly username: Bytes; } & Struct; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name StagingXcmV4AssetAssets (295) */ - interface StagingXcmV4AssetAssets extends Vec {} - - /** @name StagingXcmV4Asset (297) */ - interface StagingXcmV4Asset extends Struct { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetFungibility; - } - - /** @name StagingXcmV4AssetAssetId (298) */ - interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - - /** @name StagingXcmV4AssetFungibility (299) */ - interface StagingXcmV4AssetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: StagingXcmV4AssetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name StagingXcmV4AssetAssetInstance (300) */ - interface StagingXcmV4AssetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name StagingXcmV4Response (301) */ - interface StagingXcmV4Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: StagingXcmV4AssetAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; + | "AddRegistrar" + | "SetIdentity" + | "SetSubs" + | "ClearIdentity" + | "RequestJudgement" + | "CancelRequest" + | "SetFee" + | "SetAccountId" + | "SetFields" + | "ProvideJudgement" + | "KillIdentity" + | "AddSub" + | "RenameSub" + | "RemoveSub" + | "QuitSub" + | "AddUsernameAuthority" + | "RemoveUsernameAuthority" + | "SetUsernameFor" + | "AcceptUsername" + | "RemoveExpiredApproval" + | "SetPrimaryUsername" + | "RemoveDanglingUsername"; } - /** @name StagingXcmV4PalletInfo (303) */ - interface StagingXcmV4PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; + /** @name PalletIdentityLegacyIdentityInfo (245) */ + interface PalletIdentityLegacyIdentityInfo extends Struct { + readonly additional: Vec>; + readonly display: Data; + readonly legal: Data; + readonly web: Data; + readonly riot: Data; + readonly email: Data; + readonly pgpFingerprint: Option; + readonly image: Data; + readonly twitter: Data; } - /** @name StagingXcmV4QueryResponseInfo (307) */ - interface StagingXcmV4QueryResponseInfo extends Struct { - readonly destination: StagingXcmV4Location; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; + /** @name PalletIdentityJudgement (281) */ + interface PalletIdentityJudgement extends Enum { + readonly isUnknown: boolean; + readonly isFeePaid: boolean; + readonly asFeePaid: u128; + readonly isReasonable: boolean; + readonly isKnownGood: boolean; + readonly isOutOfDate: boolean; + readonly isLowQuality: boolean; + readonly isErroneous: boolean; + readonly type: + | "Unknown" + | "FeePaid" + | "Reasonable" + | "KnownGood" + | "OutOfDate" + | "LowQuality" + | "Erroneous"; } - /** @name StagingXcmV4AssetAssetFilter (308) */ - interface StagingXcmV4AssetAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: StagingXcmV4AssetAssets; - readonly isWild: boolean; - readonly asWild: StagingXcmV4AssetWildAsset; - readonly type: "Definite" | "Wild"; - } + /** @name AccountEthereumSignature (283) */ + interface AccountEthereumSignature extends U8aFixed {} - /** @name StagingXcmV4AssetWildAsset (309) */ - interface StagingXcmV4AssetWildAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; + /** @name CumulusPalletXcmpQueueCall (284) */ + interface CumulusPalletXcmpQueueCall extends Enum { + readonly isSuspendXcmExecution: boolean; + readonly isResumeXcmExecution: boolean; + readonly isUpdateSuspendThreshold: boolean; + readonly asUpdateSuspendThreshold: { + readonly new_: u32; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; - readonly count: Compact; + readonly isUpdateDropThreshold: boolean; + readonly asUpdateDropThreshold: { + readonly new_: u32; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; - } - - /** @name StagingXcmV4AssetWildFungibility (310) */ - interface StagingXcmV4AssetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmVersionedAssets (311) */ - interface XcmVersionedAssets extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiassetMultiAssets; - readonly isV3: boolean; - readonly asV3: XcmV3MultiassetMultiAssets; - readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssets; - readonly type: "V2" | "V3" | "V4"; + readonly isUpdateResumeThreshold: boolean; + readonly asUpdateResumeThreshold: { + readonly new_: u32; + } & Struct; + readonly type: + | "SuspendXcmExecution" + | "ResumeXcmExecution" + | "UpdateSuspendThreshold" + | "UpdateDropThreshold" + | "UpdateResumeThreshold"; } - /** @name StagingXcmExecutorAssetTransferTransferType (323) */ - interface StagingXcmExecutorAssetTransferTransferType extends Enum { - readonly isTeleport: boolean; - readonly isLocalReserve: boolean; - readonly isDestinationReserve: boolean; - readonly isRemoteReserve: boolean; - readonly asRemoteReserve: XcmVersionedLocation; - readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; + /** @name PalletXcmCall (285) */ + interface PalletXcmCall extends Enum { + readonly isSend: boolean; + readonly asSend: { + readonly dest: XcmVersionedLocation; + readonly message: XcmVersionedXcm; + } & Struct; + readonly isTeleportAssets: boolean; + readonly asTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + } & Struct; + readonly isReserveTransferAssets: boolean; + readonly asReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + } & Struct; + readonly isExecute: boolean; + readonly asExecute: { + readonly message: XcmVersionedXcm; + readonly maxWeight: SpWeightsWeightV2Weight; + } & Struct; + readonly isForceXcmVersion: boolean; + readonly asForceXcmVersion: { + readonly location: StagingXcmV4Location; + readonly version: u32; + } & Struct; + readonly isForceDefaultXcmVersion: boolean; + readonly asForceDefaultXcmVersion: { + readonly maybeXcmVersion: Option; + } & Struct; + readonly isForceSubscribeVersionNotify: boolean; + readonly asForceSubscribeVersionNotify: { + readonly location: XcmVersionedLocation; + } & Struct; + readonly isForceUnsubscribeVersionNotify: boolean; + readonly asForceUnsubscribeVersionNotify: { + readonly location: XcmVersionedLocation; + } & Struct; + readonly isLimitedReserveTransferAssets: boolean; + readonly asLimitedReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isLimitedTeleportAssets: boolean; + readonly asLimitedTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isForceSuspension: boolean; + readonly asForceSuspension: { + readonly suspended: bool; + } & Struct; + readonly isTransferAssets: boolean; + readonly asTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isClaimAssets: boolean; + readonly asClaimAssets: { + readonly assets: XcmVersionedAssets; + readonly beneficiary: XcmVersionedLocation; + } & Struct; + readonly isTransferAssetsUsingTypeAndThen: boolean; + readonly asTransferAssetsUsingTypeAndThen: { + readonly dest: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly remoteFeesId: XcmVersionedAssetId; + readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly customXcmOnDest: XcmVersionedXcm; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly type: + | "Send" + | "TeleportAssets" + | "ReserveTransferAssets" + | "Execute" + | "ForceXcmVersion" + | "ForceDefaultXcmVersion" + | "ForceSubscribeVersionNotify" + | "ForceUnsubscribeVersionNotify" + | "LimitedReserveTransferAssets" + | "LimitedTeleportAssets" + | "ForceSuspension" + | "TransferAssets" + | "ClaimAssets" + | "TransferAssetsUsingTypeAndThen"; } - - /** @name XcmVersionedAssetId (324) */ - interface XcmVersionedAssetId extends Enum { + + /** @name XcmVersionedXcm (286) */ + interface XcmVersionedXcm extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Xcm; readonly isV3: boolean; - readonly asV3: XcmV3MultiassetAssetId; + readonly asV3: XcmV3Xcm; readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssetId; - readonly type: "V3" | "V4"; + readonly asV4: StagingXcmV4Xcm; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletAssetsCall (325) */ - interface PalletAssetsCall extends Enum { - readonly isCreate: boolean; - readonly asCreate: { - readonly id: Compact; - readonly admin: AccountId20; - readonly minBalance: u128; + /** @name XcmV2Xcm (287) */ + interface XcmV2Xcm extends Vec {} + + /** @name XcmV2Instruction (289) */ + interface XcmV2Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV2Response; + readonly maxWeight: Compact; } & Struct; - readonly isForceCreate: boolean; - readonly asForceCreate: { - readonly id: Compact; - readonly owner: AccountId20; - readonly isSufficient: bool; - readonly minBalance: Compact; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isStartDestroy: boolean; - readonly asStartDestroy: { - readonly id: Compact; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isDestroyAccounts: boolean; - readonly asDestroyAccounts: { - readonly id: Compact; + readonly isTransact: boolean; + readonly asTransact: { + readonly originType: XcmV2OriginKind; + readonly requireWeightAtMost: Compact; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isDestroyApprovals: boolean; - readonly asDestroyApprovals: { - readonly id: Compact; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isFinishDestroy: boolean; - readonly asFinishDestroy: { - readonly id: Compact; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isMint: boolean; - readonly asMint: { - readonly id: Compact; - readonly beneficiary: AccountId20; - readonly amount: Compact; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly id: Compact; - readonly who: AccountId20; - readonly amount: Compact; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV2MultilocationJunctions; + readonly isReportError: boolean; + readonly asReportError: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly maxResponseWeight: Compact; } & Struct; - readonly isTransfer: boolean; - readonly asTransfer: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly id: Compact; - readonly source: AccountId20; - readonly dest: AccountId20; - readonly amount: Compact; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV2MultiassetMultiAssetFilter; + readonly receive: XcmV2MultiassetMultiAssets; } & Struct; - readonly isFreeze: boolean; - readonly asFreeze: { - readonly id: Compact; - readonly who: AccountId20; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly reserve: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isThaw: boolean; - readonly asThaw: { - readonly id: Compact; - readonly who: AccountId20; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; + } & Struct; + readonly isQueryHolding: boolean; + readonly asQueryHolding: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxResponseWeight: Compact; + } & Struct; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV2MultiAsset; + readonly weightLimit: XcmV2WeightLimit; + } & Struct; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV2Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV2Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly ticket: XcmV2MultiLocation; + } & Struct; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: Compact; + } & Struct; + readonly isUnsubscribeVersion: boolean; + readonly type: + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "QueryHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion"; + } + + /** @name XcmV2Response (290) */ + interface XcmV2Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV2MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; + } + + /** @name XcmV2TraitsError (293) */ + interface XcmV2TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isMultiLocationFull: boolean; + readonly isMultiLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: u64; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; + readonly type: + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "MultiLocationFull" + | "MultiLocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable"; + } + + /** @name XcmV2OriginKind (294) */ + interface XcmV2OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmV2MultiassetMultiAssetFilter (295) */ + interface XcmV2MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV2MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV2MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name XcmV2MultiassetWildMultiAsset (296) */ + interface XcmV2MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetWildFungibility; } & Struct; - readonly isFreezeAsset: boolean; - readonly asFreezeAsset: { - readonly id: Compact; + readonly type: "All" | "AllOf"; + } + + /** @name XcmV2MultiassetWildFungibility (297) */ + interface XcmV2MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV2WeightLimit (298) */ + interface XcmV2WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: Compact; + readonly type: "Unlimited" | "Limited"; + } + + /** @name XcmV3Xcm (299) */ + interface XcmV3Xcm extends Vec {} + + /** @name XcmV3Instruction (301) */ + interface XcmV3Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV3Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isThawAsset: boolean; - readonly asThawAsset: { - readonly id: Compact; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; - readonly isTransferOwnership: boolean; - readonly asTransferOwnership: { - readonly id: Compact; - readonly owner: AccountId20; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isSetTeam: boolean; - readonly asSetTeam: { - readonly id: Compact; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isClearMetadata: boolean; - readonly asClearMetadata: { - readonly id: Compact; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isForceSetMetadata: boolean; - readonly asForceSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isForceClearMetadata: boolean; - readonly asForceClearMetadata: { - readonly id: Compact; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV3Junctions; + readonly isReportError: boolean; + readonly asReportError: XcmV3QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; - readonly isForceAssetStatus: boolean; - readonly asForceAssetStatus: { - readonly id: Compact; - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly minBalance: Compact; - readonly isSufficient: bool; - readonly isFrozen: bool; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isApproveTransfer: boolean; - readonly asApproveTransfer: { - readonly id: Compact; - readonly delegate: AccountId20; - readonly amount: Compact; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV3MultiassetMultiAssetFilter; + readonly want: XcmV3MultiassetMultiAssets; + readonly maximal: bool; } & Struct; - readonly isCancelApproval: boolean; - readonly asCancelApproval: { - readonly id: Compact; - readonly delegate: AccountId20; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly reserve: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isForceCancelApproval: boolean; - readonly asForceCancelApproval: { - readonly id: Compact; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isTransferApproved: boolean; - readonly asTransferApproved: { - readonly id: Compact; - readonly owner: AccountId20; - readonly destination: AccountId20; - readonly amount: Compact; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: XcmV3QueryResponseInfo; + readonly assets: XcmV3MultiassetMultiAssetFilter; } & Struct; - readonly isTouch: boolean; - readonly asTouch: { - readonly id: Compact; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV3MultiAsset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isRefund: boolean; - readonly asRefund: { - readonly id: Compact; - readonly allowBurn: bool; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV3Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV3Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly ticket: StagingXcmV3MultiLocation; } & Struct; - readonly isSetMinBalance: boolean; - readonly asSetMinBalance: { - readonly id: Compact; - readonly minBalance: u128; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTouchOther: boolean; - readonly asTouchOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: XcmV3MultiassetMultiAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: XcmV3MultiassetMultiAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: XcmV3QueryResponseInfo; } & Struct; - readonly isRefundOther: boolean; - readonly asRefundOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; } & Struct; - readonly isBlock: boolean; - readonly asBlock: { - readonly id: Compact; - readonly who: AccountId20; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: XcmV3QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: XcmV3Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: XcmV3JunctionNetworkId; + readonly destination: XcmV3Junctions; + readonly xcm: XcmV3Xcm; } & Struct; - readonly type: - | "Create" - | "ForceCreate" - | "StartDestroy" - | "DestroyAccounts" - | "DestroyApprovals" - | "FinishDestroy" - | "Mint" - | "Burn" - | "Transfer" - | "TransferKeepAlive" - | "ForceTransfer" - | "Freeze" - | "Thaw" - | "FreezeAsset" - | "ThawAsset" - | "TransferOwnership" - | "SetTeam" - | "SetMetadata" - | "ClearMetadata" - | "ForceSetMetadata" - | "ForceClearMetadata" - | "ForceAssetStatus" - | "ApproveTransfer" - | "CancelApproval" - | "ForceCancelApproval" - | "TransferApproved" - | "Touch" - | "Refund" - | "SetMinBalance" - | "TouchOther" - | "RefundOther" - | "Block"; - } - - /** @name PalletAssetManagerCall (326) */ - interface PalletAssetManagerCall extends Enum { - readonly isRegisterForeignAsset: boolean; - readonly asRegisterForeignAsset: { - readonly asset: MoonbeamRuntimeXcmConfigAssetType; - readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; - readonly minAmount: u128; - readonly isSufficient: bool; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: XcmV3MultiAsset; + readonly unlocker: StagingXcmV3MultiLocation; } & Struct; - readonly isSetAssetUnitsPerSecond: boolean; - readonly asSetAssetUnitsPerSecond: { - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; - readonly unitsPerSecond: u128; - readonly numAssetsWeightHint: u32; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: XcmV3MultiAsset; + readonly target: StagingXcmV3MultiLocation; } & Struct; - readonly isChangeExistingAssetType: boolean; - readonly asChangeExistingAssetType: { - readonly assetId: u128; - readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; - readonly numAssetsWeightHint: u32; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: XcmV3MultiAsset; + readonly owner: StagingXcmV3MultiLocation; } & Struct; - readonly isRemoveSupportedAsset: boolean; - readonly asRemoveSupportedAsset: { - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; - readonly numAssetsWeightHint: u32; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: XcmV3MultiAsset; + readonly locker: StagingXcmV3MultiLocation; } & Struct; - readonly isRemoveExistingAssetType: boolean; - readonly asRemoveExistingAssetType: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; } & Struct; - readonly isDestroyForeignAsset: boolean; - readonly asDestroyForeignAsset: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV3MultiLocation; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: - | "RegisterForeignAsset" - | "SetAssetUnitsPerSecond" - | "ChangeExistingAssetType" - | "RemoveSupportedAsset" - | "RemoveExistingAssetType" - | "DestroyForeignAsset"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name MoonbeamRuntimeXcmConfigAssetType (327) */ - interface MoonbeamRuntimeXcmConfigAssetType extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV3MultiLocation; - readonly type: "Xcm"; + /** @name XcmV3Response (302) */ + interface XcmV3Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV3MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (328) */ - interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + /** @name XcmV3PalletInfo (304) */ + interface XcmV3PalletInfo extends Struct { + readonly index: Compact; readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name OrmlXtokensModuleCall (329) */ - interface OrmlXtokensModuleCall extends Enum { - readonly isTransfer: boolean; - readonly asTransfer: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiasset: boolean; - readonly asTransferMultiasset: { - readonly asset: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferWithFee: boolean; - readonly asTransferWithFee: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly fee: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassetWithFee: boolean; - readonly asTransferMultiassetWithFee: { - readonly asset: XcmVersionedAsset; - readonly fee: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMulticurrencies: boolean; - readonly asTransferMulticurrencies: { - readonly currencies: Vec>; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; + /** @name XcmV3QueryResponseInfo (308) */ + interface XcmV3QueryResponseInfo extends Struct { + readonly destination: StagingXcmV3MultiLocation; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; + } + + /** @name XcmV3MultiassetMultiAssetFilter (309) */ + interface XcmV3MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV3MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV3MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name XcmV3MultiassetWildMultiAsset (310) */ + interface XcmV3MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; } & Struct; - readonly isTransferMultiassets: boolean; - readonly asTransferMultiassets: { - readonly assets: XcmVersionedAssets; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; + readonly count: Compact; } & Struct; - readonly type: - | "Transfer" - | "TransferMultiasset" - | "TransferWithFee" - | "TransferMultiassetWithFee" - | "TransferMulticurrencies" - | "TransferMultiassets"; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + } + + /** @name XcmV3MultiassetWildFungibility (311) */ + interface XcmV3MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name MoonbeamRuntimeXcmConfigCurrencyId (330) */ - interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { - readonly isSelfReserve: boolean; - readonly isForeignAsset: boolean; - readonly asForeignAsset: u128; - readonly isErc20: boolean; - readonly asErc20: { - readonly contractAddress: H160; - } & Struct; - readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + /** @name StagingXcmExecutorAssetTransferTransferType (323) */ + interface StagingXcmExecutorAssetTransferTransferType extends Enum { + readonly isTeleport: boolean; + readonly isLocalReserve: boolean; + readonly isDestinationReserve: boolean; + readonly isRemoteReserve: boolean; + readonly asRemoteReserve: XcmVersionedLocation; + readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAsset (331) */ - interface XcmVersionedAsset extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiAsset; + /** @name XcmVersionedAssetId (324) */ + interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; - readonly asV3: XcmV3MultiAsset; + readonly asV3: XcmV3MultiassetAssetId; readonly isV4: boolean; - readonly asV4: StagingXcmV4Asset; - readonly type: "V2" | "V3" | "V4"; + readonly asV4: StagingXcmV4AssetAssetId; + readonly type: "V3" | "V4"; } - /** @name PalletXcmTransactorCall (334) */ - interface PalletXcmTransactorCall extends Enum { - readonly isRegister: boolean; - readonly asRegister: { + /** @name PalletAssetsCall (325) */ + interface PalletAssetsCall extends Enum { + readonly isCreate: boolean; + readonly asCreate: { + readonly id: Compact; + readonly admin: AccountId20; + readonly minBalance: u128; + } & Struct; + readonly isForceCreate: boolean; + readonly asForceCreate: { + readonly id: Compact; + readonly owner: AccountId20; + readonly isSufficient: bool; + readonly minBalance: Compact; + } & Struct; + readonly isStartDestroy: boolean; + readonly asStartDestroy: { + readonly id: Compact; + } & Struct; + readonly isDestroyAccounts: boolean; + readonly asDestroyAccounts: { + readonly id: Compact; + } & Struct; + readonly isDestroyApprovals: boolean; + readonly asDestroyApprovals: { + readonly id: Compact; + } & Struct; + readonly isFinishDestroy: boolean; + readonly asFinishDestroy: { + readonly id: Compact; + } & Struct; + readonly isMint: boolean; + readonly asMint: { + readonly id: Compact; + readonly beneficiary: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly id: Compact; readonly who: AccountId20; - readonly index: u16; + readonly amount: Compact; } & Struct; - readonly isDeregister: boolean; - readonly asDeregister: { - readonly index: u16; + readonly isTransfer: boolean; + readonly asTransfer: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; } & Struct; - readonly isTransactThroughDerivative: boolean; - readonly asTransactThroughDerivative: { - readonly dest: MoonbeamRuntimeXcmConfigTransactors; - readonly index: u16; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly innerCall: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; } & Struct; - readonly isTransactThroughSovereign: boolean; - readonly asTransactThroughSovereign: { - readonly dest: XcmVersionedLocation; - readonly feePayer: Option; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly originKind: XcmV2OriginKind; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly id: Compact; + readonly source: AccountId20; + readonly dest: AccountId20; + readonly amount: Compact; } & Struct; - readonly isSetTransactInfo: boolean; - readonly asSetTransactInfo: { - readonly location: XcmVersionedLocation; - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + readonly isFreeze: boolean; + readonly asFreeze: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isRemoveTransactInfo: boolean; - readonly asRemoveTransactInfo: { - readonly location: XcmVersionedLocation; + readonly isThaw: boolean; + readonly asThaw: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isTransactThroughSigned: boolean; - readonly asTransactThroughSigned: { - readonly dest: XcmVersionedLocation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isFreezeAsset: boolean; + readonly asFreezeAsset: { + readonly id: Compact; } & Struct; - readonly isSetFeePerSecond: boolean; - readonly asSetFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; - readonly feePerSecond: u128; + readonly isThawAsset: boolean; + readonly asThawAsset: { + readonly id: Compact; } & Struct; - readonly isRemoveFeePerSecond: boolean; - readonly asRemoveFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; + readonly isTransferOwnership: boolean; + readonly asTransferOwnership: { + readonly id: Compact; + readonly owner: AccountId20; } & Struct; - readonly isHrmpManage: boolean; - readonly asHrmpManage: { - readonly action: PalletXcmTransactorHrmpOperation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly isSetTeam: boolean; + readonly asSetTeam: { + readonly id: Compact; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly type: - | "Register" - | "Deregister" - | "TransactThroughDerivative" - | "TransactThroughSovereign" - | "SetTransactInfo" - | "RemoveTransactInfo" - | "TransactThroughSigned" - | "SetFeePerSecond" - | "RemoveFeePerSecond" - | "HrmpManage"; - } - - /** @name MoonbeamRuntimeXcmConfigTransactors (335) */ - interface MoonbeamRuntimeXcmConfigTransactors extends Enum { - readonly isRelay: boolean; - readonly type: "Relay"; - } - - /** @name PalletXcmTransactorCurrencyPayment (336) */ - interface PalletXcmTransactorCurrencyPayment extends Struct { - readonly currency: PalletXcmTransactorCurrency; - readonly feeAmount: Option; - } - - /** @name PalletXcmTransactorCurrency (337) */ - interface PalletXcmTransactorCurrency extends Enum { - readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; - readonly isAsMultiLocation: boolean; - readonly asAsMultiLocation: XcmVersionedLocation; - readonly type: "AsCurrencyId" | "AsMultiLocation"; - } - - /** @name PalletXcmTransactorTransactWeights (339) */ - interface PalletXcmTransactorTransactWeights extends Struct { - readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; - readonly overallWeight: Option; - } - - /** @name PalletXcmTransactorHrmpOperation (342) */ - interface PalletXcmTransactorHrmpOperation extends Enum { - readonly isInitOpen: boolean; - readonly asInitOpen: PalletXcmTransactorHrmpInitParams; - readonly isAccept: boolean; - readonly asAccept: { - readonly paraId: u32; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; } & Struct; - readonly isClose: boolean; - readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly isCancel: boolean; - readonly asCancel: { - readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly openRequests: u32; + readonly isClearMetadata: boolean; + readonly asClearMetadata: { + readonly id: Compact; } & Struct; - readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; - } - - /** @name PalletXcmTransactorHrmpInitParams (343) */ - interface PalletXcmTransactorHrmpInitParams extends Struct { - readonly paraId: u32; - readonly proposedMaxCapacity: u32; - readonly proposedMaxMessageSize: u32; - } - - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ - interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { - readonly sender: u32; - readonly recipient: u32; - } - - /** @name PalletEthereumXcmCall (345) */ - interface PalletEthereumXcmCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isForceSetMetadata: boolean; + readonly asForceSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } & Struct; + readonly isForceClearMetadata: boolean; + readonly asForceClearMetadata: { + readonly id: Compact; + } & Struct; + readonly isForceAssetStatus: boolean; + readonly asForceAssetStatus: { + readonly id: Compact; + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly minBalance: Compact; + readonly isSufficient: bool; + readonly isFrozen: bool; } & Struct; - readonly isTransactThroughProxy: boolean; - readonly asTransactThroughProxy: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isApproveTransfer: boolean; + readonly asApproveTransfer: { + readonly id: Compact; + readonly delegate: AccountId20; + readonly amount: Compact; } & Struct; - readonly isSuspendEthereumXcmExecution: boolean; - readonly isResumeEthereumXcmExecution: boolean; - readonly isForceTransactAs: boolean; - readonly asForceTransactAs: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; - readonly forceCreateAddress: Option; + readonly isCancelApproval: boolean; + readonly asCancelApproval: { + readonly id: Compact; + readonly delegate: AccountId20; } & Struct; - readonly type: - | "Transact" - | "TransactThroughProxy" - | "SuspendEthereumXcmExecution" - | "ResumeEthereumXcmExecution" - | "ForceTransactAs"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { - readonly isV1: boolean; - readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; - readonly isV2: boolean; - readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; - readonly type: "V1" | "V2"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { - readonly gasLimit: U256; - readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ - interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { - readonly isManual: boolean; - readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; - readonly isAuto: boolean; - readonly type: "Manual" | "Auto"; - } - - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ - interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { - readonly gasPrice: Option; - readonly maxFeePerGas: Option; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; - } - - /** @name PalletMessageQueueCall (354) */ - interface PalletMessageQueueCall extends Enum { - readonly isReapPage: boolean; - readonly asReapPage: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly pageIndex: u32; + readonly isForceCancelApproval: boolean; + readonly asForceCancelApproval: { + readonly id: Compact; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly isExecuteOverweight: boolean; - readonly asExecuteOverweight: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly page: u32; - readonly index: u32; - readonly weightLimit: SpWeightsWeightV2Weight; + readonly isTransferApproved: boolean; + readonly asTransferApproved: { + readonly id: Compact; + readonly owner: AccountId20; + readonly destination: AccountId20; + readonly amount: Compact; } & Struct; - readonly type: "ReapPage" | "ExecuteOverweight"; - } - - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ - interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { - readonly isHere: boolean; - readonly isParent: boolean; - readonly isSibling: boolean; - readonly asSibling: u32; - readonly type: "Here" | "Parent" | "Sibling"; - } - - /** @name PalletRandomnessCall (356) */ - interface PalletRandomnessCall extends Enum { - readonly isSetBabeRandomnessResults: boolean; - readonly type: "SetBabeRandomnessResults"; - } - - /** @name SpRuntimeBlakeTwo256 (357) */ - type SpRuntimeBlakeTwo256 = Null; - - /** @name PalletConvictionVotingTally (359) */ - interface PalletConvictionVotingTally extends Struct { - readonly ayes: u128; - readonly nays: u128; - readonly support: u128; - } - - /** @name PalletWhitelistEvent (360) */ - interface PalletWhitelistEvent extends Enum { - readonly isCallWhitelisted: boolean; - readonly asCallWhitelisted: { - readonly callHash: H256; + readonly isTouch: boolean; + readonly asTouch: { + readonly id: Compact; } & Struct; - readonly isWhitelistedCallRemoved: boolean; - readonly asWhitelistedCallRemoved: { - readonly callHash: H256; + readonly isRefund: boolean; + readonly asRefund: { + readonly id: Compact; + readonly allowBurn: bool; } & Struct; - readonly isWhitelistedCallDispatched: boolean; - readonly asWhitelistedCallDispatched: { - readonly callHash: H256; - readonly result: Result< - FrameSupportDispatchPostDispatchInfo, - SpRuntimeDispatchErrorWithPostInfo - >; + readonly isSetMinBalance: boolean; + readonly asSetMinBalance: { + readonly id: Compact; + readonly minBalance: u128; } & Struct; - readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; - } - - /** @name FrameSupportDispatchPostDispatchInfo (362) */ - interface FrameSupportDispatchPostDispatchInfo extends Struct { - readonly actualWeight: Option; - readonly paysFee: FrameSupportDispatchPays; - } - - /** @name SpRuntimeDispatchErrorWithPostInfo (363) */ - interface SpRuntimeDispatchErrorWithPostInfo extends Struct { - readonly postInfo: FrameSupportDispatchPostDispatchInfo; - readonly error: SpRuntimeDispatchError; - } - - /** @name PalletCollectiveEvent (364) */ - interface PalletCollectiveEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly account: AccountId20; - readonly proposalIndex: u32; - readonly proposalHash: H256; - readonly threshold: u32; + readonly isTouchOther: boolean; + readonly asTouchOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isVoted: boolean; - readonly asVoted: { - readonly account: AccountId20; - readonly proposalHash: H256; - readonly voted: bool; - readonly yes: u32; - readonly no: u32; + readonly isRefundOther: boolean; + readonly asRefundOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly proposalHash: H256; + readonly isBlock: boolean; + readonly asBlock: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isDisapproved: boolean; - readonly asDisapproved: { - readonly proposalHash: H256; + readonly type: + | "Create" + | "ForceCreate" + | "StartDestroy" + | "DestroyAccounts" + | "DestroyApprovals" + | "FinishDestroy" + | "Mint" + | "Burn" + | "Transfer" + | "TransferKeepAlive" + | "ForceTransfer" + | "Freeze" + | "Thaw" + | "FreezeAsset" + | "ThawAsset" + | "TransferOwnership" + | "SetTeam" + | "SetMetadata" + | "ClearMetadata" + | "ForceSetMetadata" + | "ForceClearMetadata" + | "ForceAssetStatus" + | "ApproveTransfer" + | "CancelApproval" + | "ForceCancelApproval" + | "TransferApproved" + | "Touch" + | "Refund" + | "SetMinBalance" + | "TouchOther" + | "RefundOther" + | "Block"; + } + + /** @name OrmlXtokensModuleCall (326) */ + interface OrmlXtokensModuleCall extends Enum { + readonly isTransfer: boolean; + readonly asTransfer: { + readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly amount: u128; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isTransferMultiasset: boolean; + readonly asTransferMultiasset: { + readonly asset: XcmVersionedAsset; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isMemberExecuted: boolean; - readonly asMemberExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isTransferWithFee: boolean; + readonly asTransferWithFee: { + readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly amount: u128; + readonly fee: u128; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isClosed: boolean; - readonly asClosed: { - readonly proposalHash: H256; - readonly yes: u32; - readonly no: u32; + readonly isTransferMultiassetWithFee: boolean; + readonly asTransferMultiassetWithFee: { + readonly asset: XcmVersionedAsset; + readonly fee: XcmVersionedAsset; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; + } & Struct; + readonly isTransferMulticurrencies: boolean; + readonly asTransferMulticurrencies: { + readonly currencies: Vec>; + readonly feeItem: u32; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; + } & Struct; + readonly isTransferMultiassets: boolean; + readonly asTransferMultiassets: { + readonly assets: XcmVersionedAssets; + readonly feeItem: u32; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; readonly type: - | "Proposed" - | "Voted" - | "Approved" - | "Disapproved" - | "Executed" - | "MemberExecuted" - | "Closed"; + | "Transfer" + | "TransferMultiasset" + | "TransferWithFee" + | "TransferMultiassetWithFee" + | "TransferMulticurrencies" + | "TransferMultiassets"; } - /** @name PalletTreasuryEvent (366) */ - interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; + /** @name MoonbaseRuntimeXcmConfigCurrencyId (327) */ + interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { + readonly isSelfReserve: boolean; + readonly isForeignAsset: boolean; + readonly asForeignAsset: u128; + readonly isErc20: boolean; + readonly asErc20: { + readonly contractAddress: H160; } & Struct; - readonly isSpending: boolean; - readonly asSpending: { - readonly budgetRemaining: u128; + readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + } + + /** @name XcmVersionedAsset (328) */ + interface XcmVersionedAsset extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiAsset; + readonly isV3: boolean; + readonly asV3: XcmV3MultiAsset; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Asset; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name PalletAssetManagerCall (331) */ + interface PalletAssetManagerCall extends Enum { + readonly isRegisterForeignAsset: boolean; + readonly asRegisterForeignAsset: { + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + readonly minAmount: u128; + readonly isSufficient: bool; } & Struct; - readonly isAwarded: boolean; - readonly asAwarded: { - readonly proposalIndex: u32; - readonly award: u128; - readonly account: AccountId20; + readonly isChangeExistingAssetType: boolean; + readonly asChangeExistingAssetType: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; + readonly isRemoveExistingAssetType: boolean; + readonly asRemoveExistingAssetType: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isBurnt: boolean; - readonly asBurnt: { - readonly burntFunds: u128; + readonly isDestroyForeignAsset: boolean; + readonly asDestroyForeignAsset: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isRollover: boolean; - readonly asRollover: { - readonly rolloverBalance: u128; + readonly type: + | "RegisterForeignAsset" + | "ChangeExistingAssetType" + | "RemoveExistingAssetType" + | "DestroyForeignAsset"; + } + + /** @name PalletXcmTransactorCall (332) */ + interface PalletXcmTransactorCall extends Enum { + readonly isRegister: boolean; + readonly asRegister: { + readonly who: AccountId20; + readonly index: u16; } & Struct; - readonly isDeposit: boolean; - readonly asDeposit: { - readonly value: u128; + readonly isDeregister: boolean; + readonly asDeregister: { + readonly index: u16; } & Struct; - readonly isSpendApproved: boolean; - readonly asSpendApproved: { - readonly proposalIndex: u32; - readonly amount: u128; - readonly beneficiary: AccountId20; + readonly isTransactThroughDerivative: boolean; + readonly asTransactThroughDerivative: { + readonly dest: MoonbaseRuntimeXcmConfigTransactors; + readonly index: u16; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly innerCall: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isUpdatedInactive: boolean; - readonly asUpdatedInactive: { - readonly reactivated: u128; - readonly deactivated: u128; + readonly isTransactThroughSovereign: boolean; + readonly asTransactThroughSovereign: { + readonly dest: XcmVersionedLocation; + readonly feePayer: Option; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly originKind: XcmV3OriginKind; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isAssetSpendApproved: boolean; - readonly asAssetSpendApproved: { - readonly index: u32; - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; + readonly isSetTransactInfo: boolean; + readonly asSetTransactInfo: { + readonly location: XcmVersionedLocation; + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } & Struct; - readonly isAssetSpendVoided: boolean; - readonly asAssetSpendVoided: { - readonly index: u32; + readonly isRemoveTransactInfo: boolean; + readonly asRemoveTransactInfo: { + readonly location: XcmVersionedLocation; } & Struct; - readonly isPaid: boolean; - readonly asPaid: { - readonly index: u32; - readonly paymentId: Null; + readonly isTransactThroughSigned: boolean; + readonly asTransactThroughSigned: { + readonly dest: XcmVersionedLocation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isPaymentFailed: boolean; - readonly asPaymentFailed: { - readonly index: u32; - readonly paymentId: Null; + readonly isSetFeePerSecond: boolean; + readonly asSetFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; + readonly feePerSecond: u128; } & Struct; - readonly isSpendProcessed: boolean; - readonly asSpendProcessed: { - readonly index: u32; + readonly isRemoveFeePerSecond: boolean; + readonly asRemoveFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; + } & Struct; + readonly isHrmpManage: boolean; + readonly asHrmpManage: { + readonly action: PalletXcmTransactorHrmpOperation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly weightInfo: PalletXcmTransactorTransactWeights; } & Struct; readonly type: - | "Proposed" - | "Spending" - | "Awarded" - | "Rejected" - | "Burnt" - | "Rollover" - | "Deposit" - | "SpendApproved" - | "UpdatedInactive" - | "AssetSpendApproved" - | "AssetSpendVoided" - | "Paid" - | "PaymentFailed" - | "SpendProcessed"; - } - - /** @name PalletCrowdloanRewardsEvent (367) */ - interface PalletCrowdloanRewardsEvent extends Enum { - readonly isInitialPaymentMade: boolean; - readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; - readonly isNativeIdentityAssociated: boolean; - readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; - readonly isRewardsPaid: boolean; - readonly asRewardsPaid: ITuple<[AccountId20, u128]>; - readonly isRewardAddressUpdated: boolean; - readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; - readonly isInitializedAlreadyInitializedAccount: boolean; - readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; - readonly isInitializedAccountWithNotEnoughContribution: boolean; - readonly asInitializedAccountWithNotEnoughContribution: ITuple< - [U8aFixed, Option, u128] - >; - readonly type: - | "InitialPaymentMade" - | "NativeIdentityAssociated" - | "RewardsPaid" - | "RewardAddressUpdated" - | "InitializedAlreadyInitializedAccount" - | "InitializedAccountWithNotEnoughContribution"; + | "Register" + | "Deregister" + | "TransactThroughDerivative" + | "TransactThroughSovereign" + | "SetTransactInfo" + | "RemoveTransactInfo" + | "TransactThroughSigned" + | "SetFeePerSecond" + | "RemoveFeePerSecond" + | "HrmpManage"; } - /** @name CumulusPalletXcmpQueueEvent (368) */ - interface CumulusPalletXcmpQueueEvent extends Enum { - readonly isXcmpMessageSent: boolean; - readonly asXcmpMessageSent: { - readonly messageHash: U8aFixed; - } & Struct; - readonly type: "XcmpMessageSent"; + /** @name MoonbaseRuntimeXcmConfigTransactors (333) */ + interface MoonbaseRuntimeXcmConfigTransactors extends Enum { + readonly isRelay: boolean; + readonly type: "Relay"; } - /** @name CumulusPalletXcmEvent (369) */ - interface CumulusPalletXcmEvent extends Enum { - readonly isInvalidFormat: boolean; - readonly asInvalidFormat: U8aFixed; - readonly isUnsupportedVersion: boolean; - readonly asUnsupportedVersion: U8aFixed; - readonly isExecutedDownward: boolean; - readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; - readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + /** @name PalletXcmTransactorCurrencyPayment (334) */ + interface PalletXcmTransactorCurrencyPayment extends Struct { + readonly currency: PalletXcmTransactorCurrency; + readonly feeAmount: Option; } - /** @name StagingXcmV4TraitsOutcome (370) */ - interface StagingXcmV4TraitsOutcome extends Enum { - readonly isComplete: boolean; - readonly asComplete: { - readonly used: SpWeightsWeightV2Weight; - } & Struct; - readonly isIncomplete: boolean; - readonly asIncomplete: { - readonly used: SpWeightsWeightV2Weight; - readonly error: XcmV3TraitsError; - } & Struct; - readonly isError: boolean; - readonly asError: { - readonly error: XcmV3TraitsError; - } & Struct; - readonly type: "Complete" | "Incomplete" | "Error"; + /** @name PalletXcmTransactorCurrency (335) */ + interface PalletXcmTransactorCurrency extends Enum { + readonly isAsCurrencyId: boolean; + readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly isAsMultiLocation: boolean; + readonly asAsMultiLocation: XcmVersionedLocation; + readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name CumulusPalletDmpQueueEvent (371) */ - interface CumulusPalletDmpQueueEvent extends Enum { - readonly isStartedExport: boolean; - readonly isExported: boolean; - readonly asExported: { - readonly page: u32; + /** @name PalletXcmTransactorTransactWeights (337) */ + interface PalletXcmTransactorTransactWeights extends Struct { + readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; + readonly overallWeight: Option; + } + + /** @name PalletMoonbeamOrbitersCall (339) */ + interface PalletMoonbeamOrbitersCall extends Enum { + readonly isCollatorAddOrbiter: boolean; + readonly asCollatorAddOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isExportFailed: boolean; - readonly asExportFailed: { - readonly page: u32; + readonly isCollatorRemoveOrbiter: boolean; + readonly asCollatorRemoveOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly isExportedOverweight: boolean; - readonly asExportedOverweight: { - readonly index: u64; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; } & Struct; - readonly isExportOverweightFailed: boolean; - readonly asExportOverweightFailed: { - readonly index: u64; + readonly isOrbiterRegister: boolean; + readonly isOrbiterUnregister: boolean; + readonly asOrbiterUnregister: { + readonly collatorsPoolCount: u32; } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly isCleanedSome: boolean; - readonly asCleanedSome: { - readonly keysRemoved: u32; + readonly isAddCollator: boolean; + readonly asAddCollator: { + readonly collator: AccountId20; } & Struct; - readonly isCompleted: boolean; - readonly asCompleted: { - readonly error: bool; + readonly isRemoveCollator: boolean; + readonly asRemoveCollator: { + readonly collator: AccountId20; } & Struct; readonly type: - | "StartedExport" - | "Exported" - | "ExportFailed" - | "CompletedExport" - | "StartedOverweightExport" - | "ExportedOverweight" - | "ExportOverweightFailed" - | "CompletedOverweightExport" - | "StartedCleanup" - | "CleanedSome" - | "Completed"; - } - - /** @name PalletXcmEvent (372) */ - interface PalletXcmEvent extends Enum { - readonly isAttempted: boolean; - readonly asAttempted: { - readonly outcome: StagingXcmV4TraitsOutcome; - } & Struct; - readonly isSent: boolean; - readonly asSent: { - readonly origin: StagingXcmV4Location; - readonly destination: StagingXcmV4Location; - readonly message: StagingXcmV4Xcm; - readonly messageId: U8aFixed; - } & Struct; - readonly isUnexpectedResponse: boolean; - readonly asUnexpectedResponse: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - } & Struct; - readonly isResponseReady: boolean; - readonly asResponseReady: { - readonly queryId: u64; - readonly response: StagingXcmV4Response; - } & Struct; - readonly isNotified: boolean; - readonly asNotified: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - } & Struct; - readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - readonly actualWeight: SpWeightsWeightV2Weight; - readonly maxBudgetedWeight: SpWeightsWeightV2Weight; - } & Struct; - readonly isNotifyDispatchError: boolean; - readonly asNotifyDispatchError: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - } & Struct; - readonly isNotifyDecodeFailed: boolean; - readonly asNotifyDecodeFailed: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; + | "CollatorAddOrbiter" + | "CollatorRemoveOrbiter" + | "OrbiterLeaveCollatorPool" + | "OrbiterRegister" + | "OrbiterUnregister" + | "AddCollator" + | "RemoveCollator"; + } + + /** @name PalletEthereumXcmCall (340) */ + interface PalletEthereumXcmCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isInvalidResponder: boolean; - readonly asInvalidResponder: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedLocation: Option; + readonly isTransactThroughProxy: boolean; + readonly asTransactThroughProxy: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isInvalidResponderVersion: boolean; - readonly asInvalidResponderVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly isSuspendEthereumXcmExecution: boolean; + readonly isResumeEthereumXcmExecution: boolean; + readonly isForceTransactAs: boolean; + readonly asForceTransactAs: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly forceCreateAddress: Option; } & Struct; - readonly isResponseTaken: boolean; - readonly asResponseTaken: { - readonly queryId: u64; + readonly type: + | "Transact" + | "TransactThroughProxy" + | "SuspendEthereumXcmExecution" + | "ResumeEthereumXcmExecution" + | "ForceTransactAs"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (341) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { + readonly isV1: boolean; + readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; + readonly isV2: boolean; + readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; + readonly type: "V1" | "V2"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (342) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { + readonly gasLimit: U256; + readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (343) */ + interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { + readonly isManual: boolean; + readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; + readonly isAuto: boolean; + readonly type: "Manual" | "Auto"; + } + + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (344) */ + interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { + readonly gasPrice: Option; + readonly maxFeePerGas: Option; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (347) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name PalletRandomnessCall (349) */ + interface PalletRandomnessCall extends Enum { + readonly isSetBabeRandomnessResults: boolean; + readonly type: "SetBabeRandomnessResults"; + } + + /** @name PalletCollectiveCall (350) */ + interface PalletCollectiveCall extends Enum { + readonly isSetMembers: boolean; + readonly asSetMembers: { + readonly newMembers: Vec; + readonly prime: Option; + readonly oldCount: u32; } & Struct; - readonly isAssetsTrapped: boolean; - readonly asAssetsTrapped: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly isExecute: boolean; + readonly asExecute: { + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isVersionChangeNotified: boolean; - readonly asVersionChangeNotified: { - readonly destination: StagingXcmV4Location; - readonly result: u32; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isPropose: boolean; + readonly asPropose: { + readonly threshold: Compact; + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isSupportedVersionChanged: boolean; - readonly asSupportedVersionChanged: { - readonly location: StagingXcmV4Location; - readonly version: u32; + readonly isVote: boolean; + readonly asVote: { + readonly proposal: H256; + readonly index: Compact; + readonly approve: bool; } & Struct; - readonly isNotifyTargetSendFail: boolean; - readonly asNotifyTargetSendFail: { - readonly location: StagingXcmV4Location; - readonly queryId: u64; - readonly error: XcmV3TraitsError; + readonly isDisapproveProposal: boolean; + readonly asDisapproveProposal: { + readonly proposalHash: H256; } & Struct; - readonly isNotifyTargetMigrationFail: boolean; - readonly asNotifyTargetMigrationFail: { - readonly location: XcmVersionedLocation; - readonly queryId: u64; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; } & Struct; - readonly isInvalidQuerierVersion: boolean; - readonly asInvalidQuerierVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + } + + /** @name PalletConvictionVotingCall (351) */ + interface PalletConvictionVotingCall extends Enum { + readonly isVote: boolean; + readonly asVote: { + readonly pollIndex: Compact; + readonly vote: PalletConvictionVotingVoteAccountVote; } & Struct; - readonly isInvalidQuerier: boolean; - readonly asInvalidQuerier: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedQuerier: StagingXcmV4Location; - readonly maybeActualQuerier: Option; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly class: u16; + readonly to: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly balance: u128; } & Struct; - readonly isVersionNotifyStarted: boolean; - readonly asVersionNotifyStarted: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isUndelegate: boolean; + readonly asUndelegate: { + readonly class: u16; } & Struct; - readonly isVersionNotifyRequested: boolean; - readonly asVersionNotifyRequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isUnlock: boolean; + readonly asUnlock: { + readonly class: u16; + readonly target: AccountId20; } & Struct; - readonly isVersionNotifyUnrequested: boolean; - readonly asVersionNotifyUnrequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isRemoveVote: boolean; + readonly asRemoveVote: { + readonly class: Option; + readonly index: u32; } & Struct; - readonly isFeesPaid: boolean; - readonly asFeesPaid: { - readonly paying: StagingXcmV4Location; - readonly fees: StagingXcmV4AssetAssets; + readonly isRemoveOtherVote: boolean; + readonly asRemoveOtherVote: { + readonly target: AccountId20; + readonly class: u16; + readonly index: u32; } & Struct; - readonly isAssetsClaimed: boolean; - readonly asAssetsClaimed: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; + } + + /** @name PalletConvictionVotingVoteAccountVote (352) */ + interface PalletConvictionVotingVoteAccountVote extends Enum { + readonly isStandard: boolean; + readonly asStandard: { + readonly vote: Vote; + readonly balance: u128; } & Struct; - readonly isVersionMigrationFinished: boolean; - readonly asVersionMigrationFinished: { - readonly version: u32; + readonly isSplit: boolean; + readonly asSplit: { + readonly aye: u128; + readonly nay: u128; + } & Struct; + readonly isSplitAbstain: boolean; + readonly asSplitAbstain: { + readonly aye: u128; + readonly nay: u128; + readonly abstain: u128; } & Struct; + readonly type: "Standard" | "Split" | "SplitAbstain"; + } + + /** @name PalletConvictionVotingConviction (354) */ + interface PalletConvictionVotingConviction extends Enum { + readonly isNone: boolean; + readonly isLocked1x: boolean; + readonly isLocked2x: boolean; + readonly isLocked3x: boolean; + readonly isLocked4x: boolean; + readonly isLocked5x: boolean; + readonly isLocked6x: boolean; readonly type: - | "Attempted" - | "Sent" - | "UnexpectedResponse" - | "ResponseReady" - | "Notified" - | "NotifyOverweight" - | "NotifyDispatchError" - | "NotifyDecodeFailed" - | "InvalidResponder" - | "InvalidResponderVersion" - | "ResponseTaken" - | "AssetsTrapped" - | "VersionChangeNotified" - | "SupportedVersionChanged" - | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail" - | "InvalidQuerierVersion" - | "InvalidQuerier" - | "VersionNotifyStarted" - | "VersionNotifyRequested" - | "VersionNotifyUnrequested" - | "FeesPaid" - | "AssetsClaimed" - | "VersionMigrationFinished"; + | "None" + | "Locked1x" + | "Locked2x" + | "Locked3x" + | "Locked4x" + | "Locked5x" + | "Locked6x"; } - /** @name PalletAssetsEvent (373) */ - interface PalletAssetsEvent extends Enum { - readonly isCreated: boolean; - readonly asCreated: { - readonly assetId: u128; - readonly creator: AccountId20; - readonly owner: AccountId20; + /** @name PalletReferendaCall (356) */ + interface PalletReferendaCall extends Enum { + readonly isSubmit: boolean; + readonly asSubmit: { + readonly proposalOrigin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; - readonly isIssued: boolean; - readonly asIssued: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly amount: u128; + readonly isPlaceDecisionDeposit: boolean; + readonly asPlaceDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isTransferred: boolean; - readonly asTransferred: { - readonly assetId: u128; - readonly from: AccountId20; - readonly to: AccountId20; - readonly amount: u128; + readonly isRefundDecisionDeposit: boolean; + readonly asRefundDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isBurned: boolean; - readonly asBurned: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly balance: u128; + readonly isCancel: boolean; + readonly asCancel: { + readonly index: u32; } & Struct; - readonly isTeamChanged: boolean; - readonly asTeamChanged: { - readonly assetId: u128; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isKill: boolean; + readonly asKill: { + readonly index: u32; } & Struct; - readonly isOwnerChanged: boolean; - readonly asOwnerChanged: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly isNudgeReferendum: boolean; + readonly asNudgeReferendum: { + readonly index: u32; } & Struct; - readonly isFrozen: boolean; - readonly asFrozen: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isOneFewerDeciding: boolean; + readonly asOneFewerDeciding: { + readonly track: u16; } & Struct; - readonly isThawed: boolean; - readonly asThawed: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isRefundSubmissionDeposit: boolean; + readonly asRefundSubmissionDeposit: { + readonly index: u32; } & Struct; - readonly isAssetFrozen: boolean; - readonly asAssetFrozen: { - readonly assetId: u128; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly index: u32; + readonly maybeHash: Option; } & Struct; - readonly isAssetThawed: boolean; - readonly asAssetThawed: { - readonly assetId: u128; + readonly type: + | "Submit" + | "PlaceDecisionDeposit" + | "RefundDecisionDeposit" + | "Cancel" + | "Kill" + | "NudgeReferendum" + | "OneFewerDeciding" + | "RefundSubmissionDeposit" + | "SetMetadata"; + } + + /** @name FrameSupportScheduleDispatchTime (357) */ + interface FrameSupportScheduleDispatchTime extends Enum { + readonly isAt: boolean; + readonly asAt: u32; + readonly isAfter: boolean; + readonly asAfter: u32; + readonly type: "At" | "After"; + } + + /** @name PalletPreimageCall (359) */ + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; } & Struct; - readonly isAccountsDestroyed: boolean; - readonly asAccountsDestroyed: { - readonly assetId: u128; - readonly accountsDestroyed: u32; - readonly accountsRemaining: u32; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; } & Struct; - readonly isApprovalsDestroyed: boolean; - readonly asApprovalsDestroyed: { - readonly assetId: u128; - readonly approvalsDestroyed: u32; - readonly approvalsRemaining: u32; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isDestructionStarted: boolean; - readonly asDestructionStarted: { - readonly assetId: u128; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isDestroyed: boolean; - readonly asDestroyed: { - readonly assetId: u128; + readonly isEnsureUpdated: boolean; + readonly asEnsureUpdated: { + readonly hashes: Vec; } & Struct; - readonly isForceCreated: boolean; - readonly asForceCreated: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly type: + | "NotePreimage" + | "UnnotePreimage" + | "RequestPreimage" + | "UnrequestPreimage" + | "EnsureUpdated"; + } + + /** @name PalletWhitelistCall (360) */ + interface PalletWhitelistCall extends Enum { + readonly isWhitelistCall: boolean; + readonly asWhitelistCall: { + readonly callHash: H256; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly assetId: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isRemoveWhitelistedCall: boolean; + readonly asRemoveWhitelistedCall: { + readonly callHash: H256; + } & Struct; + readonly isDispatchWhitelistedCall: boolean; + readonly asDispatchWhitelistedCall: { + readonly callHash: H256; + readonly callEncodedLen: u32; + readonly callWeightWitness: SpWeightsWeightV2Weight; + } & Struct; + readonly isDispatchWhitelistedCallWithPreimage: boolean; + readonly asDispatchWhitelistedCallWithPreimage: { + readonly call: Call; + } & Struct; + readonly type: + | "WhitelistCall" + | "RemoveWhitelistedCall" + | "DispatchWhitelistedCall" + | "DispatchWhitelistedCallWithPreimage"; + } + + /** @name PalletRootTestingCall (362) */ + interface PalletRootTestingCall extends Enum { + readonly isFillBlock: boolean; + readonly asFillBlock: { + readonly ratio: Perbill; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly assetId: u128; + readonly isTriggerDefensive: boolean; + readonly type: "FillBlock" | "TriggerDefensive"; + } + + /** @name PalletMultisigCall (363) */ + interface PalletMultisigCall extends Enum { + readonly isAsMultiThreshold1: boolean; + readonly asAsMultiThreshold1: { + readonly otherSignatories: Vec; + readonly call: Call; } & Struct; - readonly isApprovedTransfer: boolean; - readonly asApprovedTransfer: { - readonly assetId: u128; - readonly source: AccountId20; - readonly delegate: AccountId20; - readonly amount: u128; + readonly isAsMulti: boolean; + readonly asAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly call: Call; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isApprovalCancelled: boolean; - readonly asApprovalCancelled: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isApproveAsMulti: boolean; + readonly asApproveAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly callHash: U8aFixed; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTransferredApproved: boolean; - readonly asTransferredApproved: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; - readonly destination: AccountId20; - readonly amount: u128; + readonly isCancelAsMulti: boolean; + readonly asCancelAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly timepoint: PalletMultisigTimepoint; + readonly callHash: U8aFixed; } & Struct; - readonly isAssetStatusChanged: boolean; - readonly asAssetStatusChanged: { - readonly assetId: u128; + readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; + } + + /** @name PalletMultisigTimepoint (365) */ + interface PalletMultisigTimepoint extends Struct { + readonly height: u32; + readonly index: u32; + } + + /** @name PalletMoonbeamLazyMigrationsCall (366) */ + interface PalletMoonbeamLazyMigrationsCall extends Enum { + readonly isClearSuicidedStorage: boolean; + readonly asClearSuicidedStorage: { + readonly addresses: Vec; + readonly limit: u32; } & Struct; - readonly isAssetMinBalanceChanged: boolean; - readonly asAssetMinBalanceChanged: { - readonly assetId: u128; - readonly newMinBalance: u128; + readonly isCreateContractMetadata: boolean; + readonly asCreateContractMetadata: { + readonly address: H160; } & Struct; - readonly isTouched: boolean; - readonly asTouched: { - readonly assetId: u128; - readonly who: AccountId20; - readonly depositor: AccountId20; + readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; + } + + /** @name PalletMessageQueueCall (369) */ + interface PalletMessageQueueCall extends Enum { + readonly isReapPage: boolean; + readonly asReapPage: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly pageIndex: u32; } & Struct; - readonly isBlocked: boolean; - readonly asBlocked: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isExecuteOverweight: boolean; + readonly asExecuteOverweight: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly page: u32; + readonly index: u32; + readonly weightLimit: SpWeightsWeightV2Weight; } & Struct; - readonly type: - | "Created" - | "Issued" - | "Transferred" - | "Burned" - | "TeamChanged" - | "OwnerChanged" - | "Frozen" - | "Thawed" - | "AssetFrozen" - | "AssetThawed" - | "AccountsDestroyed" - | "ApprovalsDestroyed" - | "DestructionStarted" - | "Destroyed" - | "ForceCreated" - | "MetadataSet" - | "MetadataCleared" - | "ApprovedTransfer" - | "ApprovalCancelled" - | "TransferredApproved" - | "AssetStatusChanged" - | "AssetMinBalanceChanged" - | "Touched" - | "Blocked"; + readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name PalletAssetManagerEvent (374) */ - interface PalletAssetManagerEvent extends Enum { - readonly isForeignAssetRegistered: boolean; - readonly asForeignAssetRegistered: { - readonly assetId: u128; - readonly asset: MoonbeamRuntimeXcmConfigAssetType; - readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; - } & Struct; - readonly isUnitsPerSecondChanged: boolean; - readonly asUnitsPerSecondChanged: { - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; - readonly unitsPerSecond: u128; + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (370) */ + interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { + readonly isHere: boolean; + readonly isParent: boolean; + readonly isSibling: boolean; + readonly asSibling: u32; + readonly type: "Here" | "Parent" | "Sibling"; + } + + /** @name PalletEmergencyParaXcmCall (371) */ + interface PalletEmergencyParaXcmCall extends Enum { + readonly isPausedToNormal: boolean; + readonly isFastAuthorizeUpgrade: boolean; + readonly asFastAuthorizeUpgrade: { + readonly codeHash: H256; } & Struct; - readonly isForeignAssetXcmLocationChanged: boolean; - readonly asForeignAssetXcmLocationChanged: { + readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; + } + + /** @name PalletMoonbeamForeignAssetsCall (372) */ + interface PalletMoonbeamForeignAssetsCall extends Enum { + readonly isCreateForeignAsset: boolean; + readonly asCreateForeignAsset: { readonly assetId: u128; - readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; + readonly xcmLocation: StagingXcmV4Location; + readonly decimals: u8; + readonly symbol: Bytes; + readonly name: Bytes; } & Struct; - readonly isForeignAssetRemoved: boolean; - readonly asForeignAssetRemoved: { + readonly isChangeXcmLocation: boolean; + readonly asChangeXcmLocation: { readonly assetId: u128; - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; - } & Struct; - readonly isSupportedAssetRemoved: boolean; - readonly asSupportedAssetRemoved: { - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; + readonly newXcmLocation: StagingXcmV4Location; } & Struct; - readonly isForeignAssetDestroyed: boolean; - readonly asForeignAssetDestroyed: { + readonly isFreezeForeignAsset: boolean; + readonly asFreezeForeignAsset: { readonly assetId: u128; - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; + readonly allowXcmDeposit: bool; } & Struct; - readonly isLocalAssetDestroyed: boolean; - readonly asLocalAssetDestroyed: { + readonly isUnfreezeForeignAsset: boolean; + readonly asUnfreezeForeignAsset: { readonly assetId: u128; } & Struct; readonly type: - | "ForeignAssetRegistered" - | "UnitsPerSecondChanged" - | "ForeignAssetXcmLocationChanged" - | "ForeignAssetRemoved" - | "SupportedAssetRemoved" - | "ForeignAssetDestroyed" - | "LocalAssetDestroyed"; + | "CreateForeignAsset" + | "ChangeXcmLocation" + | "FreezeForeignAsset" + | "UnfreezeForeignAsset"; } - /** @name OrmlXtokensModuleEvent (375) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; + /** @name PalletParametersCall (374) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonbaseRuntimeRuntimeParamsRuntimeParameters; } & Struct; - readonly type: "TransferredAssets"; + readonly type: "SetParameter"; } - /** @name PalletXcmTransactorEvent (376) */ - interface PalletXcmTransactorEvent extends Enum { - readonly isTransactedDerivative: boolean; - readonly asTransactedDerivative: { - readonly accountId: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; - readonly index: u16; + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (375) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (376) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (377) */ + type MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name PalletXcmWeightTraderCall (379) */ + interface PalletXcmWeightTraderCall extends Enum { + readonly isAddAsset: boolean; + readonly asAddAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSovereign: boolean; - readonly asTransactedSovereign: { - readonly feePayer: Option; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isEditAsset: boolean; + readonly asEditAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSigned: boolean; - readonly asTransactedSigned: { - readonly feePayer: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isPauseAssetSupport: boolean; + readonly asPauseAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isRegisteredDerivative: boolean; - readonly asRegisteredDerivative: { - readonly accountId: AccountId20; - readonly index: u16; + readonly isResumeAssetSupport: boolean; + readonly asResumeAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isDeRegisteredDerivative: boolean; - readonly asDeRegisteredDerivative: { - readonly index: u16; + readonly isRemoveAsset: boolean; + readonly asRemoveAsset: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isTransactFailed: boolean; - readonly asTransactFailed: { - readonly error: XcmV3TraitsError; + readonly type: + | "AddAsset" + | "EditAsset" + | "PauseAssetSupport" + | "ResumeAssetSupport" + | "RemoveAsset"; + } + + /** @name SpRuntimeBlakeTwo256 (380) */ + type SpRuntimeBlakeTwo256 = Null; + + /** @name PalletConvictionVotingTally (382) */ + interface PalletConvictionVotingTally extends Struct { + readonly ayes: u128; + readonly nays: u128; + readonly support: u128; + } + + /** @name PalletPreimageEvent (383) */ + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoChanged: boolean; - readonly asTransactInfoChanged: { - readonly location: StagingXcmV4Location; - readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoRemoved: boolean; - readonly asTransactInfoRemoved: { - readonly location: StagingXcmV4Location; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; } & Struct; - readonly isDestFeePerSecondChanged: boolean; - readonly asDestFeePerSecondChanged: { - readonly location: StagingXcmV4Location; - readonly feePerSecond: u128; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** @name PalletWhitelistEvent (384) */ + interface PalletWhitelistEvent extends Enum { + readonly isCallWhitelisted: boolean; + readonly asCallWhitelisted: { + readonly callHash: H256; } & Struct; - readonly isDestFeePerSecondRemoved: boolean; - readonly asDestFeePerSecondRemoved: { - readonly location: StagingXcmV4Location; + readonly isWhitelistedCallRemoved: boolean; + readonly asWhitelistedCallRemoved: { + readonly callHash: H256; } & Struct; - readonly isHrmpManagementSent: boolean; - readonly asHrmpManagementSent: { - readonly action: PalletXcmTransactorHrmpOperation; + readonly isWhitelistedCallDispatched: boolean; + readonly asWhitelistedCallDispatched: { + readonly callHash: H256; + readonly result: Result< + FrameSupportDispatchPostDispatchInfo, + SpRuntimeDispatchErrorWithPostInfo + >; } & Struct; - readonly type: - | "TransactedDerivative" - | "TransactedSovereign" - | "TransactedSigned" - | "RegisteredDerivative" - | "DeRegisteredDerivative" - | "TransactFailed" - | "TransactInfoChanged" - | "TransactInfoRemoved" - | "DestFeePerSecondChanged" - | "DestFeePerSecondRemoved" - | "HrmpManagementSent"; + readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (377) */ - interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + /** @name FrameSupportDispatchPostDispatchInfo (386) */ + interface FrameSupportDispatchPostDispatchInfo extends Struct { + readonly actualWeight: Option; + readonly paysFee: FrameSupportDispatchPays; } - /** @name PalletEthereumXcmEvent (378) */ - interface PalletEthereumXcmEvent extends Enum { - readonly isExecutedFromXcm: boolean; - readonly asExecutedFromXcm: { - readonly xcmMsgHash: H256; - readonly ethTxHash: H256; + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ + interface SpRuntimeDispatchErrorWithPostInfo extends Struct { + readonly postInfo: FrameSupportDispatchPostDispatchInfo; + readonly error: SpRuntimeDispatchError; + } + + /** @name PalletRootTestingEvent (389) */ + interface PalletRootTestingEvent extends Enum { + readonly isDefensiveTestCall: boolean; + readonly type: "DefensiveTestCall"; + } + + /** @name PalletMultisigEvent (390) */ + interface PalletMultisigEvent extends Enum { + readonly isNewMultisig: boolean; + readonly asNewMultisig: { + readonly approving: AccountId20; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly type: "ExecutedFromXcm"; + readonly isMultisigApproval: boolean; + readonly asMultisigApproval: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly isMultisigExecuted: boolean; + readonly asMultisigExecuted: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + readonly result: Result; + } & Struct; + readonly isMultisigCancelled: boolean; + readonly asMultisigCancelled: { + readonly cancelling: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMessageQueueEvent (379) */ + /** @name PalletMessageQueueEvent (391) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5912,7 +6069,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (380) */ + /** @name FrameSupportMessagesProcessMessageError (392) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5920,55 +6077,124 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletRandomnessEvent (381) */ - interface PalletRandomnessEvent extends Enum { - readonly isRandomnessRequestedBabeEpoch: boolean; - readonly asRandomnessRequestedBabeEpoch: { - readonly id: u64; - readonly refundAddress: H160; + /** @name PalletEmergencyParaXcmEvent (393) */ + interface PalletEmergencyParaXcmEvent extends Enum { + readonly isEnteredPausedXcmMode: boolean; + readonly isNormalXcmOperationResumed: boolean; + readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; + } + + /** @name PalletMoonbeamForeignAssetsEvent (394) */ + interface PalletMoonbeamForeignAssetsEvent extends Enum { + readonly isForeignAssetCreated: boolean; + readonly asForeignAssetCreated: { readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestEpoch: u64; + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRandomnessRequestedLocal: boolean; - readonly asRandomnessRequestedLocal: { - readonly id: u64; - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestBlock: u32; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newXcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestFulfilled: boolean; - readonly asRequestFulfilled: { - readonly id: u64; + readonly isForeignAssetFrozen: boolean; + readonly asForeignAssetFrozen: { + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestFeeIncreased: boolean; - readonly asRequestFeeIncreased: { - readonly id: u64; - readonly newFee: u128; + readonly isForeignAssetUnfrozen: boolean; + readonly asForeignAssetUnfrozen: { + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestExpirationExecuted: boolean; - readonly asRequestExpirationExecuted: { - readonly id: u64; + readonly type: + | "ForeignAssetCreated" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetFrozen" + | "ForeignAssetUnfrozen"; + } + + /** @name PalletParametersEvent (395) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; + } & Struct; + readonly type: "Updated"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (396) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (397) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (399) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersValue extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (400) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: Perbill; + readonly type: "FeesTreasuryProportion"; + } + + /** @name PalletXcmWeightTraderEvent (401) */ + interface PalletXcmWeightTraderEvent extends Enum { + readonly isSupportedAssetAdded: boolean; + readonly asSupportedAssetAdded: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; + } & Struct; + readonly isSupportedAssetEdited: boolean; + readonly asSupportedAssetEdited: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; + } & Struct; + readonly isPauseAssetSupport: boolean; + readonly asPauseAssetSupport: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isResumeAssetSupport: boolean; + readonly asResumeAssetSupport: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly location: StagingXcmV4Location; } & Struct; readonly type: - | "RandomnessRequestedBabeEpoch" - | "RandomnessRequestedLocal" - | "RequestFulfilled" - | "RequestFeeIncreased" - | "RequestExpirationExecuted"; + | "SupportedAssetAdded" + | "SupportedAssetEdited" + | "PauseAssetSupport" + | "ResumeAssetSupport" + | "SupportedAssetRemoved"; } - /** @name FrameSystemPhase (382) */ + /** @name FrameSystemPhase (402) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -5977,33 +6203,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (384) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (404) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (385) */ + /** @name FrameSystemCodeUpgradeAuthorization (405) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (386) */ + /** @name FrameSystemLimitsBlockWeights (406) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (387) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (407) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (388) */ + /** @name FrameSystemLimitsWeightsPerClass (408) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6011,25 +6237,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (389) */ + /** @name FrameSystemLimitsBlockLength (409) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (390) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (410) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (391) */ + /** @name SpWeightsRuntimeDbWeight (411) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (392) */ + /** @name SpVersionRuntimeVersion (412) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6041,7 +6267,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (396) */ + /** @name FrameSystemError (416) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6064,14 +6290,95 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (398) */ + /** @name PalletUtilityError (417) */ + interface PalletUtilityError extends Enum { + readonly isTooManyCalls: boolean; + readonly type: "TooManyCalls"; + } + + /** @name PalletBalancesBalanceLock (419) */ + interface PalletBalancesBalanceLock extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + readonly reasons: PalletBalancesReasons; + } + + /** @name PalletBalancesReasons (420) */ + interface PalletBalancesReasons extends Enum { + readonly isFee: boolean; + readonly isMisc: boolean; + readonly isAll: boolean; + readonly type: "Fee" | "Misc" | "All"; + } + + /** @name PalletBalancesReserveData (423) */ + interface PalletBalancesReserveData extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + } + + /** @name MoonbaseRuntimeRuntimeHoldReason (427) */ + interface MoonbaseRuntimeRuntimeHoldReason extends Enum { + readonly isPreimage: boolean; + readonly asPreimage: PalletPreimageHoldReason; + readonly type: "Preimage"; + } + + /** @name PalletPreimageHoldReason (428) */ + interface PalletPreimageHoldReason extends Enum { + readonly isPreimage: boolean; + readonly type: "Preimage"; + } + + /** @name FrameSupportTokensMiscIdAmount (431) */ + interface FrameSupportTokensMiscIdAmount extends Struct { + readonly id: Null; + readonly amount: u128; + } + + /** @name PalletBalancesError (433) */ + interface PalletBalancesError extends Enum { + readonly isVestingBalance: boolean; + readonly isLiquidityRestrictions: boolean; + readonly isInsufficientBalance: boolean; + readonly isExistentialDeposit: boolean; + readonly isExpendability: boolean; + readonly isExistingVestingSchedule: boolean; + readonly isDeadAccount: boolean; + readonly isTooManyReserves: boolean; + readonly isTooManyHolds: boolean; + readonly isTooManyFreezes: boolean; + readonly isIssuanceDeactivated: boolean; + readonly isDeltaZero: boolean; + readonly type: + | "VestingBalance" + | "LiquidityRestrictions" + | "InsufficientBalance" + | "ExistentialDeposit" + | "Expendability" + | "ExistingVestingSchedule" + | "DeadAccount" + | "TooManyReserves" + | "TooManyHolds" + | "TooManyFreezes" + | "IssuanceDeactivated" + | "DeltaZero"; + } + + /** @name PalletSudoError (434) */ + interface PalletSudoError extends Enum { + readonly isRequireSudo: boolean; + readonly type: "RequireSudo"; + } + + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (436) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (399) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (437) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6081,33 +6388,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (401) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (439) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (405) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (443) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (406) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (444) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (408) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (446) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (409) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (447) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6115,14 +6422,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (410) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (448) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (413) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (451) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6132,7 +6439,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (414) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (452) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6146,19 +6453,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (415) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (453) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (421) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (459) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (423) */ + /** @name CumulusPalletParachainSystemError (461) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6179,89 +6486,126 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (425) */ - interface PalletBalancesBalanceLock extends Struct { - readonly id: U8aFixed; - readonly amount: u128; - readonly reasons: PalletBalancesReasons; + /** @name PalletTransactionPaymentReleases (462) */ + interface PalletTransactionPaymentReleases extends Enum { + readonly isV1Ancient: boolean; + readonly isV2: boolean; + readonly type: "V1Ancient" | "V2"; + } + + /** @name PalletEvmCodeMetadata (463) */ + interface PalletEvmCodeMetadata extends Struct { + readonly size_: u64; + readonly hash_: H256; + } + + /** @name PalletEvmError (465) */ + interface PalletEvmError extends Enum { + readonly isBalanceLow: boolean; + readonly isFeeOverflow: boolean; + readonly isPaymentOverflow: boolean; + readonly isWithdrawFailed: boolean; + readonly isGasPriceTooLow: boolean; + readonly isInvalidNonce: boolean; + readonly isGasLimitTooLow: boolean; + readonly isGasLimitTooHigh: boolean; + readonly isInvalidChainId: boolean; + readonly isInvalidSignature: boolean; + readonly isReentrancy: boolean; + readonly isTransactionMustComeFromEOA: boolean; + readonly isUndefined: boolean; + readonly type: + | "BalanceLow" + | "FeeOverflow" + | "PaymentOverflow" + | "WithdrawFailed" + | "GasPriceTooLow" + | "InvalidNonce" + | "GasLimitTooLow" + | "GasLimitTooHigh" + | "InvalidChainId" + | "InvalidSignature" + | "Reentrancy" + | "TransactionMustComeFromEOA" + | "Undefined"; } - /** @name PalletBalancesReasons (426) */ - interface PalletBalancesReasons extends Enum { - readonly isFee: boolean; - readonly isMisc: boolean; - readonly isAll: boolean; - readonly type: "Fee" | "Misc" | "All"; + /** @name FpRpcTransactionStatus (468) */ + interface FpRpcTransactionStatus extends Struct { + readonly transactionHash: H256; + readonly transactionIndex: u32; + readonly from: H160; + readonly to: Option; + readonly contractAddress: Option; + readonly logs: Vec; + readonly logsBloom: EthbloomBloom; } - /** @name PalletBalancesReserveData (429) */ - interface PalletBalancesReserveData extends Struct { - readonly id: U8aFixed; - readonly amount: u128; - } + /** @name EthbloomBloom (470) */ + interface EthbloomBloom extends U8aFixed {} - /** @name MoonbeamRuntimeRuntimeHoldReason (433) */ - interface MoonbeamRuntimeRuntimeHoldReason extends Enum { - readonly isPreimage: boolean; - readonly asPreimage: PalletPreimageHoldReason; - readonly type: "Preimage"; + /** @name EthereumReceiptReceiptV3 (472) */ + interface EthereumReceiptReceiptV3 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumReceiptEip658ReceiptData; + readonly isEip2930: boolean; + readonly asEip2930: EthereumReceiptEip658ReceiptData; + readonly isEip1559: boolean; + readonly asEip1559: EthereumReceiptEip658ReceiptData; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name PalletPreimageHoldReason (434) */ - interface PalletPreimageHoldReason extends Enum { - readonly isPreimage: boolean; - readonly type: "Preimage"; + /** @name EthereumReceiptEip658ReceiptData (473) */ + interface EthereumReceiptEip658ReceiptData extends Struct { + readonly statusCode: u8; + readonly usedGas: U256; + readonly logsBloom: EthbloomBloom; + readonly logs: Vec; } - /** @name PalletBalancesIdAmount (437) */ - interface PalletBalancesIdAmount extends Struct { - readonly id: Null; - readonly amount: u128; + /** @name EthereumBlock (474) */ + interface EthereumBlock extends Struct { + readonly header: EthereumHeader; + readonly transactions: Vec; + readonly ommers: Vec; } - /** @name PalletBalancesError (439) */ - interface PalletBalancesError extends Enum { - readonly isVestingBalance: boolean; - readonly isLiquidityRestrictions: boolean; - readonly isInsufficientBalance: boolean; - readonly isExistentialDeposit: boolean; - readonly isExpendability: boolean; - readonly isExistingVestingSchedule: boolean; - readonly isDeadAccount: boolean; - readonly isTooManyReserves: boolean; - readonly isTooManyHolds: boolean; - readonly isTooManyFreezes: boolean; - readonly isIssuanceDeactivated: boolean; - readonly isDeltaZero: boolean; - readonly type: - | "VestingBalance" - | "LiquidityRestrictions" - | "InsufficientBalance" - | "ExistentialDeposit" - | "Expendability" - | "ExistingVestingSchedule" - | "DeadAccount" - | "TooManyReserves" - | "TooManyHolds" - | "TooManyFreezes" - | "IssuanceDeactivated" - | "DeltaZero"; + /** @name EthereumHeader (475) */ + interface EthereumHeader extends Struct { + readonly parentHash: H256; + readonly ommersHash: H256; + readonly beneficiary: H160; + readonly stateRoot: H256; + readonly transactionsRoot: H256; + readonly receiptsRoot: H256; + readonly logsBloom: EthbloomBloom; + readonly difficulty: U256; + readonly number: U256; + readonly gasLimit: U256; + readonly gasUsed: U256; + readonly timestamp: u64; + readonly extraData: Bytes; + readonly mixHash: H256; + readonly nonce: EthereumTypesHashH64; } - /** @name PalletTransactionPaymentReleases (440) */ - interface PalletTransactionPaymentReleases extends Enum { - readonly isV1Ancient: boolean; - readonly isV2: boolean; - readonly type: "V1Ancient" | "V2"; + /** @name EthereumTypesHashH64 (476) */ + interface EthereumTypesHashH64 extends U8aFixed {} + + /** @name PalletEthereumError (481) */ + interface PalletEthereumError extends Enum { + readonly isInvalidSignature: boolean; + readonly isPreLogExists: boolean; + readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletParachainStakingParachainBondConfig (441) */ + /** @name PalletParachainStakingParachainBondConfig (482) */ interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } - /** @name PalletParachainStakingRoundInfo (442) */ + /** @name PalletParachainStakingRoundInfo (483) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6269,7 +6613,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (443) */ + /** @name PalletParachainStakingDelegator (484) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6278,16 +6622,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (444) */ + /** @name PalletParachainStakingSetOrderedSet (485) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (445) */ + /** @name PalletParachainStakingBond (486) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (447) */ + /** @name PalletParachainStakingDelegatorStatus (488) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6295,7 +6639,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (448) */ + /** @name PalletParachainStakingCandidateMetadata (489) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6309,7 +6653,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (449) */ + /** @name PalletParachainStakingCapacityStatus (490) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6317,13 +6661,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (451) */ + /** @name PalletParachainStakingCandidateBondLessRequest (492) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (452) */ + /** @name PalletParachainStakingCollatorStatus (493) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6332,50 +6676,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (454) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (495) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (457) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (498) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (459) */ + /** @name PalletParachainStakingDelegations (500) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (461) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (502) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (464) */ + /** @name PalletParachainStakingCollatorSnapshot (505) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (466) */ + /** @name PalletParachainStakingBondWithAutoCompound (507) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (467) */ + /** @name PalletParachainStakingDelayedPayout (508) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (468) */ + /** @name PalletParachainStakingInflationInflationInfo (509) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6394,7 +6738,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (469) */ + /** @name PalletParachainStakingError (510) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6509,7 +6853,97 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (470) */ + /** @name PalletSchedulerScheduled (513) */ + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; + readonly priority: u8; + readonly call: FrameSupportPreimagesBounded; + readonly maybePeriodic: Option>; + readonly origin: MoonbaseRuntimeOriginCaller; + } + + /** @name PalletSchedulerRetryConfig (515) */ + interface PalletSchedulerRetryConfig extends Struct { + readonly totalRetries: u8; + readonly remaining: u8; + readonly period: u32; + } + + /** @name PalletSchedulerError (516) */ + interface PalletSchedulerError extends Enum { + readonly isFailedToSchedule: boolean; + readonly isNotFound: boolean; + readonly isTargetBlockNumberInPast: boolean; + readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; + readonly type: + | "FailedToSchedule" + | "NotFound" + | "TargetBlockNumberInPast" + | "RescheduleNoChange" + | "Named"; + } + + /** @name PalletTreasuryProposal (517) */ + interface PalletTreasuryProposal extends Struct { + readonly proposer: AccountId20; + readonly value: u128; + readonly beneficiary: AccountId20; + readonly bond: u128; + } + + /** @name PalletTreasurySpendStatus (520) */ + interface PalletTreasurySpendStatus extends Struct { + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; + readonly status: PalletTreasuryPaymentState; + } + + /** @name PalletTreasuryPaymentState (521) */ + interface PalletTreasuryPaymentState extends Enum { + readonly isPending: boolean; + readonly isAttempted: boolean; + readonly asAttempted: { + readonly id: Null; + } & Struct; + readonly isFailed: boolean; + readonly type: "Pending" | "Attempted" | "Failed"; + } + + /** @name FrameSupportPalletId (523) */ + interface FrameSupportPalletId extends U8aFixed {} + + /** @name PalletTreasuryError (524) */ + interface PalletTreasuryError extends Enum { + readonly isInvalidIndex: boolean; + readonly isTooManyApprovals: boolean; + readonly isInsufficientPermission: boolean; + readonly isProposalNotApproved: boolean; + readonly isFailedToConvertBalance: boolean; + readonly isSpendExpired: boolean; + readonly isEarlyPayout: boolean; + readonly isAlreadyAttempted: boolean; + readonly isPayoutError: boolean; + readonly isNotAttempted: boolean; + readonly isInconclusive: boolean; + readonly type: + | "InvalidIndex" + | "TooManyApprovals" + | "InsufficientPermission" + | "ProposalNotApproved" + | "FailedToConvertBalance" + | "SpendExpired" + | "EarlyPayout" + | "AlreadyAttempted" + | "PayoutError" + | "NotAttempted" + | "Inconclusive"; + } + + /** @name PalletAuthorInherentError (525) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6517,14 +6951,56 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (471) */ + /** @name PalletCrowdloanRewardsRewardInfo (526) */ + interface PalletCrowdloanRewardsRewardInfo extends Struct { + readonly totalReward: u128; + readonly claimedReward: u128; + readonly contributedRelayAddresses: Vec; + } + + /** @name PalletCrowdloanRewardsError (528) */ + interface PalletCrowdloanRewardsError extends Enum { + readonly isAlreadyAssociated: boolean; + readonly isBatchBeyondFundPot: boolean; + readonly isFirstClaimAlreadyDone: boolean; + readonly isRewardNotHighEnough: boolean; + readonly isInvalidClaimSignature: boolean; + readonly isInvalidFreeClaimSignature: boolean; + readonly isNoAssociatedClaim: boolean; + readonly isRewardsAlreadyClaimed: boolean; + readonly isRewardVecAlreadyInitialized: boolean; + readonly isRewardVecNotFullyInitializedYet: boolean; + readonly isRewardsDoNotMatchFund: boolean; + readonly isTooManyContributors: boolean; + readonly isVestingPeriodNonValid: boolean; + readonly isNonContributedAddressProvided: boolean; + readonly isInsufficientNumberOfValidProofs: boolean; + readonly type: + | "AlreadyAssociated" + | "BatchBeyondFundPot" + | "FirstClaimAlreadyDone" + | "RewardNotHighEnough" + | "InvalidClaimSignature" + | "InvalidFreeClaimSignature" + | "NoAssociatedClaim" + | "RewardsAlreadyClaimed" + | "RewardVecAlreadyInitialized" + | "RewardVecNotFullyInitializedYet" + | "RewardsDoNotMatchFund" + | "TooManyContributors" + | "VestingPeriodNonValid" + | "NonContributedAddressProvided" + | "InsufficientNumberOfValidProofs"; + } + + /** @name PalletAuthorMappingRegistrationInfo (529) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (472) */ + /** @name PalletAuthorMappingError (530) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6542,66 +7018,24 @@ declare module "@polkadot/types/lookup" { | "OldAuthorIdNotFound" | "WrongKeySize" | "DecodeNimbusFailed" - | "DecodeKeysFailed"; - } - - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (473) */ - interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { - readonly orbiters: Vec; - readonly maybeCurrentOrbiter: Option; - readonly nextOrbiter: u32; - } - - /** @name PalletMoonbeamOrbitersCurrentOrbiter (475) */ - interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { - readonly accountId: AccountId20; - readonly removed: bool; - } - - /** @name PalletMoonbeamOrbitersError (476) */ - interface PalletMoonbeamOrbitersError extends Enum { - readonly isCollatorAlreadyAdded: boolean; - readonly isCollatorNotFound: boolean; - readonly isCollatorPoolTooLarge: boolean; - readonly isCollatorsPoolCountTooLow: boolean; - readonly isMinOrbiterDepositNotSet: boolean; - readonly isOrbiterAlreadyInPool: boolean; - readonly isOrbiterDepositNotFound: boolean; - readonly isOrbiterNotFound: boolean; - readonly isOrbiterStillInAPool: boolean; - readonly type: - | "CollatorAlreadyAdded" - | "CollatorNotFound" - | "CollatorPoolTooLarge" - | "CollatorsPoolCountTooLow" - | "MinOrbiterDepositNotSet" - | "OrbiterAlreadyInPool" - | "OrbiterDepositNotFound" - | "OrbiterNotFound" - | "OrbiterStillInAPool"; - } - - /** @name PalletUtilityError (479) */ - interface PalletUtilityError extends Enum { - readonly isTooManyCalls: boolean; - readonly type: "TooManyCalls"; + | "DecodeKeysFailed"; } - /** @name PalletProxyProxyDefinition (482) */ + /** @name PalletProxyProxyDefinition (533) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (486) */ + /** @name PalletProxyAnnouncement (537) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (488) */ + /** @name PalletProxyError (539) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6622,34 +7056,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (489) */ + /** @name PalletMaintenanceModeError (540) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (491) */ + /** @name PalletIdentityRegistration (542) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (500) */ + /** @name PalletIdentityRegistrarInfo (551) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (502) */ + /** @name PalletIdentityAuthorityProperties (553) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (505) */ + /** @name PalletIdentityError (556) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6706,459 +7140,539 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (506) */ - interface PalletMigrationsError extends Enum { - readonly isPreimageMissing: boolean; - readonly isWrongUpperBound: boolean; - readonly isPreimageIsTooBig: boolean; - readonly isPreimageAlreadyExists: boolean; - readonly type: - | "PreimageMissing" - | "WrongUpperBound" - | "PreimageIsTooBig" - | "PreimageAlreadyExists"; + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (561) */ + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + readonly recipient: u32; + readonly state: CumulusPalletXcmpQueueOutboundState; + readonly signalsExist: bool; + readonly firstIndex: u16; + readonly lastIndex: u16; } - /** @name PalletMultisigMultisig (508) */ - interface PalletMultisigMultisig extends Struct { - readonly when: PalletMultisigTimepoint; - readonly deposit: u128; - readonly depositor: AccountId20; - readonly approvals: Vec; + /** @name CumulusPalletXcmpQueueOutboundState (562) */ + interface CumulusPalletXcmpQueueOutboundState extends Enum { + readonly isOk: boolean; + readonly isSuspended: boolean; + readonly type: "Ok" | "Suspended"; } - /** @name PalletMultisigError (510) */ - interface PalletMultisigError extends Enum { - readonly isMinimumThreshold: boolean; - readonly isAlreadyApproved: boolean; - readonly isNoApprovalsNeeded: boolean; - readonly isTooFewSignatories: boolean; - readonly isTooManySignatories: boolean; - readonly isSignatoriesOutOfOrder: boolean; - readonly isSenderInSignatories: boolean; - readonly isNotFound: boolean; - readonly isNotOwner: boolean; - readonly isNoTimepoint: boolean; - readonly isWrongTimepoint: boolean; - readonly isUnexpectedTimepoint: boolean; - readonly isMaxWeightTooLow: boolean; - readonly isAlreadyStored: boolean; + /** @name CumulusPalletXcmpQueueQueueConfigData (566) */ + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + readonly suspendThreshold: u32; + readonly dropThreshold: u32; + readonly resumeThreshold: u32; + } + + /** @name CumulusPalletXcmpQueueError (567) */ + interface CumulusPalletXcmpQueueError extends Enum { + readonly isBadQueueConfig: boolean; + readonly isAlreadySuspended: boolean; + readonly isAlreadyResumed: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "MinimumThreshold" - | "AlreadyApproved" - | "NoApprovalsNeeded" - | "TooFewSignatories" - | "TooManySignatories" - | "SignatoriesOutOfOrder" - | "SenderInSignatories" - | "NotFound" - | "NotOwner" - | "NoTimepoint" - | "WrongTimepoint" - | "UnexpectedTimepoint" - | "MaxWeightTooLow" - | "AlreadyStored"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletMoonbeamLazyMigrationsError (511) */ - interface PalletMoonbeamLazyMigrationsError extends Enum { - readonly isLimitCannotBeZero: boolean; - readonly isAddressesLengthCannotBeZero: boolean; - readonly isContractNotCorrupted: boolean; - readonly type: "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted"; + /** @name PalletXcmQueryStatus (568) */ + interface PalletXcmQueryStatus extends Enum { + readonly isPending: boolean; + readonly asPending: { + readonly responder: XcmVersionedLocation; + readonly maybeMatchQuerier: Option; + readonly maybeNotify: Option>; + readonly timeout: u32; + } & Struct; + readonly isVersionNotifier: boolean; + readonly asVersionNotifier: { + readonly origin: XcmVersionedLocation; + readonly isActive: bool; + } & Struct; + readonly isReady: boolean; + readonly asReady: { + readonly response: XcmVersionedResponse; + readonly at: u32; + } & Struct; + readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name PalletEvmCodeMetadata (512) */ - interface PalletEvmCodeMetadata extends Struct { - readonly size_: u64; - readonly hash_: H256; + /** @name XcmVersionedResponse (572) */ + interface XcmVersionedResponse extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Response; + readonly isV3: boolean; + readonly asV3: XcmV3Response; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Response; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletEvmError (514) */ - interface PalletEvmError extends Enum { - readonly isBalanceLow: boolean; - readonly isFeeOverflow: boolean; - readonly isPaymentOverflow: boolean; - readonly isWithdrawFailed: boolean; - readonly isGasPriceTooLow: boolean; - readonly isInvalidNonce: boolean; - readonly isGasLimitTooLow: boolean; - readonly isGasLimitTooHigh: boolean; - readonly isInvalidChainId: boolean; - readonly isInvalidSignature: boolean; - readonly isReentrancy: boolean; - readonly isTransactionMustComeFromEOA: boolean; - readonly isUndefined: boolean; + /** @name PalletXcmVersionMigrationStage (578) */ + interface PalletXcmVersionMigrationStage extends Enum { + readonly isMigrateSupportedVersion: boolean; + readonly isMigrateVersionNotifiers: boolean; + readonly isNotifyCurrentTargets: boolean; + readonly asNotifyCurrentTargets: Option; + readonly isMigrateAndNotifyOldTargets: boolean; readonly type: - | "BalanceLow" - | "FeeOverflow" - | "PaymentOverflow" - | "WithdrawFailed" - | "GasPriceTooLow" - | "InvalidNonce" - | "GasLimitTooLow" - | "GasLimitTooHigh" - | "InvalidChainId" - | "InvalidSignature" - | "Reentrancy" - | "TransactionMustComeFromEOA" - | "Undefined"; + | "MigrateSupportedVersion" + | "MigrateVersionNotifiers" + | "NotifyCurrentTargets" + | "MigrateAndNotifyOldTargets"; } - /** @name FpRpcTransactionStatus (517) */ - interface FpRpcTransactionStatus extends Struct { - readonly transactionHash: H256; - readonly transactionIndex: u32; - readonly from: H160; - readonly to: Option; - readonly contractAddress: Option; - readonly logs: Vec; - readonly logsBloom: EthbloomBloom; + /** @name PalletXcmRemoteLockedFungibleRecord (581) */ + interface PalletXcmRemoteLockedFungibleRecord extends Struct { + readonly amount: u128; + readonly owner: XcmVersionedLocation; + readonly locker: XcmVersionedLocation; + readonly consumers: Vec>; } - /** @name EthbloomBloom (519) */ - interface EthbloomBloom extends U8aFixed {} - - /** @name EthereumReceiptReceiptV3 (521) */ - interface EthereumReceiptReceiptV3 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumReceiptEip658ReceiptData; - readonly isEip2930: boolean; - readonly asEip2930: EthereumReceiptEip658ReceiptData; - readonly isEip1559: boolean; - readonly asEip1559: EthereumReceiptEip658ReceiptData; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; + /** @name PalletXcmError (588) */ + interface PalletXcmError extends Enum { + readonly isUnreachable: boolean; + readonly isSendFailure: boolean; + readonly isFiltered: boolean; + readonly isUnweighableMessage: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isEmpty: boolean; + readonly isCannotReanchor: boolean; + readonly isTooManyAssets: boolean; + readonly isInvalidOrigin: boolean; + readonly isBadVersion: boolean; + readonly isBadLocation: boolean; + readonly isNoSubscription: boolean; + readonly isAlreadySubscribed: boolean; + readonly isCannotCheckOutTeleport: boolean; + readonly isLowBalance: boolean; + readonly isTooManyLocks: boolean; + readonly isAccountNotSovereign: boolean; + readonly isFeesNotMet: boolean; + readonly isLockNotFound: boolean; + readonly isInUse: boolean; + readonly isInvalidAssetUnknownReserve: boolean; + readonly isInvalidAssetUnsupportedReserve: boolean; + readonly isTooManyReserves: boolean; + readonly isLocalExecutionIncomplete: boolean; + readonly type: + | "Unreachable" + | "SendFailure" + | "Filtered" + | "UnweighableMessage" + | "DestinationNotInvertible" + | "Empty" + | "CannotReanchor" + | "TooManyAssets" + | "InvalidOrigin" + | "BadVersion" + | "BadLocation" + | "NoSubscription" + | "AlreadySubscribed" + | "CannotCheckOutTeleport" + | "LowBalance" + | "TooManyLocks" + | "AccountNotSovereign" + | "FeesNotMet" + | "LockNotFound" + | "InUse" + | "InvalidAssetUnknownReserve" + | "InvalidAssetUnsupportedReserve" + | "TooManyReserves" + | "LocalExecutionIncomplete"; } - /** @name EthereumReceiptEip658ReceiptData (522) */ - interface EthereumReceiptEip658ReceiptData extends Struct { - readonly statusCode: u8; - readonly usedGas: U256; - readonly logsBloom: EthbloomBloom; - readonly logs: Vec; + /** @name PalletAssetsAssetDetails (589) */ + interface PalletAssetsAssetDetails extends Struct { + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly supply: u128; + readonly deposit: u128; + readonly minBalance: u128; + readonly isSufficient: bool; + readonly accounts: u32; + readonly sufficients: u32; + readonly approvals: u32; + readonly status: PalletAssetsAssetStatus; } - /** @name EthereumBlock (523) */ - interface EthereumBlock extends Struct { - readonly header: EthereumHeader; - readonly transactions: Vec; - readonly ommers: Vec; + /** @name PalletAssetsAssetStatus (590) */ + interface PalletAssetsAssetStatus extends Enum { + readonly isLive: boolean; + readonly isFrozen: boolean; + readonly isDestroying: boolean; + readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name EthereumHeader (524) */ - interface EthereumHeader extends Struct { - readonly parentHash: H256; - readonly ommersHash: H256; - readonly beneficiary: H160; - readonly stateRoot: H256; - readonly transactionsRoot: H256; - readonly receiptsRoot: H256; - readonly logsBloom: EthbloomBloom; - readonly difficulty: U256; - readonly number: U256; - readonly gasLimit: U256; - readonly gasUsed: U256; - readonly timestamp: u64; - readonly extraData: Bytes; - readonly mixHash: H256; - readonly nonce: EthereumTypesHashH64; + /** @name PalletAssetsAssetAccount (592) */ + interface PalletAssetsAssetAccount extends Struct { + readonly balance: u128; + readonly status: PalletAssetsAccountStatus; + readonly reason: PalletAssetsExistenceReason; + readonly extra: Null; } - /** @name EthereumTypesHashH64 (525) */ - interface EthereumTypesHashH64 extends U8aFixed {} + /** @name PalletAssetsAccountStatus (593) */ + interface PalletAssetsAccountStatus extends Enum { + readonly isLiquid: boolean; + readonly isFrozen: boolean; + readonly isBlocked: boolean; + readonly type: "Liquid" | "Frozen" | "Blocked"; + } - /** @name PalletEthereumError (530) */ - interface PalletEthereumError extends Enum { - readonly isInvalidSignature: boolean; - readonly isPreLogExists: boolean; - readonly type: "InvalidSignature" | "PreLogExists"; + /** @name PalletAssetsExistenceReason (594) */ + interface PalletAssetsExistenceReason extends Enum { + readonly isConsumer: boolean; + readonly isSufficient: boolean; + readonly isDepositHeld: boolean; + readonly asDepositHeld: u128; + readonly isDepositRefunded: boolean; + readonly isDepositFrom: boolean; + readonly asDepositFrom: ITuple<[AccountId20, u128]>; + readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletSchedulerScheduled (533) */ - interface PalletSchedulerScheduled extends Struct { - readonly maybeId: Option; - readonly priority: u8; - readonly call: FrameSupportPreimagesBounded; - readonly maybePeriodic: Option>; - readonly origin: MoonbeamRuntimeOriginCaller; + /** @name PalletAssetsApproval (596) */ + interface PalletAssetsApproval extends Struct { + readonly amount: u128; + readonly deposit: u128; } - /** @name PalletSchedulerRetryConfig (535) */ - interface PalletSchedulerRetryConfig extends Struct { - readonly totalRetries: u8; - readonly remaining: u8; - readonly period: u32; + /** @name PalletAssetsAssetMetadata (597) */ + interface PalletAssetsAssetMetadata extends Struct { + readonly deposit: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } - /** @name PalletSchedulerError (536) */ - interface PalletSchedulerError extends Enum { - readonly isFailedToSchedule: boolean; - readonly isNotFound: boolean; - readonly isTargetBlockNumberInPast: boolean; - readonly isRescheduleNoChange: boolean; - readonly isNamed: boolean; + /** @name PalletAssetsError (599) */ + interface PalletAssetsError extends Enum { + readonly isBalanceLow: boolean; + readonly isNoAccount: boolean; + readonly isNoPermission: boolean; + readonly isUnknown: boolean; + readonly isFrozen: boolean; + readonly isInUse: boolean; + readonly isBadWitness: boolean; + readonly isMinBalanceZero: boolean; + readonly isUnavailableConsumer: boolean; + readonly isBadMetadata: boolean; + readonly isUnapproved: boolean; + readonly isWouldDie: boolean; + readonly isAlreadyExists: boolean; + readonly isNoDeposit: boolean; + readonly isWouldBurn: boolean; + readonly isLiveAsset: boolean; + readonly isAssetNotLive: boolean; + readonly isIncorrectStatus: boolean; + readonly isNotFrozen: boolean; + readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: - | "FailedToSchedule" - | "NotFound" - | "TargetBlockNumberInPast" - | "RescheduleNoChange" - | "Named"; + | "BalanceLow" + | "NoAccount" + | "NoPermission" + | "Unknown" + | "Frozen" + | "InUse" + | "BadWitness" + | "MinBalanceZero" + | "UnavailableConsumer" + | "BadMetadata" + | "Unapproved" + | "WouldDie" + | "AlreadyExists" + | "NoDeposit" + | "WouldBurn" + | "LiveAsset" + | "AssetNotLive" + | "IncorrectStatus" + | "NotFrozen" + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletPreimageOldRequestStatus (537) */ - interface PalletPreimageOldRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly deposit: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly deposit: Option>; - readonly count: u32; - readonly len: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name OrmlXtokensModuleError (600) */ + interface OrmlXtokensModuleError extends Enum { + readonly isAssetHasNoReserve: boolean; + readonly isNotCrossChainTransfer: boolean; + readonly isInvalidDest: boolean; + readonly isNotCrossChainTransferableCurrency: boolean; + readonly isUnweighableMessage: boolean; + readonly isXcmExecutionFailed: boolean; + readonly isCannotReanchor: boolean; + readonly isInvalidAncestry: boolean; + readonly isInvalidAsset: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isBadVersion: boolean; + readonly isDistinctReserveForAssetAndFee: boolean; + readonly isZeroFee: boolean; + readonly isZeroAmount: boolean; + readonly isTooManyAssetsBeingSent: boolean; + readonly isAssetIndexNonExistent: boolean; + readonly isFeeNotEnough: boolean; + readonly isNotSupportedLocation: boolean; + readonly isMinXcmFeeNotDefined: boolean; + readonly isRateLimited: boolean; + readonly type: + | "AssetHasNoReserve" + | "NotCrossChainTransfer" + | "InvalidDest" + | "NotCrossChainTransferableCurrency" + | "UnweighableMessage" + | "XcmExecutionFailed" + | "CannotReanchor" + | "InvalidAncestry" + | "InvalidAsset" + | "DestinationNotInvertible" + | "BadVersion" + | "DistinctReserveForAssetAndFee" + | "ZeroFee" + | "ZeroAmount" + | "TooManyAssetsBeingSent" + | "AssetIndexNonExistent" + | "FeeNotEnough" + | "NotSupportedLocation" + | "MinXcmFeeNotDefined" + | "RateLimited"; } - /** @name PalletPreimageRequestStatus (540) */ - interface PalletPreimageRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly ticket: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly maybeTicket: Option>; - readonly count: u32; - readonly maybeLen: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name PalletAssetManagerError (601) */ + interface PalletAssetManagerError extends Enum { + readonly isErrorCreatingAsset: boolean; + readonly isAssetAlreadyExists: boolean; + readonly isAssetDoesNotExist: boolean; + readonly isTooLowNumAssetsWeightHint: boolean; + readonly isLocalAssetLimitReached: boolean; + readonly isErrorDestroyingAsset: boolean; + readonly isNotSufficientDeposit: boolean; + readonly isNonExistentLocalAsset: boolean; + readonly type: + | "ErrorCreatingAsset" + | "AssetAlreadyExists" + | "AssetDoesNotExist" + | "TooLowNumAssetsWeightHint" + | "LocalAssetLimitReached" + | "ErrorDestroyingAsset" + | "NotSufficientDeposit" + | "NonExistentLocalAsset"; } - /** @name PalletPreimageError (546) */ - interface PalletPreimageError extends Enum { - readonly isTooBig: boolean; - readonly isAlreadyNoted: boolean; - readonly isNotAuthorized: boolean; - readonly isNotNoted: boolean; - readonly isRequested: boolean; - readonly isNotRequested: boolean; - readonly isTooMany: boolean; - readonly isTooFew: boolean; + /** @name PalletMigrationsError (602) */ + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; readonly type: - | "TooBig" - | "AlreadyNoted" - | "NotAuthorized" - | "NotNoted" - | "Requested" - | "NotRequested" - | "TooMany" - | "TooFew"; + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; } - /** @name PalletConvictionVotingVoteVoting (548) */ - interface PalletConvictionVotingVoteVoting extends Enum { - readonly isCasting: boolean; - readonly asCasting: PalletConvictionVotingVoteCasting; - readonly isDelegating: boolean; - readonly asDelegating: PalletConvictionVotingVoteDelegating; - readonly type: "Casting" | "Delegating"; + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (603) */ + interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { + readonly staking: u8; + readonly utility: u8; + readonly hrmp: u8; + readonly bond: u8; + readonly bondExtra: u8; + readonly unbond: u8; + readonly withdrawUnbonded: u8; + readonly validate: u8; + readonly nominate: u8; + readonly chill: u8; + readonly setPayee: u8; + readonly setController: u8; + readonly rebond: u8; + readonly asDerivative: u8; + readonly initOpenChannel: u8; + readonly acceptOpenChannel: u8; + readonly closeChannel: u8; + readonly cancelOpenRequest: u8; } - /** @name PalletConvictionVotingVoteCasting (549) */ - interface PalletConvictionVotingVoteCasting extends Struct { - readonly votes: Vec>; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletXcmTransactorError (604) */ + interface PalletXcmTransactorError extends Enum { + readonly isIndexAlreadyClaimed: boolean; + readonly isUnclaimedIndex: boolean; + readonly isNotOwner: boolean; + readonly isUnweighableMessage: boolean; + readonly isCannotReanchor: boolean; + readonly isAssetHasNoReserve: boolean; + readonly isInvalidDest: boolean; + readonly isNotCrossChainTransfer: boolean; + readonly isAssetIsNotReserveInDestination: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isErrorDelivering: boolean; + readonly isDispatchWeightBiggerThanTotalWeight: boolean; + readonly isWeightOverflow: boolean; + readonly isAmountOverflow: boolean; + readonly isTransactorInfoNotSet: boolean; + readonly isNotCrossChainTransferableCurrency: boolean; + readonly isXcmExecuteError: boolean; + readonly isBadVersion: boolean; + readonly isMaxWeightTransactReached: boolean; + readonly isUnableToWithdrawAsset: boolean; + readonly isFeePerSecondNotSet: boolean; + readonly isSignedTransactNotAllowedForDestination: boolean; + readonly isFailedMultiLocationToJunction: boolean; + readonly isHrmpHandlerNotImplemented: boolean; + readonly isTooMuchFeeUsed: boolean; + readonly isErrorValidating: boolean; + readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly type: + | "IndexAlreadyClaimed" + | "UnclaimedIndex" + | "NotOwner" + | "UnweighableMessage" + | "CannotReanchor" + | "AssetHasNoReserve" + | "InvalidDest" + | "NotCrossChainTransfer" + | "AssetIsNotReserveInDestination" + | "DestinationNotInvertible" + | "ErrorDelivering" + | "DispatchWeightBiggerThanTotalWeight" + | "WeightOverflow" + | "AmountOverflow" + | "TransactorInfoNotSet" + | "NotCrossChainTransferableCurrency" + | "XcmExecuteError" + | "BadVersion" + | "MaxWeightTransactReached" + | "UnableToWithdrawAsset" + | "FeePerSecondNotSet" + | "SignedTransactNotAllowedForDestination" + | "FailedMultiLocationToJunction" + | "HrmpHandlerNotImplemented" + | "TooMuchFeeUsed" + | "ErrorValidating" + | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletConvictionVotingDelegations (553) */ - interface PalletConvictionVotingDelegations extends Struct { - readonly votes: u128; - readonly capital: u128; + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (605) */ + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + readonly orbiters: Vec; + readonly maybeCurrentOrbiter: Option; + readonly nextOrbiter: u32; } - /** @name PalletConvictionVotingVotePriorLock (554) */ - interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - - /** @name PalletConvictionVotingVoteDelegating (555) */ - interface PalletConvictionVotingVoteDelegating extends Struct { - readonly balance: u128; - readonly target: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletMoonbeamOrbitersCurrentOrbiter (607) */ + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + readonly accountId: AccountId20; + readonly removed: bool; } - /** @name PalletConvictionVotingError (559) */ - interface PalletConvictionVotingError extends Enum { - readonly isNotOngoing: boolean; - readonly isNotVoter: boolean; - readonly isNoPermission: boolean; - readonly isNoPermissionYet: boolean; - readonly isAlreadyDelegating: boolean; - readonly isAlreadyVoting: boolean; - readonly isInsufficientFunds: boolean; - readonly isNotDelegating: boolean; - readonly isNonsense: boolean; - readonly isMaxVotesReached: boolean; - readonly isClassNeeded: boolean; - readonly isBadClass: boolean; + /** @name PalletMoonbeamOrbitersError (608) */ + interface PalletMoonbeamOrbitersError extends Enum { + readonly isCollatorAlreadyAdded: boolean; + readonly isCollatorNotFound: boolean; + readonly isCollatorPoolTooLarge: boolean; + readonly isCollatorsPoolCountTooLow: boolean; + readonly isMinOrbiterDepositNotSet: boolean; + readonly isOrbiterAlreadyInPool: boolean; + readonly isOrbiterDepositNotFound: boolean; + readonly isOrbiterNotFound: boolean; + readonly isOrbiterStillInAPool: boolean; readonly type: - | "NotOngoing" - | "NotVoter" - | "NoPermission" - | "NoPermissionYet" - | "AlreadyDelegating" - | "AlreadyVoting" - | "InsufficientFunds" - | "NotDelegating" - | "Nonsense" - | "MaxVotesReached" - | "ClassNeeded" - | "BadClass"; - } - - /** @name PalletReferendaReferendumInfo (560) */ - interface PalletReferendaReferendumInfo extends Enum { - readonly isOngoing: boolean; - readonly asOngoing: PalletReferendaReferendumStatus; - readonly isApproved: boolean; - readonly asApproved: ITuple< - [u32, Option, Option] - >; - readonly isRejected: boolean; - readonly asRejected: ITuple< - [u32, Option, Option] - >; - readonly isCancelled: boolean; - readonly asCancelled: ITuple< - [u32, Option, Option] - >; - readonly isTimedOut: boolean; - readonly asTimedOut: ITuple< - [u32, Option, Option] - >; - readonly isKilled: boolean; - readonly asKilled: u32; - readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; + | "CollatorAlreadyAdded" + | "CollatorNotFound" + | "CollatorPoolTooLarge" + | "CollatorsPoolCountTooLow" + | "MinOrbiterDepositNotSet" + | "OrbiterAlreadyInPool" + | "OrbiterDepositNotFound" + | "OrbiterNotFound" + | "OrbiterStillInAPool"; } - /** @name PalletReferendaReferendumStatus (561) */ - interface PalletReferendaReferendumStatus extends Struct { - readonly track: u16; - readonly origin: MoonbeamRuntimeOriginCaller; - readonly proposal: FrameSupportPreimagesBounded; - readonly enactment: FrameSupportScheduleDispatchTime; - readonly submitted: u32; - readonly submissionDeposit: PalletReferendaDeposit; - readonly decisionDeposit: Option; - readonly deciding: Option; - readonly tally: PalletConvictionVotingTally; - readonly inQueue: bool; - readonly alarm: Option]>>; + /** @name PalletEthereumXcmError (609) */ + interface PalletEthereumXcmError extends Enum { + readonly isEthereumXcmExecutionSuspended: boolean; + readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletReferendaDeposit (562) */ - interface PalletReferendaDeposit extends Struct { - readonly who: AccountId20; - readonly amount: u128; + /** @name PalletRandomnessRequestState (610) */ + interface PalletRandomnessRequestState extends Struct { + readonly request: PalletRandomnessRequest; + readonly deposit: u128; } - /** @name PalletReferendaDecidingStatus (565) */ - interface PalletReferendaDecidingStatus extends Struct { - readonly since: u32; - readonly confirming: Option; + /** @name PalletRandomnessRequest (611) */ + interface PalletRandomnessRequest extends Struct { + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly info: PalletRandomnessRequestInfo; } - /** @name PalletReferendaTrackInfo (573) */ - interface PalletReferendaTrackInfo extends Struct { - readonly name: Text; - readonly maxDeciding: u32; - readonly decisionDeposit: u128; - readonly preparePeriod: u32; - readonly decisionPeriod: u32; - readonly confirmPeriod: u32; - readonly minEnactmentPeriod: u32; - readonly minApproval: PalletReferendaCurve; - readonly minSupport: PalletReferendaCurve; + /** @name PalletRandomnessRequestInfo (612) */ + interface PalletRandomnessRequestInfo extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: ITuple<[u64, u64]>; + readonly isLocal: boolean; + readonly asLocal: ITuple<[u32, u32]>; + readonly type: "BabeEpoch" | "Local"; } - /** @name PalletReferendaCurve (574) */ - interface PalletReferendaCurve extends Enum { - readonly isLinearDecreasing: boolean; - readonly asLinearDecreasing: { - readonly length: Perbill; - readonly floor: Perbill; - readonly ceil: Perbill; - } & Struct; - readonly isSteppedDecreasing: boolean; - readonly asSteppedDecreasing: { - readonly begin: Perbill; - readonly end: Perbill; - readonly step: Perbill; - readonly period: Perbill; - } & Struct; - readonly isReciprocal: boolean; - readonly asReciprocal: { - readonly factor: i64; - readonly xOffset: i64; - readonly yOffset: i64; - } & Struct; - readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + /** @name PalletRandomnessRequestType (613) */ + interface PalletRandomnessRequestType extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: u64; + readonly isLocal: boolean; + readonly asLocal: u32; + readonly type: "BabeEpoch" | "Local"; } - /** @name PalletReferendaError (577) */ - interface PalletReferendaError extends Enum { - readonly isNotOngoing: boolean; - readonly isHasDeposit: boolean; - readonly isBadTrack: boolean; - readonly isFull: boolean; - readonly isQueueEmpty: boolean; - readonly isBadReferendum: boolean; - readonly isNothingToDo: boolean; - readonly isNoTrack: boolean; - readonly isUnfinished: boolean; - readonly isNoPermission: boolean; - readonly isNoDeposit: boolean; - readonly isBadStatus: boolean; - readonly isPreimageNotExist: boolean; - readonly isPreimageStoredWithDifferentLength: boolean; - readonly type: - | "NotOngoing" - | "HasDeposit" - | "BadTrack" - | "Full" - | "QueueEmpty" - | "BadReferendum" - | "NothingToDo" - | "NoTrack" - | "Unfinished" - | "NoPermission" - | "NoDeposit" - | "BadStatus" - | "PreimageNotExist" - | "PreimageStoredWithDifferentLength"; + /** @name PalletRandomnessRandomnessResult (614) */ + interface PalletRandomnessRandomnessResult extends Struct { + readonly randomness: Option; + readonly requestCount: u64; } - /** @name PalletWhitelistError (578) */ - interface PalletWhitelistError extends Enum { - readonly isUnavailablePreImage: boolean; - readonly isUndecodableCall: boolean; - readonly isInvalidCallWeightWitness: boolean; - readonly isCallIsNotWhitelisted: boolean; - readonly isCallAlreadyWhitelisted: boolean; + /** @name PalletRandomnessError (615) */ + interface PalletRandomnessError extends Enum { + readonly isRequestCounterOverflowed: boolean; + readonly isRequestFeeOverflowed: boolean; + readonly isMustRequestAtLeastOneWord: boolean; + readonly isCannotRequestMoreWordsThanMax: boolean; + readonly isCannotRequestRandomnessAfterMaxDelay: boolean; + readonly isCannotRequestRandomnessBeforeMinDelay: boolean; + readonly isRequestDNE: boolean; + readonly isRequestCannotYetBeFulfilled: boolean; + readonly isOnlyRequesterCanIncreaseFee: boolean; + readonly isRequestHasNotExpired: boolean; + readonly isRandomnessResultDNE: boolean; + readonly isRandomnessResultNotFilled: boolean; readonly type: - | "UnavailablePreImage" - | "UndecodableCall" - | "InvalidCallWeightWitness" - | "CallIsNotWhitelisted" - | "CallAlreadyWhitelisted"; + | "RequestCounterOverflowed" + | "RequestFeeOverflowed" + | "MustRequestAtLeastOneWord" + | "CannotRequestMoreWordsThanMax" + | "CannotRequestRandomnessAfterMaxDelay" + | "CannotRequestRandomnessBeforeMinDelay" + | "RequestDNE" + | "RequestCannotYetBeFulfilled" + | "OnlyRequesterCanIncreaseFee" + | "RequestHasNotExpired" + | "RandomnessResultDNE" + | "RandomnessResultNotFilled"; } - /** @name PalletCollectiveVotes (580) */ + /** @name PalletCollectiveVotes (617) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7167,7 +7681,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (581) */ + /** @name PalletCollectiveError (618) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7194,542 +7708,337 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (584) */ - interface PalletTreasuryProposal extends Struct { - readonly proposer: AccountId20; - readonly value: u128; - readonly beneficiary: AccountId20; - readonly bond: u128; - } - - /** @name PalletTreasurySpendStatus (587) */ - interface PalletTreasurySpendStatus extends Struct { - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; - readonly status: PalletTreasuryPaymentState; - } - - /** @name PalletTreasuryPaymentState (588) */ - interface PalletTreasuryPaymentState extends Enum { - readonly isPending: boolean; - readonly isAttempted: boolean; - readonly asAttempted: { - readonly id: Null; - } & Struct; - readonly isFailed: boolean; - readonly type: "Pending" | "Attempted" | "Failed"; - } - - /** @name FrameSupportPalletId (590) */ - interface FrameSupportPalletId extends U8aFixed {} - - /** @name PalletTreasuryError (591) */ - interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; - readonly isInvalidIndex: boolean; - readonly isTooManyApprovals: boolean; - readonly isInsufficientPermission: boolean; - readonly isProposalNotApproved: boolean; - readonly isFailedToConvertBalance: boolean; - readonly isSpendExpired: boolean; - readonly isEarlyPayout: boolean; - readonly isAlreadyAttempted: boolean; - readonly isPayoutError: boolean; - readonly isNotAttempted: boolean; - readonly isInconclusive: boolean; - readonly type: - | "InsufficientProposersBalance" - | "InvalidIndex" - | "TooManyApprovals" - | "InsufficientPermission" - | "ProposalNotApproved" - | "FailedToConvertBalance" - | "SpendExpired" - | "EarlyPayout" - | "AlreadyAttempted" - | "PayoutError" - | "NotAttempted" - | "Inconclusive"; - } - - /** @name PalletCrowdloanRewardsRewardInfo (592) */ - interface PalletCrowdloanRewardsRewardInfo extends Struct { - readonly totalReward: u128; - readonly claimedReward: u128; - readonly contributedRelayAddresses: Vec; - } - - /** @name PalletCrowdloanRewardsError (594) */ - interface PalletCrowdloanRewardsError extends Enum { - readonly isAlreadyAssociated: boolean; - readonly isBatchBeyondFundPot: boolean; - readonly isFirstClaimAlreadyDone: boolean; - readonly isRewardNotHighEnough: boolean; - readonly isInvalidClaimSignature: boolean; - readonly isInvalidFreeClaimSignature: boolean; - readonly isNoAssociatedClaim: boolean; - readonly isRewardsAlreadyClaimed: boolean; - readonly isRewardVecAlreadyInitialized: boolean; - readonly isRewardVecNotFullyInitializedYet: boolean; - readonly isRewardsDoNotMatchFund: boolean; - readonly isTooManyContributors: boolean; - readonly isVestingPeriodNonValid: boolean; - readonly isNonContributedAddressProvided: boolean; - readonly isInsufficientNumberOfValidProofs: boolean; - readonly type: - | "AlreadyAssociated" - | "BatchBeyondFundPot" - | "FirstClaimAlreadyDone" - | "RewardNotHighEnough" - | "InvalidClaimSignature" - | "InvalidFreeClaimSignature" - | "NoAssociatedClaim" - | "RewardsAlreadyClaimed" - | "RewardVecAlreadyInitialized" - | "RewardVecNotFullyInitializedYet" - | "RewardsDoNotMatchFund" - | "TooManyContributors" - | "VestingPeriodNonValid" - | "NonContributedAddressProvided" - | "InsufficientNumberOfValidProofs"; - } - - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (599) */ - interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { - readonly recipient: u32; - readonly state: CumulusPalletXcmpQueueOutboundState; - readonly signalsExist: bool; - readonly firstIndex: u16; - readonly lastIndex: u16; - } - - /** @name CumulusPalletXcmpQueueOutboundState (600) */ - interface CumulusPalletXcmpQueueOutboundState extends Enum { - readonly isOk: boolean; - readonly isSuspended: boolean; - readonly type: "Ok" | "Suspended"; - } - - /** @name CumulusPalletXcmpQueueQueueConfigData (602) */ - interface CumulusPalletXcmpQueueQueueConfigData extends Struct { - readonly suspendThreshold: u32; - readonly dropThreshold: u32; - readonly resumeThreshold: u32; - } - - /** @name CumulusPalletXcmpQueueError (603) */ - interface CumulusPalletXcmpQueueError extends Enum { - readonly isBadQueueConfig: boolean; - readonly isAlreadySuspended: boolean; - readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (604) */ - interface CumulusPalletDmpQueueMigrationState extends Enum { - readonly isNotStarted: boolean; - readonly isStartedExport: boolean; - readonly asStartedExport: { - readonly nextBeginUsed: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly asStartedOverweightExport: { - readonly nextOverweightIndex: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; - } & Struct; - readonly isCompleted: boolean; - readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; - } - - /** @name PalletXcmQueryStatus (607) */ - interface PalletXcmQueryStatus extends Enum { - readonly isPending: boolean; - readonly asPending: { - readonly responder: XcmVersionedLocation; - readonly maybeMatchQuerier: Option; - readonly maybeNotify: Option>; - readonly timeout: u32; - } & Struct; - readonly isVersionNotifier: boolean; - readonly asVersionNotifier: { - readonly origin: XcmVersionedLocation; - readonly isActive: bool; - } & Struct; - readonly isReady: boolean; - readonly asReady: { - readonly response: XcmVersionedResponse; - readonly at: u32; - } & Struct; - readonly type: "Pending" | "VersionNotifier" | "Ready"; - } - - /** @name XcmVersionedResponse (611) */ - interface XcmVersionedResponse extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Response; - readonly isV3: boolean; - readonly asV3: XcmV3Response; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Response; - readonly type: "V2" | "V3" | "V4"; - } - - /** @name PalletXcmVersionMigrationStage (617) */ - interface PalletXcmVersionMigrationStage extends Enum { - readonly isMigrateSupportedVersion: boolean; - readonly isMigrateVersionNotifiers: boolean; - readonly isNotifyCurrentTargets: boolean; - readonly asNotifyCurrentTargets: Option; - readonly isMigrateAndNotifyOldTargets: boolean; - readonly type: - | "MigrateSupportedVersion" - | "MigrateVersionNotifiers" - | "NotifyCurrentTargets" - | "MigrateAndNotifyOldTargets"; - } - - /** @name PalletXcmRemoteLockedFungibleRecord (620) */ - interface PalletXcmRemoteLockedFungibleRecord extends Struct { - readonly amount: u128; - readonly owner: XcmVersionedLocation; - readonly locker: XcmVersionedLocation; - readonly consumers: Vec>; + /** @name PalletConvictionVotingVoteVoting (620) */ + interface PalletConvictionVotingVoteVoting extends Enum { + readonly isCasting: boolean; + readonly asCasting: PalletConvictionVotingVoteCasting; + readonly isDelegating: boolean; + readonly asDelegating: PalletConvictionVotingVoteDelegating; + readonly type: "Casting" | "Delegating"; } - /** @name PalletXcmError (627) */ - interface PalletXcmError extends Enum { - readonly isUnreachable: boolean; - readonly isSendFailure: boolean; - readonly isFiltered: boolean; - readonly isUnweighableMessage: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isEmpty: boolean; - readonly isCannotReanchor: boolean; - readonly isTooManyAssets: boolean; - readonly isInvalidOrigin: boolean; - readonly isBadVersion: boolean; - readonly isBadLocation: boolean; - readonly isNoSubscription: boolean; - readonly isAlreadySubscribed: boolean; - readonly isCannotCheckOutTeleport: boolean; - readonly isLowBalance: boolean; - readonly isTooManyLocks: boolean; - readonly isAccountNotSovereign: boolean; - readonly isFeesNotMet: boolean; - readonly isLockNotFound: boolean; - readonly isInUse: boolean; - readonly isInvalidAssetUnknownReserve: boolean; - readonly isInvalidAssetUnsupportedReserve: boolean; - readonly isTooManyReserves: boolean; - readonly isLocalExecutionIncomplete: boolean; - readonly type: - | "Unreachable" - | "SendFailure" - | "Filtered" - | "UnweighableMessage" - | "DestinationNotInvertible" - | "Empty" - | "CannotReanchor" - | "TooManyAssets" - | "InvalidOrigin" - | "BadVersion" - | "BadLocation" - | "NoSubscription" - | "AlreadySubscribed" - | "CannotCheckOutTeleport" - | "LowBalance" - | "TooManyLocks" - | "AccountNotSovereign" - | "FeesNotMet" - | "LockNotFound" - | "InUse" - | "InvalidAssetUnknownReserve" - | "InvalidAssetUnsupportedReserve" - | "TooManyReserves" - | "LocalExecutionIncomplete"; + /** @name PalletConvictionVotingVoteCasting (621) */ + interface PalletConvictionVotingVoteCasting extends Struct { + readonly votes: Vec>; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletAssetsAssetDetails (628) */ - interface PalletAssetsAssetDetails extends Struct { - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly supply: u128; - readonly deposit: u128; - readonly minBalance: u128; - readonly isSufficient: bool; - readonly accounts: u32; - readonly sufficients: u32; - readonly approvals: u32; - readonly status: PalletAssetsAssetStatus; + /** @name PalletConvictionVotingDelegations (625) */ + interface PalletConvictionVotingDelegations extends Struct { + readonly votes: u128; + readonly capital: u128; } - /** @name PalletAssetsAssetStatus (629) */ - interface PalletAssetsAssetStatus extends Enum { - readonly isLive: boolean; - readonly isFrozen: boolean; - readonly isDestroying: boolean; - readonly type: "Live" | "Frozen" | "Destroying"; - } + /** @name PalletConvictionVotingVotePriorLock (626) */ + interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletAssetsAssetAccount (631) */ - interface PalletAssetsAssetAccount extends Struct { + /** @name PalletConvictionVotingVoteDelegating (627) */ + interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; - readonly status: PalletAssetsAccountStatus; - readonly reason: PalletAssetsExistenceReason; - readonly extra: Null; + readonly target: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletAssetsAccountStatus (632) */ - interface PalletAssetsAccountStatus extends Enum { - readonly isLiquid: boolean; - readonly isFrozen: boolean; - readonly isBlocked: boolean; - readonly type: "Liquid" | "Frozen" | "Blocked"; + /** @name PalletConvictionVotingError (631) */ + interface PalletConvictionVotingError extends Enum { + readonly isNotOngoing: boolean; + readonly isNotVoter: boolean; + readonly isNoPermission: boolean; + readonly isNoPermissionYet: boolean; + readonly isAlreadyDelegating: boolean; + readonly isAlreadyVoting: boolean; + readonly isInsufficientFunds: boolean; + readonly isNotDelegating: boolean; + readonly isNonsense: boolean; + readonly isMaxVotesReached: boolean; + readonly isClassNeeded: boolean; + readonly isBadClass: boolean; + readonly type: + | "NotOngoing" + | "NotVoter" + | "NoPermission" + | "NoPermissionYet" + | "AlreadyDelegating" + | "AlreadyVoting" + | "InsufficientFunds" + | "NotDelegating" + | "Nonsense" + | "MaxVotesReached" + | "ClassNeeded" + | "BadClass"; } - /** @name PalletAssetsExistenceReason (633) */ - interface PalletAssetsExistenceReason extends Enum { - readonly isConsumer: boolean; - readonly isSufficient: boolean; - readonly isDepositHeld: boolean; - readonly asDepositHeld: u128; - readonly isDepositRefunded: boolean; - readonly isDepositFrom: boolean; - readonly asDepositFrom: ITuple<[AccountId20, u128]>; - readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; + /** @name PalletReferendaReferendumInfo (632) */ + interface PalletReferendaReferendumInfo extends Enum { + readonly isOngoing: boolean; + readonly asOngoing: PalletReferendaReferendumStatus; + readonly isApproved: boolean; + readonly asApproved: ITuple< + [u32, Option, Option] + >; + readonly isRejected: boolean; + readonly asRejected: ITuple< + [u32, Option, Option] + >; + readonly isCancelled: boolean; + readonly asCancelled: ITuple< + [u32, Option, Option] + >; + readonly isTimedOut: boolean; + readonly asTimedOut: ITuple< + [u32, Option, Option] + >; + readonly isKilled: boolean; + readonly asKilled: u32; + readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletAssetsApproval (635) */ - interface PalletAssetsApproval extends Struct { + /** @name PalletReferendaReferendumStatus (633) */ + interface PalletReferendaReferendumStatus extends Struct { + readonly track: u16; + readonly origin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactment: FrameSupportScheduleDispatchTime; + readonly submitted: u32; + readonly submissionDeposit: PalletReferendaDeposit; + readonly decisionDeposit: Option; + readonly deciding: Option; + readonly tally: PalletConvictionVotingTally; + readonly inQueue: bool; + readonly alarm: Option]>>; + } + + /** @name PalletReferendaDeposit (634) */ + interface PalletReferendaDeposit extends Struct { + readonly who: AccountId20; readonly amount: u128; - readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (636) */ - interface PalletAssetsAssetMetadata extends Struct { - readonly deposit: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name PalletReferendaDecidingStatus (637) */ + interface PalletReferendaDecidingStatus extends Struct { + readonly since: u32; + readonly confirming: Option; } - /** @name PalletAssetsError (638) */ - interface PalletAssetsError extends Enum { - readonly isBalanceLow: boolean; - readonly isNoAccount: boolean; + /** @name PalletReferendaTrackInfo (645) */ + interface PalletReferendaTrackInfo extends Struct { + readonly name: Text; + readonly maxDeciding: u32; + readonly decisionDeposit: u128; + readonly preparePeriod: u32; + readonly decisionPeriod: u32; + readonly confirmPeriod: u32; + readonly minEnactmentPeriod: u32; + readonly minApproval: PalletReferendaCurve; + readonly minSupport: PalletReferendaCurve; + } + + /** @name PalletReferendaCurve (646) */ + interface PalletReferendaCurve extends Enum { + readonly isLinearDecreasing: boolean; + readonly asLinearDecreasing: { + readonly length: Perbill; + readonly floor: Perbill; + readonly ceil: Perbill; + } & Struct; + readonly isSteppedDecreasing: boolean; + readonly asSteppedDecreasing: { + readonly begin: Perbill; + readonly end: Perbill; + readonly step: Perbill; + readonly period: Perbill; + } & Struct; + readonly isReciprocal: boolean; + readonly asReciprocal: { + readonly factor: i64; + readonly xOffset: i64; + readonly yOffset: i64; + } & Struct; + readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + } + + /** @name PalletReferendaError (649) */ + interface PalletReferendaError extends Enum { + readonly isNotOngoing: boolean; + readonly isHasDeposit: boolean; + readonly isBadTrack: boolean; + readonly isFull: boolean; + readonly isQueueEmpty: boolean; + readonly isBadReferendum: boolean; + readonly isNothingToDo: boolean; + readonly isNoTrack: boolean; + readonly isUnfinished: boolean; readonly isNoPermission: boolean; - readonly isUnknown: boolean; - readonly isFrozen: boolean; - readonly isInUse: boolean; - readonly isBadWitness: boolean; - readonly isMinBalanceZero: boolean; - readonly isUnavailableConsumer: boolean; - readonly isBadMetadata: boolean; - readonly isUnapproved: boolean; - readonly isWouldDie: boolean; - readonly isAlreadyExists: boolean; readonly isNoDeposit: boolean; - readonly isWouldBurn: boolean; - readonly isLiveAsset: boolean; - readonly isAssetNotLive: boolean; - readonly isIncorrectStatus: boolean; - readonly isNotFrozen: boolean; - readonly isCallbackFailed: boolean; + readonly isBadStatus: boolean; + readonly isPreimageNotExist: boolean; + readonly isPreimageStoredWithDifferentLength: boolean; readonly type: - | "BalanceLow" - | "NoAccount" + | "NotOngoing" + | "HasDeposit" + | "BadTrack" + | "Full" + | "QueueEmpty" + | "BadReferendum" + | "NothingToDo" + | "NoTrack" + | "Unfinished" | "NoPermission" - | "Unknown" - | "Frozen" - | "InUse" - | "BadWitness" - | "MinBalanceZero" - | "UnavailableConsumer" - | "BadMetadata" - | "Unapproved" - | "WouldDie" - | "AlreadyExists" | "NoDeposit" - | "WouldBurn" - | "LiveAsset" - | "AssetNotLive" - | "IncorrectStatus" - | "NotFrozen" - | "CallbackFailed"; + | "BadStatus" + | "PreimageNotExist" + | "PreimageStoredWithDifferentLength"; } - /** @name PalletAssetManagerError (640) */ - interface PalletAssetManagerError extends Enum { - readonly isErrorCreatingAsset: boolean; - readonly isAssetAlreadyExists: boolean; - readonly isAssetDoesNotExist: boolean; - readonly isTooLowNumAssetsWeightHint: boolean; - readonly isLocalAssetLimitReached: boolean; - readonly isErrorDestroyingAsset: boolean; - readonly isNotSufficientDeposit: boolean; - readonly isNonExistentLocalAsset: boolean; + /** @name PalletPreimageOldRequestStatus (650) */ + interface PalletPreimageOldRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageRequestStatus (653) */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly ticket: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly maybeTicket: Option>; + readonly count: u32; + readonly maybeLen: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageError (659) */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly isTooMany: boolean; + readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: - | "ErrorCreatingAsset" - | "AssetAlreadyExists" - | "AssetDoesNotExist" - | "TooLowNumAssetsWeightHint" - | "LocalAssetLimitReached" - | "ErrorDestroyingAsset" - | "NotSufficientDeposit" - | "NonExistentLocalAsset"; + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested" + | "TooMany" + | "TooFew" + | "NoCost"; } - /** @name OrmlXtokensModuleError (641) */ - interface OrmlXtokensModuleError extends Enum { - readonly isAssetHasNoReserve: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isUnweighableMessage: boolean; - readonly isXcmExecutionFailed: boolean; - readonly isCannotReanchor: boolean; - readonly isInvalidAncestry: boolean; - readonly isInvalidAsset: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isBadVersion: boolean; - readonly isDistinctReserveForAssetAndFee: boolean; - readonly isZeroFee: boolean; - readonly isZeroAmount: boolean; - readonly isTooManyAssetsBeingSent: boolean; - readonly isAssetIndexNonExistent: boolean; - readonly isFeeNotEnough: boolean; - readonly isNotSupportedLocation: boolean; - readonly isMinXcmFeeNotDefined: boolean; - readonly isRateLimited: boolean; + /** @name PalletWhitelistError (660) */ + interface PalletWhitelistError extends Enum { + readonly isUnavailablePreImage: boolean; + readonly isUndecodableCall: boolean; + readonly isInvalidCallWeightWitness: boolean; + readonly isCallIsNotWhitelisted: boolean; + readonly isCallAlreadyWhitelisted: boolean; readonly type: - | "AssetHasNoReserve" - | "NotCrossChainTransfer" - | "InvalidDest" - | "NotCrossChainTransferableCurrency" - | "UnweighableMessage" - | "XcmExecutionFailed" - | "CannotReanchor" - | "InvalidAncestry" - | "InvalidAsset" - | "DestinationNotInvertible" - | "BadVersion" - | "DistinctReserveForAssetAndFee" - | "ZeroFee" - | "ZeroAmount" - | "TooManyAssetsBeingSent" - | "AssetIndexNonExistent" - | "FeeNotEnough" - | "NotSupportedLocation" - | "MinXcmFeeNotDefined" - | "RateLimited"; + | "UnavailablePreImage" + | "UndecodableCall" + | "InvalidCallWeightWitness" + | "CallIsNotWhitelisted" + | "CallAlreadyWhitelisted"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (642) */ - interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { - readonly staking: u8; - readonly utility: u8; - readonly hrmp: u8; - readonly bond: u8; - readonly bondExtra: u8; - readonly unbond: u8; - readonly withdrawUnbonded: u8; - readonly validate: u8; - readonly nominate: u8; - readonly chill: u8; - readonly setPayee: u8; - readonly setController: u8; - readonly rebond: u8; - readonly asDerivative: u8; - readonly initOpenChannel: u8; - readonly acceptOpenChannel: u8; - readonly closeChannel: u8; - readonly cancelOpenRequest: u8; + /** @name PalletMultisigMultisig (664) */ + interface PalletMultisigMultisig extends Struct { + readonly when: PalletMultisigTimepoint; + readonly deposit: u128; + readonly depositor: AccountId20; + readonly approvals: Vec; } - /** @name PalletXcmTransactorError (643) */ - interface PalletXcmTransactorError extends Enum { - readonly isIndexAlreadyClaimed: boolean; - readonly isUnclaimedIndex: boolean; + /** @name PalletMultisigError (666) */ + interface PalletMultisigError extends Enum { + readonly isMinimumThreshold: boolean; + readonly isAlreadyApproved: boolean; + readonly isNoApprovalsNeeded: boolean; + readonly isTooFewSignatories: boolean; + readonly isTooManySignatories: boolean; + readonly isSignatoriesOutOfOrder: boolean; + readonly isSenderInSignatories: boolean; + readonly isNotFound: boolean; readonly isNotOwner: boolean; - readonly isUnweighableMessage: boolean; - readonly isCannotReanchor: boolean; - readonly isAssetHasNoReserve: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isAssetIsNotReserveInDestination: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isErrorDelivering: boolean; - readonly isDispatchWeightBiggerThanTotalWeight: boolean; - readonly isWeightOverflow: boolean; - readonly isAmountOverflow: boolean; - readonly isTransactorInfoNotSet: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isXcmExecuteError: boolean; - readonly isBadVersion: boolean; - readonly isMaxWeightTransactReached: boolean; - readonly isUnableToWithdrawAsset: boolean; - readonly isFeePerSecondNotSet: boolean; - readonly isSignedTransactNotAllowedForDestination: boolean; - readonly isFailedMultiLocationToJunction: boolean; - readonly isHrmpHandlerNotImplemented: boolean; - readonly isTooMuchFeeUsed: boolean; - readonly isErrorValidating: boolean; - readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly isNoTimepoint: boolean; + readonly isWrongTimepoint: boolean; + readonly isUnexpectedTimepoint: boolean; + readonly isMaxWeightTooLow: boolean; + readonly isAlreadyStored: boolean; readonly type: - | "IndexAlreadyClaimed" - | "UnclaimedIndex" + | "MinimumThreshold" + | "AlreadyApproved" + | "NoApprovalsNeeded" + | "TooFewSignatories" + | "TooManySignatories" + | "SignatoriesOutOfOrder" + | "SenderInSignatories" + | "NotFound" | "NotOwner" - | "UnweighableMessage" - | "CannotReanchor" - | "AssetHasNoReserve" - | "InvalidDest" - | "NotCrossChainTransfer" - | "AssetIsNotReserveInDestination" - | "DestinationNotInvertible" - | "ErrorDelivering" - | "DispatchWeightBiggerThanTotalWeight" - | "WeightOverflow" - | "AmountOverflow" - | "TransactorInfoNotSet" - | "NotCrossChainTransferableCurrency" - | "XcmExecuteError" - | "BadVersion" - | "MaxWeightTransactReached" - | "UnableToWithdrawAsset" - | "FeePerSecondNotSet" - | "SignedTransactNotAllowedForDestination" - | "FailedMultiLocationToJunction" - | "HrmpHandlerNotImplemented" - | "TooMuchFeeUsed" - | "ErrorValidating" - | "RefundNotSupportedWithTransactInfo"; + | "NoTimepoint" + | "WrongTimepoint" + | "UnexpectedTimepoint" + | "MaxWeightTooLow" + | "AlreadyStored"; } - /** @name PalletEthereumXcmError (644) */ - interface PalletEthereumXcmError extends Enum { - readonly isEthereumXcmExecutionSuspended: boolean; - readonly type: "EthereumXcmExecutionSuspended"; + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (670) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (672) */ + interface PalletMoonbeamLazyMigrationsError extends Enum { + readonly isLimitCannotBeZero: boolean; + readonly isAddressesLengthCannotBeZero: boolean; + readonly isContractNotCorrupted: boolean; + readonly isContractMetadataAlreadySet: boolean; + readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; + readonly type: + | "LimitCannotBeZero" + | "AddressesLengthCannotBeZero" + | "ContractNotCorrupted" + | "ContractMetadataAlreadySet" + | "ContractNotExist" + | "KeyTooLong"; + } + + /** @name PalletPrecompileBenchmarksError (674) */ + interface PalletPrecompileBenchmarksError extends Enum { + readonly isBenchmarkError: boolean; + readonly type: "BenchmarkError"; } - /** @name PalletMessageQueueBookState (645) */ + /** @name PalletMessageQueueBookState (675) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7739,13 +8048,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (647) */ + /** @name PalletMessageQueueNeighbours (677) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (649) */ + /** @name PalletMessageQueuePage (679) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7755,7 +8064,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (651) */ + /** @name PalletMessageQueueError (681) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7778,103 +8087,113 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletPrecompileBenchmarksError (653) */ - interface PalletPrecompileBenchmarksError extends Enum { - readonly isBenchmarkError: boolean; - readonly type: "BenchmarkError"; - } - - /** @name PalletRandomnessRequestState (654) */ - interface PalletRandomnessRequestState extends Struct { - readonly request: PalletRandomnessRequest; - readonly deposit: u128; - } - - /** @name PalletRandomnessRequest (655) */ - interface PalletRandomnessRequest extends Struct { - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly info: PalletRandomnessRequestInfo; - } - - /** @name PalletRandomnessRequestInfo (656) */ - interface PalletRandomnessRequestInfo extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: ITuple<[u64, u64]>; - readonly isLocal: boolean; - readonly asLocal: ITuple<[u32, u32]>; - readonly type: "BabeEpoch" | "Local"; + /** @name PalletEmergencyParaXcmXcmMode (682) */ + interface PalletEmergencyParaXcmXcmMode extends Enum { + readonly isNormal: boolean; + readonly isPaused: boolean; + readonly type: "Normal" | "Paused"; } - /** @name PalletRandomnessRequestType (657) */ - interface PalletRandomnessRequestType extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: u64; - readonly isLocal: boolean; - readonly asLocal: u32; - readonly type: "BabeEpoch" | "Local"; + /** @name PalletEmergencyParaXcmError (683) */ + interface PalletEmergencyParaXcmError extends Enum { + readonly isNotInPausedMode: boolean; + readonly type: "NotInPausedMode"; } - /** @name PalletRandomnessRandomnessResult (658) */ - interface PalletRandomnessRandomnessResult extends Struct { - readonly randomness: Option; - readonly requestCount: u64; + /** @name PalletMoonbeamForeignAssetsAssetStatus (685) */ + interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { + readonly isActive: boolean; + readonly isFrozenXcmDepositAllowed: boolean; + readonly isFrozenXcmDepositForbidden: boolean; + readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletRandomnessError (659) */ - interface PalletRandomnessError extends Enum { - readonly isRequestCounterOverflowed: boolean; - readonly isRequestFeeOverflowed: boolean; - readonly isMustRequestAtLeastOneWord: boolean; - readonly isCannotRequestMoreWordsThanMax: boolean; - readonly isCannotRequestRandomnessAfterMaxDelay: boolean; - readonly isCannotRequestRandomnessBeforeMinDelay: boolean; - readonly isRequestDNE: boolean; - readonly isRequestCannotYetBeFulfilled: boolean; - readonly isOnlyRequesterCanIncreaseFee: boolean; - readonly isRequestHasNotExpired: boolean; - readonly isRandomnessResultDNE: boolean; - readonly isRandomnessResultNotFilled: boolean; + /** @name PalletMoonbeamForeignAssetsError (686) */ + interface PalletMoonbeamForeignAssetsError extends Enum { + readonly isAssetAlreadyExists: boolean; + readonly isAssetAlreadyFrozen: boolean; + readonly isAssetDoesNotExist: boolean; + readonly isAssetIdFiltered: boolean; + readonly isAssetNotFrozen: boolean; + readonly isCorruptedStorageOrphanLocation: boolean; + readonly isErc20ContractCreationFail: boolean; + readonly isEvmCallPauseFail: boolean; + readonly isEvmCallUnpauseFail: boolean; + readonly isEvmInternalError: boolean; + readonly isInvalidSymbol: boolean; + readonly isInvalidTokenName: boolean; + readonly isLocationAlreadyExists: boolean; + readonly isTooManyForeignAssets: boolean; readonly type: - | "RequestCounterOverflowed" - | "RequestFeeOverflowed" - | "MustRequestAtLeastOneWord" - | "CannotRequestMoreWordsThanMax" - | "CannotRequestRandomnessAfterMaxDelay" - | "CannotRequestRandomnessBeforeMinDelay" - | "RequestDNE" - | "RequestCannotYetBeFulfilled" - | "OnlyRequesterCanIncreaseFee" - | "RequestHasNotExpired" - | "RandomnessResultDNE" - | "RandomnessResultNotFilled"; + | "AssetAlreadyExists" + | "AssetAlreadyFrozen" + | "AssetDoesNotExist" + | "AssetIdFiltered" + | "AssetNotFrozen" + | "CorruptedStorageOrphanLocation" + | "Erc20ContractCreationFail" + | "EvmCallPauseFail" + | "EvmCallUnpauseFail" + | "EvmInternalError" + | "InvalidSymbol" + | "InvalidTokenName" + | "LocationAlreadyExists" + | "TooManyForeignAssets"; + } + + /** @name PalletXcmWeightTraderError (688) */ + interface PalletXcmWeightTraderError extends Enum { + readonly isAssetAlreadyAdded: boolean; + readonly isAssetAlreadyPaused: boolean; + readonly isAssetNotFound: boolean; + readonly isAssetNotPaused: boolean; + readonly isXcmLocationFiltered: boolean; + readonly isPriceCannotBeZero: boolean; + readonly type: + | "AssetAlreadyAdded" + | "AssetAlreadyPaused" + | "AssetNotFound" + | "AssetNotPaused" + | "XcmLocationFiltered" + | "PriceCannotBeZero"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (662) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (691) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (663) */ + /** @name FrameSystemExtensionsCheckSpecVersion (692) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (664) */ + /** @name FrameSystemExtensionsCheckTxVersion (693) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (665) */ + /** @name FrameSystemExtensionsCheckGenesis (694) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (668) */ + /** @name FrameSystemExtensionsCheckNonce (697) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (669) */ + /** @name FrameSystemExtensionsCheckWeight (698) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (670) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (699) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name MoonbeamRuntimeRuntime (672) */ - type MoonbeamRuntimeRuntime = Null; + /** @name FrameMetadataHashExtensionCheckMetadataHash (700) */ + interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { + readonly mode: FrameMetadataHashExtensionMode; + } + + /** @name FrameMetadataHashExtensionMode (701) */ + interface FrameMetadataHashExtensionMode extends Enum { + readonly isDisabled: boolean; + readonly isEnabled: boolean; + readonly type: "Disabled" | "Enabled"; + } + + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (702) */ + type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; + + /** @name MoonbaseRuntimeRuntime (704) */ + type MoonbaseRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index f86b6651e7..8f05a5b4df 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -298,8 +298,7 @@ declare module "@polkadot/api-base/types/consts" { * * This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing * storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32 - * - * - Proxy_type.encode().len()` bytes of data. + * + proxy_type.encode().len()` bytes of data. */ proxyDepositFactor: u128 & AugmentedConst; /** Generic const */ @@ -446,15 +445,6 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; - /** - * Fraction of a proposal's value that should be bonded in order to place the proposal. An - * accepted proposal gets these back. A rejected proposal does not. - */ - proposalBond: Permill & AugmentedConst; - /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMaximum: Option & AugmentedConst; - /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -473,6 +463,17 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { + /** + * Maximal number of outbound XCMP channels that can have messages queued at the same time. + * + * If this is reached, then no further messages can be sent to channels that do not yet have a + * message queued. This should be set to the expected maximum of outbound channels which is + * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since + * otherwise the congestion control protocol will not work as intended and messages may be + * dropped. This value increases the PoV and should therefore not be picked too high. + * Governance needs to pay attention to not open more channels than this value. + */ + maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -481,6 +482,14 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; + /** + * The maximal page size for HRMP message pages. + * + * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case + * benchmarking. The limit for the size of a message is slightly below this, since some + * overhead is incurred for encoding the format. + */ + maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index f87f4c1441..e40b352115 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts @@ -28,6 +28,8 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; + /** The asset ID must be equal to the [`NextAssetId`]. */ + BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -210,6 +212,12 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + emergencyParaXcm: { + /** The current XCM Mode is not Paused */ + NotInPausedMode: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; ethereum: { /** Signature is invalid. */ InvalidSignature: AugmentedError; @@ -254,6 +262,24 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + evmForeignAssets: { + AssetAlreadyExists: AugmentedError; + AssetAlreadyFrozen: AugmentedError; + AssetDoesNotExist: AugmentedError; + AssetIdFiltered: AugmentedError; + AssetNotFrozen: AugmentedError; + CorruptedStorageOrphanLocation: AugmentedError; + Erc20ContractCreationFail: AugmentedError; + EvmCallPauseFail: AugmentedError; + EvmCallUnpauseFail: AugmentedError; + EvmInternalError: AugmentedError; + InvalidSymbol: AugmentedError; + InvalidTokenName: AugmentedError; + LocationAlreadyExists: AugmentedError; + TooManyForeignAssets: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; identity: { /** Account ID is already named. */ AlreadyClaimed: AugmentedError; @@ -363,8 +389,14 @@ declare module "@polkadot/api-base/types/errors" { moonbeamLazyMigrations: { /** There must be at least one address */ AddressesLengthCannotBeZero: AugmentedError; + /** The contract already have metadata */ + ContractMetadataAlreadySet: AugmentedError; /** The contract is not corrupted (Still exist or properly suicided) */ ContractNotCorrupted: AugmentedError; + /** Contract not exist */ + ContractNotExist: AugmentedError; + /** The key lengths exceeds the maximum allowed */ + KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -598,6 +630,8 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; + /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -697,6 +731,12 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + sudo: { + /** Sender must be the Sudo account. */ + RequireSudo: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; system: { /** The origin filter prevent the call to be dispatched. */ CallFiltered: AugmentedError; @@ -734,8 +774,6 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; - /** Proposer's balance is too low. */ - InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -804,6 +842,10 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; + /** The message is too big. */ + TooBig: AugmentedError; + /** There are too many active outbound channels. */ + TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -838,6 +880,22 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + xcmWeightTrader: { + /** The given asset was already added */ + AssetAlreadyAdded: AugmentedError; + /** The given asset was already paused */ + AssetAlreadyPaused: AugmentedError; + /** The given asset was not found */ + AssetNotFound: AugmentedError; + /** The given asset is not paused */ + AssetNotPaused: AugmentedError; + /** The relative price cannot be zero */ + PriceCannotBeZero: AugmentedError; + /** XCM location filtered */ + XcmLocationFiltered: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; xTokens: { /** Asset has no reserve location. */ AssetHasNoReserve: AugmentedError; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index 3bcbaa0113..d3ea5ad3ad 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -30,9 +30,11 @@ import type { FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeProxyType, - MoonriverRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, @@ -63,49 +65,45 @@ declare module "@polkadot/api-base/types/events" { /** Removed all information related to an assetId and destroyed asset */ ForeignAssetDestroyed: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonriverRuntimeXcmConfigAssetType, - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonbaseRuntimeXcmConfigAssetType, + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonriverRuntimeXcmConfigAssetType; - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonbaseRuntimeXcmConfigAssetType; + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Removed all information related to an assetId and destroyed asset */ LocalAssetDestroyed: AugmentedEvent; /** Supported asset type for fee payment removed */ SupportedAssetRemoved: AugmentedEvent< ApiType, - [assetType: MoonriverRuntimeXcmConfigAssetType], - { assetType: MoonriverRuntimeXcmConfigAssetType } + [assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ - UnitsPerSecondChanged: AugmentedEvent< - ApiType, - [assetType: MoonriverRuntimeXcmConfigAssetType, unitsPerSecond: u128], - { assetType: MoonriverRuntimeXcmConfigAssetType; unitsPerSecond: u128 } - >; + UnitsPerSecondChanged: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -164,6 +162,12 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; + /** Some assets were deposited (e.g. for transaction fees). */ + Deposited: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -242,6 +246,12 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; + /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + Withdrawn: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -483,37 +493,11 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - dmpQueue: { - /** Some debris was cleaned up. */ - CleanedSome: AugmentedEvent; - /** The cleanup of remaining pallet storage completed. */ - Completed: AugmentedEvent; - /** The export of pages completed. */ - CompletedExport: AugmentedEvent; - /** The export of overweight messages completed. */ - CompletedOverweightExport: AugmentedEvent; - /** The export of a page completed. */ - Exported: AugmentedEvent; - /** The export of an overweight message completed. */ - ExportedOverweight: AugmentedEvent; - /** - * The export of a page failed. - * - * This should never be emitted. - */ - ExportFailed: AugmentedEvent; - /** - * The export of an overweight message failed. - * - * This should never be emitted. - */ - ExportOverweightFailed: AugmentedEvent; - /** The cleanup of remaining pallet storage started. */ - StartedCleanup: AugmentedEvent; - /** The export of pages started. */ - StartedExport: AugmentedEvent; - /** The export of overweight messages started. */ - StartedOverweightExport: AugmentedEvent; + emergencyParaXcm: { + /** The XCM incoming execution was Paused */ + EnteredPausedXcmMode: AugmentedEvent; + /** The XCM incoming execution returned to normal operation */ + NormalXcmOperationResumed: AugmentedEvent; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -563,6 +547,32 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + evmForeignAssets: { + /** New asset with the asset manager is registered */ + ForeignAssetCreated: AugmentedEvent< + ApiType, + [contractAddress: H160, assetId: u128, xcmLocation: StagingXcmV4Location], + { contractAddress: H160; assetId: u128; xcmLocation: StagingXcmV4Location } + >; + ForeignAssetFrozen: AugmentedEvent< + ApiType, + [assetId: u128, xcmLocation: StagingXcmV4Location], + { assetId: u128; xcmLocation: StagingXcmV4Location } + >; + ForeignAssetUnfrozen: AugmentedEvent< + ApiType, + [assetId: u128, xcmLocation: StagingXcmV4Location], + { assetId: u128; xcmLocation: StagingXcmV4Location } + >; + /** Changed the xcm type mapping for a given asset id */ + ForeignAssetXcmLocationChanged: AugmentedEvent< + ApiType, + [assetId: u128, newXcmLocation: StagingXcmV4Location], + { assetId: u128; newXcmLocation: StagingXcmV4Location } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; identity: { /** A username authority was added. */ AuthorityAdded: AugmentedEvent; @@ -1208,6 +1218,28 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + parameters: { + /** + * A Parameter was set. + * + * Is also emitted when the value was not changed. + */ + Updated: AugmentedEvent< + ApiType, + [ + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option + ], + { + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; + } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1480,13 +1512,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1502,13 +1534,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1518,13 +1550,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1747,6 +1779,30 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + sudo: { + /** The sudo key has been updated. */ + KeyChanged: AugmentedEvent< + ApiType, + [old: Option, new_: AccountId20], + { old: Option; new_: AccountId20 } + >; + /** The key was permanently removed. */ + KeyRemoved: AugmentedEvent; + /** A sudo call just took place. */ + Sudid: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** A [sudo_as](Pallet::sudo_as) call just took place. */ + SudoAsDone: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; system: { /** `:code` was updated. */ CodeUpdated: AugmentedEvent; @@ -1835,14 +1891,6 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** New proposal. */ - Proposed: AugmentedEvent; - /** A proposal was rejected; funds were slashed. */ - Rejected: AugmentedEvent< - ApiType, - [proposalIndex: u32, slashed: u128], - { proposalIndex: u32; slashed: u128 } - >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ @@ -2033,6 +2081,40 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + xcmWeightTrader: { + /** Pause support for a given asset */ + PauseAssetSupport: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** Resume support for a given asset */ + ResumeAssetSupport: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** New supported asset is registered */ + SupportedAssetAdded: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location, relativePrice: u128], + { location: StagingXcmV4Location; relativePrice: u128 } + >; + /** Changed the amount of units we are charging per execution second for a given asset */ + SupportedAssetEdited: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location, relativePrice: u128], + { location: StagingXcmV4Location; relativePrice: u128 } + >; + /** Supported asset type for fee payment removed */ + SupportedAssetRemoved: AugmentedEvent< + ApiType, + [location: StagingXcmV4Location], + { location: StagingXcmV4Location } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; xTokens: { /** Transferred `Asset` with fee. */ TransferredAssets: AugmentedEvent< diff --git a/typescript-api/src/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index 5dce72882d..2404d0392e 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-query.ts @@ -33,7 +33,6 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -45,13 +44,16 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeXcmConfigAssetType, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -60,17 +62,19 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, - PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, PalletCrowdloanRewardsRewardInfo, + PalletEmergencyParaXcmXcmMode, PalletEvmCodeMetadata, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletMessageQueueBookState, PalletMessageQueuePage, + PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -111,7 +115,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -131,7 +137,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -143,30 +149,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonriverRuntimeXcmConfigAssetType] + [MoonbaseRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; - /** - * Stores the units per second for local execution for a AssetType. This is used to know how - * to charge for XCM execution in a particular asset Not all assets might contain units per - * second, hence the different storage - */ - assetTypeUnitsPerSecond: AugmentedQuery< - ApiType, - ( - arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array - ) => Observable>, - [MoonriverRuntimeXcmConfigAssetType] - > & - QueryableStorageEntry; - supportedFeePaymentAssets: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -210,6 +197,19 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; + /** + * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage + * item has no effect. + * + * This can be useful for setting up constraints for IDs of the new assets. For example, by + * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an + * auto-increment model can be applied to all new asset IDs. + * + * The initial next asset ID can be set using the [`GenesisConfig`] or the + * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. + */ + nextAssetId: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -301,7 +301,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -311,7 +311,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonriverRuntimeRuntimeHoldReason; + readonly id: MoonbaseRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -424,13 +424,9 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - dmpQueue: { - /** The migration state of this pallet. */ - migrationStatus: AugmentedQuery< - ApiType, - () => Observable, - [] - > & + emergencyParaXcm: { + /** Whether incoming XCM is enabled or paused */ + mode: AugmentedQuery Observable, []> & QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; @@ -520,6 +516,36 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + evmForeignAssets: { + /** + * Mapping from an asset id to a Foreign asset type. This is mostly used when receiving + * transaction specifying an asset directly, like transferring an asset from this chain to another. + */ + assetsById: AugmentedQuery< + ApiType, + (arg: u128 | AnyNumber | Uint8Array) => Observable>, + [u128] + > & + QueryableStorageEntry; + /** + * Reverse mapping of AssetsById. Mapping from a foreign asset to an asset id. This is mostly + * used when receiving a multilocation XCM message to retrieve the corresponding asset in + * which tokens should me minted. + */ + assetsByLocation: AugmentedQuery< + ApiType, + ( + arg: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => Observable>>, + [StagingXcmV4Location] + > & + QueryableStorageEntry; + /** Counter for the related counted storage map */ + counterForAssetsById: AugmentedQuery Observable, []> & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; identity: { /** * Reverse lookup from `username` to the `AccountId` that has registered it. The value should @@ -682,6 +708,12 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { + stateMigrationStatusValue: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & + QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -1144,6 +1176,23 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + parameters: { + /** Stored parameters. */ + parameters: AugmentedQuery< + ApiType, + ( + arg: + | MoonbaseRuntimeRuntimeParamsRuntimeParametersKey + | { RuntimeConfig: any } + | string + | Uint8Array + ) => Observable>, + [MoonbaseRuntimeRuntimeParamsRuntimeParametersKey] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; polkadotXcm: { /** * The existing asset traps. @@ -1183,6 +1232,19 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be + * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + recordedXcm: AugmentedQuery< + ApiType, + () => Observable>>, + [] + > & + QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1200,6 +1262,16 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; + /** + * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only + * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and + * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + shouldRecordXcm: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, @@ -1447,6 +1519,13 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + sudo: { + /** The `AccountId` of the sudo key. */ + key: AugmentedQuery Observable>, []> & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; system: { /** The full account information for a particular account ID. */ account: AugmentedQuery< @@ -1762,6 +1841,22 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + xcmWeightTrader: { + /** + * Stores all supported assets per XCM Location. The u128 is the asset price relative to + * native asset with 18 decimals The boolean specify if the support for this asset is active + */ + supportedAssets: AugmentedQuery< + ApiType, + ( + arg: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => Observable>>, + [StagingXcmV4Location] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; xTokens: { /** Generic query */ [key: string]: QueryableStorageEntry; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts index b8dca00ae2..2b8daa38dd 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-rpc.ts @@ -298,14 +298,6 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { (at: Hash | string | Uint8Array) => Observable> >; }; - empty: { - /** Returns the latest synced block from Frontier's backend */ - getLatestSyncedBlock: AugmentedRpc<() => Observable>; - /** Returns whether an Ethereum block is finalized */ - isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; - /** Returns whether an Ethereum transaction is finalized */ - isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; - }; engine: { /** Instructs the manual-seal authorship task to create a new block */ createBlock: AugmentedRpc< @@ -621,6 +613,14 @@ declare module "@polkadot/rpc-core/types/jsonrpc" { ) => Observable >; }; + moon: { + /** Returns the latest synced block from Frontier's backend */ + getLatestSyncedBlock: AugmentedRpc<() => Observable>; + /** Returns whether an Ethereum block is finalized */ + isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable>; + /** Returns whether an Ethereum transaction is finalized */ + isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable>; + }; net: { /** Returns true if client is actively listening for network connections. Otherwise false. */ listening: AugmentedRpc<() => Observable>; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts index 7bf0002f22..798d1db8cc 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts @@ -19,10 +19,15 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + CallDryRunEffects, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -44,15 +49,23 @@ import type { Header, Index, KeyTypeId, + OriginCaller, Permill, + RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { + XcmVersionedAssetId, + XcmVersionedLocation, + XcmVersionedXcm, +} from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -170,6 +183,43 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x91b1c8b16328eb92/1 */ + dryRunApi: { + /** Dry run call */ + dryRunCall: AugmentedCall< + ApiType, + ( + origin: OriginCaller | { System: any } | string | Uint8Array, + call: RuntimeCall | IMethod | string | Uint8Array + ) => Observable> + >; + /** Dry run XCM program */ + dryRunXcm: AugmentedCall< + ApiType, + ( + originLocation: + | VersionedMultiLocation + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array, + xcm: + | VersionedXcm + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -277,6 +327,24 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: + | XcmVersionedLocation + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts index 70ca14c2fb..91a82a5abe 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -44,12 +44,13 @@ import type { EthereumTransactionTransactionV2, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigCurrencyId, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -65,7 +66,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -89,10 +90,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonriverRuntimeXcmConfigAssetType, u32] + [u128, MoonbaseRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -108,9 +109,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonriverRuntimeAssetConfigAssetRegistrarMetadata + | MoonbaseRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -118,8 +119,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -132,22 +133,6 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [u128, u32] >; - removeSupportedAsset: AugmentedSubmittable< - ( - assetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, - numAssetsWeightHint: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigAssetType, u32] - >; - /** Change the amount of units we are charging per execution second for a given ForeignAssetType */ - setAssetUnitsPerSecond: AugmentedSubmittable< - ( - assetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, - unitsPerSecond: u128 | AnyNumber | Uint8Array, - numAssetsWeightHint: u32 | AnyNumber | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigAssetType, u128, u32] - >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -273,7 +258,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -433,7 +418,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -930,6 +915,22 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { + /** + * Burn the specified liquid free balance from the origin account. + * + * If the origin's account ends up below the existential deposit as a result of the burn and + * `keep_alive` is false, the account will be reaped. + * + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this + * `burn` operation will reduce total issuance by the amount _burned_. + */ + burn: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [Compact, bool] + >; /** * Adjust the total issuance in a saturating way. * @@ -1311,7 +1312,14 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - dmpQueue: { + emergencyParaXcm: { + /** Authorize a runtime upgrade. Only callable in `Paused` mode */ + fastAuthorizeUpgrade: AugmentedSubmittable< + (codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic, + [H256] + >; + /** Resume `Normal` mode */ + pausedToNormal: AugmentedSubmittable<() => SubmittableExtrinsic, []>; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -1479,6 +1487,53 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + evmForeignAssets: { + /** + * Change the xcm type mapping for a given assetId We also change this if the previous units + * per second where pointing at the old assetType + */ + changeXcmLocation: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + newXcmLocation: + | StagingXcmV4Location + | { parents?: any; interior?: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [u128, StagingXcmV4Location] + >; + /** Create new asset with the ForeignAssetCreator */ + createForeignAsset: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + xcmLocation: + | StagingXcmV4Location + | { parents?: any; interior?: any } + | string + | Uint8Array, + decimals: u8 | AnyNumber | Uint8Array, + symbol: Bytes | string | Uint8Array, + name: Bytes | string | Uint8Array + ) => SubmittableExtrinsic, + [u128, StagingXcmV4Location, u8, Bytes, Bytes] + >; + /** Freeze a given foreign assetId */ + freezeForeignAsset: AugmentedSubmittable< + ( + assetId: u128 | AnyNumber | Uint8Array, + allowXcmDeposit: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [u128, bool] + >; + /** Unfreeze a given foreign assetId */ + unfreezeForeignAsset: AugmentedSubmittable< + (assetId: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u128] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; identity: { /** * Accept a given username that an `authority` granted. The call must include the full @@ -1935,6 +1990,10 @@ declare module "@polkadot/api-base/types/submittable" { ) => SubmittableExtrinsic, [Vec, u32] >; + createContractMetadata: AugmentedSubmittable< + (address: H160 | string | Uint8Array) => SubmittableExtrinsic, + [H160] + >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; @@ -2622,6 +2681,26 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + parameters: { + /** + * Set the value of a parameter. + * + * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be + * deleted by setting them to `None`. + */ + setParameter: AugmentedSubmittable< + ( + keyValue: + | MoonbaseRuntimeRuntimeParamsRuntimeParameters + | { RuntimeConfig: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [MoonbaseRuntimeRuntimeParamsRuntimeParameters] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3077,7 +3156,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -3213,7 +3292,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3226,7 +3305,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3275,7 +3354,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3289,7 +3368,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeProxyType, u32, u16] + [MoonbaseRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3312,7 +3391,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3327,7 +3406,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonbaseRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3344,10 +3423,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3359,7 +3438,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, Option, Call] + [AccountId20, Option, Call] >; /** * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. @@ -3379,10 +3458,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3394,7 +3473,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, AccountId20, Option, Call] + [AccountId20, AccountId20, Option, Call] >; /** * Remove the given announcement of a delegate. @@ -3458,7 +3537,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3471,7 +3550,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3600,16 +3679,16 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonriverRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, proposal: @@ -3627,7 +3706,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeOriginCaller, + MoonbaseRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -3776,6 +3855,52 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + sudo: { + /** + * Permanently removes the sudo key. + * + * **This cannot be un-done.** + */ + removeKey: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key. */ + setKey: AugmentedSubmittable< + (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, + [AccountId20] + >; + /** Authenticates the sudo key and dispatches a function call with `Root` origin. */ + sudo: AugmentedSubmittable< + (call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic, + [Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Signed` origin from a given account. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoAs: AugmentedSubmittable< + ( + who: AccountId20 | string | Uint8Array, + call: Call | IMethod | string | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Root` origin. This function + * does not check the weight of the call, and instead allows the Sudo user to specify the + * weight of the call. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoUncheckedWeight: AugmentedSubmittable< + ( + call: Call | IMethod | string | Uint8Array, + weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [Call, SpWeightsWeightV2Weight] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. @@ -3907,30 +4032,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { - /** - * Approve a proposal. - * - * ## Dispatch Origin - * - * Must be [`Config::ApproveOrigin`]. - * - * ## Details - * - * At a later time, the proposal will be allocated to the beneficiary and the original deposit - * will be returned. - * - * ### Complexity - * - * - O(1). - * - * ## Events - * - * No events are emitted from this dispatch. - */ - approveProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -3962,7 +4063,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -3983,56 +4084,6 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Put forward a suggestion for spending. - * - * ## Dispatch Origin - * - * Must be signed. - * - * ## Details - * - * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It - * is returned once the proposal is awarded. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Proposed`] if successful. - */ - proposeSpend: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - beneficiary: AccountId20 | string | Uint8Array - ) => SubmittableExtrinsic, - [Compact, AccountId20] - >; - /** - * Reject a proposed spend. - * - * ## Dispatch Origin - * - * Must be [`Config::RejectOrigin`]. - * - * ## Details - * - * The original deposit will be slashed. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Rejected`] if successful. - */ - rejectProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4393,21 +4444,21 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonriverRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeOriginCaller, Call] + [MoonbaseRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4476,6 +4527,57 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + xcmpQueue: { + /** + * Resumes all XCM executions for the XCMP queue. + * + * Note that this function doesn't change the status of the in/out bound channels. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Overwrites the number of pages which must be in the queue after which we drop any further + * messages from the channel. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.drop_threshold` + */ + updateDropThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which the queue must be reduced to before it signals that + * message sending may recommence after it has been suspended. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.resume_threshold` + */ + updateResumeThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which must be in the queue for the other side to be told to + * suspend their sending. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.suspend_value` + */ + updateSuspendThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address @@ -4613,7 +4715,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonbaseRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4629,7 +4731,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4696,7 +4798,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4715,7 +4817,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4723,6 +4825,42 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + xcmWeightTrader: { + addAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, + relativePrice: u128 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location, u128] + >; + editAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array, + relativePrice: u128 | AnyNumber | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location, u128] + >; + pauseAssetSupport: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + removeAsset: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + resumeAssetSupport: AugmentedSubmittable< + ( + location: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [StagingXcmV4Location] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; xTokens: { /** * Transfer native currencies. @@ -4739,7 +4877,7 @@ declare module "@polkadot/api-base/types/submittable" { transfer: AugmentedSubmittable< ( currencyId: - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4760,7 +4898,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbaseRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** * Transfer `Asset`. @@ -4889,10 +5027,10 @@ declare module "@polkadot/api-base/types/submittable" { transferMulticurrencies: AugmentedSubmittable< ( currencies: - | Vec> + | Vec> | [ ( - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4917,7 +5055,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - Vec>, + Vec>, u32, XcmVersionedLocation, XcmV3WeightLimit @@ -4944,7 +5082,7 @@ declare module "@polkadot/api-base/types/submittable" { transferWithFee: AugmentedSubmittable< ( currencyId: - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbaseRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4966,7 +5104,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbaseRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; diff --git a/typescript-api/src/moonriver/interfaces/augment-types.ts b/typescript-api/src/moonriver/interfaces/augment-types.ts index 8bd59e9b44..78a1a1dfc4 100644 --- a/typescript-api/src/moonriver/interfaces/augment-types.ts +++ b/typescript-api/src/moonriver/interfaces/augment-types.ts @@ -324,6 +324,13 @@ import type { VotingDirectVote, } from "@polkadot/types/interfaces/democracy"; import type { BlockStats } from "@polkadot/types/interfaces/dev"; +import type { + CallDryRunEffects, + DispatchResultWithPostInfo, + PostDispatchInfo, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { ApprovalFlag, DefunctVoter, @@ -409,10 +416,13 @@ import type { ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, + ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, + ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, + ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, @@ -1176,48 +1186,88 @@ import type { import type { Multisig, Timepoint } from "@polkadot/types/interfaces/utility"; import type { VestingInfo } from "@polkadot/types/interfaces/vesting"; import type { + AssetIdV2, + AssetIdV3, + AssetIdV4, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, + AssetInstanceV3, + AssetInstanceV4, BodyId, + BodyIdV2, + BodyIdV3, BodyPart, + BodyPartV2, + BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, + FungibilityV3, + FungibilityV4, InboundStatus, InstructionV2, + InstructionV3, + InstructionV4, InteriorMultiLocation, + InteriorMultiLocationV2, + InteriorMultiLocationV3, Junction, JunctionV0, JunctionV1, JunctionV2, + JunctionV3, + JunctionV4, Junctions, JunctionsV1, JunctionsV2, + JunctionsV3, + JunctionsV4, + MaxPalletNameLen, + MaxPalletsInfo, + MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, + MultiAssetFilterV3, + MultiAssetFilterV4, MultiAssetV0, MultiAssetV1, MultiAssetV2, + MultiAssetV3, + MultiAssetV4, MultiAssets, MultiAssetsV1, MultiAssetsV2, + MultiAssetsV3, + MultiAssetsV4, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, + MultiLocationV3, + MultiLocationV4, NetworkId, + NetworkIdV2, + NetworkIdV3, + NetworkIdV4, OriginKindV0, OriginKindV1, OriginKindV2, + OriginKindV3, + OriginKindV4, OutboundStatus, Outcome, + OutcomeV4, + PalletInfoV3, + PalletInfoV4, QueryId, + QueryResponseInfoV3, + QueryResponseInfoV4, QueryStatus, QueueConfigData, Response, @@ -1225,36 +1275,49 @@ import type { ResponseV1, ResponseV2, ResponseV2Error, - ResponseV2Result, + ResponseV3, + ResponseV3Error, + ResponseV3Result, + ResponseV4, + UncheckedFungibilityV4, VersionMigrationStage, + VersionV3, + VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, + WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, + WildFungibilityV3, + WildFungibilityV4, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, + WildMultiAssetV3, + WildMultiAssetV4, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, - XcmOrder, + XcmErrorV3, + XcmErrorV4, XcmOrderV0, XcmOrderV1, - XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, + XcmV3, + XcmV4, XcmVersion, XcmpMessageFormat, } from "@polkadot/types/interfaces/xcm"; @@ -1306,10 +1369,15 @@ declare module "@polkadot/types/types/registry" { AssetDestroyWitness: AssetDestroyWitness; AssetDetails: AssetDetails; AssetId: AssetId; + AssetIdV2: AssetIdV2; + AssetIdV3: AssetIdV3; + AssetIdV4: AssetIdV4; AssetInstance: AssetInstance; AssetInstanceV0: AssetInstanceV0; AssetInstanceV1: AssetInstanceV1; AssetInstanceV2: AssetInstanceV2; + AssetInstanceV3: AssetInstanceV3; + AssetInstanceV4: AssetInstanceV4; AssetMetadata: AssetMetadata; AssetOptions: AssetOptions; AssignmentId: AssignmentId; @@ -1382,7 +1450,11 @@ declare module "@polkadot/types/types/registry" { BlockV2: BlockV2; BlockWeights: BlockWeights; BodyId: BodyId; + BodyIdV2: BodyIdV2; + BodyIdV3: BodyIdV3; BodyPart: BodyPart; + BodyPartV2: BodyPartV2; + BodyPartV3: BodyPartV3; bool: bool; Bool: Bool; Bounty: Bounty; @@ -1398,6 +1470,7 @@ declare module "@polkadot/types/types/registry" { BufferedSessionChange: BufferedSessionChange; Bytes: Bytes; Call: Call; + CallDryRunEffects: CallDryRunEffects; CallHash: CallHash; CallHashOf: CallHashOf; CallIndex: CallIndex; @@ -1557,6 +1630,7 @@ declare module "@polkadot/types/types/registry" { DispatchResult: DispatchResult; DispatchResultOf: DispatchResultOf; DispatchResultTo198: DispatchResultTo198; + DispatchResultWithPostInfo: DispatchResultWithPostInfo; DisputeLocation: DisputeLocation; DisputeProof: DisputeProof; DisputeResult: DisputeResult; @@ -1676,12 +1750,15 @@ declare module "@polkadot/types/types/registry" { ExtrinsicPayload: ExtrinsicPayload; ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown; ExtrinsicPayloadV4: ExtrinsicPayloadV4; + ExtrinsicPayloadV5: ExtrinsicPayloadV5; ExtrinsicSignature: ExtrinsicSignature; ExtrinsicSignatureV4: ExtrinsicSignatureV4; + ExtrinsicSignatureV5: ExtrinsicSignatureV5; ExtrinsicStatus: ExtrinsicStatus; ExtrinsicsWeight: ExtrinsicsWeight; ExtrinsicUnknown: ExtrinsicUnknown; ExtrinsicV4: ExtrinsicV4; + ExtrinsicV5: ExtrinsicV5; f32: f32; F32: F32; f64: f64; @@ -1717,6 +1794,8 @@ declare module "@polkadot/types/types/registry" { FungibilityV0: FungibilityV0; FungibilityV1: FungibilityV1; FungibilityV2: FungibilityV2; + FungibilityV3: FungibilityV3; + FungibilityV4: FungibilityV4; FungiblesAccessError: FungiblesAccessError; Gas: Gas; GenesisBuildErr: GenesisBuildErr; @@ -1803,8 +1882,12 @@ declare module "@polkadot/types/types/registry" { InstantiateReturnValueOk: InstantiateReturnValueOk; InstantiateReturnValueTo267: InstantiateReturnValueTo267; InstructionV2: InstructionV2; + InstructionV3: InstructionV3; + InstructionV4: InstructionV4; InstructionWeights: InstructionWeights; InteriorMultiLocation: InteriorMultiLocation; + InteriorMultiLocationV2: InteriorMultiLocationV2; + InteriorMultiLocationV3: InteriorMultiLocationV3; InvalidDisputeStatementKind: InvalidDisputeStatementKind; InvalidTransaction: InvalidTransaction; isize: isize; @@ -1814,9 +1897,13 @@ declare module "@polkadot/types/types/registry" { Junctions: Junctions; JunctionsV1: JunctionsV1; JunctionsV2: JunctionsV2; + JunctionsV3: JunctionsV3; + JunctionsV4: JunctionsV4; JunctionV0: JunctionV0; JunctionV1: JunctionV1; JunctionV2: JunctionV2; + JunctionV3: JunctionV3; + JunctionV4: JunctionV4; Justification: Justification; JustificationNotification: JustificationNotification; Justifications: Justifications; @@ -1841,6 +1928,9 @@ declare module "@polkadot/types/types/registry" { LookupSource: LookupSource; LookupTarget: LookupTarget; LotteryConfig: LotteryConfig; + MaxPalletNameLen: MaxPalletNameLen; + MaxPalletsInfo: MaxPalletsInfo; + MaybeErrorCodeV3: MaybeErrorCodeV3; MaybeRandomness: MaybeRandomness; MaybeVrf: MaybeVrf; MemberCount: MemberCount; @@ -1897,22 +1987,33 @@ declare module "@polkadot/types/types/registry" { MultiAssetFilter: MultiAssetFilter; MultiAssetFilterV1: MultiAssetFilterV1; MultiAssetFilterV2: MultiAssetFilterV2; + MultiAssetFilterV3: MultiAssetFilterV3; + MultiAssetFilterV4: MultiAssetFilterV4; MultiAssets: MultiAssets; MultiAssetsV1: MultiAssetsV1; MultiAssetsV2: MultiAssetsV2; + MultiAssetsV3: MultiAssetsV3; + MultiAssetsV4: MultiAssetsV4; MultiAssetV0: MultiAssetV0; MultiAssetV1: MultiAssetV1; MultiAssetV2: MultiAssetV2; + MultiAssetV3: MultiAssetV3; + MultiAssetV4: MultiAssetV4; MultiDisputeStatementSet: MultiDisputeStatementSet; MultiLocation: MultiLocation; MultiLocationV0: MultiLocationV0; MultiLocationV1: MultiLocationV1; MultiLocationV2: MultiLocationV2; + MultiLocationV3: MultiLocationV3; + MultiLocationV4: MultiLocationV4; Multiplier: Multiplier; Multisig: Multisig; MultiSignature: MultiSignature; MultiSigner: MultiSigner; NetworkId: NetworkId; + NetworkIdV2: NetworkIdV2; + NetworkIdV3: NetworkIdV3; + NetworkIdV4: NetworkIdV4; NetworkState: NetworkState; NetworkStatePeerset: NetworkStatePeerset; NetworkStatePeersetInfo: NetworkStatePeersetInfo; @@ -1956,6 +2057,8 @@ declare module "@polkadot/types/types/registry" { OriginKindV0: OriginKindV0; OriginKindV1: OriginKindV1; OriginKindV2: OriginKindV2; + OriginKindV3: OriginKindV3; + OriginKindV4: OriginKindV4; OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations; OutboundHrmpMessage: OutboundHrmpMessage; OutboundLaneData: OutboundLaneData; @@ -1963,6 +2066,7 @@ declare module "@polkadot/types/types/registry" { OutboundPayload: OutboundPayload; OutboundStatus: OutboundStatus; Outcome: Outcome; + OutcomeV4: OutcomeV4; OuterEnums15: OuterEnums15; OverweightIndex: OverweightIndex; Owner: Owner; @@ -1977,6 +2081,8 @@ declare module "@polkadot/types/types/registry" { PalletEventMetadataLatest: PalletEventMetadataLatest; PalletEventMetadataV14: PalletEventMetadataV14; PalletId: PalletId; + PalletInfoV3: PalletInfoV3; + PalletInfoV4: PalletInfoV4; PalletMetadataLatest: PalletMetadataLatest; PalletMetadataV14: PalletMetadataV14; PalletMetadataV15: PalletMetadataV15; @@ -2029,6 +2135,7 @@ declare module "@polkadot/types/types/registry" { Points: Points; PortableType: PortableType; PortableTypeV14: PortableTypeV14; + PostDispatchInfo: PostDispatchInfo; Precommits: Precommits; PrefabWasmModule: PrefabWasmModule; PrefixedStorageKey: PrefixedStorageKey; @@ -2049,6 +2156,8 @@ declare module "@polkadot/types/types/registry" { PvfExecTimeoutKind: PvfExecTimeoutKind; PvfPrepTimeoutKind: PvfPrepTimeoutKind; QueryId: QueryId; + QueryResponseInfoV3: QueryResponseInfoV3; + QueryResponseInfoV4: QueryResponseInfoV4; QueryStatus: QueryStatus; QueueConfigData: QueueConfigData; QueuedParathread: QueuedParathread; @@ -2106,7 +2215,10 @@ declare module "@polkadot/types/types/registry" { ResponseV1: ResponseV1; ResponseV2: ResponseV2; ResponseV2Error: ResponseV2Error; - ResponseV2Result: ResponseV2Result; + ResponseV3: ResponseV3; + ResponseV3Error: ResponseV3Error; + ResponseV3Result: ResponseV3Result; + ResponseV4: ResponseV4; Retriable: Retriable; RewardDestination: RewardDestination; RewardPoint: RewardPoint; @@ -2343,6 +2455,7 @@ declare module "@polkadot/types/types/registry" { U8: U8; UnappliedSlash: UnappliedSlash; UnappliedSlashOther: UnappliedSlashOther; + UncheckedFungibilityV4: UncheckedFungibilityV4; UncleEntryItem: UncleEntryItem; UnknownTransaction: UnknownTransaction; UnlockChunk: UnlockChunk; @@ -2381,6 +2494,8 @@ declare module "@polkadot/types/types/registry" { VersionedResponse: VersionedResponse; VersionedXcm: VersionedXcm; VersionMigrationStage: VersionMigrationStage; + VersionV3: VersionV3; + VersionV4: VersionV4; VestingInfo: VestingInfo; VestingSchedule: VestingSchedule; Vote: Vote; @@ -2401,6 +2516,7 @@ declare module "@polkadot/types/types/registry" { VrfProof: VrfProof; Weight: Weight; WeightLimitV2: WeightLimitV2; + WeightLimitV3: WeightLimitV3; WeightMultiplier: WeightMultiplier; WeightPerClass: WeightPerClass; WeightToFeeCoefficient: WeightToFeeCoefficient; @@ -2411,9 +2527,13 @@ declare module "@polkadot/types/types/registry" { WildFungibilityV0: WildFungibilityV0; WildFungibilityV1: WildFungibilityV1; WildFungibilityV2: WildFungibilityV2; + WildFungibilityV3: WildFungibilityV3; + WildFungibilityV4: WildFungibilityV4; WildMultiAsset: WildMultiAsset; WildMultiAssetV1: WildMultiAssetV1; WildMultiAssetV2: WildMultiAssetV2; + WildMultiAssetV3: WildMultiAssetV3; + WildMultiAssetV4: WildMultiAssetV4; WinnersData: WinnersData; WinnersData10: WinnersData10; WinnersDataTuple: WinnersDataTuple; @@ -2424,14 +2544,16 @@ declare module "@polkadot/types/types/registry" { WithdrawReasons: WithdrawReasons; Xcm: Xcm; XcmAssetId: XcmAssetId; + XcmDryRunApiError: XcmDryRunApiError; + XcmDryRunEffects: XcmDryRunEffects; XcmError: XcmError; XcmErrorV0: XcmErrorV0; XcmErrorV1: XcmErrorV1; XcmErrorV2: XcmErrorV2; - XcmOrder: XcmOrder; + XcmErrorV3: XcmErrorV3; + XcmErrorV4: XcmErrorV4; XcmOrderV0: XcmOrderV0; XcmOrderV1: XcmOrderV1; - XcmOrderV2: XcmOrderV2; XcmOrigin: XcmOrigin; XcmOriginKind: XcmOriginKind; XcmPaymentApiError: XcmPaymentApiError; @@ -2439,6 +2561,8 @@ declare module "@polkadot/types/types/registry" { XcmV0: XcmV0; XcmV1: XcmV1; XcmV2: XcmV2; + XcmV3: XcmV3; + XcmV4: XcmV4; XcmVersion: XcmVersion; } // InterfaceTypes } // declare module diff --git a/typescript-api/src/moonriver/interfaces/definitions.ts b/typescript-api/src/moonriver/interfaces/definitions.ts index 3c697a7d2d..fdef01d9ab 100644 --- a/typescript-api/src/moonriver/interfaces/definitions.ts +++ b/typescript-api/src/moonriver/interfaces/definitions.ts @@ -1 +1 @@ -export { default as empty } from "./moon/definitions"; +export { default as moon } from "./moon/definitions"; diff --git a/typescript-api/src/moonriver/interfaces/lookup.ts b/typescript-api/src/moonriver/interfaces/lookup.ts index da795dbd24..bd7527640c 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -48,7 +48,7 @@ export default { RuntimeEnvironmentUpdated: "Null", }, }, - /** Lookup21: frame_system::EventRecord */ + /** Lookup21: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", @@ -145,30 +145,24 @@ export default { SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, - /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ - CumulusPalletParachainSystemEvent: { + /** Lookup32: pallet_utility::pallet::Event */ + PalletUtilityEvent: { _enum: { - ValidationFunctionStored: "Null", - ValidationFunctionApplied: { - relayChainBlockNum: "u32", - }, - ValidationFunctionDiscarded: "Null", - DownwardMessagesReceived: { - count: "u32", + BatchInterrupted: { + index: "u32", + error: "SpRuntimeDispatchError", }, - DownwardMessagesProcessed: { - weightUsed: "SpWeightsWeightV2Weight", - dmqHead: "H256", + BatchCompleted: "Null", + BatchCompletedWithErrors: "Null", + ItemCompleted: "Null", + ItemFailed: { + error: "SpRuntimeDispatchError", }, - UpwardMessageSent: { - messageHash: "Option<[u8;32]>", + DispatchedAs: { + result: "Result", }, }, }, - /** Lookup34: pallet_root_testing::pallet::Event */ - PalletRootTestingEvent: { - _enum: ["DefensiveTestCall"], - }, /** Lookup35: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -269,7 +263,46 @@ export default { FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, - /** Lookup37: pallet_transaction_payment::pallet::Event */ + /** Lookup37: pallet_sudo::pallet::Event */ + PalletSudoEvent: { + _enum: { + Sudid: { + sudoResult: "Result", + }, + KeyChanged: { + _alias: { + new_: "new", + }, + old: "Option", + new_: "AccountId20", + }, + KeyRemoved: "Null", + SudoAsDone: { + sudoResult: "Result", + }, + }, + }, + /** Lookup39: cumulus_pallet_parachain_system::pallet::Event */ + CumulusPalletParachainSystemEvent: { + _enum: { + ValidationFunctionStored: "Null", + ValidationFunctionApplied: { + relayChainBlockNum: "u32", + }, + ValidationFunctionDiscarded: "Null", + DownwardMessagesReceived: { + count: "u32", + }, + DownwardMessagesProcessed: { + weightUsed: "SpWeightsWeightV2Weight", + dmqHead: "H256", + }, + UpwardMessageSent: { + messageHash: "Option<[u8;32]>", + }, + }, + }, + /** Lookup41: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -279,7 +312,92 @@ export default { }, }, }, - /** Lookup38: pallet_parachain_staking::pallet::Event */ + /** Lookup42: pallet_evm::pallet::Event */ + PalletEvmEvent: { + _enum: { + Log: { + log: "EthereumLog", + }, + Created: { + address: "H160", + }, + CreatedFailed: { + address: "H160", + }, + Executed: { + address: "H160", + }, + ExecutedFailed: { + address: "H160", + }, + }, + }, + /** Lookup43: ethereum::log::Log */ + EthereumLog: { + address: "H160", + topics: "Vec", + data: "Bytes", + }, + /** Lookup46: pallet_ethereum::pallet::Event */ + PalletEthereumEvent: { + _enum: { + Executed: { + from: "H160", + to: "H160", + transactionHash: "H256", + exitReason: "EvmCoreErrorExitReason", + extraData: "Bytes", + }, + }, + }, + /** Lookup47: evm_core::error::ExitReason */ + EvmCoreErrorExitReason: { + _enum: { + Succeed: "EvmCoreErrorExitSucceed", + Error: "EvmCoreErrorExitError", + Revert: "EvmCoreErrorExitRevert", + Fatal: "EvmCoreErrorExitFatal", + }, + }, + /** Lookup48: evm_core::error::ExitSucceed */ + EvmCoreErrorExitSucceed: { + _enum: ["Stopped", "Returned", "Suicided"], + }, + /** Lookup49: evm_core::error::ExitError */ + EvmCoreErrorExitError: { + _enum: { + StackUnderflow: "Null", + StackOverflow: "Null", + InvalidJump: "Null", + InvalidRange: "Null", + DesignatedInvalid: "Null", + CallTooDeep: "Null", + CreateCollision: "Null", + CreateContractLimit: "Null", + OutOfOffset: "Null", + OutOfGas: "Null", + OutOfFund: "Null", + PCUnderflow: "Null", + CreateEmpty: "Null", + Other: "Text", + MaxNonce: "Null", + InvalidCode: "u8", + }, + }, + /** Lookup53: evm_core::error::ExitRevert */ + EvmCoreErrorExitRevert: { + _enum: ["Reverted"], + }, + /** Lookup54: evm_core::error::ExitFatal */ + EvmCoreErrorExitFatal: { + _enum: { + NotSupported: "Null", + UnhandledInterrupt: "Null", + CallErrorAsFatal: "EvmCoreErrorExitError", + Other: "Text", + }, + }, + /** Lookup55: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -474,19 +592,19 @@ export default { }, }, }, - /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, - /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128", }, }, - /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ + /** Lookup58: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -495,13 +613,121 @@ export default { AddedToBottom: "Null", }, }, - /** Lookup44: pallet_author_slot_filter::pallet::Event */ + /** Lookup61: pallet_scheduler::pallet::Event */ + PalletSchedulerEvent: { + _enum: { + Scheduled: { + when: "u32", + index: "u32", + }, + Canceled: { + when: "u32", + index: "u32", + }, + Dispatched: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + result: "Result", + }, + RetrySet: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + period: "u32", + retries: "u8", + }, + RetryCancelled: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + RetryFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + }, + }, + /** Lookup63: pallet_treasury::pallet::Event */ + PalletTreasuryEvent: { + _enum: { + Spending: { + budgetRemaining: "u128", + }, + Awarded: { + proposalIndex: "u32", + award: "u128", + account: "AccountId20", + }, + Burnt: { + burntFunds: "u128", + }, + Rollover: { + rolloverBalance: "u128", + }, + Deposit: { + value: "u128", + }, + SpendApproved: { + proposalIndex: "u32", + amount: "u128", + beneficiary: "AccountId20", + }, + UpdatedInactive: { + reactivated: "u128", + deactivated: "u128", + }, + AssetSpendApproved: { + index: "u32", + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + }, + AssetSpendVoided: { + index: "u32", + }, + Paid: { + index: "u32", + paymentId: "Null", + }, + PaymentFailed: { + index: "u32", + paymentId: "Null", + }, + SpendProcessed: { + index: "u32", + }, + }, + }, + /** Lookup64: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup46: pallet_author_mapping::pallet::Event */ + /** Lookup66: pallet_crowdloan_rewards::pallet::Event */ + PalletCrowdloanRewardsEvent: { + _enum: { + InitialPaymentMade: "(AccountId20,u128)", + NativeIdentityAssociated: "([u8;32],AccountId20,u128)", + RewardsPaid: "(AccountId20,u128)", + RewardAddressUpdated: "(AccountId20,AccountId20)", + InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", + InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", + }, + }, + /** Lookup67: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -527,68 +753,21 @@ export default { }, }, }, - /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup68: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup69: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ - PalletMoonbeamOrbitersEvent: { + /** Lookup70: pallet_proxy::pallet::Event */ + PalletProxyEvent: { _enum: { - OrbiterJoinCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", - }, - OrbiterLeaveCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", + ProxyExecuted: { + result: "Result", }, - OrbiterRewarded: { - account: "AccountId20", - rewards: "u128", - }, - OrbiterRotation: { - collator: "AccountId20", - oldOrbiter: "Option", - newOrbiter: "Option", - }, - OrbiterRegistered: { - account: "AccountId20", - deposit: "u128", - }, - OrbiterUnregistered: { - account: "AccountId20", - }, - }, - }, - /** Lookup51: pallet_utility::pallet::Event */ - PalletUtilityEvent: { - _enum: { - BatchInterrupted: { - index: "u32", - error: "SpRuntimeDispatchError", - }, - BatchCompleted: "Null", - BatchCompletedWithErrors: "Null", - ItemCompleted: "Null", - ItemFailed: { - error: "SpRuntimeDispatchError", - }, - DispatchedAs: { - result: "Result", - }, - }, - }, - /** Lookup54: pallet_proxy::pallet::Event */ - PalletProxyEvent: { - _enum: { - ProxyExecuted: { - result: "Result", - }, - PureCreated: { - pure: "AccountId20", - who: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - disambiguationIndex: "u16", + PureCreated: { + pure: "AccountId20", + who: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + disambiguationIndex: "u16", }, Announced: { real: "AccountId20", @@ -598,19 +777,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup55: moonriver_runtime::ProxyType */ - MoonriverRuntimeProxyType: { + /** Lookup71: moonbase_runtime::ProxyType */ + MoonbaseRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -622,7 +801,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup57: pallet_maintenance_mode::pallet::Event */ + /** Lookup73: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -635,7 +814,7 @@ export default { }, }, }, - /** Lookup58: pallet_identity::pallet::Event */ + /** Lookup74: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -707,923 +886,639 @@ export default { }, }, }, - /** Lookup60: pallet_migrations::pallet::Event */ - PalletMigrationsEvent: { + /** Lookup76: cumulus_pallet_xcmp_queue::pallet::Event */ + CumulusPalletXcmpQueueEvent: { _enum: { - RuntimeUpgradeStarted: "Null", - RuntimeUpgradeCompleted: { - weight: "SpWeightsWeightV2Weight", - }, - MigrationStarted: { - migrationName: "Bytes", - }, - MigrationCompleted: { - migrationName: "Bytes", - consumedWeight: "SpWeightsWeightV2Weight", - }, - FailedToSuspendIdleXcmExecution: { - error: "SpRuntimeDispatchError", - }, - FailedToResumeIdleXcmExecution: { - error: "SpRuntimeDispatchError", + XcmpMessageSent: { + messageHash: "[u8;32]", }, }, }, - /** Lookup61: pallet_multisig::pallet::Event */ - PalletMultisigEvent: { + /** Lookup77: cumulus_pallet_xcm::pallet::Event */ + CumulusPalletXcmEvent: { _enum: { - NewMultisig: { - approving: "AccountId20", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigApproval: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigExecuted: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - result: "Result", - }, - MultisigCancelled: { - cancelling: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, + InvalidFormat: "[u8;32]", + UnsupportedVersion: "[u8;32]", + ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup62: pallet_multisig::Timepoint */ - PalletMultisigTimepoint: { - height: "u32", - index: "u32", - }, - /** Lookup63: pallet_evm::pallet::Event */ - PalletEvmEvent: { + /** Lookup78: staging_xcm::v4::traits::Outcome */ + StagingXcmV4TraitsOutcome: { _enum: { - Log: { - log: "EthereumLog", - }, - Created: { - address: "H160", - }, - CreatedFailed: { - address: "H160", - }, - Executed: { - address: "H160", + Complete: { + used: "SpWeightsWeightV2Weight", }, - ExecutedFailed: { - address: "H160", + Incomplete: { + used: "SpWeightsWeightV2Weight", + error: "XcmV3TraitsError", }, - }, - }, - /** Lookup64: ethereum::log::Log */ - EthereumLog: { - address: "H160", - topics: "Vec", - data: "Bytes", - }, - /** Lookup67: pallet_ethereum::pallet::Event */ - PalletEthereumEvent: { - _enum: { - Executed: { - from: "H160", - to: "H160", - transactionHash: "H256", - exitReason: "EvmCoreErrorExitReason", - extraData: "Bytes", + Error: { + error: "XcmV3TraitsError", }, }, }, - /** Lookup68: evm_core::error::ExitReason */ - EvmCoreErrorExitReason: { - _enum: { - Succeed: "EvmCoreErrorExitSucceed", - Error: "EvmCoreErrorExitError", - Revert: "EvmCoreErrorExitRevert", - Fatal: "EvmCoreErrorExitFatal", - }, - }, - /** Lookup69: evm_core::error::ExitSucceed */ - EvmCoreErrorExitSucceed: { - _enum: ["Stopped", "Returned", "Suicided"], - }, - /** Lookup70: evm_core::error::ExitError */ - EvmCoreErrorExitError: { - _enum: { - StackUnderflow: "Null", - StackOverflow: "Null", - InvalidJump: "Null", - InvalidRange: "Null", - DesignatedInvalid: "Null", - CallTooDeep: "Null", - CreateCollision: "Null", - CreateContractLimit: "Null", - OutOfOffset: "Null", - OutOfGas: "Null", - OutOfFund: "Null", - PCUnderflow: "Null", - CreateEmpty: "Null", - Other: "Text", - MaxNonce: "Null", - InvalidCode: "u8", - }, - }, - /** Lookup74: evm_core::error::ExitRevert */ - EvmCoreErrorExitRevert: { - _enum: ["Reverted"], - }, - /** Lookup75: evm_core::error::ExitFatal */ - EvmCoreErrorExitFatal: { + /** Lookup79: xcm::v3::traits::Error */ + XcmV3TraitsError: { _enum: { - NotSupported: "Null", - UnhandledInterrupt: "Null", - CallErrorAsFatal: "EvmCoreErrorExitError", - Other: "Text", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + LocationFull: "Null", + LocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + ExpectationFalse: "Null", + PalletNotFound: "Null", + NameMismatch: "Null", + VersionIncompatible: "Null", + HoldingWouldOverflow: "Null", + ExportError: "Null", + ReanchorFailed: "Null", + NoDeal: "Null", + FeesNotMet: "Null", + LockError: "Null", + NoPermission: "Null", + Unanchored: "Null", + NotDepositable: "Null", + UnhandledXcmVersion: "Null", + WeightLimitReached: "SpWeightsWeightV2Weight", + Barrier: "Null", + WeightNotComputable: "Null", + ExceedsStackLimit: "Null", }, }, - /** Lookup76: pallet_scheduler::pallet::Event */ - PalletSchedulerEvent: { + /** Lookup80: pallet_xcm::pallet::Event */ + PalletXcmEvent: { _enum: { - Scheduled: { - when: "u32", - index: "u32", - }, - Canceled: { - when: "u32", - index: "u32", - }, - Dispatched: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - result: "Result", + Attempted: { + outcome: "StagingXcmV4TraitsOutcome", }, - RetrySet: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - period: "u32", - retries: "u8", + Sent: { + origin: "StagingXcmV4Location", + destination: "StagingXcmV4Location", + message: "StagingXcmV4Xcm", + messageId: "[u8;32]", }, - RetryCancelled: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + UnexpectedResponse: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - CallUnavailable: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + ResponseReady: { + queryId: "u64", + response: "StagingXcmV4Response", }, - PeriodicFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + Notified: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - RetryFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyOverweight: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", + actualWeight: "SpWeightsWeightV2Weight", + maxBudgetedWeight: "SpWeightsWeightV2Weight", }, - PermanentlyOverweight: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyDispatchError: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - }, - }, - /** Lookup78: pallet_preimage::pallet::Event */ - PalletPreimageEvent: { - _enum: { - Noted: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + NotifyDecodeFailed: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - Requested: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + InvalidResponder: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedLocation: "Option", }, - Cleared: { + InvalidResponderVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", + }, + ResponseTaken: { + queryId: "u64", + }, + AssetsTrapped: { _alias: { hash_: "hash", }, hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - }, - }, - /** Lookup79: pallet_conviction_voting::pallet::Event */ - PalletConvictionVotingEvent: { - _enum: { - Delegated: "(AccountId20,AccountId20)", - Undelegated: "AccountId20", - }, - }, - /** Lookup80: pallet_referenda::pallet::Event */ - PalletReferendaEvent: { - _enum: { - Submitted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - }, - DecisionDepositPlaced: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DecisionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DepositSlashed: { - who: "AccountId20", - amount: "u128", - }, - DecisionStarted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - tally: "PalletConvictionVotingTally", + VersionChangeNotified: { + destination: "StagingXcmV4Location", + result: "u32", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - ConfirmStarted: { - index: "u32", + SupportedVersionChanged: { + location: "StagingXcmV4Location", + version: "u32", }, - ConfirmAborted: { - index: "u32", + NotifyTargetSendFail: { + location: "StagingXcmV4Location", + queryId: "u64", + error: "XcmV3TraitsError", }, - Confirmed: { - index: "u32", - tally: "PalletConvictionVotingTally", + NotifyTargetMigrationFail: { + location: "XcmVersionedLocation", + queryId: "u64", }, - Approved: { - index: "u32", + InvalidQuerierVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - Rejected: { - index: "u32", - tally: "PalletConvictionVotingTally", + InvalidQuerier: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedQuerier: "StagingXcmV4Location", + maybeActualQuerier: "Option", }, - TimedOut: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyStarted: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Cancelled: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyRequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Killed: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyUnrequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - SubmissionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", + FeesPaid: { + paying: "StagingXcmV4Location", + fees: "StagingXcmV4AssetAssets", }, - MetadataSet: { + AssetsClaimed: { _alias: { hash_: "hash", }, - index: "u32", hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - MetadataCleared: { - _alias: { - hash_: "hash", - }, - index: "u32", - hash_: "H256", + VersionMigrationFinished: { + version: "u32", }, }, }, - /** - * Lookup81: frame_support::traits::preimages::Bounded - */ - FrameSupportPreimagesBounded: { + /** Lookup81: staging_xcm::v4::location::Location */ + StagingXcmV4Location: { + parents: "u8", + interior: "StagingXcmV4Junctions", + }, + /** Lookup82: staging_xcm::v4::junctions::Junctions */ + StagingXcmV4Junctions: { _enum: { - Legacy: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - Inline: "Bytes", - Lookup: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - len: "u32", - }, + Here: "Null", + X1: "[Lookup84;1]", + X2: "[Lookup84;2]", + X3: "[Lookup84;3]", + X4: "[Lookup84;4]", + X5: "[Lookup84;5]", + X6: "[Lookup84;6]", + X7: "[Lookup84;7]", + X8: "[Lookup84;8]", }, }, - /** Lookup83: frame_system::pallet::Call */ - FrameSystemCall: { + /** Lookup84: staging_xcm::v4::junction::Junction */ + StagingXcmV4Junction: { _enum: { - remark: { - remark: "Bytes", - }, - set_heap_pages: { - pages: "u64", - }, - set_code: { - code: "Bytes", - }, - set_code_without_checks: { - code: "Bytes", - }, - set_storage: { - items: "Vec<(Bytes,Bytes)>", - }, - kill_storage: { - _alias: { - keys_: "keys", - }, - keys_: "Vec", - }, - kill_prefix: { - prefix: "Bytes", - subkeys: "u32", + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - remark_with_event: { - remark: "Bytes", + AccountIndex64: { + network: "Option", + index: "Compact", }, - __Unused8: "Null", - authorize_upgrade: { - codeHash: "H256", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - authorize_upgrade_without_checks: { - codeHash: "H256", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - apply_authorized_upgrade: { - code: "Bytes", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, + GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ - CumulusPalletParachainSystemCall: { + /** Lookup87: staging_xcm::v4::junction::NetworkId */ + StagingXcmV4JunctionNetworkId: { _enum: { - set_validation_data: { - data: "CumulusPrimitivesParachainInherentParachainInherentData", + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - sudo_send_upward_message: { - message: "Bytes", - }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", - }, - enact_authorized_upgrade: { - code: "Bytes", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ - CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", - relayChainState: "SpTrieStorageProof", - downwardMessages: "Vec", - horizontalMessages: "BTreeMap>", - }, - /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { - parentHead: "Bytes", - relayParentNumber: "u32", - relayParentStorageRoot: "H256", - maxPovSize: "u32", - }, - /** Lookup91: sp_trie::storage_proof::StorageProof */ - SpTrieStorageProof: { - trieNodes: "BTreeSet", - }, - /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ - PolkadotCorePrimitivesInboundDownwardMessage: { - sentAt: "u32", - msg: "Bytes", - }, - /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ - PolkadotCorePrimitivesInboundHrmpMessage: { - sentAt: "u32", - data: "Bytes", - }, - /** Lookup101: pallet_timestamp::pallet::Call */ - PalletTimestampCall: { + /** Lookup89: xcm::v3::junction::BodyId */ + XcmV3JunctionBodyId: { _enum: { - set: { - now: "Compact", - }, + Unit: "Null", + Moniker: "[u8;4]", + Index: "Compact", + Executive: "Null", + Technical: "Null", + Legislative: "Null", + Judicial: "Null", + Defense: "Null", + Administration: "Null", + Treasury: "Null", }, }, - /** Lookup102: pallet_root_testing::pallet::Call */ - PalletRootTestingCall: { + /** Lookup90: xcm::v3::junction::BodyPart */ + XcmV3JunctionBodyPart: { _enum: { - fill_block: { - ratio: "Perbill", + Voice: "Null", + Members: { + count: "Compact", + }, + Fraction: { + nom: "Compact", + denom: "Compact", + }, + AtLeastProportion: { + nom: "Compact", + denom: "Compact", + }, + MoreThanProportion: { + nom: "Compact", + denom: "Compact", }, - trigger_defensive: "Null", }, }, - /** Lookup103: pallet_balances::pallet::Call */ - PalletBalancesCall: { + /** Lookup98: staging_xcm::v4::Xcm */ + StagingXcmV4Xcm: "Vec", + /** Lookup100: staging_xcm::v4::Instruction */ + StagingXcmV4Instruction: { _enum: { - transfer_allow_death: { - dest: "AccountId20", - value: "Compact", + WithdrawAsset: "StagingXcmV4AssetAssets", + ReserveAssetDeposited: "StagingXcmV4AssetAssets", + ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", + QueryResponse: { + queryId: "Compact", + response: "StagingXcmV4Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - __Unused1: "Null", - force_transfer: { - source: "AccountId20", - dest: "AccountId20", - value: "Compact", + TransferAsset: { + assets: "StagingXcmV4AssetAssets", + beneficiary: "StagingXcmV4Location", }, - transfer_keep_alive: { - dest: "AccountId20", - value: "Compact", + TransferReserveAsset: { + assets: "StagingXcmV4AssetAssets", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - transfer_all: { - dest: "AccountId20", - keepAlive: "bool", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - force_unreserve: { - who: "AccountId20", - amount: "u128", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - upgrade_accounts: { - who: "Vec", + HrmpChannelAccepted: { + recipient: "Compact", }, - __Unused7: "Null", - force_set_balance: { - who: "AccountId20", - newFree: "Compact", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - force_adjust_total_issuance: { - direction: "PalletBalancesAdjustmentDirection", - delta: "Compact", + ClearOrigin: "Null", + DescendOrigin: "StagingXcmV4Junctions", + ReportError: "StagingXcmV4QueryResponseInfo", + DepositAsset: { + assets: "StagingXcmV4AssetAssetFilter", + beneficiary: "StagingXcmV4Location", }, - }, - }, - /** Lookup106: pallet_balances::types::AdjustmentDirection */ - PalletBalancesAdjustmentDirection: { - _enum: ["Increase", "Decrease"], - }, - /** Lookup107: pallet_parachain_staking::pallet::Call */ - PalletParachainStakingCall: { - _enum: { - set_staking_expectations: { - expectations: { - min: "u128", - ideal: "u128", - max: "u128", - }, + DepositReserveAsset: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_inflation: { - schedule: { - min: "Perbill", - ideal: "Perbill", - max: "Perbill", - }, + ExchangeAsset: { + give: "StagingXcmV4AssetAssetFilter", + want: "StagingXcmV4AssetAssets", + maximal: "bool", }, - set_parachain_bond_account: { - _alias: { - new_: "new", - }, - new_: "AccountId20", + InitiateReserveWithdraw: { + assets: "StagingXcmV4AssetAssetFilter", + reserve: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_parachain_bond_reserve_percent: { - _alias: { - new_: "new", - }, - new_: "Percent", + InitiateTeleport: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_total_selected: { - _alias: { - new_: "new", - }, - new_: "u32", + ReportHolding: { + responseInfo: "StagingXcmV4QueryResponseInfo", + assets: "StagingXcmV4AssetAssetFilter", }, - set_collator_commission: { - _alias: { - new_: "new", - }, - new_: "Perbill", + BuyExecution: { + fees: "StagingXcmV4Asset", + weightLimit: "XcmV3WeightLimit", }, - set_blocks_per_round: { - _alias: { - new_: "new", - }, - new_: "u32", + RefundSurplus: "Null", + SetErrorHandler: "StagingXcmV4Xcm", + SetAppendix: "StagingXcmV4Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "StagingXcmV4AssetAssets", + ticket: "StagingXcmV4Location", }, - join_candidates: { - bond: "u128", - candidateCount: "u32", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", }, - schedule_leave_candidates: { - candidateCount: "u32", + UnsubscribeVersion: "Null", + BurnAsset: "StagingXcmV4AssetAssets", + ExpectAsset: "StagingXcmV4AssetAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "StagingXcmV4QueryResponseInfo", }, - execute_leave_candidates: { - candidate: "AccountId20", - candidateDelegationCount: "u32", + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", }, - cancel_leave_candidates: { - candidateCount: "u32", + ReportTransactStatus: "StagingXcmV4QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "StagingXcmV4Junction", + ExportMessage: { + network: "StagingXcmV4JunctionNetworkId", + destination: "StagingXcmV4Junctions", + xcm: "StagingXcmV4Xcm", }, - go_offline: "Null", - go_online: "Null", - candidate_bond_more: { - more: "u128", + LockAsset: { + asset: "StagingXcmV4Asset", + unlocker: "StagingXcmV4Location", }, - schedule_candidate_bond_less: { - less: "u128", + UnlockAsset: { + asset: "StagingXcmV4Asset", + target: "StagingXcmV4Location", }, - execute_candidate_bond_less: { - candidate: "AccountId20", + NoteUnlockable: { + asset: "StagingXcmV4Asset", + owner: "StagingXcmV4Location", }, - cancel_candidate_bond_less: "Null", - delegate: { - candidate: "AccountId20", - amount: "u128", - candidateDelegationCount: "u32", - delegationCount: "u32", - }, - delegate_with_auto_compound: { - candidate: "AccountId20", - amount: "u128", - autoCompound: "Percent", - candidateDelegationCount: "u32", - candidateAutoCompoundingDelegationCount: "u32", - delegationCount: "u32", - }, - removed_call_19: "Null", - removed_call_20: "Null", - removed_call_21: "Null", - schedule_revoke_delegation: { - collator: "AccountId20", - }, - delegator_bond_more: { - candidate: "AccountId20", - more: "u128", - }, - schedule_delegator_bond_less: { - candidate: "AccountId20", - less: "u128", - }, - execute_delegation_request: { - delegator: "AccountId20", - candidate: "AccountId20", - }, - cancel_delegation_request: { - candidate: "AccountId20", - }, - set_auto_compound: { - candidate: "AccountId20", - value: "Percent", - candidateAutoCompoundingDelegationCountHint: "u32", - delegationCountHint: "u32", - }, - hotfix_remove_delegation_requests_exited_candidates: { - candidates: "Vec", - }, - notify_inactive_collator: { - collator: "AccountId20", + RequestUnlock: { + asset: "StagingXcmV4Asset", + locker: "StagingXcmV4Location", }, - enable_marking_offline: { - value: "bool", + SetFeesMode: { + jitWithdraw: "bool", }, - force_join_candidates: { - account: "AccountId20", - bond: "u128", - candidateCount: "u32", + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV4Location", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup110: pallet_author_inherent::pallet::Call */ - PalletAuthorInherentCall: { - _enum: ["kick_off_authorship_validation"], + /** Lookup101: staging_xcm::v4::asset::Assets */ + StagingXcmV4AssetAssets: "Vec", + /** Lookup103: staging_xcm::v4::asset::Asset */ + StagingXcmV4Asset: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetFungibility", }, - /** Lookup111: pallet_author_slot_filter::pallet::Call */ - PalletAuthorSlotFilterCall: { + /** Lookup104: staging_xcm::v4::asset::AssetId */ + StagingXcmV4AssetAssetId: "StagingXcmV4Location", + /** Lookup105: staging_xcm::v4::asset::Fungibility */ + StagingXcmV4AssetFungibility: { _enum: { - set_eligible: { - _alias: { - new_: "new", - }, - new_: "u32", - }, + Fungible: "Compact", + NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup112: pallet_author_mapping::pallet::Call */ - PalletAuthorMappingCall: { + /** Lookup106: staging_xcm::v4::asset::AssetInstance */ + StagingXcmV4AssetAssetInstance: { _enum: { - add_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - update_association: { - oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - clear_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - remove_keys: "Null", - set_keys: { - _alias: { - keys_: "keys", - }, - keys_: "Bytes", - }, + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", }, }, - /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ - PalletMoonbeamOrbitersCall: { + /** Lookup109: staging_xcm::v4::Response */ + StagingXcmV4Response: { _enum: { - collator_add_orbiter: { - orbiter: "AccountId20", - }, - collator_remove_orbiter: { - orbiter: "AccountId20", - }, - orbiter_leave_collator_pool: { - collator: "AccountId20", - }, - orbiter_register: "Null", - orbiter_unregister: { - collatorsPoolCount: "u32", - }, - add_collator: { - collator: "AccountId20", - }, - remove_collator: { - collator: "AccountId20", - }, + Null: "Null", + Assets: "StagingXcmV4AssetAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup114: pallet_utility::pallet::Call */ - PalletUtilityCall: { + /** Lookup113: staging_xcm::v4::PalletInfo */ + StagingXcmV4PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", + }, + /** Lookup116: xcm::v3::MaybeErrorCode */ + XcmV3MaybeErrorCode: { _enum: { - batch: { - calls: "Vec", - }, - as_derivative: { - index: "u16", - call: "Call", - }, - batch_all: { - calls: "Vec", - }, - dispatch_as: { - asOrigin: "MoonriverRuntimeOriginCaller", - call: "Call", - }, - force_batch: { - calls: "Vec", - }, - with_weight: { - call: "Call", - weight: "SpWeightsWeightV2Weight", - }, + Success: "Null", + Error: "Bytes", + TruncatedError: "Bytes", }, }, - /** Lookup116: moonriver_runtime::OriginCaller */ - MoonriverRuntimeOriginCaller: { + /** Lookup119: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup120: xcm::double_encoded::DoubleEncoded */ + XcmDoubleEncoded: { + encoded: "Bytes", + }, + /** Lookup121: staging_xcm::v4::QueryResponseInfo */ + StagingXcmV4QueryResponseInfo: { + destination: "StagingXcmV4Location", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup122: staging_xcm::v4::asset::AssetFilter */ + StagingXcmV4AssetAssetFilter: { _enum: { - system: "FrameSupportDispatchRawOrigin", - __Unused1: "Null", - __Unused2: "Null", - __Unused3: "Null", - __Unused4: "Null", - __Unused5: "Null", - __Unused6: "Null", - __Unused7: "Null", - Void: "SpCoreVoid", - __Unused9: "Null", - __Unused10: "Null", - __Unused11: "Null", - __Unused12: "Null", - __Unused13: "Null", - __Unused14: "Null", - __Unused15: "Null", - __Unused16: "Null", - __Unused17: "Null", - __Unused18: "Null", - __Unused19: "Null", - __Unused20: "Null", - __Unused21: "Null", - __Unused22: "Null", - __Unused23: "Null", - __Unused24: "Null", - __Unused25: "Null", - __Unused26: "Null", - __Unused27: "Null", - __Unused28: "Null", - __Unused29: "Null", - __Unused30: "Null", - __Unused31: "Null", - __Unused32: "Null", - __Unused33: "Null", - __Unused34: "Null", - __Unused35: "Null", - __Unused36: "Null", - __Unused37: "Null", - __Unused38: "Null", - __Unused39: "Null", - __Unused40: "Null", - __Unused41: "Null", - __Unused42: "Null", - __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - Ethereum: "PalletEthereumRawOrigin", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", - __Unused62: "Null", - __Unused63: "Null", - __Unused64: "Null", - Origins: "MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin", - __Unused66: "Null", - __Unused67: "Null", - __Unused68: "Null", - __Unused69: "Null", - __Unused70: "Null", - __Unused71: "Null", - TreasuryCouncilCollective: "PalletCollectiveRawOrigin", - OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", - __Unused74: "Null", - __Unused75: "Null", - __Unused76: "Null", - __Unused77: "Null", - __Unused78: "Null", - __Unused79: "Null", - __Unused80: "Null", - __Unused81: "Null", - __Unused82: "Null", - __Unused83: "Null", - __Unused84: "Null", - __Unused85: "Null", - __Unused86: "Null", - __Unused87: "Null", - __Unused88: "Null", - __Unused89: "Null", - __Unused90: "Null", - __Unused91: "Null", - __Unused92: "Null", - __Unused93: "Null", - __Unused94: "Null", - __Unused95: "Null", - __Unused96: "Null", - __Unused97: "Null", - __Unused98: "Null", - __Unused99: "Null", - __Unused100: "Null", - CumulusXcm: "CumulusPalletXcmOrigin", - __Unused102: "Null", - PolkadotXcm: "PalletXcmOrigin", - __Unused104: "Null", - __Unused105: "Null", - __Unused106: "Null", - __Unused107: "Null", - __Unused108: "Null", - EthereumXcm: "PalletEthereumXcmRawOrigin", + Definite: "StagingXcmV4AssetAssets", + Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ - FrameSupportDispatchRawOrigin: { + /** Lookup123: staging_xcm::v4::asset::WildAsset */ + StagingXcmV4AssetWildAsset: { _enum: { - Root: "Null", - Signed: "AccountId20", - None: "Null", + All: "Null", + AllOf: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + }, + AllCounted: "Compact", + AllOfCounted: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + count: "Compact", + }, }, }, - /** Lookup118: pallet_ethereum::RawOrigin */ - PalletEthereumRawOrigin: { + /** Lookup124: staging_xcm::v4::asset::WildFungibility */ + StagingXcmV4AssetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup125: xcm::v3::WeightLimit */ + XcmV3WeightLimit: { _enum: { - EthereumTransaction: "H160", + Unlimited: "Null", + Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup119: moonriver_runtime::governance::origins::custom_origins::Origin */ - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { - _enum: [ - "WhitelistedCaller", - "GeneralAdmin", - "ReferendumCanceller", - "ReferendumKiller", - "FastGeneralAdmin", - ], - }, - /** Lookup120: pallet_collective::RawOrigin */ - PalletCollectiveRawOrigin: { + /** Lookup126: xcm::VersionedAssets */ + XcmVersionedAssets: { _enum: { - Members: "(u32,u32)", - Member: "AccountId20", - _Phantom: "Null", + __Unused0: "Null", + V2: "XcmV2MultiassetMultiAssets", + __Unused2: "Null", + V3: "XcmV3MultiassetMultiAssets", + V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ - CumulusPalletXcmOrigin: { - _enum: { - Relay: "Null", - SiblingParachain: "u32", - }, + /** Lookup127: xcm::v2::multiasset::MultiAssets */ + XcmV2MultiassetMultiAssets: "Vec", + /** Lookup129: xcm::v2::multiasset::MultiAsset */ + XcmV2MultiAsset: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetFungibility", }, - /** Lookup123: pallet_xcm::pallet::Origin */ - PalletXcmOrigin: { + /** Lookup130: xcm::v2::multiasset::AssetId */ + XcmV2MultiassetAssetId: { _enum: { - Xcm: "StagingXcmV4Location", - Response: "StagingXcmV4Location", + Concrete: "XcmV2MultiLocation", + Abstract: "Bytes", }, }, - /** Lookup124: staging_xcm::v4::location::Location */ - StagingXcmV4Location: { + /** Lookup131: xcm::v2::multilocation::MultiLocation */ + XcmV2MultiLocation: { parents: "u8", - interior: "StagingXcmV4Junctions", + interior: "XcmV2MultilocationJunctions", }, - /** Lookup125: staging_xcm::v4::junctions::Junctions */ - StagingXcmV4Junctions: { + /** Lookup132: xcm::v2::multilocation::Junctions */ + XcmV2MultilocationJunctions: { _enum: { Here: "Null", - X1: "[Lookup127;1]", - X2: "[Lookup127;2]", - X3: "[Lookup127;3]", - X4: "[Lookup127;4]", - X5: "[Lookup127;5]", - X6: "[Lookup127;6]", - X7: "[Lookup127;7]", - X8: "[Lookup127;8]", + X1: "XcmV2Junction", + X2: "(XcmV2Junction,XcmV2Junction)", + X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup127: staging_xcm::v4::junction::Junction */ - StagingXcmV4Junction: { + /** Lookup133: xcm::v2::junction::Junction */ + XcmV2Junction: { _enum: { Parachain: "Compact", AccountId32: { - network: "Option", + network: "XcmV2NetworkId", id: "[u8;32]", }, AccountIndex64: { - network: "Option", + network: "XcmV2NetworkId", index: "Compact", }, AccountKey20: { - network: "Option", + network: "XcmV2NetworkId", key: "[u8;20]", }, PalletInstance: "u8", GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", - }, + GeneralKey: "Bytes", OnlyChild: "Null", Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + id: "XcmV2BodyId", + part: "XcmV2BodyPart", }, - GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup130: staging_xcm::v4::junction::NetworkId */ - StagingXcmV4JunctionNetworkId: { + /** Lookup134: xcm::v2::NetworkId */ + XcmV2NetworkId: { _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", - }, + Any: "Null", + Named: "Bytes", Polkadot: "Null", Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", - }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", }, }, - /** Lookup131: xcm::v3::junction::BodyId */ - XcmV3JunctionBodyId: { + /** Lookup136: xcm::v2::BodyId */ + XcmV2BodyId: { _enum: { Unit: "Null", - Moniker: "[u8;4]", + Named: "Bytes", Index: "Compact", Executive: "Null", Technical: "Null", @@ -1634,8 +1529,8 @@ export default { Treasury: "Null", }, }, - /** Lookup132: xcm::v3::junction::BodyPart */ - XcmV3JunctionBodyPart: { + /** Lookup137: xcm::v2::BodyPart */ + XcmV2BodyPart: { _enum: { Voice: "Null", Members: { @@ -1655,2621 +1550,2810 @@ export default { }, }, }, - /** Lookup140: pallet_ethereum_xcm::RawOrigin */ - PalletEthereumXcmRawOrigin: { + /** Lookup138: xcm::v2::multiasset::Fungibility */ + XcmV2MultiassetFungibility: { _enum: { - XcmEthereumTransaction: "H160", + Fungible: "Compact", + NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup141: sp_core::Void */ - SpCoreVoid: "Null", - /** Lookup142: pallet_proxy::pallet::Call */ - PalletProxyCall: { + /** Lookup139: xcm::v2::multiasset::AssetInstance */ + XcmV2MultiassetAssetInstance: { _enum: { - proxy: { - real: "AccountId20", - forceProxyType: "Option", - call: "Call", - }, - add_proxy: { - delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", - }, - remove_proxy: { - delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + Blob: "Bytes", + }, + }, + /** Lookup140: xcm::v3::multiasset::MultiAssets */ + XcmV3MultiassetMultiAssets: "Vec", + /** Lookup142: xcm::v3::multiasset::MultiAsset */ + XcmV3MultiAsset: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetFungibility", + }, + /** Lookup143: xcm::v3::multiasset::AssetId */ + XcmV3MultiassetAssetId: { + _enum: { + Concrete: "StagingXcmV3MultiLocation", + Abstract: "[u8;32]", + }, + }, + /** Lookup144: staging_xcm::v3::multilocation::MultiLocation */ + StagingXcmV3MultiLocation: { + parents: "u8", + interior: "XcmV3Junctions", + }, + /** Lookup145: xcm::v3::junctions::Junctions */ + XcmV3Junctions: { + _enum: { + Here: "Null", + X1: "XcmV3Junction", + X2: "(XcmV3Junction,XcmV3Junction)", + X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + }, + }, + /** Lookup146: xcm::v3::junction::Junction */ + XcmV3Junction: { + _enum: { + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - remove_proxies: "Null", - create_pure: { - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", - index: "u16", + AccountIndex64: { + network: "Option", + index: "Compact", }, - kill_pure: { - spawner: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - index: "u16", - height: "Compact", - extIndex: "Compact", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - announce: { - real: "AccountId20", - callHash: "H256", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - remove_announcement: { - real: "AccountId20", - callHash: "H256", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, - reject_announcement: { - delegate: "AccountId20", - callHash: "H256", + GlobalConsensus: "XcmV3JunctionNetworkId", + }, + }, + /** Lookup148: xcm::v3::junction::NetworkId */ + XcmV3JunctionNetworkId: { + _enum: { + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - proxy_announced: { - delegate: "AccountId20", - real: "AccountId20", - forceProxyType: "Option", - call: "Call", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup144: pallet_maintenance_mode::pallet::Call */ - PalletMaintenanceModeCall: { - _enum: ["enter_maintenance_mode", "resume_normal_operation"], + /** Lookup149: xcm::v3::multiasset::Fungibility */ + XcmV3MultiassetFungibility: { + _enum: { + Fungible: "Compact", + NonFungible: "XcmV3MultiassetAssetInstance", + }, }, - /** Lookup145: pallet_identity::pallet::Call */ - PalletIdentityCall: { + /** Lookup150: xcm::v3::multiasset::AssetInstance */ + XcmV3MultiassetAssetInstance: { _enum: { - add_registrar: { - account: "AccountId20", + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + }, + }, + /** Lookup151: xcm::VersionedLocation */ + XcmVersionedLocation: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiLocation", + __Unused2: "Null", + V3: "StagingXcmV3MultiLocation", + V4: "StagingXcmV4Location", + }, + }, + /** Lookup152: pallet_assets::pallet::Event */ + PalletAssetsEvent: { + _enum: { + Created: { + assetId: "u128", + creator: "AccountId20", + owner: "AccountId20", }, - set_identity: { - info: "PalletIdentityLegacyIdentityInfo", + Issued: { + assetId: "u128", + owner: "AccountId20", + amount: "u128", }, - set_subs: { - subs: "Vec<(AccountId20,Data)>", + Transferred: { + assetId: "u128", + from: "AccountId20", + to: "AccountId20", + amount: "u128", }, - clear_identity: "Null", - request_judgement: { - regIndex: "Compact", - maxFee: "Compact", + Burned: { + assetId: "u128", + owner: "AccountId20", + balance: "u128", }, - cancel_request: { - regIndex: "u32", + TeamChanged: { + assetId: "u128", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - set_fee: { - index: "Compact", - fee: "Compact", + OwnerChanged: { + assetId: "u128", + owner: "AccountId20", }, - set_account_id: { - _alias: { - new_: "new", - }, - index: "Compact", - new_: "AccountId20", + Frozen: { + assetId: "u128", + who: "AccountId20", }, - set_fields: { - index: "Compact", - fields: "u64", + Thawed: { + assetId: "u128", + who: "AccountId20", }, - provide_judgement: { - regIndex: "Compact", - target: "AccountId20", - judgement: "PalletIdentityJudgement", - identity: "H256", + AssetFrozen: { + assetId: "u128", }, - kill_identity: { - target: "AccountId20", + AssetThawed: { + assetId: "u128", }, - add_sub: { - sub: "AccountId20", - data: "Data", + AccountsDestroyed: { + assetId: "u128", + accountsDestroyed: "u32", + accountsRemaining: "u32", }, - rename_sub: { - sub: "AccountId20", - data: "Data", + ApprovalsDestroyed: { + assetId: "u128", + approvalsDestroyed: "u32", + approvalsRemaining: "u32", }, - remove_sub: { - sub: "AccountId20", + DestructionStarted: { + assetId: "u128", }, - quit_sub: "Null", - add_username_authority: { - authority: "AccountId20", - suffix: "Bytes", - allocation: "u32", + Destroyed: { + assetId: "u128", }, - remove_username_authority: { - authority: "AccountId20", + ForceCreated: { + assetId: "u128", + owner: "AccountId20", }, - set_username_for: { - who: "AccountId20", - username: "Bytes", - signature: "Option", + MetadataSet: { + assetId: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - accept_username: { - username: "Bytes", + MetadataCleared: { + assetId: "u128", }, - remove_expired_approval: { - username: "Bytes", + ApprovedTransfer: { + assetId: "u128", + source: "AccountId20", + delegate: "AccountId20", + amount: "u128", }, - set_primary_username: { - username: "Bytes", + ApprovalCancelled: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", }, - remove_dangling_username: { - username: "Bytes", + TransferredApproved: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", + destination: "AccountId20", + amount: "u128", + }, + AssetStatusChanged: { + assetId: "u128", + }, + AssetMinBalanceChanged: { + assetId: "u128", + newMinBalance: "u128", + }, + Touched: { + assetId: "u128", + who: "AccountId20", + depositor: "AccountId20", + }, + Blocked: { + assetId: "u128", + who: "AccountId20", + }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", }, }, }, - /** Lookup146: pallet_identity::legacy::IdentityInfo */ - PalletIdentityLegacyIdentityInfo: { - additional: "Vec<(Data,Data)>", - display: "Data", - legal: "Data", - web: "Data", - riot: "Data", - email: "Data", - pgpFingerprint: "Option<[u8;20]>", - image: "Data", - twitter: "Data", - }, - /** Lookup184: pallet_identity::types::Judgement */ - PalletIdentityJudgement: { + /** Lookup153: orml_xtokens::module::Event */ + OrmlXtokensModuleEvent: { _enum: { - Unknown: "Null", - FeePaid: "u128", - Reasonable: "Null", - KnownGood: "Null", - OutOfDate: "Null", - LowQuality: "Null", - Erroneous: "Null", + TransferredAssets: { + sender: "AccountId20", + assets: "StagingXcmV4AssetAssets", + fee: "StagingXcmV4Asset", + dest: "StagingXcmV4Location", + }, }, }, - /** Lookup186: account::EthereumSignature */ - AccountEthereumSignature: "[u8;65]", - /** Lookup188: pallet_multisig::pallet::Call */ - PalletMultisigCall: { + /** Lookup154: pallet_asset_manager::pallet::Event */ + PalletAssetManagerEvent: { _enum: { - as_multi_threshold_1: { - otherSignatories: "Vec", - call: "Call", + ForeignAssetRegistered: { + assetId: "u128", + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", }, - as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - call: "Call", - maxWeight: "SpWeightsWeightV2Weight", + UnitsPerSecondChanged: "Null", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", }, - approve_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - callHash: "[u8;32]", - maxWeight: "SpWeightsWeightV2Weight", + ForeignAssetRemoved: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", }, - cancel_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - timepoint: "PalletMultisigTimepoint", - callHash: "[u8;32]", + SupportedAssetRemoved: { + assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + ForeignAssetDestroyed: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + LocalAssetDestroyed: { + assetId: "u128", }, }, }, - /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ - PalletMoonbeamLazyMigrationsCall: { + /** Lookup155: moonbase_runtime::xcm_config::AssetType */ + MoonbaseRuntimeXcmConfigAssetType: { _enum: { - __Unused0: "Null", - clear_suicided_storage: { - addresses: "Vec", - limit: "u32", - }, + Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup193: pallet_evm::pallet::Call */ - PalletEvmCall: { + /** Lookup156: moonbase_runtime::asset_config::AssetRegistrarMetadata */ + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", + }, + /** Lookup157: pallet_migrations::pallet::Event */ + PalletMigrationsEvent: { _enum: { - withdraw: { - address: "H160", - value: "u128", + RuntimeUpgradeStarted: "Null", + RuntimeUpgradeCompleted: { + weight: "SpWeightsWeightV2Weight", }, - call: { - source: "H160", - target: "H160", - input: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + MigrationStarted: { + migrationName: "Bytes", }, - create: { - source: "H160", - init: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + MigrationCompleted: { + migrationName: "Bytes", + consumedWeight: "SpWeightsWeightV2Weight", }, - create2: { - source: "H160", - init: "Bytes", - salt: "H256", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + FailedToSuspendIdleXcmExecution: { + error: "SpRuntimeDispatchError", + }, + FailedToResumeIdleXcmExecution: { + error: "SpRuntimeDispatchError", }, }, }, - /** Lookup199: pallet_ethereum::pallet::Call */ - PalletEthereumCall: { + /** Lookup158: pallet_xcm_transactor::pallet::Event */ + PalletXcmTransactorEvent: { _enum: { - transact: { - transaction: "EthereumTransactionTransactionV2", + TransactedDerivative: { + accountId: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", + index: "u16", }, - }, - }, - /** Lookup200: ethereum::transaction::TransactionV2 */ - EthereumTransactionTransactionV2: { - _enum: { - Legacy: "EthereumTransactionLegacyTransaction", - EIP2930: "EthereumTransactionEip2930Transaction", - EIP1559: "EthereumTransactionEip1559Transaction", - }, - }, - /** Lookup201: ethereum::transaction::LegacyTransaction */ - EthereumTransactionLegacyTransaction: { - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - signature: "EthereumTransactionTransactionSignature", - }, - /** Lookup202: ethereum::transaction::TransactionAction */ - EthereumTransactionTransactionAction: { - _enum: { - Call: "H160", - Create: "Null", - }, - }, - /** Lookup203: ethereum::transaction::TransactionSignature */ - EthereumTransactionTransactionSignature: { - v: "u64", - r: "H256", - s: "H256", - }, - /** Lookup205: ethereum::transaction::EIP2930Transaction */ - EthereumTransactionEip2930Transaction: { - chainId: "u64", - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", - }, - /** Lookup207: ethereum::transaction::AccessListItem */ - EthereumTransactionAccessListItem: { - address: "H160", - storageKeys: "Vec", - }, - /** Lookup208: ethereum::transaction::EIP1559Transaction */ - EthereumTransactionEip1559Transaction: { - chainId: "u64", - nonce: "U256", - maxPriorityFeePerGas: "U256", - maxFeePerGas: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", - }, - /** Lookup209: pallet_scheduler::pallet::Call */ - PalletSchedulerCall: { - _enum: { - schedule: { - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactedSovereign: { + feePayer: "Option", + dest: "StagingXcmV4Location", + call: "Bytes", }, - cancel: { - when: "u32", - index: "u32", + TransactedSigned: { + feePayer: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", }, - schedule_named: { - id: "[u8;32]", - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + RegisteredDerivative: { + accountId: "AccountId20", + index: "u16", }, - cancel_named: { - id: "[u8;32]", + DeRegisteredDerivative: { + index: "u16", }, - schedule_after: { - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactFailed: { + error: "XcmV3TraitsError", }, - schedule_named_after: { - id: "[u8;32]", - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + TransactInfoChanged: { + location: "StagingXcmV4Location", + remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", }, - set_retry: { - task: "(u32,u32)", - retries: "u8", - period: "u32", + TransactInfoRemoved: { + location: "StagingXcmV4Location", }, - set_retry_named: { - id: "[u8;32]", - retries: "u8", - period: "u32", + DestFeePerSecondChanged: { + location: "StagingXcmV4Location", + feePerSecond: "u128", }, - cancel_retry: { - task: "(u32,u32)", + DestFeePerSecondRemoved: { + location: "StagingXcmV4Location", }, - cancel_retry_named: { - id: "[u8;32]", + HrmpManagementSent: { + action: "PalletXcmTransactorHrmpOperation", }, }, }, - /** Lookup211: pallet_preimage::pallet::Call */ - PalletPreimageCall: { + /** Lookup159: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", + }, + /** Lookup161: pallet_xcm_transactor::pallet::HrmpOperation */ + PalletXcmTransactorHrmpOperation: { _enum: { - note_preimage: { - bytes: "Bytes", - }, - unnote_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - request_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - unrequest_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + InitOpen: "PalletXcmTransactorHrmpInitParams", + Accept: { + paraId: "u32", }, - ensure_updated: { - hashes: "Vec", + Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + Cancel: { + channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + openRequests: "u32", }, }, }, - /** Lookup212: pallet_conviction_voting::pallet::Call */ - PalletConvictionVotingCall: { + /** Lookup162: pallet_xcm_transactor::pallet::HrmpInitParams */ + PalletXcmTransactorHrmpInitParams: { + paraId: "u32", + proposedMaxCapacity: "u32", + proposedMaxMessageSize: "u32", + }, + /** Lookup164: polkadot_parachain_primitives::primitives::HrmpChannelId */ + PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { + sender: "u32", + recipient: "u32", + }, + /** Lookup165: pallet_moonbeam_orbiters::pallet::Event */ + PalletMoonbeamOrbitersEvent: { _enum: { - vote: { - pollIndex: "Compact", - vote: "PalletConvictionVotingVoteAccountVote", + OrbiterJoinCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - delegate: { - class: "u16", - to: "AccountId20", - conviction: "PalletConvictionVotingConviction", - balance: "u128", + OrbiterLeaveCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - undelegate: { - class: "u16", + OrbiterRewarded: { + account: "AccountId20", + rewards: "u128", }, - unlock: { - class: "u16", - target: "AccountId20", + OrbiterRotation: { + collator: "AccountId20", + oldOrbiter: "Option", + newOrbiter: "Option", }, - remove_vote: { - class: "Option", - index: "u32", + OrbiterRegistered: { + account: "AccountId20", + deposit: "u128", }, - remove_other_vote: { - target: "AccountId20", - class: "u16", - index: "u32", + OrbiterUnregistered: { + account: "AccountId20", }, }, }, - /** Lookup213: pallet_conviction_voting::vote::AccountVote */ - PalletConvictionVotingVoteAccountVote: { + /** Lookup166: pallet_ethereum_xcm::pallet::Event */ + PalletEthereumXcmEvent: { _enum: { - Standard: { - vote: "Vote", - balance: "u128", - }, - Split: { - aye: "u128", - nay: "u128", - }, - SplitAbstain: { - aye: "u128", - nay: "u128", - abstain: "u128", + ExecutedFromXcm: { + xcmMsgHash: "H256", + ethTxHash: "H256", }, }, }, - /** Lookup215: pallet_conviction_voting::conviction::Conviction */ - PalletConvictionVotingConviction: { - _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], - }, - /** Lookup217: pallet_referenda::pallet::Call */ - PalletReferendaCall: { + /** Lookup167: pallet_randomness::pallet::Event */ + PalletRandomnessEvent: { _enum: { - submit: { - proposalOrigin: "MoonriverRuntimeOriginCaller", - proposal: "FrameSupportPreimagesBounded", - enactmentMoment: "FrameSupportScheduleDispatchTime", + RandomnessRequestedBabeEpoch: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestEpoch: "u64", }, - place_decision_deposit: { - index: "u32", - }, - refund_decision_deposit: { - index: "u32", - }, - cancel: { - index: "u32", - }, - kill: { - index: "u32", - }, - nudge_referendum: { - index: "u32", + RandomnessRequestedLocal: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestBlock: "u32", }, - one_fewer_deciding: { - track: "u16", + RequestFulfilled: { + id: "u64", }, - refund_submission_deposit: { - index: "u32", + RequestFeeIncreased: { + id: "u64", + newFee: "u128", }, - set_metadata: { - index: "u32", - maybeHash: "Option", + RequestExpirationExecuted: { + id: "u64", }, }, }, - /** Lookup218: frame_support::traits::schedule::DispatchTime */ - FrameSupportScheduleDispatchTime: { - _enum: { - At: "u32", - After: "u32", - }, - }, - /** Lookup220: pallet_whitelist::pallet::Call */ - PalletWhitelistCall: { + /** Lookup168: pallet_collective::pallet::Event */ + PalletCollectiveEvent: { _enum: { - whitelist_call: { - callHash: "H256", - }, - remove_whitelisted_call: { - callHash: "H256", - }, - dispatch_whitelisted_call: { - callHash: "H256", - callEncodedLen: "u32", - callWeightWitness: "SpWeightsWeightV2Weight", - }, - dispatch_whitelisted_call_with_preimage: { - call: "Call", + Proposed: { + account: "AccountId20", + proposalIndex: "u32", + proposalHash: "H256", + threshold: "u32", }, - }, - }, - /** Lookup221: pallet_collective::pallet::Call */ - PalletCollectiveCall: { - _enum: { - set_members: { - newMembers: "Vec", - prime: "Option", - oldCount: "u32", + Voted: { + account: "AccountId20", + proposalHash: "H256", + voted: "bool", + yes: "u32", + no: "u32", }, - execute: { - proposal: "Call", - lengthBound: "Compact", + Approved: { + proposalHash: "H256", }, - propose: { - threshold: "Compact", - proposal: "Call", - lengthBound: "Compact", + Disapproved: { + proposalHash: "H256", }, - vote: { - proposal: "H256", - index: "Compact", - approve: "bool", + Executed: { + proposalHash: "H256", + result: "Result", }, - __Unused4: "Null", - disapprove_proposal: { + MemberExecuted: { proposalHash: "H256", + result: "Result", }, - close: { + Closed: { proposalHash: "H256", - index: "Compact", - proposalWeightBound: "SpWeightsWeightV2Weight", - lengthBound: "Compact", + yes: "u32", + no: "u32", }, }, }, - /** Lookup223: pallet_treasury::pallet::Call */ - PalletTreasuryCall: { + /** Lookup169: pallet_conviction_voting::pallet::Event */ + PalletConvictionVotingEvent: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", + Delegated: "(AccountId20,AccountId20)", + Undelegated: "AccountId20", + }, + }, + /** Lookup170: pallet_referenda::pallet::Event */ + PalletReferendaEvent: { + _enum: { + Submitted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", }, - reject_proposal: { - proposalId: "Compact", + DecisionDepositPlaced: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - approve_proposal: { - proposalId: "Compact", + DecisionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - spend_local: { - amount: "Compact", - beneficiary: "AccountId20", + DepositSlashed: { + who: "AccountId20", + amount: "u128", }, - remove_approval: { - proposalId: "Compact", + DecisionStarted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + tally: "PalletConvictionVotingTally", }, - spend: { - assetKind: "Null", - amount: "Compact", - beneficiary: "AccountId20", - validFrom: "Option", + ConfirmStarted: { + index: "u32", }, - payout: { + ConfirmAborted: { index: "u32", }, - check_status: { + Confirmed: { index: "u32", + tally: "PalletConvictionVotingTally", }, - void_spend: { + Approved: { index: "u32", }, - }, - }, - /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ - PalletCrowdloanRewardsCall: { - _enum: { - associate_native_identity: { - rewardAccount: "AccountId20", - relayAccount: "[u8;32]", - proof: "SpRuntimeMultiSignature", + Rejected: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - change_association_with_relay_keys: { - rewardAccount: "AccountId20", - previousAccount: "AccountId20", - proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + TimedOut: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - claim: "Null", - update_reward_address: { - newRewardAccount: "AccountId20", + Cancelled: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - complete_initialization: { - leaseEndingBlock: "u32", + Killed: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - initialize_reward_vec: { - rewards: "Vec<([u8;32],Option,u128)>", + SubmissionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + MetadataSet: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", + }, + MetadataCleared: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", }, }, }, - /** Lookup226: sp_runtime::MultiSignature */ - SpRuntimeMultiSignature: { + /** + * Lookup171: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { _enum: { - Ed25519: "[u8;64]", - Sr25519: "[u8;64]", - Ecdsa: "[u8;65]", + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, }, }, - /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup233: pallet_xcm::pallet::Call */ - PalletXcmCall: { + /** Lookup173: frame_system::pallet::Call */ + FrameSystemCall: { _enum: { - send: { - dest: "XcmVersionedLocation", - message: "XcmVersionedXcm", - }, - teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + remark: { + remark: "Bytes", }, - reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + set_heap_pages: { + pages: "u64", }, - execute: { - message: "XcmVersionedXcm", - maxWeight: "SpWeightsWeightV2Weight", + set_code: { + code: "Bytes", }, - force_xcm_version: { - location: "StagingXcmV4Location", - version: "u32", + set_code_without_checks: { + code: "Bytes", }, - force_default_xcm_version: { - maybeXcmVersion: "Option", + set_storage: { + items: "Vec<(Bytes,Bytes)>", }, - force_subscribe_version_notify: { - location: "XcmVersionedLocation", + kill_storage: { + _alias: { + keys_: "keys", + }, + keys_: "Vec", }, - force_unsubscribe_version_notify: { - location: "XcmVersionedLocation", + kill_prefix: { + prefix: "Bytes", + subkeys: "u32", }, - limited_reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + remark_with_event: { + remark: "Bytes", }, - limited_teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + __Unused8: "Null", + authorize_upgrade: { + codeHash: "H256", }, - force_suspension: { - suspended: "bool", + authorize_upgrade_without_checks: { + codeHash: "H256", }, - transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + apply_authorized_upgrade: { + code: "Bytes", }, - claim_assets: { - assets: "XcmVersionedAssets", - beneficiary: "XcmVersionedLocation", + }, + }, + /** Lookup177: pallet_utility::pallet::Call */ + PalletUtilityCall: { + _enum: { + batch: { + calls: "Vec", }, - transfer_assets_using_type_and_then: { - dest: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", - remoteFeesId: "XcmVersionedAssetId", - feesTransferType: "StagingXcmExecutorAssetTransferTransferType", - customXcmOnDest: "XcmVersionedXcm", - weightLimit: "XcmV3WeightLimit", + as_derivative: { + index: "u16", + call: "Call", + }, + batch_all: { + calls: "Vec", + }, + dispatch_as: { + asOrigin: "MoonbaseRuntimeOriginCaller", + call: "Call", + }, + force_batch: { + calls: "Vec", + }, + with_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup234: xcm::VersionedLocation */ - XcmVersionedLocation: { + /** Lookup179: moonbase_runtime::OriginCaller */ + MoonbaseRuntimeOriginCaller: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiLocation", + system: "FrameSupportDispatchRawOrigin", + __Unused1: "Null", __Unused2: "Null", - V3: "StagingXcmV3MultiLocation", - V4: "StagingXcmV4Location", + __Unused3: "Null", + __Unused4: "Null", + __Unused5: "Null", + __Unused6: "Null", + __Unused7: "Null", + Void: "SpCoreVoid", + __Unused9: "Null", + __Unused10: "Null", + Ethereum: "PalletEthereumRawOrigin", + __Unused12: "Null", + __Unused13: "Null", + __Unused14: "Null", + __Unused15: "Null", + __Unused16: "Null", + __Unused17: "Null", + __Unused18: "Null", + __Unused19: "Null", + __Unused20: "Null", + __Unused21: "Null", + __Unused22: "Null", + __Unused23: "Null", + __Unused24: "Null", + __Unused25: "Null", + CumulusXcm: "CumulusPalletXcmOrigin", + __Unused27: "Null", + PolkadotXcm: "PalletXcmOrigin", + __Unused29: "Null", + __Unused30: "Null", + __Unused31: "Null", + __Unused32: "Null", + __Unused33: "Null", + __Unused34: "Null", + __Unused35: "Null", + __Unused36: "Null", + __Unused37: "Null", + EthereumXcm: "PalletEthereumXcmRawOrigin", + __Unused39: "Null", + TreasuryCouncilCollective: "PalletCollectiveRawOrigin", + __Unused41: "Null", + __Unused42: "Null", + Origins: "MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin", + __Unused44: "Null", + __Unused45: "Null", + OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", }, }, - /** Lookup235: xcm::v2::multilocation::MultiLocation */ - XcmV2MultiLocation: { - parents: "u8", - interior: "XcmV2MultilocationJunctions", + /** Lookup180: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + FrameSupportDispatchRawOrigin: { + _enum: { + Root: "Null", + Signed: "AccountId20", + None: "Null", + }, }, - /** Lookup236: xcm::v2::multilocation::Junctions */ - XcmV2MultilocationJunctions: { + /** Lookup181: pallet_ethereum::RawOrigin */ + PalletEthereumRawOrigin: { _enum: { - Here: "Null", - X1: "XcmV2Junction", - X2: "(XcmV2Junction,XcmV2Junction)", - X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + EthereumTransaction: "H160", }, }, - /** Lookup237: xcm::v2::junction::Junction */ - XcmV2Junction: { + /** Lookup182: cumulus_pallet_xcm::pallet::Origin */ + CumulusPalletXcmOrigin: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "XcmV2NetworkId", - id: "[u8;32]", - }, - AccountIndex64: { - network: "XcmV2NetworkId", - index: "Compact", - }, - AccountKey20: { - network: "XcmV2NetworkId", - key: "[u8;20]", - }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: "Bytes", - OnlyChild: "Null", - Plurality: { - id: "XcmV2BodyId", - part: "XcmV2BodyPart", - }, + Relay: "Null", + SiblingParachain: "u32", }, }, - /** Lookup238: xcm::v2::NetworkId */ - XcmV2NetworkId: { + /** Lookup183: pallet_xcm::pallet::Origin */ + PalletXcmOrigin: { _enum: { - Any: "Null", - Named: "Bytes", - Polkadot: "Null", - Kusama: "Null", + Xcm: "StagingXcmV4Location", + Response: "StagingXcmV4Location", }, }, - /** Lookup240: xcm::v2::BodyId */ - XcmV2BodyId: { + /** Lookup184: pallet_ethereum_xcm::RawOrigin */ + PalletEthereumXcmRawOrigin: { _enum: { - Unit: "Null", - Named: "Bytes", - Index: "Compact", - Executive: "Null", - Technical: "Null", - Legislative: "Null", - Judicial: "Null", - Defense: "Null", - Administration: "Null", - Treasury: "Null", + XcmEthereumTransaction: "H160", }, }, - /** Lookup241: xcm::v2::BodyPart */ - XcmV2BodyPart: { + /** Lookup185: pallet_collective::RawOrigin */ + PalletCollectiveRawOrigin: { _enum: { - Voice: "Null", - Members: { - count: "Compact", - }, - Fraction: { - nom: "Compact", - denom: "Compact", - }, - AtLeastProportion: { - nom: "Compact", - denom: "Compact", - }, - MoreThanProportion: { - nom: "Compact", - denom: "Compact", - }, + Members: "(u32,u32)", + Member: "AccountId20", + _Phantom: "Null", }, }, - /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ - StagingXcmV3MultiLocation: { - parents: "u8", - interior: "XcmV3Junctions", + /** Lookup186: moonbase_runtime::governance::origins::custom_origins::Origin */ + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { + _enum: [ + "WhitelistedCaller", + "GeneralAdmin", + "ReferendumCanceller", + "ReferendumKiller", + "FastGeneralAdmin", + ], }, - /** Lookup243: xcm::v3::junctions::Junctions */ - XcmV3Junctions: { + /** Lookup188: sp_core::Void */ + SpCoreVoid: "Null", + /** Lookup189: pallet_timestamp::pallet::Call */ + PalletTimestampCall: { _enum: { - Here: "Null", - X1: "XcmV3Junction", - X2: "(XcmV3Junction,XcmV3Junction)", - X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + set: { + now: "Compact", + }, }, }, - /** Lookup244: xcm::v3::junction::Junction */ - XcmV3Junction: { + /** Lookup190: pallet_balances::pallet::Call */ + PalletBalancesCall: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "Option", - id: "[u8;32]", - }, - AccountIndex64: { - network: "Option", - index: "Compact", + transfer_allow_death: { + dest: "AccountId20", + value: "Compact", }, - AccountKey20: { - network: "Option", - key: "[u8;20]", + __Unused1: "Null", + force_transfer: { + source: "AccountId20", + dest: "AccountId20", + value: "Compact", }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", + transfer_keep_alive: { + dest: "AccountId20", + value: "Compact", }, - OnlyChild: "Null", - Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + transfer_all: { + dest: "AccountId20", + keepAlive: "bool", }, - GlobalConsensus: "XcmV3JunctionNetworkId", - }, - }, - /** Lookup246: xcm::v3::junction::NetworkId */ - XcmV3JunctionNetworkId: { - _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", + force_unreserve: { + who: "AccountId20", + amount: "u128", }, - Polkadot: "Null", - Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", + upgrade_accounts: { + who: "Vec", + }, + __Unused7: "Null", + force_set_balance: { + who: "AccountId20", + newFree: "Compact", + }, + force_adjust_total_issuance: { + direction: "PalletBalancesAdjustmentDirection", + delta: "Compact", + }, + burn: { + value: "Compact", + keepAlive: "bool", }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", }, }, - /** Lookup247: xcm::VersionedXcm */ - XcmVersionedXcm: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Xcm", - V3: "XcmV3Xcm", - V4: "StagingXcmV4Xcm", - }, + /** Lookup192: pallet_balances::types::AdjustmentDirection */ + PalletBalancesAdjustmentDirection: { + _enum: ["Increase", "Decrease"], }, - /** Lookup248: xcm::v2::Xcm */ - XcmV2Xcm: "Vec", - /** Lookup250: xcm::v2::Instruction */ - XcmV2Instruction: { + /** Lookup193: pallet_sudo::pallet::Call */ + PalletSudoCall: { _enum: { - WithdrawAsset: "XcmV2MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV2Response", - maxWeight: "Compact", - }, - TransferAsset: { - assets: "XcmV2MultiassetMultiAssets", - beneficiary: "XcmV2MultiLocation", - }, - TransferReserveAsset: { - assets: "XcmV2MultiassetMultiAssets", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", - }, - Transact: { - originType: "XcmV2OriginKind", - requireWeightAtMost: "Compact", - call: "XcmDoubleEncoded", - }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", - }, - HrmpChannelAccepted: { - recipient: "Compact", + sudo: { + call: "Call", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + sudo_unchecked_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV2MultilocationJunctions", - ReportError: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - maxResponseWeight: "Compact", + set_key: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - DepositAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - beneficiary: "XcmV2MultiLocation", + sudo_as: { + who: "AccountId20", + call: "Call", }, - DepositReserveAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + remove_key: "Null", + }, + }, + /** Lookup194: cumulus_pallet_parachain_system::pallet::Call */ + CumulusPalletParachainSystemCall: { + _enum: { + set_validation_data: { + data: "CumulusPrimitivesParachainInherentParachainInherentData", }, - ExchangeAsset: { - give: "XcmV2MultiassetMultiAssetFilter", - receive: "XcmV2MultiassetMultiAssets", + sudo_send_upward_message: { + message: "Bytes", }, - InitiateReserveWithdraw: { - assets: "XcmV2MultiassetMultiAssetFilter", - reserve: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + authorize_upgrade: { + codeHash: "H256", + checkVersion: "bool", }, - InitiateTeleport: { - assets: "XcmV2MultiassetMultiAssetFilter", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + enact_authorized_upgrade: { + code: "Bytes", }, - QueryHolding: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - assets: "XcmV2MultiassetMultiAssetFilter", - maxResponseWeight: "Compact", + }, + }, + /** Lookup195: cumulus_primitives_parachain_inherent::ParachainInherentData */ + CumulusPrimitivesParachainInherentParachainInherentData: { + validationData: "PolkadotPrimitivesV7PersistedValidationData", + relayChainState: "SpTrieStorageProof", + downwardMessages: "Vec", + horizontalMessages: "BTreeMap>", + }, + /** Lookup196: polkadot_primitives::v7::PersistedValidationData */ + PolkadotPrimitivesV7PersistedValidationData: { + parentHead: "Bytes", + relayParentNumber: "u32", + relayParentStorageRoot: "H256", + maxPovSize: "u32", + }, + /** Lookup198: sp_trie::storage_proof::StorageProof */ + SpTrieStorageProof: { + trieNodes: "BTreeSet", + }, + /** Lookup201: polkadot_core_primitives::InboundDownwardMessage */ + PolkadotCorePrimitivesInboundDownwardMessage: { + sentAt: "u32", + msg: "Bytes", + }, + /** Lookup204: polkadot_core_primitives::InboundHrmpMessage */ + PolkadotCorePrimitivesInboundHrmpMessage: { + sentAt: "u32", + data: "Bytes", + }, + /** Lookup207: pallet_evm::pallet::Call */ + PalletEvmCall: { + _enum: { + withdraw: { + address: "H160", + value: "u128", }, - BuyExecution: { - fees: "XcmV2MultiAsset", - weightLimit: "XcmV2WeightLimit", + call: { + source: "H160", + target: "H160", + input: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV2Xcm", - SetAppendix: "XcmV2Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV2MultiassetMultiAssets", - ticket: "XcmV2MultiLocation", + create: { + source: "H160", + init: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "Compact", + create2: { + source: "H160", + init: "Bytes", + salt: "H256", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - UnsubscribeVersion: "Null", }, }, - /** Lookup251: xcm::v2::multiasset::MultiAssets */ - XcmV2MultiassetMultiAssets: "Vec", - /** Lookup253: xcm::v2::multiasset::MultiAsset */ - XcmV2MultiAsset: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetFungibility", - }, - /** Lookup254: xcm::v2::multiasset::AssetId */ - XcmV2MultiassetAssetId: { + /** Lookup213: pallet_ethereum::pallet::Call */ + PalletEthereumCall: { _enum: { - Concrete: "XcmV2MultiLocation", - Abstract: "Bytes", + transact: { + transaction: "EthereumTransactionTransactionV2", + }, }, }, - /** Lookup255: xcm::v2::multiasset::Fungibility */ - XcmV2MultiassetFungibility: { + /** Lookup214: ethereum::transaction::TransactionV2 */ + EthereumTransactionTransactionV2: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV2MultiassetAssetInstance", + Legacy: "EthereumTransactionLegacyTransaction", + EIP2930: "EthereumTransactionEip2930Transaction", + EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup256: xcm::v2::multiasset::AssetInstance */ - XcmV2MultiassetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - Blob: "Bytes", - }, + /** Lookup215: ethereum::transaction::LegacyTransaction */ + EthereumTransactionLegacyTransaction: { + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + signature: "EthereumTransactionTransactionSignature", }, - /** Lookup257: xcm::v2::Response */ - XcmV2Response: { + /** Lookup216: ethereum::transaction::TransactionAction */ + EthereumTransactionTransactionAction: { _enum: { - Null: "Null", - Assets: "XcmV2MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV2TraitsError)>", - Version: "u32", + Call: "H160", + Create: "Null", }, }, - /** Lookup260: xcm::v2::traits::Error */ - XcmV2TraitsError: { - _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - MultiLocationFull: "Null", - MultiLocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - UnhandledXcmVersion: "Null", - WeightLimitReached: "u64", - Barrier: "Null", - WeightNotComputable: "Null", - }, + /** Lookup217: ethereum::transaction::TransactionSignature */ + EthereumTransactionTransactionSignature: { + v: "u64", + r: "H256", + s: "H256", }, - /** Lookup261: xcm::v2::OriginKind */ - XcmV2OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + /** Lookup219: ethereum::transaction::EIP2930Transaction */ + EthereumTransactionEip2930Transaction: { + chainId: "u64", + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", }, - /** Lookup262: xcm::double_encoded::DoubleEncoded */ - XcmDoubleEncoded: { - encoded: "Bytes", + /** Lookup221: ethereum::transaction::AccessListItem */ + EthereumTransactionAccessListItem: { + address: "H160", + storageKeys: "Vec", }, - /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ - XcmV2MultiassetMultiAssetFilter: { - _enum: { - Definite: "XcmV2MultiassetMultiAssets", - Wild: "XcmV2MultiassetWildMultiAsset", - }, + /** Lookup222: ethereum::transaction::EIP1559Transaction */ + EthereumTransactionEip1559Transaction: { + chainId: "u64", + nonce: "U256", + maxPriorityFeePerGas: "U256", + maxFeePerGas: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", }, - /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ - XcmV2MultiassetWildMultiAsset: { + /** Lookup223: pallet_parachain_staking::pallet::Call */ + PalletParachainStakingCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetWildFungibility", + set_staking_expectations: { + expectations: { + min: "u128", + ideal: "u128", + max: "u128", + }, }, - }, - }, - /** Lookup265: xcm::v2::multiasset::WildFungibility */ - XcmV2MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup266: xcm::v2::WeightLimit */ - XcmV2WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "Compact", - }, - }, - /** Lookup267: xcm::v3::Xcm */ - XcmV3Xcm: "Vec", - /** Lookup269: xcm::v3::Instruction */ - XcmV3Instruction: { - _enum: { - WithdrawAsset: "XcmV3MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV3Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", + set_inflation: { + schedule: { + min: "Perbill", + ideal: "Perbill", + max: "Perbill", + }, }, - TransferAsset: { - assets: "XcmV3MultiassetMultiAssets", - beneficiary: "StagingXcmV3MultiLocation", + set_parachain_bond_account: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - TransferReserveAsset: { - assets: "XcmV3MultiassetMultiAssets", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + set_parachain_bond_reserve_percent: { + _alias: { + new_: "new", + }, + new_: "Percent", }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + set_total_selected: { + _alias: { + new_: "new", + }, + new_: "u32", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + set_collator_commission: { + _alias: { + new_: "new", + }, + new_: "Perbill", }, - HrmpChannelAccepted: { - recipient: "Compact", + set_blocks_per_round: { + _alias: { + new_: "new", + }, + new_: "u32", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + join_candidates: { + bond: "u128", + candidateCount: "u32", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV3Junctions", - ReportError: "XcmV3QueryResponseInfo", - DepositAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - beneficiary: "StagingXcmV3MultiLocation", + schedule_leave_candidates: { + candidateCount: "u32", }, - DepositReserveAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + execute_leave_candidates: { + candidate: "AccountId20", + candidateDelegationCount: "u32", }, - ExchangeAsset: { - give: "XcmV3MultiassetMultiAssetFilter", - want: "XcmV3MultiassetMultiAssets", - maximal: "bool", + cancel_leave_candidates: { + candidateCount: "u32", }, - InitiateReserveWithdraw: { - assets: "XcmV3MultiassetMultiAssetFilter", - reserve: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + go_offline: "Null", + go_online: "Null", + candidate_bond_more: { + more: "u128", }, - InitiateTeleport: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + schedule_candidate_bond_less: { + less: "u128", }, - ReportHolding: { - responseInfo: "XcmV3QueryResponseInfo", - assets: "XcmV3MultiassetMultiAssetFilter", + execute_candidate_bond_less: { + candidate: "AccountId20", }, - BuyExecution: { - fees: "XcmV3MultiAsset", - weightLimit: "XcmV3WeightLimit", + cancel_candidate_bond_less: "Null", + delegate: { + candidate: "AccountId20", + amount: "u128", + candidateDelegationCount: "u32", + delegationCount: "u32", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV3Xcm", - SetAppendix: "XcmV3Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV3MultiassetMultiAssets", - ticket: "StagingXcmV3MultiLocation", + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + removed_call_19: "Null", + removed_call_20: "Null", + removed_call_21: "Null", + schedule_revoke_delegation: { + collator: "AccountId20", }, - UnsubscribeVersion: "Null", - BurnAsset: "XcmV3MultiassetMultiAssets", - ExpectAsset: "XcmV3MultiassetMultiAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "XcmV3QueryResponseInfo", + delegator_bond_more: { + candidate: "AccountId20", + more: "u128", }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + schedule_delegator_bond_less: { + candidate: "AccountId20", + less: "u128", }, - ReportTransactStatus: "XcmV3QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "XcmV3Junction", - ExportMessage: { - network: "XcmV3JunctionNetworkId", - destination: "XcmV3Junctions", - xcm: "XcmV3Xcm", + execute_delegation_request: { + delegator: "AccountId20", + candidate: "AccountId20", }, - LockAsset: { - asset: "XcmV3MultiAsset", - unlocker: "StagingXcmV3MultiLocation", + cancel_delegation_request: { + candidate: "AccountId20", }, - UnlockAsset: { - asset: "XcmV3MultiAsset", - target: "StagingXcmV3MultiLocation", + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", }, - NoteUnlockable: { - asset: "XcmV3MultiAsset", - owner: "StagingXcmV3MultiLocation", + hotfix_remove_delegation_requests_exited_candidates: { + candidates: "Vec", }, - RequestUnlock: { - asset: "XcmV3MultiAsset", - locker: "StagingXcmV3MultiLocation", + notify_inactive_collator: { + collator: "AccountId20", }, - SetFeesMode: { - jitWithdraw: "bool", + enable_marking_offline: { + value: "bool", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV3MultiLocation", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + force_join_candidates: { + account: "AccountId20", + bond: "u128", + candidateCount: "u32", }, }, }, - /** Lookup270: xcm::v3::multiasset::MultiAssets */ - XcmV3MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v3::multiasset::MultiAsset */ - XcmV3MultiAsset: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetFungibility", - }, - /** Lookup273: xcm::v3::multiasset::AssetId */ - XcmV3MultiassetAssetId: { + /** Lookup226: pallet_scheduler::pallet::Call */ + PalletSchedulerCall: { _enum: { - Concrete: "StagingXcmV3MultiLocation", - Abstract: "[u8;32]", + schedule: { + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel: { + when: "u32", + index: "u32", + }, + schedule_named: { + id: "[u8;32]", + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel_named: { + id: "[u8;32]", + }, + schedule_after: { + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + schedule_named_after: { + id: "[u8;32]", + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + set_retry: { + task: "(u32,u32)", + retries: "u8", + period: "u32", + }, + set_retry_named: { + id: "[u8;32]", + retries: "u8", + period: "u32", + }, + cancel_retry: { + task: "(u32,u32)", + }, + cancel_retry_named: { + id: "[u8;32]", + }, }, }, - /** Lookup274: xcm::v3::multiasset::Fungibility */ - XcmV3MultiassetFungibility: { + /** Lookup228: pallet_treasury::pallet::Call */ + PalletTreasuryCall: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV3MultiassetAssetInstance", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + spend_local: { + amount: "Compact", + beneficiary: "AccountId20", + }, + remove_approval: { + proposalId: "Compact", + }, + spend: { + assetKind: "Null", + amount: "Compact", + beneficiary: "AccountId20", + validFrom: "Option", + }, + payout: { + index: "u32", + }, + check_status: { + index: "u32", + }, + void_spend: { + index: "u32", + }, }, }, - /** Lookup275: xcm::v3::multiasset::AssetInstance */ - XcmV3MultiassetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, + /** Lookup230: pallet_author_inherent::pallet::Call */ + PalletAuthorInherentCall: { + _enum: ["kick_off_authorship_validation"], }, - /** Lookup276: xcm::v3::Response */ - XcmV3Response: { + /** Lookup231: pallet_author_slot_filter::pallet::Call */ + PalletAuthorSlotFilterCall: { _enum: { - Null: "Null", - Assets: "XcmV3MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", + set_eligible: { + _alias: { + new_: "new", + }, + new_: "u32", + }, }, }, - /** Lookup279: xcm::v3::traits::Error */ - XcmV3TraitsError: { + /** Lookup232: pallet_crowdloan_rewards::pallet::Call */ + PalletCrowdloanRewardsCall: { _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - LocationFull: "Null", - LocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - ExpectationFalse: "Null", - PalletNotFound: "Null", - NameMismatch: "Null", - VersionIncompatible: "Null", - HoldingWouldOverflow: "Null", - ExportError: "Null", - ReanchorFailed: "Null", - NoDeal: "Null", - FeesNotMet: "Null", - LockError: "Null", - NoPermission: "Null", - Unanchored: "Null", - NotDepositable: "Null", - UnhandledXcmVersion: "Null", - WeightLimitReached: "SpWeightsWeightV2Weight", - Barrier: "Null", - WeightNotComputable: "Null", - ExceedsStackLimit: "Null", + associate_native_identity: { + rewardAccount: "AccountId20", + relayAccount: "[u8;32]", + proof: "SpRuntimeMultiSignature", + }, + change_association_with_relay_keys: { + rewardAccount: "AccountId20", + previousAccount: "AccountId20", + proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + }, + claim: "Null", + update_reward_address: { + newRewardAccount: "AccountId20", + }, + complete_initialization: { + leaseEndingBlock: "u32", + }, + initialize_reward_vec: { + rewards: "Vec<([u8;32],Option,u128)>", + }, }, }, - /** Lookup281: xcm::v3::PalletInfo */ - XcmV3PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup284: xcm::v3::MaybeErrorCode */ - XcmV3MaybeErrorCode: { + /** Lookup233: sp_runtime::MultiSignature */ + SpRuntimeMultiSignature: { _enum: { - Success: "Null", - Error: "Bytes", - TruncatedError: "Bytes", + Ed25519: "[u8;64]", + Sr25519: "[u8;64]", + Ecdsa: "[u8;65]", }, }, - /** Lookup287: xcm::v3::QueryResponseInfo */ - XcmV3QueryResponseInfo: { - destination: "StagingXcmV3MultiLocation", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", - }, - /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ - XcmV3MultiassetMultiAssetFilter: { - _enum: { - Definite: "XcmV3MultiassetMultiAssets", - Wild: "XcmV3MultiassetWildMultiAsset", - }, - }, - /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ - XcmV3MultiassetWildMultiAsset: { + /** Lookup240: pallet_author_mapping::pallet::Call */ + PalletAuthorMappingCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", + add_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", }, - AllCounted: "Compact", - AllOfCounted: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", - count: "Compact", + update_association: { + oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + clear_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + remove_keys: "Null", + set_keys: { + _alias: { + keys_: "keys", + }, + keys_: "Bytes", }, }, }, - /** Lookup290: xcm::v3::multiasset::WildFungibility */ - XcmV3MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup291: xcm::v3::WeightLimit */ - XcmV3WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "SpWeightsWeightV2Weight", - }, - }, - /** Lookup292: staging_xcm::v4::Xcm */ - StagingXcmV4Xcm: "Vec", - /** Lookup294: staging_xcm::v4::Instruction */ - StagingXcmV4Instruction: { + /** Lookup241: pallet_proxy::pallet::Call */ + PalletProxyCall: { _enum: { - WithdrawAsset: "StagingXcmV4AssetAssets", - ReserveAssetDeposited: "StagingXcmV4AssetAssets", - ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", - QueryResponse: { - queryId: "Compact", - response: "StagingXcmV4Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", - }, - TransferAsset: { - assets: "StagingXcmV4AssetAssets", - beneficiary: "StagingXcmV4Location", + proxy: { + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - TransferReserveAsset: { - assets: "StagingXcmV4AssetAssets", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + add_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + remove_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + remove_proxies: "Null", + create_pure: { + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + index: "u16", }, - HrmpChannelAccepted: { - recipient: "Compact", + kill_pure: { + spawner: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + index: "u16", + height: "Compact", + extIndex: "Compact", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + announce: { + real: "AccountId20", + callHash: "H256", }, - ClearOrigin: "Null", - DescendOrigin: "StagingXcmV4Junctions", - ReportError: "StagingXcmV4QueryResponseInfo", - DepositAsset: { - assets: "StagingXcmV4AssetAssetFilter", - beneficiary: "StagingXcmV4Location", + remove_announcement: { + real: "AccountId20", + callHash: "H256", }, - DepositReserveAsset: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + reject_announcement: { + delegate: "AccountId20", + callHash: "H256", }, - ExchangeAsset: { - give: "StagingXcmV4AssetAssetFilter", - want: "StagingXcmV4AssetAssets", - maximal: "bool", + proxy_announced: { + delegate: "AccountId20", + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - InitiateReserveWithdraw: { - assets: "StagingXcmV4AssetAssetFilter", - reserve: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + }, + }, + /** Lookup243: pallet_maintenance_mode::pallet::Call */ + PalletMaintenanceModeCall: { + _enum: ["enter_maintenance_mode", "resume_normal_operation"], + }, + /** Lookup244: pallet_identity::pallet::Call */ + PalletIdentityCall: { + _enum: { + add_registrar: { + account: "AccountId20", }, - InitiateTeleport: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + set_identity: { + info: "PalletIdentityLegacyIdentityInfo", }, - ReportHolding: { - responseInfo: "StagingXcmV4QueryResponseInfo", - assets: "StagingXcmV4AssetAssetFilter", + set_subs: { + subs: "Vec<(AccountId20,Data)>", }, - BuyExecution: { - fees: "StagingXcmV4Asset", - weightLimit: "XcmV3WeightLimit", + clear_identity: "Null", + request_judgement: { + regIndex: "Compact", + maxFee: "Compact", }, - RefundSurplus: "Null", - SetErrorHandler: "StagingXcmV4Xcm", - SetAppendix: "StagingXcmV4Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "StagingXcmV4AssetAssets", - ticket: "StagingXcmV4Location", + cancel_request: { + regIndex: "u32", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + set_fee: { + index: "Compact", + fee: "Compact", }, - UnsubscribeVersion: "Null", - BurnAsset: "StagingXcmV4AssetAssets", - ExpectAsset: "StagingXcmV4AssetAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "StagingXcmV4QueryResponseInfo", + set_account_id: { + _alias: { + new_: "new", + }, + index: "Compact", + new_: "AccountId20", }, - ExpectPallet: { + set_fields: { index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + fields: "u64", }, - ReportTransactStatus: "StagingXcmV4QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "StagingXcmV4Junction", - ExportMessage: { - network: "StagingXcmV4JunctionNetworkId", - destination: "StagingXcmV4Junctions", - xcm: "StagingXcmV4Xcm", + provide_judgement: { + regIndex: "Compact", + target: "AccountId20", + judgement: "PalletIdentityJudgement", + identity: "H256", }, - LockAsset: { - asset: "StagingXcmV4Asset", - unlocker: "StagingXcmV4Location", + kill_identity: { + target: "AccountId20", }, - UnlockAsset: { - asset: "StagingXcmV4Asset", - target: "StagingXcmV4Location", + add_sub: { + sub: "AccountId20", + data: "Data", }, - NoteUnlockable: { - asset: "StagingXcmV4Asset", - owner: "StagingXcmV4Location", + rename_sub: { + sub: "AccountId20", + data: "Data", }, - RequestUnlock: { - asset: "StagingXcmV4Asset", - locker: "StagingXcmV4Location", + remove_sub: { + sub: "AccountId20", }, - SetFeesMode: { - jitWithdraw: "bool", + quit_sub: "Null", + add_username_authority: { + authority: "AccountId20", + suffix: "Bytes", + allocation: "u32", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV4Location", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + remove_username_authority: { + authority: "AccountId20", + }, + set_username_for: { + who: "AccountId20", + username: "Bytes", + signature: "Option", + }, + accept_username: { + username: "Bytes", + }, + remove_expired_approval: { + username: "Bytes", + }, + set_primary_username: { + username: "Bytes", + }, + remove_dangling_username: { + username: "Bytes", }, }, }, - /** Lookup295: staging_xcm::v4::asset::Assets */ - StagingXcmV4AssetAssets: "Vec", - /** Lookup297: staging_xcm::v4::asset::Asset */ - StagingXcmV4Asset: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetFungibility", - }, - /** Lookup298: staging_xcm::v4::asset::AssetId */ - StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup299: staging_xcm::v4::asset::Fungibility */ - StagingXcmV4AssetFungibility: { - _enum: { - Fungible: "Compact", - NonFungible: "StagingXcmV4AssetAssetInstance", - }, - }, - /** Lookup300: staging_xcm::v4::asset::AssetInstance */ - StagingXcmV4AssetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, - }, - /** Lookup301: staging_xcm::v4::Response */ - StagingXcmV4Response: { - _enum: { - Null: "Null", - Assets: "StagingXcmV4AssetAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", - }, - }, - /** Lookup303: staging_xcm::v4::PalletInfo */ - StagingXcmV4PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup307: staging_xcm::v4::QueryResponseInfo */ - StagingXcmV4QueryResponseInfo: { - destination: "StagingXcmV4Location", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", + /** Lookup245: pallet_identity::legacy::IdentityInfo */ + PalletIdentityLegacyIdentityInfo: { + additional: "Vec<(Data,Data)>", + display: "Data", + legal: "Data", + web: "Data", + riot: "Data", + email: "Data", + pgpFingerprint: "Option<[u8;20]>", + image: "Data", + twitter: "Data", }, - /** Lookup308: staging_xcm::v4::asset::AssetFilter */ - StagingXcmV4AssetAssetFilter: { + /** Lookup281: pallet_identity::types::Judgement */ + PalletIdentityJudgement: { _enum: { - Definite: "StagingXcmV4AssetAssets", - Wild: "StagingXcmV4AssetWildAsset", + Unknown: "Null", + FeePaid: "u128", + Reasonable: "Null", + KnownGood: "Null", + OutOfDate: "Null", + LowQuality: "Null", + Erroneous: "Null", }, }, - /** Lookup309: staging_xcm::v4::asset::WildAsset */ - StagingXcmV4AssetWildAsset: { + /** Lookup283: account::EthereumSignature */ + AccountEthereumSignature: "[u8;65]", + /** Lookup284: cumulus_pallet_xcmp_queue::pallet::Call */ + CumulusPalletXcmpQueueCall: { _enum: { - All: "Null", - AllOf: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", + __Unused0: "Null", + suspend_xcm_execution: "Null", + resume_xcm_execution: "Null", + update_suspend_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, - AllCounted: "Compact", - AllOfCounted: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", - count: "Compact", + update_drop_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", + }, + update_resume_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, }, }, - /** Lookup310: staging_xcm::v4::asset::WildFungibility */ - StagingXcmV4AssetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup311: xcm::VersionedAssets */ - XcmVersionedAssets: { - _enum: { - __Unused0: "Null", - V2: "XcmV2MultiassetMultiAssets", - __Unused2: "Null", - V3: "XcmV3MultiassetMultiAssets", - V4: "StagingXcmV4AssetAssets", - }, - }, - /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ - StagingXcmExecutorAssetTransferTransferType: { + /** Lookup285: pallet_xcm::pallet::Call */ + PalletXcmCall: { _enum: { - Teleport: "Null", - LocalReserve: "Null", - DestinationReserve: "Null", - RemoteReserve: "XcmVersionedLocation", + send: { + dest: "XcmVersionedLocation", + message: "XcmVersionedXcm", + }, + teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + }, + reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + }, + execute: { + message: "XcmVersionedXcm", + maxWeight: "SpWeightsWeightV2Weight", + }, + force_xcm_version: { + location: "StagingXcmV4Location", + version: "u32", + }, + force_default_xcm_version: { + maybeXcmVersion: "Option", + }, + force_subscribe_version_notify: { + location: "XcmVersionedLocation", + }, + force_unsubscribe_version_notify: { + location: "XcmVersionedLocation", + }, + limited_reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + limited_teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + force_suspension: { + suspended: "bool", + }, + transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", + }, + claim_assets: { + assets: "XcmVersionedAssets", + beneficiary: "XcmVersionedLocation", + }, + transfer_assets_using_type_and_then: { + dest: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", + remoteFeesId: "XcmVersionedAssetId", + feesTransferType: "StagingXcmExecutorAssetTransferTransferType", + customXcmOnDest: "XcmVersionedXcm", + weightLimit: "XcmV3WeightLimit", + }, }, }, - /** Lookup324: xcm::VersionedAssetId */ - XcmVersionedAssetId: { + /** Lookup286: xcm::VersionedXcm */ + XcmVersionedXcm: { _enum: { __Unused0: "Null", __Unused1: "Null", - __Unused2: "Null", - V3: "XcmV3MultiassetAssetId", - V4: "StagingXcmV4AssetAssetId", + V2: "XcmV2Xcm", + V3: "XcmV3Xcm", + V4: "StagingXcmV4Xcm", }, }, - /** Lookup325: pallet_assets::pallet::Call */ - PalletAssetsCall: { + /** Lookup287: xcm::v2::Xcm */ + XcmV2Xcm: "Vec", + /** Lookup289: xcm::v2::Instruction */ + XcmV2Instruction: { _enum: { - create: { - id: "Compact", - admin: "AccountId20", - minBalance: "u128", + WithdrawAsset: "XcmV2MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV2Response", + maxWeight: "Compact", }, - force_create: { - id: "Compact", - owner: "AccountId20", - isSufficient: "bool", - minBalance: "Compact", + TransferAsset: { + assets: "XcmV2MultiassetMultiAssets", + beneficiary: "XcmV2MultiLocation", }, - start_destroy: { - id: "Compact", + TransferReserveAsset: { + assets: "XcmV2MultiassetMultiAssets", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - destroy_accounts: { - id: "Compact", + Transact: { + originType: "XcmV2OriginKind", + requireWeightAtMost: "Compact", + call: "XcmDoubleEncoded", }, - destroy_approvals: { - id: "Compact", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - finish_destroy: { - id: "Compact", + HrmpChannelAccepted: { + recipient: "Compact", }, - mint: { - id: "Compact", - beneficiary: "AccountId20", - amount: "Compact", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - burn: { - id: "Compact", - who: "AccountId20", - amount: "Compact", + ClearOrigin: "Null", + DescendOrigin: "XcmV2MultilocationJunctions", + ReportError: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + maxResponseWeight: "Compact", }, - transfer: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + DepositAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + beneficiary: "XcmV2MultiLocation", }, - transfer_keep_alive: { - id: "Compact", - target: "AccountId20", - amount: "Compact", - }, - force_transfer: { - id: "Compact", - source: "AccountId20", - dest: "AccountId20", - amount: "Compact", - }, - freeze: { - id: "Compact", - who: "AccountId20", - }, - thaw: { - id: "Compact", - who: "AccountId20", - }, - freeze_asset: { - id: "Compact", - }, - thaw_asset: { - id: "Compact", - }, - transfer_ownership: { - id: "Compact", - owner: "AccountId20", - }, - set_team: { - id: "Compact", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - }, - set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - }, - clear_metadata: { - id: "Compact", - }, - force_set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", - }, - force_clear_metadata: { - id: "Compact", - }, - force_asset_status: { - id: "Compact", - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - minBalance: "Compact", - isSufficient: "bool", - isFrozen: "bool", - }, - approve_transfer: { - id: "Compact", - delegate: "AccountId20", - amount: "Compact", - }, - cancel_approval: { - id: "Compact", - delegate: "AccountId20", - }, - force_cancel_approval: { - id: "Compact", - owner: "AccountId20", - delegate: "AccountId20", + DepositReserveAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - transfer_approved: { - id: "Compact", - owner: "AccountId20", - destination: "AccountId20", - amount: "Compact", + ExchangeAsset: { + give: "XcmV2MultiassetMultiAssetFilter", + receive: "XcmV2MultiassetMultiAssets", }, - touch: { - id: "Compact", + InitiateReserveWithdraw: { + assets: "XcmV2MultiassetMultiAssetFilter", + reserve: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - refund: { - id: "Compact", - allowBurn: "bool", + InitiateTeleport: { + assets: "XcmV2MultiassetMultiAssetFilter", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - set_min_balance: { - id: "Compact", - minBalance: "u128", + QueryHolding: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + assets: "XcmV2MultiassetMultiAssetFilter", + maxResponseWeight: "Compact", }, - touch_other: { - id: "Compact", - who: "AccountId20", + BuyExecution: { + fees: "XcmV2MultiAsset", + weightLimit: "XcmV2WeightLimit", }, - refund_other: { - id: "Compact", - who: "AccountId20", + RefundSurplus: "Null", + SetErrorHandler: "XcmV2Xcm", + SetAppendix: "XcmV2Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV2MultiassetMultiAssets", + ticket: "XcmV2MultiLocation", }, - block: { - id: "Compact", - who: "AccountId20", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "Compact", }, + UnsubscribeVersion: "Null", }, }, - /** Lookup326: pallet_asset_manager::pallet::Call */ - PalletAssetManagerCall: { + /** Lookup290: xcm::v2::Response */ + XcmV2Response: { _enum: { - register_foreign_asset: { - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", - minAmount: "u128", - isSufficient: "bool", - }, - set_asset_units_per_second: { - assetType: "MoonriverRuntimeXcmConfigAssetType", - unitsPerSecond: "u128", - numAssetsWeightHint: "u32", - }, - change_existing_asset_type: { - assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", - }, - remove_supported_asset: { - assetType: "MoonriverRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", - }, - remove_existing_asset_type: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, - __Unused5: "Null", - destroy_foreign_asset: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, + Null: "Null", + Assets: "XcmV2MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV2TraitsError)>", + Version: "u32", }, }, - /** Lookup327: moonriver_runtime::xcm_config::AssetType */ - MoonriverRuntimeXcmConfigAssetType: { + /** Lookup293: xcm::v2::traits::Error */ + XcmV2TraitsError: { _enum: { - Xcm: "StagingXcmV3MultiLocation", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + MultiLocationFull: "Null", + MultiLocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + UnhandledXcmVersion: "Null", + WeightLimitReached: "u64", + Barrier: "Null", + WeightNotComputable: "Null", }, }, - /** Lookup328: moonriver_runtime::asset_config::AssetRegistrarMetadata */ - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + /** Lookup294: xcm::v2::OriginKind */ + XcmV2OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup329: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { + /** Lookup295: xcm::v2::multiasset::MultiAssetFilter */ + XcmV2MultiassetMultiAssetFilter: { _enum: { - transfer: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_with_fee: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multicurrencies: { - currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, + Definite: "XcmV2MultiassetMultiAssets", + Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup330: moonriver_runtime::xcm_config::CurrencyId */ - MoonriverRuntimeXcmConfigCurrencyId: { + /** Lookup296: xcm::v2::multiasset::WildMultiAsset */ + XcmV2MultiassetWildMultiAsset: { _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", + All: "Null", + AllOf: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetWildFungibility", }, }, }, - /** Lookup331: xcm::VersionedAsset */ - XcmVersionedAsset: { + /** Lookup297: xcm::v2::multiasset::WildFungibility */ + XcmV2MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup298: xcm::v2::WeightLimit */ + XcmV2WeightLimit: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", + Unlimited: "Null", + Limited: "Compact", }, }, - /** Lookup334: pallet_xcm_transactor::pallet::Call */ - PalletXcmTransactorCall: { - _enum: { - register: { - who: "AccountId20", - index: "u16", + /** Lookup299: xcm::v3::Xcm */ + XcmV3Xcm: "Vec", + /** Lookup301: xcm::v3::Instruction */ + XcmV3Instruction: { + _enum: { + WithdrawAsset: "XcmV3MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV3Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - deregister: { - index: "u16", + TransferAsset: { + assets: "XcmV3MultiassetMultiAssets", + beneficiary: "StagingXcmV3MultiLocation", }, - transact_through_derivative: { - dest: "MoonriverRuntimeXcmConfigTransactors", - index: "u16", - fee: "PalletXcmTransactorCurrencyPayment", - innerCall: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + TransferReserveAsset: { + assets: "XcmV3MultiassetMultiAssets", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - transact_through_sovereign: { - dest: "XcmVersionedLocation", - feePayer: "Option", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - originKind: "XcmV2OriginKind", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - set_transact_info: { - location: "XcmVersionedLocation", - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - remove_transact_info: { - location: "XcmVersionedLocation", + HrmpChannelAccepted: { + recipient: "Compact", }, - transact_through_signed: { - dest: "XcmVersionedLocation", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - set_fee_per_second: { - assetLocation: "XcmVersionedLocation", - feePerSecond: "u128", + ClearOrigin: "Null", + DescendOrigin: "XcmV3Junctions", + ReportError: "XcmV3QueryResponseInfo", + DepositAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + beneficiary: "StagingXcmV3MultiLocation", }, - remove_fee_per_second: { - assetLocation: "XcmVersionedLocation", + DepositReserveAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - hrmp_manage: { - action: "PalletXcmTransactorHrmpOperation", - fee: "PalletXcmTransactorCurrencyPayment", - weightInfo: "PalletXcmTransactorTransactWeights", + ExchangeAsset: { + give: "XcmV3MultiassetMultiAssetFilter", + want: "XcmV3MultiassetMultiAssets", + maximal: "bool", + }, + InitiateReserveWithdraw: { + assets: "XcmV3MultiassetMultiAssetFilter", + reserve: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + InitiateTeleport: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + ReportHolding: { + responseInfo: "XcmV3QueryResponseInfo", + assets: "XcmV3MultiassetMultiAssetFilter", + }, + BuyExecution: { + fees: "XcmV3MultiAsset", + weightLimit: "XcmV3WeightLimit", + }, + RefundSurplus: "Null", + SetErrorHandler: "XcmV3Xcm", + SetAppendix: "XcmV3Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV3MultiassetMultiAssets", + ticket: "StagingXcmV3MultiLocation", + }, + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", + }, + UnsubscribeVersion: "Null", + BurnAsset: "XcmV3MultiassetMultiAssets", + ExpectAsset: "XcmV3MultiassetMultiAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "XcmV3QueryResponseInfo", + }, + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", + }, + ReportTransactStatus: "XcmV3QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "XcmV3Junction", + ExportMessage: { + network: "XcmV3JunctionNetworkId", + destination: "XcmV3Junctions", + xcm: "XcmV3Xcm", + }, + LockAsset: { + asset: "XcmV3MultiAsset", + unlocker: "StagingXcmV3MultiLocation", + }, + UnlockAsset: { + asset: "XcmV3MultiAsset", + target: "StagingXcmV3MultiLocation", + }, + NoteUnlockable: { + asset: "XcmV3MultiAsset", + owner: "StagingXcmV3MultiLocation", + }, + RequestUnlock: { + asset: "XcmV3MultiAsset", + locker: "StagingXcmV3MultiLocation", + }, + SetFeesMode: { + jitWithdraw: "bool", + }, + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV3MultiLocation", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup335: moonriver_runtime::xcm_config::Transactors */ - MoonriverRuntimeXcmConfigTransactors: { - _enum: ["Relay"], - }, - /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ - PalletXcmTransactorCurrencyPayment: { - currency: "PalletXcmTransactorCurrency", - feeAmount: "Option", - }, - /** Lookup337: pallet_xcm_transactor::pallet::Currency */ - PalletXcmTransactorCurrency: { + /** Lookup302: xcm::v3::Response */ + XcmV3Response: { _enum: { - AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", - AsMultiLocation: "XcmVersionedLocation", + Null: "Null", + Assets: "XcmV3MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ - PalletXcmTransactorTransactWeights: { - transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", - overallWeight: "Option", + /** Lookup304: xcm::v3::PalletInfo */ + XcmV3PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", }, - /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ - PalletXcmTransactorHrmpOperation: { + /** Lookup308: xcm::v3::QueryResponseInfo */ + XcmV3QueryResponseInfo: { + destination: "StagingXcmV3MultiLocation", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup309: xcm::v3::multiasset::MultiAssetFilter */ + XcmV3MultiassetMultiAssetFilter: { _enum: { - InitOpen: "PalletXcmTransactorHrmpInitParams", - Accept: { - paraId: "u32", - }, - Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - Cancel: { - channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - openRequests: "u32", - }, + Definite: "XcmV3MultiassetMultiAssets", + Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ - PalletXcmTransactorHrmpInitParams: { - paraId: "u32", - proposedMaxCapacity: "u32", - proposedMaxMessageSize: "u32", - }, - /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ - PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { - sender: "u32", - recipient: "u32", - }, - /** Lookup345: pallet_ethereum_xcm::pallet::Call */ - PalletEthereumXcmCall: { + /** Lookup310: xcm::v3::multiasset::WildMultiAsset */ + XcmV3MultiassetWildMultiAsset: { _enum: { - transact: { - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - }, - transact_through_proxy: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + All: "Null", + AllOf: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", }, - suspend_ethereum_xcm_execution: "Null", - resume_ethereum_xcm_execution: "Null", - force_transact_as: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - forceCreateAddress: "Option", + AllCounted: "Compact", + AllOfCounted: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", + count: "Compact", }, }, }, - /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ - XcmPrimitivesEthereumXcmEthereumXcmTransaction: { + /** Lookup311: xcm::v3::multiasset::WildFungibility */ + XcmV3MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ + StagingXcmExecutorAssetTransferTransferType: { _enum: { - V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", - V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", + Teleport: "Null", + LocalReserve: "Null", + DestinationReserve: "Null", + RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { - gasLimit: "U256", - feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ - XcmPrimitivesEthereumXcmEthereumXcmFee: { + /** Lookup324: xcm::VersionedAssetId */ + XcmVersionedAssetId: { _enum: { - Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", - Auto: "Null", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + V3: "XcmV3MultiassetAssetId", + V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ - XcmPrimitivesEthereumXcmManualEthereumXcmFee: { - gasPrice: "Option", - maxFeePerGas: "Option", - }, - /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup354: pallet_message_queue::pallet::Call */ - PalletMessageQueueCall: { + /** Lookup325: pallet_assets::pallet::Call */ + PalletAssetsCall: { _enum: { - reap_page: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - pageIndex: "u32", + create: { + id: "Compact", + admin: "AccountId20", + minBalance: "u128", }, - execute_overweight: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - page: "u32", - index: "u32", - weightLimit: "SpWeightsWeightV2Weight", + force_create: { + id: "Compact", + owner: "AccountId20", + isSufficient: "bool", + minBalance: "Compact", }, - }, - }, - /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ - CumulusPrimitivesCoreAggregateMessageOrigin: { - _enum: { - Here: "Null", - Parent: "Null", - Sibling: "u32", - }, - }, - /** Lookup356: pallet_randomness::pallet::Call */ - PalletRandomnessCall: { - _enum: ["set_babe_randomness_results"], - }, - /** Lookup357: sp_runtime::traits::BlakeTwo256 */ - SpRuntimeBlakeTwo256: "Null", - /** Lookup359: pallet_conviction_voting::types::Tally */ - PalletConvictionVotingTally: { - ayes: "u128", - nays: "u128", - support: "u128", - }, - /** Lookup360: pallet_whitelist::pallet::Event */ - PalletWhitelistEvent: { - _enum: { - CallWhitelisted: { - callHash: "H256", + start_destroy: { + id: "Compact", }, - WhitelistedCallRemoved: { - callHash: "H256", + destroy_accounts: { + id: "Compact", }, - WhitelistedCallDispatched: { - callHash: "H256", - result: "Result", + destroy_approvals: { + id: "Compact", }, - }, - }, - /** Lookup362: frame_support::dispatch::PostDispatchInfo */ - FrameSupportDispatchPostDispatchInfo: { - actualWeight: "Option", - paysFee: "FrameSupportDispatchPays", - }, - /** Lookup363: sp_runtime::DispatchErrorWithPostInfo */ - SpRuntimeDispatchErrorWithPostInfo: { - postInfo: "FrameSupportDispatchPostDispatchInfo", - error: "SpRuntimeDispatchError", - }, - /** Lookup364: pallet_collective::pallet::Event */ - PalletCollectiveEvent: { - _enum: { - Proposed: { - account: "AccountId20", - proposalIndex: "u32", - proposalHash: "H256", - threshold: "u32", + finish_destroy: { + id: "Compact", }, - Voted: { - account: "AccountId20", - proposalHash: "H256", - voted: "bool", - yes: "u32", - no: "u32", + mint: { + id: "Compact", + beneficiary: "AccountId20", + amount: "Compact", }, - Approved: { - proposalHash: "H256", + burn: { + id: "Compact", + who: "AccountId20", + amount: "Compact", }, - Disapproved: { - proposalHash: "H256", + transfer: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - Executed: { - proposalHash: "H256", - result: "Result", + transfer_keep_alive: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - MemberExecuted: { - proposalHash: "H256", - result: "Result", + force_transfer: { + id: "Compact", + source: "AccountId20", + dest: "AccountId20", + amount: "Compact", }, - Closed: { - proposalHash: "H256", - yes: "u32", - no: "u32", + freeze: { + id: "Compact", + who: "AccountId20", }, - }, - }, - /** Lookup366: pallet_treasury::pallet::Event */ - PalletTreasuryEvent: { - _enum: { - Proposed: { - proposalIndex: "u32", + thaw: { + id: "Compact", + who: "AccountId20", }, - Spending: { - budgetRemaining: "u128", + freeze_asset: { + id: "Compact", }, - Awarded: { - proposalIndex: "u32", - award: "u128", - account: "AccountId20", + thaw_asset: { + id: "Compact", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", + transfer_ownership: { + id: "Compact", + owner: "AccountId20", }, - Burnt: { - burntFunds: "u128", + set_team: { + id: "Compact", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - Rollover: { - rolloverBalance: "u128", + set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", }, - Deposit: { - value: "u128", + clear_metadata: { + id: "Compact", }, - SpendApproved: { - proposalIndex: "u32", - amount: "u128", - beneficiary: "AccountId20", + force_set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - UpdatedInactive: { - reactivated: "u128", - deactivated: "u128", + force_clear_metadata: { + id: "Compact", }, - AssetSpendApproved: { - index: "u32", - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", + force_asset_status: { + id: "Compact", + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + minBalance: "Compact", + isSufficient: "bool", + isFrozen: "bool", }, - AssetSpendVoided: { - index: "u32", + approve_transfer: { + id: "Compact", + delegate: "AccountId20", + amount: "Compact", }, - Paid: { - index: "u32", - paymentId: "Null", + cancel_approval: { + id: "Compact", + delegate: "AccountId20", }, - PaymentFailed: { - index: "u32", - paymentId: "Null", + force_cancel_approval: { + id: "Compact", + owner: "AccountId20", + delegate: "AccountId20", }, - SpendProcessed: { - index: "u32", + transfer_approved: { + id: "Compact", + owner: "AccountId20", + destination: "AccountId20", + amount: "Compact", }, - }, - }, - /** Lookup367: pallet_crowdloan_rewards::pallet::Event */ - PalletCrowdloanRewardsEvent: { - _enum: { - InitialPaymentMade: "(AccountId20,u128)", - NativeIdentityAssociated: "([u8;32],AccountId20,u128)", - RewardsPaid: "(AccountId20,u128)", - RewardAddressUpdated: "(AccountId20,AccountId20)", - InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", - InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", - }, - }, - /** Lookup368: cumulus_pallet_xcmp_queue::pallet::Event */ - CumulusPalletXcmpQueueEvent: { - _enum: { - XcmpMessageSent: { - messageHash: "[u8;32]", + touch: { + id: "Compact", }, - }, - }, - /** Lookup369: cumulus_pallet_xcm::pallet::Event */ - CumulusPalletXcmEvent: { - _enum: { - InvalidFormat: "[u8;32]", - UnsupportedVersion: "[u8;32]", - ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", - }, - }, - /** Lookup370: staging_xcm::v4::traits::Outcome */ - StagingXcmV4TraitsOutcome: { - _enum: { - Complete: { - used: "SpWeightsWeightV2Weight", + refund: { + id: "Compact", + allowBurn: "bool", }, - Incomplete: { - used: "SpWeightsWeightV2Weight", - error: "XcmV3TraitsError", + set_min_balance: { + id: "Compact", + minBalance: "u128", }, - Error: { - error: "XcmV3TraitsError", + touch_other: { + id: "Compact", + who: "AccountId20", + }, + refund_other: { + id: "Compact", + who: "AccountId20", + }, + block: { + id: "Compact", + who: "AccountId20", }, }, }, - /** Lookup371: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { + /** Lookup326: orml_xtokens::module::Call */ + OrmlXtokensModuleCall: { _enum: { - StartedExport: "Null", - Exported: { - page: "u32", + transfer: { + currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + amount: "u128", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - ExportFailed: { - page: "u32", + transfer_multiasset: { + asset: "XcmVersionedAsset", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", + transfer_with_fee: { + currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + amount: "u128", + fee: "u128", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - ExportOverweightFailed: { - index: "u64", + transfer_multiasset_with_fee: { + asset: "XcmVersionedAsset", + fee: "XcmVersionedAsset", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", + transfer_multicurrencies: { + currencies: "Vec<(MoonbaseRuntimeXcmConfigCurrencyId,u128)>", + feeItem: "u32", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, - Completed: { - error: "bool", + transfer_multiassets: { + assets: "XcmVersionedAssets", + feeItem: "u32", + dest: "XcmVersionedLocation", + destWeightLimit: "XcmV3WeightLimit", }, }, }, - /** Lookup372: pallet_xcm::pallet::Event */ - PalletXcmEvent: { + /** Lookup327: moonbase_runtime::xcm_config::CurrencyId */ + MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { - Attempted: { - outcome: "StagingXcmV4TraitsOutcome", + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", }, - Sent: { - origin: "StagingXcmV4Location", - destination: "StagingXcmV4Location", - message: "StagingXcmV4Xcm", - messageId: "[u8;32]", + }, + }, + /** Lookup328: xcm::VersionedAsset */ + XcmVersionedAsset: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiAsset", + __Unused2: "Null", + V3: "XcmV3MultiAsset", + V4: "StagingXcmV4Asset", + }, + }, + /** Lookup331: pallet_asset_manager::pallet::Call */ + PalletAssetManagerCall: { + _enum: { + register_foreign_asset: { + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", + minAmount: "u128", + isSufficient: "bool", }, - UnexpectedResponse: { - origin: "StagingXcmV4Location", - queryId: "u64", + __Unused1: "Null", + change_existing_asset_type: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", + numAssetsWeightHint: "u32", }, - ResponseReady: { - queryId: "u64", - response: "StagingXcmV4Response", + __Unused3: "Null", + remove_existing_asset_type: { + assetId: "u128", + numAssetsWeightHint: "u32", }, - Notified: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + __Unused5: "Null", + destroy_foreign_asset: { + assetId: "u128", + numAssetsWeightHint: "u32", }, - NotifyOverweight: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", - actualWeight: "SpWeightsWeightV2Weight", - maxBudgetedWeight: "SpWeightsWeightV2Weight", + }, + }, + /** Lookup332: pallet_xcm_transactor::pallet::Call */ + PalletXcmTransactorCall: { + _enum: { + register: { + who: "AccountId20", + index: "u16", }, - NotifyDispatchError: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + deregister: { + index: "u16", }, - NotifyDecodeFailed: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + transact_through_derivative: { + dest: "MoonbaseRuntimeXcmConfigTransactors", + index: "u16", + fee: "PalletXcmTransactorCurrencyPayment", + innerCall: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - InvalidResponder: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedLocation: "Option", + transact_through_sovereign: { + dest: "XcmVersionedLocation", + feePayer: "Option", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + originKind: "XcmV3OriginKind", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - InvalidResponderVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + set_transact_info: { + location: "XcmVersionedLocation", + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", }, - ResponseTaken: { - queryId: "u64", + remove_transact_info: { + location: "XcmVersionedLocation", }, - AssetsTrapped: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + transact_through_signed: { + dest: "XcmVersionedLocation", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - VersionChangeNotified: { - destination: "StagingXcmV4Location", - result: "u32", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + set_fee_per_second: { + assetLocation: "XcmVersionedLocation", + feePerSecond: "u128", }, - SupportedVersionChanged: { - location: "StagingXcmV4Location", - version: "u32", + remove_fee_per_second: { + assetLocation: "XcmVersionedLocation", }, - NotifyTargetSendFail: { - location: "StagingXcmV4Location", - queryId: "u64", - error: "XcmV3TraitsError", + hrmp_manage: { + action: "PalletXcmTransactorHrmpOperation", + fee: "PalletXcmTransactorCurrencyPayment", + weightInfo: "PalletXcmTransactorTransactWeights", }, - NotifyTargetMigrationFail: { - location: "XcmVersionedLocation", - queryId: "u64", + }, + }, + /** Lookup333: moonbase_runtime::xcm_config::Transactors */ + MoonbaseRuntimeXcmConfigTransactors: { + _enum: ["Relay"], + }, + /** Lookup334: pallet_xcm_transactor::pallet::CurrencyPayment */ + PalletXcmTransactorCurrencyPayment: { + currency: "PalletXcmTransactorCurrency", + feeAmount: "Option", + }, + /** Lookup335: pallet_xcm_transactor::pallet::Currency */ + PalletXcmTransactorCurrency: { + _enum: { + AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + AsMultiLocation: "XcmVersionedLocation", + }, + }, + /** Lookup337: pallet_xcm_transactor::pallet::TransactWeights */ + PalletXcmTransactorTransactWeights: { + transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", + overallWeight: "Option", + }, + /** Lookup339: pallet_moonbeam_orbiters::pallet::Call */ + PalletMoonbeamOrbitersCall: { + _enum: { + collator_add_orbiter: { + orbiter: "AccountId20", }, - InvalidQuerierVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + collator_remove_orbiter: { + orbiter: "AccountId20", }, - InvalidQuerier: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedQuerier: "StagingXcmV4Location", - maybeActualQuerier: "Option", + orbiter_leave_collator_pool: { + collator: "AccountId20", }, - VersionNotifyStarted: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + orbiter_register: "Null", + orbiter_unregister: { + collatorsPoolCount: "u32", }, - VersionNotifyRequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + add_collator: { + collator: "AccountId20", }, - VersionNotifyUnrequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + remove_collator: { + collator: "AccountId20", }, - FeesPaid: { - paying: "StagingXcmV4Location", - fees: "StagingXcmV4AssetAssets", + }, + }, + /** Lookup340: pallet_ethereum_xcm::pallet::Call */ + PalletEthereumXcmCall: { + _enum: { + transact: { + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - AssetsClaimed: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + transact_through_proxy: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - VersionMigrationFinished: { - version: "u32", + suspend_ethereum_xcm_execution: "Null", + resume_ethereum_xcm_execution: "Null", + force_transact_as: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + forceCreateAddress: "Option", }, }, }, - /** Lookup373: pallet_assets::pallet::Event */ - PalletAssetsEvent: { + /** Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { - Created: { - assetId: "u128", - creator: "AccountId20", - owner: "AccountId20", + V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", + V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", + }, + }, + /** Lookup342: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { + gasLimit: "U256", + feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup343: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + XcmPrimitivesEthereumXcmEthereumXcmFee: { + _enum: { + Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", + Auto: "Null", + }, + }, + /** Lookup344: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + XcmPrimitivesEthereumXcmManualEthereumXcmFee: { + gasPrice: "Option", + maxFeePerGas: "Option", + }, + /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup349: pallet_randomness::pallet::Call */ + PalletRandomnessCall: { + _enum: ["set_babe_randomness_results"], + }, + /** Lookup350: pallet_collective::pallet::Call */ + PalletCollectiveCall: { + _enum: { + set_members: { + newMembers: "Vec", + prime: "Option", + oldCount: "u32", }, - Issued: { - assetId: "u128", - owner: "AccountId20", - amount: "u128", + execute: { + proposal: "Call", + lengthBound: "Compact", }, - Transferred: { - assetId: "u128", - from: "AccountId20", - to: "AccountId20", - amount: "u128", + propose: { + threshold: "Compact", + proposal: "Call", + lengthBound: "Compact", }, - Burned: { - assetId: "u128", - owner: "AccountId20", - balance: "u128", + vote: { + proposal: "H256", + index: "Compact", + approve: "bool", }, - TeamChanged: { - assetId: "u128", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + __Unused4: "Null", + disapprove_proposal: { + proposalHash: "H256", }, - OwnerChanged: { - assetId: "u128", - owner: "AccountId20", + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", }, - Frozen: { - assetId: "u128", - who: "AccountId20", + }, + }, + /** Lookup351: pallet_conviction_voting::pallet::Call */ + PalletConvictionVotingCall: { + _enum: { + vote: { + pollIndex: "Compact", + vote: "PalletConvictionVotingVoteAccountVote", }, - Thawed: { - assetId: "u128", - who: "AccountId20", + delegate: { + class: "u16", + to: "AccountId20", + conviction: "PalletConvictionVotingConviction", + balance: "u128", }, - AssetFrozen: { - assetId: "u128", + undelegate: { + class: "u16", }, - AssetThawed: { - assetId: "u128", + unlock: { + class: "u16", + target: "AccountId20", }, - AccountsDestroyed: { - assetId: "u128", - accountsDestroyed: "u32", - accountsRemaining: "u32", + remove_vote: { + class: "Option", + index: "u32", }, - ApprovalsDestroyed: { - assetId: "u128", - approvalsDestroyed: "u32", - approvalsRemaining: "u32", + remove_other_vote: { + target: "AccountId20", + class: "u16", + index: "u32", }, - DestructionStarted: { - assetId: "u128", + }, + }, + /** Lookup352: pallet_conviction_voting::vote::AccountVote */ + PalletConvictionVotingVoteAccountVote: { + _enum: { + Standard: { + vote: "Vote", + balance: "u128", }, - Destroyed: { - assetId: "u128", + Split: { + aye: "u128", + nay: "u128", }, - ForceCreated: { - assetId: "u128", - owner: "AccountId20", + SplitAbstain: { + aye: "u128", + nay: "u128", + abstain: "u128", }, - MetadataSet: { - assetId: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + }, + }, + /** Lookup354: pallet_conviction_voting::conviction::Conviction */ + PalletConvictionVotingConviction: { + _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + }, + /** Lookup356: pallet_referenda::pallet::Call */ + PalletReferendaCall: { + _enum: { + submit: { + proposalOrigin: "MoonbaseRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactmentMoment: "FrameSupportScheduleDispatchTime", }, - MetadataCleared: { - assetId: "u128", + place_decision_deposit: { + index: "u32", }, - ApprovedTransfer: { - assetId: "u128", - source: "AccountId20", - delegate: "AccountId20", - amount: "u128", + refund_decision_deposit: { + index: "u32", }, - ApprovalCancelled: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", + cancel: { + index: "u32", }, - TransferredApproved: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", - destination: "AccountId20", - amount: "u128", + kill: { + index: "u32", }, - AssetStatusChanged: { - assetId: "u128", + nudge_referendum: { + index: "u32", }, - AssetMinBalanceChanged: { - assetId: "u128", - newMinBalance: "u128", + one_fewer_deciding: { + track: "u16", }, - Touched: { - assetId: "u128", - who: "AccountId20", - depositor: "AccountId20", + refund_submission_deposit: { + index: "u32", }, - Blocked: { - assetId: "u128", - who: "AccountId20", + set_metadata: { + index: "u32", + maybeHash: "Option", }, }, }, - /** Lookup374: pallet_asset_manager::pallet::Event */ - PalletAssetManagerEvent: { + /** Lookup357: frame_support::traits::schedule::DispatchTime */ + FrameSupportScheduleDispatchTime: { _enum: { - ForeignAssetRegistered: { - assetId: "u128", - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", - }, - UnitsPerSecondChanged: { - assetType: "MoonriverRuntimeXcmConfigAssetType", - unitsPerSecond: "u128", - }, - ForeignAssetXcmLocationChanged: { - assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", + At: "u32", + After: "u32", + }, + }, + /** Lookup359: pallet_preimage::pallet::Call */ + PalletPreimageCall: { + _enum: { + note_preimage: { + bytes: "Bytes", }, - ForeignAssetRemoved: { - assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - SupportedAssetRemoved: { - assetType: "MoonriverRuntimeXcmConfigAssetType", + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - ForeignAssetDestroyed: { - assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - LocalAssetDestroyed: { - assetId: "u128", + ensure_updated: { + hashes: "Vec", }, }, }, - /** Lookup375: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { + /** Lookup360: pallet_whitelist::pallet::Call */ + PalletWhitelistCall: { _enum: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", + whitelist_call: { + callHash: "H256", + }, + remove_whitelisted_call: { + callHash: "H256", + }, + dispatch_whitelisted_call: { + callHash: "H256", + callEncodedLen: "u32", + callWeightWitness: "SpWeightsWeightV2Weight", + }, + dispatch_whitelisted_call_with_preimage: { + call: "Call", }, }, }, - /** Lookup376: pallet_xcm_transactor::pallet::Event */ - PalletXcmTransactorEvent: { + /** Lookup362: pallet_root_testing::pallet::Call */ + PalletRootTestingCall: { _enum: { - TransactedDerivative: { - accountId: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", - index: "u16", + fill_block: { + ratio: "Perbill", }, - TransactedSovereign: { - feePayer: "Option", - dest: "StagingXcmV4Location", - call: "Bytes", + trigger_defensive: "Null", + }, + }, + /** Lookup363: pallet_multisig::pallet::Call */ + PalletMultisigCall: { + _enum: { + as_multi_threshold_1: { + otherSignatories: "Vec", + call: "Call", }, - TransactedSigned: { - feePayer: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", + as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + call: "Call", + maxWeight: "SpWeightsWeightV2Weight", }, - RegisteredDerivative: { - accountId: "AccountId20", - index: "u16", + approve_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + callHash: "[u8;32]", + maxWeight: "SpWeightsWeightV2Weight", }, - DeRegisteredDerivative: { - index: "u16", + cancel_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + timepoint: "PalletMultisigTimepoint", + callHash: "[u8;32]", }, - TransactFailed: { - error: "XcmV3TraitsError", + }, + }, + /** Lookup365: pallet_multisig::Timepoint */ + PalletMultisigTimepoint: { + height: "u32", + index: "u32", + }, + /** Lookup366: pallet_moonbeam_lazy_migrations::pallet::Call */ + PalletMoonbeamLazyMigrationsCall: { + _enum: { + __Unused0: "Null", + clear_suicided_storage: { + addresses: "Vec", + limit: "u32", }, - TransactInfoChanged: { + create_contract_metadata: { + address: "H160", + }, + }, + }, + /** Lookup369: pallet_message_queue::pallet::Call */ + PalletMessageQueueCall: { + _enum: { + reap_page: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + pageIndex: "u32", + }, + execute_overweight: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + page: "u32", + index: "u32", + weightLimit: "SpWeightsWeightV2Weight", + }, + }, + }, + /** Lookup370: cumulus_primitives_core::AggregateMessageOrigin */ + CumulusPrimitivesCoreAggregateMessageOrigin: { + _enum: { + Here: "Null", + Parent: "Null", + Sibling: "u32", + }, + }, + /** Lookup371: pallet_emergency_para_xcm::pallet::Call */ + PalletEmergencyParaXcmCall: { + _enum: { + paused_to_normal: "Null", + fast_authorize_upgrade: { + codeHash: "H256", + }, + }, + }, + /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ + PalletMoonbeamForeignAssetsCall: { + _enum: { + create_foreign_asset: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", + decimals: "u8", + symbol: "Bytes", + name: "Bytes", + }, + change_xcm_location: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", + }, + freeze_foreign_asset: { + assetId: "u128", + allowXcmDeposit: "bool", + }, + unfreeze_foreign_asset: { + assetId: "u128", + }, + }, + }, + /** Lookup374: pallet_parameters::pallet::Call */ + PalletParametersCall: { + _enum: { + set_parameter: { + keyValue: "MoonbaseRuntimeRuntimeParamsRuntimeParameters", + }, + }, + }, + /** Lookup375: moonbase_runtime::runtime_params::RuntimeParameters */ + MoonbaseRuntimeRuntimeParamsRuntimeParameters: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", + }, + }, + /** Lookup376: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + _enum: { + FeesTreasuryProportion: + "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", + }, + }, + /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", + /** Lookup379: pallet_xcm_weight_trader::pallet::Call */ + PalletXcmWeightTraderCall: { + _enum: { + add_asset: { location: "StagingXcmV4Location", - remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", + relativePrice: "u128", }, - TransactInfoRemoved: { + edit_asset: { location: "StagingXcmV4Location", + relativePrice: "u128", }, - DestFeePerSecondChanged: { + pause_asset_support: { location: "StagingXcmV4Location", - feePerSecond: "u128", }, - DestFeePerSecondRemoved: { + resume_asset_support: { location: "StagingXcmV4Location", }, - HrmpManagementSent: { - action: "PalletXcmTransactorHrmpOperation", + remove_asset: { + location: "StagingXcmV4Location", }, }, }, - /** Lookup377: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ - PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + /** Lookup380: sp_runtime::traits::BlakeTwo256 */ + SpRuntimeBlakeTwo256: "Null", + /** Lookup382: pallet_conviction_voting::types::Tally */ + PalletConvictionVotingTally: { + ayes: "u128", + nays: "u128", + support: "u128", }, - /** Lookup378: pallet_ethereum_xcm::pallet::Event */ - PalletEthereumXcmEvent: { + /** Lookup383: pallet_preimage::pallet::Event */ + PalletPreimageEvent: { _enum: { - ExecutedFromXcm: { - xcmMsgHash: "H256", - ethTxHash: "H256", + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** Lookup384: pallet_whitelist::pallet::Event */ + PalletWhitelistEvent: { + _enum: { + CallWhitelisted: { + callHash: "H256", + }, + WhitelistedCallRemoved: { + callHash: "H256", + }, + WhitelistedCallDispatched: { + callHash: "H256", + result: "Result", + }, + }, + }, + /** Lookup386: frame_support::dispatch::PostDispatchInfo */ + FrameSupportDispatchPostDispatchInfo: { + actualWeight: "Option", + paysFee: "FrameSupportDispatchPays", + }, + /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ + SpRuntimeDispatchErrorWithPostInfo: { + postInfo: "FrameSupportDispatchPostDispatchInfo", + error: "SpRuntimeDispatchError", + }, + /** Lookup389: pallet_root_testing::pallet::Event */ + PalletRootTestingEvent: { + _enum: ["DefensiveTestCall"], + }, + /** Lookup390: pallet_multisig::pallet::Event */ + PalletMultisigEvent: { + _enum: { + NewMultisig: { + approving: "AccountId20", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigApproval: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigExecuted: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + result: "Result", + }, + MultisigCancelled: { + cancelling: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", }, }, }, - /** Lookup379: pallet_message_queue::pallet::Event */ + /** Lookup391: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4295,7 +4379,7 @@ export default { }, }, }, - /** Lookup380: frame_support::traits::messages::ProcessMessageError */ + /** Lookup392: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4303,44 +4387,90 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup381: pallet_randomness::pallet::Event */ - PalletRandomnessEvent: { + /** Lookup393: pallet_emergency_para_xcm::pallet::Event */ + PalletEmergencyParaXcmEvent: { + _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], + }, + /** Lookup394: pallet_moonbeam_foreign_assets::pallet::Event */ + PalletMoonbeamForeignAssetsEvent: { _enum: { - RandomnessRequestedBabeEpoch: { - id: "u64", - refundAddress: "H160", + ForeignAssetCreated: { contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestEpoch: "u64", + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RandomnessRequestedLocal: { - id: "u64", - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestBlock: "u32", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", }, - RequestFulfilled: { - id: "u64", + ForeignAssetFrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestFeeIncreased: { - id: "u64", - newFee: "u128", + ForeignAssetUnfrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestExpirationExecuted: { - id: "u64", + }, + }, + /** Lookup395: pallet_parameters::pallet::Event */ + PalletParametersEvent: { + _enum: { + Updated: { + key: "MoonbaseRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", + }, + }, + }, + /** Lookup396: moonbase_runtime::runtime_params::RuntimeParametersKey */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + }, + }, + /** Lookup397: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { + _enum: ["FeesTreasuryProportion"], + }, + /** Lookup399: moonbase_runtime::runtime_params::RuntimeParametersValue */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", + }, + }, + /** Lookup400: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { + _enum: { + FeesTreasuryProportion: "Perbill", + }, + }, + /** Lookup401: pallet_xcm_weight_trader::pallet::Event */ + PalletXcmWeightTraderEvent: { + _enum: { + SupportedAssetAdded: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + SupportedAssetEdited: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + PauseAssetSupport: { + location: "StagingXcmV4Location", + }, + ResumeAssetSupport: { + location: "StagingXcmV4Location", + }, + SupportedAssetRemoved: { + location: "StagingXcmV4Location", }, }, }, - /** Lookup382: frame_system::Phase */ + /** Lookup402: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4348,51 +4478,51 @@ export default { Initialization: "Null", }, }, - /** Lookup384: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup404: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup385: frame_system::CodeUpgradeAuthorization */ + /** Lookup405: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup386: frame_system::limits::BlockWeights */ + /** Lookup406: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup387: frame_support::dispatch::PerDispatchClass */ + /** Lookup407: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup388: frame_system::limits::WeightsPerClass */ + /** Lookup408: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup389: frame_system::limits::BlockLength */ + /** Lookup409: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup390: frame_support::dispatch::PerDispatchClass */ + /** Lookup410: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup391: sp_weights::RuntimeDbWeight */ + /** Lookup411: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup392: sp_version::RuntimeVersion */ + /** Lookup412: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4403,7 +4533,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup396: frame_system::pallet::Error */ + /** Lookup416: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4417,112 +4547,27 @@ export default { "Unauthorized", ], }, - /** Lookup398: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ - CumulusPalletParachainSystemUnincludedSegmentAncestor: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - paraHeadHash: "Option", - consumedGoAheadSignal: "Option", - }, - /** Lookup399: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ - CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { - umpMsgCount: "u32", - umpTotalBytes: "u32", - hrmpOutgoing: "BTreeMap", - }, - /** Lookup401: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ - CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { - msgCount: "u32", - totalBytes: "u32", - }, - /** Lookup405: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { - _enum: ["Abort", "GoAhead"], - }, - /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ - CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - hrmpWatermark: "Option", - consumedGoAheadSignal: "Option", - }, - /** Lookup408: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { - _enum: ["Present"], - }, - /** Lookup409: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ - CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { - dmqMqcHead: "H256", - relayDispatchQueueRemainingCapacity: - "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", - ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - }, - /** Lookup410: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ - CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { - remainingCount: "u32", - remainingSize: "u32", - }, - /** Lookup413: polkadot_primitives::v7::AbridgedHrmpChannel */ - PolkadotPrimitivesV7AbridgedHrmpChannel: { - maxCapacity: "u32", - maxTotalSize: "u32", - maxMessageSize: "u32", - msgCount: "u32", - totalSize: "u32", - mqcHead: "Option", - }, - /** Lookup414: polkadot_primitives::v7::AbridgedHostConfiguration */ - PolkadotPrimitivesV7AbridgedHostConfiguration: { - maxCodeSize: "u32", - maxHeadDataSize: "u32", - maxUpwardQueueCount: "u32", - maxUpwardQueueSize: "u32", - maxUpwardMessageSize: "u32", - maxUpwardMessageNumPerCandidate: "u32", - hrmpMaxMessageNumPerCandidate: "u32", - validationUpgradeCooldown: "u32", - validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", - }, - /** Lookup415: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { - maxCandidateDepth: "u32", - allowedAncestryLen: "u32", - }, - /** Lookup421: polkadot_core_primitives::OutboundHrmpMessage */ - PolkadotCorePrimitivesOutboundHrmpMessage: { - recipient: "u32", - data: "Bytes", - }, - /** Lookup423: cumulus_pallet_parachain_system::pallet::Error */ - CumulusPalletParachainSystemError: { - _enum: [ - "OverlappingUpgrades", - "ProhibitedByPolkadot", - "TooBig", - "ValidationDataNotAvailable", - "HostConfigurationNotAvailable", - "NotScheduled", - "NothingAuthorized", - "Unauthorized", - ], + /** Lookup417: pallet_utility::pallet::Error */ + PalletUtilityError: { + _enum: ["TooManyCalls"], }, - /** Lookup425: pallet_balances::types::BalanceLock */ + /** Lookup419: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup426: pallet_balances::types::Reasons */ + /** Lookup420: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup429: pallet_balances::types::ReserveData */ + /** Lookup423: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup433: moonriver_runtime::RuntimeHoldReason */ - MoonriverRuntimeRuntimeHoldReason: { + /** Lookup427: moonbase_runtime::RuntimeHoldReason */ + MoonbaseRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4568,37 +4613,19 @@ export default { __Unused41: "Null", __Unused42: "Null", __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - __Unused52: "Null", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup434: pallet_preimage::pallet::HoldReason */ + /** Lookup428: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup437: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup431: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup439: pallet_balances::pallet::Error */ + /** Lookup433: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4615,125 +4642,305 @@ export default { "DeltaZero", ], }, - /** Lookup440: pallet_transaction_payment::Releases */ - PalletTransactionPaymentReleases: { - _enum: ["V1Ancient", "V2"], + /** Lookup434: pallet_sudo::pallet::Error */ + PalletSudoError: { + _enum: ["RequireSudo"], }, - /** - * Lookup441: - * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingParachainBondConfig: { - account: "AccountId20", - percent: "Percent", + /** Lookup436: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + CumulusPalletParachainSystemUnincludedSegmentAncestor: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + paraHeadHash: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup442: pallet_parachain_staking::types::RoundInfo */ - PalletParachainStakingRoundInfo: { - current: "u32", - first: "u32", - length: "u32", - firstSlot: "u64", + /** Lookup437: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { + umpMsgCount: "u32", + umpTotalBytes: "u32", + hrmpOutgoing: "BTreeMap", }, - /** Lookup443: pallet_parachain_staking::types::Delegator */ - PalletParachainStakingDelegator: { - id: "AccountId20", - delegations: "PalletParachainStakingSetOrderedSet", - total: "u128", - lessTotal: "u128", - status: "PalletParachainStakingDelegatorStatus", + /** Lookup439: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { + msgCount: "u32", + totalBytes: "u32", }, - /** - * Lookup444: - * pallet_parachain_staking::set::OrderedSet> - */ - PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup445: pallet_parachain_staking::types::Bond */ - PalletParachainStakingBond: { - owner: "AccountId20", - amount: "u128", + /** Lookup443: polkadot_primitives::v7::UpgradeGoAhead */ + PolkadotPrimitivesV7UpgradeGoAhead: { + _enum: ["Abort", "GoAhead"], }, - /** Lookup447: pallet_parachain_staking::types::DelegatorStatus */ - PalletParachainStakingDelegatorStatus: { - _enum: { - Active: "Null", - Leaving: "u32", - }, + /** Lookup444: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + hrmpWatermark: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup448: pallet_parachain_staking::types::CandidateMetadata */ - PalletParachainStakingCandidateMetadata: { - bond: "u128", - delegationCount: "u32", - totalCounted: "u128", - lowestTopDelegationAmount: "u128", - highestBottomDelegationAmount: "u128", - lowestBottomDelegationAmount: "u128", - topCapacity: "PalletParachainStakingCapacityStatus", - bottomCapacity: "PalletParachainStakingCapacityStatus", - request: "Option", - status: "PalletParachainStakingCollatorStatus", + /** Lookup446: polkadot_primitives::v7::UpgradeRestriction */ + PolkadotPrimitivesV7UpgradeRestriction: { + _enum: ["Present"], }, - /** Lookup449: pallet_parachain_staking::types::CapacityStatus */ - PalletParachainStakingCapacityStatus: { - _enum: ["Full", "Empty", "Partial"], + /** Lookup447: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { + dmqMqcHead: "H256", + relayDispatchQueueRemainingCapacity: + "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", + ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup451: pallet_parachain_staking::types::CandidateBondLessRequest */ - PalletParachainStakingCandidateBondLessRequest: { - amount: "u128", - whenExecutable: "u32", + /** Lookup448: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { + remainingCount: "u32", + remainingSize: "u32", }, - /** Lookup452: pallet_parachain_staking::types::CollatorStatus */ - PalletParachainStakingCollatorStatus: { - _enum: { - Active: "Null", - Idle: "Null", - Leaving: "u32", - }, + /** Lookup451: polkadot_primitives::v7::AbridgedHrmpChannel */ + PolkadotPrimitivesV7AbridgedHrmpChannel: { + maxCapacity: "u32", + maxTotalSize: "u32", + maxMessageSize: "u32", + msgCount: "u32", + totalSize: "u32", + mqcHead: "Option", }, - /** Lookup454: pallet_parachain_staking::delegation_requests::ScheduledRequest */ - PalletParachainStakingDelegationRequestsScheduledRequest: { - delegator: "AccountId20", - whenExecutable: "u32", - action: "PalletParachainStakingDelegationRequestsDelegationAction", + /** Lookup452: polkadot_primitives::v7::AbridgedHostConfiguration */ + PolkadotPrimitivesV7AbridgedHostConfiguration: { + maxCodeSize: "u32", + maxHeadDataSize: "u32", + maxUpwardQueueCount: "u32", + maxUpwardQueueSize: "u32", + maxUpwardMessageSize: "u32", + maxUpwardMessageNumPerCandidate: "u32", + hrmpMaxMessageNumPerCandidate: "u32", + validationUpgradeCooldown: "u32", + validationUpgradeDelay: "u32", + asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** - * Lookup457: - * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingAutoCompoundAutoCompoundConfig: { - delegator: "AccountId20", - value: "Percent", + /** Lookup453: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + maxCandidateDepth: "u32", + allowedAncestryLen: "u32", }, - /** Lookup459: pallet_parachain_staking::types::Delegations */ - PalletParachainStakingDelegations: { - delegations: "Vec", - total: "u128", + /** Lookup459: polkadot_core_primitives::OutboundHrmpMessage */ + PolkadotCorePrimitivesOutboundHrmpMessage: { + recipient: "u32", + data: "Bytes", }, - /** - * Lookup461: - * pallet_parachain_staking::set::BoundedOrderedSet, S> + /** Lookup461: cumulus_pallet_parachain_system::pallet::Error */ + CumulusPalletParachainSystemError: { + _enum: [ + "OverlappingUpgrades", + "ProhibitedByPolkadot", + "TooBig", + "ValidationDataNotAvailable", + "HostConfigurationNotAvailable", + "NotScheduled", + "NothingAuthorized", + "Unauthorized", + ], + }, + /** Lookup462: pallet_transaction_payment::Releases */ + PalletTransactionPaymentReleases: { + _enum: ["V1Ancient", "V2"], + }, + /** Lookup463: pallet_evm::CodeMetadata */ + PalletEvmCodeMetadata: { + _alias: { + size_: "size", + hash_: "hash", + }, + size_: "u64", + hash_: "H256", + }, + /** Lookup465: pallet_evm::pallet::Error */ + PalletEvmError: { + _enum: [ + "BalanceLow", + "FeeOverflow", + "PaymentOverflow", + "WithdrawFailed", + "GasPriceTooLow", + "InvalidNonce", + "GasLimitTooLow", + "GasLimitTooHigh", + "InvalidChainId", + "InvalidSignature", + "Reentrancy", + "TransactionMustComeFromEOA", + "Undefined", + ], + }, + /** Lookup468: fp_rpc::TransactionStatus */ + FpRpcTransactionStatus: { + transactionHash: "H256", + transactionIndex: "u32", + from: "H160", + to: "Option", + contractAddress: "Option", + logs: "Vec", + logsBloom: "EthbloomBloom", + }, + /** Lookup470: ethbloom::Bloom */ + EthbloomBloom: "[u8;256]", + /** Lookup472: ethereum::receipt::ReceiptV3 */ + EthereumReceiptReceiptV3: { + _enum: { + Legacy: "EthereumReceiptEip658ReceiptData", + EIP2930: "EthereumReceiptEip658ReceiptData", + EIP1559: "EthereumReceiptEip658ReceiptData", + }, + }, + /** Lookup473: ethereum::receipt::EIP658ReceiptData */ + EthereumReceiptEip658ReceiptData: { + statusCode: "u8", + usedGas: "U256", + logsBloom: "EthbloomBloom", + logs: "Vec", + }, + /** + * Lookup474: + * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + */ + EthereumBlock: { + header: "EthereumHeader", + transactions: "Vec", + ommers: "Vec", + }, + /** Lookup475: ethereum::header::Header */ + EthereumHeader: { + parentHash: "H256", + ommersHash: "H256", + beneficiary: "H160", + stateRoot: "H256", + transactionsRoot: "H256", + receiptsRoot: "H256", + logsBloom: "EthbloomBloom", + difficulty: "U256", + number: "U256", + gasLimit: "U256", + gasUsed: "U256", + timestamp: "u64", + extraData: "Bytes", + mixHash: "H256", + nonce: "EthereumTypesHashH64", + }, + /** Lookup476: ethereum_types::hash::H64 */ + EthereumTypesHashH64: "[u8;8]", + /** Lookup481: pallet_ethereum::pallet::Error */ + PalletEthereumError: { + _enum: ["InvalidSignature", "PreLogExists"], + }, + /** + * Lookup482: + * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingParachainBondConfig: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup483: pallet_parachain_staking::types::RoundInfo */ + PalletParachainStakingRoundInfo: { + current: "u32", + first: "u32", + length: "u32", + firstSlot: "u64", + }, + /** Lookup484: pallet_parachain_staking::types::Delegator */ + PalletParachainStakingDelegator: { + id: "AccountId20", + delegations: "PalletParachainStakingSetOrderedSet", + total: "u128", + lessTotal: "u128", + status: "PalletParachainStakingDelegatorStatus", + }, + /** + * Lookup485: + * pallet_parachain_staking::set::OrderedSet> + */ + PalletParachainStakingSetOrderedSet: "Vec", + /** Lookup486: pallet_parachain_staking::types::Bond */ + PalletParachainStakingBond: { + owner: "AccountId20", + amount: "u128", + }, + /** Lookup488: pallet_parachain_staking::types::DelegatorStatus */ + PalletParachainStakingDelegatorStatus: { + _enum: { + Active: "Null", + Leaving: "u32", + }, + }, + /** Lookup489: pallet_parachain_staking::types::CandidateMetadata */ + PalletParachainStakingCandidateMetadata: { + bond: "u128", + delegationCount: "u32", + totalCounted: "u128", + lowestTopDelegationAmount: "u128", + highestBottomDelegationAmount: "u128", + lowestBottomDelegationAmount: "u128", + topCapacity: "PalletParachainStakingCapacityStatus", + bottomCapacity: "PalletParachainStakingCapacityStatus", + request: "Option", + status: "PalletParachainStakingCollatorStatus", + }, + /** Lookup490: pallet_parachain_staking::types::CapacityStatus */ + PalletParachainStakingCapacityStatus: { + _enum: ["Full", "Empty", "Partial"], + }, + /** Lookup492: pallet_parachain_staking::types::CandidateBondLessRequest */ + PalletParachainStakingCandidateBondLessRequest: { + amount: "u128", + whenExecutable: "u32", + }, + /** Lookup493: pallet_parachain_staking::types::CollatorStatus */ + PalletParachainStakingCollatorStatus: { + _enum: { + Active: "Null", + Idle: "Null", + Leaving: "u32", + }, + }, + /** Lookup495: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + PalletParachainStakingDelegationRequestsScheduledRequest: { + delegator: "AccountId20", + whenExecutable: "u32", + action: "PalletParachainStakingDelegationRequestsDelegationAction", + }, + /** + * Lookup498: + * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingAutoCompoundAutoCompoundConfig: { + delegator: "AccountId20", + value: "Percent", + }, + /** Lookup500: pallet_parachain_staking::types::Delegations */ + PalletParachainStakingDelegations: { + delegations: "Vec", + total: "u128", + }, + /** + * Lookup502: + * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup464: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup505: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup466: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup507: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup467: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup508: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup468: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup509: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4751,7 +4958,7 @@ export default { max: "Perbill", }, }, - /** Lookup469: pallet_parachain_staking::pallet::Error */ + /** Lookup510: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4811,74 +5018,146 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup470: pallet_author_inherent::pallet::Error */ - PalletAuthorInherentError: { - _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + /** + * Lookup513: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> + */ + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", + priority: "u8", + call: "FrameSupportPreimagesBounded", + maybePeriodic: "Option<(u32,u32)>", + origin: "MoonbaseRuntimeOriginCaller", }, - /** Lookup471: pallet_author_mapping::pallet::RegistrationInfo */ - PalletAuthorMappingRegistrationInfo: { - _alias: { - keys_: "keys", - }, - account: "AccountId20", - deposit: "u128", - keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + /** Lookup515: pallet_scheduler::RetryConfig */ + PalletSchedulerRetryConfig: { + totalRetries: "u8", + remaining: "u8", + period: "u32", }, - /** Lookup472: pallet_author_mapping::pallet::Error */ - PalletAuthorMappingError: { + /** Lookup516: pallet_scheduler::pallet::Error */ + PalletSchedulerError: { _enum: [ - "AssociationNotFound", - "NotYourAssociation", - "CannotAffordSecurityDeposit", - "AlreadyAssociated", - "OldAuthorIdNotFound", - "WrongKeySize", - "DecodeNimbusFailed", - "DecodeKeysFailed", + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", ], }, - /** Lookup473: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCollatorPoolInfo: { - orbiters: "Vec", - maybeCurrentOrbiter: "Option", - nextOrbiter: "u32", - }, - /** Lookup475: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCurrentOrbiter: { - accountId: "AccountId20", - removed: "bool", + /** Lookup517: pallet_treasury::Proposal */ + PalletTreasuryProposal: { + proposer: "AccountId20", + value: "u128", + beneficiary: "AccountId20", + bond: "u128", }, - /** Lookup476: pallet_moonbeam_orbiters::pallet::Error */ - PalletMoonbeamOrbitersError: { - _enum: [ - "CollatorAlreadyAdded", - "CollatorNotFound", - "CollatorPoolTooLarge", - "CollatorsPoolCountTooLow", - "MinOrbiterDepositNotSet", - "OrbiterAlreadyInPool", - "OrbiterDepositNotFound", - "OrbiterNotFound", - "OrbiterStillInAPool", - ], + /** + * Lookup520: pallet_treasury::SpendStatus + */ + PalletTreasurySpendStatus: { + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + status: "PalletTreasuryPaymentState", }, - /** Lookup479: pallet_utility::pallet::Error */ - PalletUtilityError: { - _enum: ["TooManyCalls"], + /** Lookup521: pallet_treasury::PaymentState */ + PalletTreasuryPaymentState: { + _enum: { + Pending: "Null", + Attempted: { + id: "Null", + }, + Failed: "Null", + }, }, - /** Lookup482: pallet_proxy::ProxyDefinition */ - PalletProxyProxyDefinition: { - delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", + /** Lookup523: frame_support::PalletId */ + FrameSupportPalletId: "[u8;8]", + /** Lookup524: pallet_treasury::pallet::Error */ + PalletTreasuryError: { + _enum: [ + "InvalidIndex", + "TooManyApprovals", + "InsufficientPermission", + "ProposalNotApproved", + "FailedToConvertBalance", + "SpendExpired", + "EarlyPayout", + "AlreadyAttempted", + "PayoutError", + "NotAttempted", + "Inconclusive", + ], + }, + /** Lookup525: pallet_author_inherent::pallet::Error */ + PalletAuthorInherentError: { + _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + }, + /** Lookup526: pallet_crowdloan_rewards::pallet::RewardInfo */ + PalletCrowdloanRewardsRewardInfo: { + totalReward: "u128", + claimedReward: "u128", + contributedRelayAddresses: "Vec<[u8;32]>", + }, + /** Lookup528: pallet_crowdloan_rewards::pallet::Error */ + PalletCrowdloanRewardsError: { + _enum: [ + "AlreadyAssociated", + "BatchBeyondFundPot", + "FirstClaimAlreadyDone", + "RewardNotHighEnough", + "InvalidClaimSignature", + "InvalidFreeClaimSignature", + "NoAssociatedClaim", + "RewardsAlreadyClaimed", + "RewardVecAlreadyInitialized", + "RewardVecNotFullyInitializedYet", + "RewardsDoNotMatchFund", + "TooManyContributors", + "VestingPeriodNonValid", + "NonContributedAddressProvided", + "InsufficientNumberOfValidProofs", + ], + }, + /** Lookup529: pallet_author_mapping::pallet::RegistrationInfo */ + PalletAuthorMappingRegistrationInfo: { + _alias: { + keys_: "keys", + }, + account: "AccountId20", + deposit: "u128", + keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + }, + /** Lookup530: pallet_author_mapping::pallet::Error */ + PalletAuthorMappingError: { + _enum: [ + "AssociationNotFound", + "NotYourAssociation", + "CannotAffordSecurityDeposit", + "AlreadyAssociated", + "OldAuthorIdNotFound", + "WrongKeySize", + "DecodeNimbusFailed", + "DecodeKeysFailed", + ], }, - /** Lookup486: pallet_proxy::Announcement */ + /** Lookup533: pallet_proxy::ProxyDefinition */ + PalletProxyProxyDefinition: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + }, + /** Lookup537: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup488: pallet_proxy::pallet::Error */ + /** Lookup539: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4891,12 +5170,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup489: pallet_maintenance_mode::pallet::Error */ + /** Lookup540: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup491: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -4904,21 +5183,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup500: pallet_identity::types::RegistrarInfo */ + /** Lookup551: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup502: + * Lookup553: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup505: pallet_identity::pallet::Error */ + /** Lookup556: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -4949,201 +5228,392 @@ export default { "NotExpired", ], }, - /** Lookup506: pallet_migrations::pallet::Error */ - PalletMigrationsError: { - _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + /** Lookup561: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + CumulusPalletXcmpQueueOutboundChannelDetails: { + recipient: "u32", + state: "CumulusPalletXcmpQueueOutboundState", + signalsExist: "bool", + firstIndex: "u16", + lastIndex: "u16", }, - /** Lookup508: pallet_multisig::Multisig */ - PalletMultisigMultisig: { - when: "PalletMultisigTimepoint", - deposit: "u128", - depositor: "AccountId20", - approvals: "Vec", + /** Lookup562: cumulus_pallet_xcmp_queue::OutboundState */ + CumulusPalletXcmpQueueOutboundState: { + _enum: ["Ok", "Suspended"], }, - /** Lookup510: pallet_multisig::pallet::Error */ - PalletMultisigError: { + /** Lookup566: cumulus_pallet_xcmp_queue::QueueConfigData */ + CumulusPalletXcmpQueueQueueConfigData: { + suspendThreshold: "u32", + dropThreshold: "u32", + resumeThreshold: "u32", + }, + /** Lookup567: cumulus_pallet_xcmp_queue::pallet::Error */ + CumulusPalletXcmpQueueError: { _enum: [ - "MinimumThreshold", - "AlreadyApproved", - "NoApprovalsNeeded", - "TooFewSignatories", - "TooManySignatories", - "SignatoriesOutOfOrder", - "SenderInSignatories", - "NotFound", - "NotOwner", - "NoTimepoint", - "WrongTimepoint", - "UnexpectedTimepoint", - "MaxWeightTooLow", - "AlreadyStored", + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", ], }, - /** Lookup511: pallet_moonbeam_lazy_migrations::pallet::Error */ - PalletMoonbeamLazyMigrationsError: { - _enum: ["LimitCannotBeZero", "AddressesLengthCannotBeZero", "ContractNotCorrupted"], + /** Lookup568: pallet_xcm::pallet::QueryStatus */ + PalletXcmQueryStatus: { + _enum: { + Pending: { + responder: "XcmVersionedLocation", + maybeMatchQuerier: "Option", + maybeNotify: "Option<(u8,u8)>", + timeout: "u32", + }, + VersionNotifier: { + origin: "XcmVersionedLocation", + isActive: "bool", + }, + Ready: { + response: "XcmVersionedResponse", + at: "u32", + }, + }, }, - /** Lookup512: pallet_evm::CodeMetadata */ - PalletEvmCodeMetadata: { - _alias: { - size_: "size", - hash_: "hash", + /** Lookup572: xcm::VersionedResponse */ + XcmVersionedResponse: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + V2: "XcmV2Response", + V3: "XcmV3Response", + V4: "StagingXcmV4Response", }, - size_: "u64", - hash_: "H256", }, - /** Lookup514: pallet_evm::pallet::Error */ - PalletEvmError: { + /** Lookup578: pallet_xcm::pallet::VersionMigrationStage */ + PalletXcmVersionMigrationStage: { + _enum: { + MigrateSupportedVersion: "Null", + MigrateVersionNotifiers: "Null", + NotifyCurrentTargets: "Option", + MigrateAndNotifyOldTargets: "Null", + }, + }, + /** Lookup581: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + PalletXcmRemoteLockedFungibleRecord: { + amount: "u128", + owner: "XcmVersionedLocation", + locker: "XcmVersionedLocation", + consumers: "Vec<(Null,u128)>", + }, + /** Lookup588: pallet_xcm::pallet::Error */ + PalletXcmError: { _enum: [ - "BalanceLow", - "FeeOverflow", - "PaymentOverflow", - "WithdrawFailed", - "GasPriceTooLow", - "InvalidNonce", - "GasLimitTooLow", - "GasLimitTooHigh", - "InvalidChainId", - "InvalidSignature", - "Reentrancy", - "TransactionMustComeFromEOA", - "Undefined", + "Unreachable", + "SendFailure", + "Filtered", + "UnweighableMessage", + "DestinationNotInvertible", + "Empty", + "CannotReanchor", + "TooManyAssets", + "InvalidOrigin", + "BadVersion", + "BadLocation", + "NoSubscription", + "AlreadySubscribed", + "CannotCheckOutTeleport", + "LowBalance", + "TooManyLocks", + "AccountNotSovereign", + "FeesNotMet", + "LockNotFound", + "InUse", + "__Unused20", + "InvalidAssetUnknownReserve", + "InvalidAssetUnsupportedReserve", + "TooManyReserves", + "LocalExecutionIncomplete", ], }, - /** Lookup517: fp_rpc::TransactionStatus */ - FpRpcTransactionStatus: { - transactionHash: "H256", - transactionIndex: "u32", - from: "H160", - to: "Option", - contractAddress: "Option", - logs: "Vec", - logsBloom: "EthbloomBloom", + /** Lookup589: pallet_assets::types::AssetDetails */ + PalletAssetsAssetDetails: { + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + supply: "u128", + deposit: "u128", + minBalance: "u128", + isSufficient: "bool", + accounts: "u32", + sufficients: "u32", + approvals: "u32", + status: "PalletAssetsAssetStatus", }, - /** Lookup519: ethbloom::Bloom */ - EthbloomBloom: "[u8;256]", - /** Lookup521: ethereum::receipt::ReceiptV3 */ - EthereumReceiptReceiptV3: { + /** Lookup590: pallet_assets::types::AssetStatus */ + PalletAssetsAssetStatus: { + _enum: ["Live", "Frozen", "Destroying"], + }, + /** Lookup592: pallet_assets::types::AssetAccount */ + PalletAssetsAssetAccount: { + balance: "u128", + status: "PalletAssetsAccountStatus", + reason: "PalletAssetsExistenceReason", + extra: "Null", + }, + /** Lookup593: pallet_assets::types::AccountStatus */ + PalletAssetsAccountStatus: { + _enum: ["Liquid", "Frozen", "Blocked"], + }, + /** Lookup594: pallet_assets::types::ExistenceReason */ + PalletAssetsExistenceReason: { _enum: { - Legacy: "EthereumReceiptEip658ReceiptData", - EIP2930: "EthereumReceiptEip658ReceiptData", - EIP1559: "EthereumReceiptEip658ReceiptData", + Consumer: "Null", + Sufficient: "Null", + DepositHeld: "u128", + DepositRefunded: "Null", + DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup522: ethereum::receipt::EIP658ReceiptData */ - EthereumReceiptEip658ReceiptData: { - statusCode: "u8", - usedGas: "U256", - logsBloom: "EthbloomBloom", - logs: "Vec", + /** Lookup596: pallet_assets::types::Approval */ + PalletAssetsApproval: { + amount: "u128", + deposit: "u128", }, /** - * Lookup523: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + * Lookup597: pallet_assets::types::AssetMetadata> */ - EthereumBlock: { - header: "EthereumHeader", - transactions: "Vec", - ommers: "Vec", + PalletAssetsAssetMetadata: { + deposit: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup524: ethereum::header::Header */ - EthereumHeader: { - parentHash: "H256", - ommersHash: "H256", - beneficiary: "H160", - stateRoot: "H256", - transactionsRoot: "H256", - receiptsRoot: "H256", - logsBloom: "EthbloomBloom", - difficulty: "U256", - number: "U256", - gasLimit: "U256", - gasUsed: "U256", - timestamp: "u64", - extraData: "Bytes", - mixHash: "H256", - nonce: "EthereumTypesHashH64", + /** Lookup599: pallet_assets::pallet::Error */ + PalletAssetsError: { + _enum: [ + "BalanceLow", + "NoAccount", + "NoPermission", + "Unknown", + "Frozen", + "InUse", + "BadWitness", + "MinBalanceZero", + "UnavailableConsumer", + "BadMetadata", + "Unapproved", + "WouldDie", + "AlreadyExists", + "NoDeposit", + "WouldBurn", + "LiveAsset", + "AssetNotLive", + "IncorrectStatus", + "NotFrozen", + "CallbackFailed", + "BadAssetId", + ], }, - /** Lookup525: ethereum_types::hash::H64 */ - EthereumTypesHashH64: "[u8;8]", - /** Lookup530: pallet_ethereum::pallet::Error */ - PalletEthereumError: { - _enum: ["InvalidSignature", "PreLogExists"], + /** Lookup600: orml_xtokens::module::Error */ + OrmlXtokensModuleError: { + _enum: [ + "AssetHasNoReserve", + "NotCrossChainTransfer", + "InvalidDest", + "NotCrossChainTransferableCurrency", + "UnweighableMessage", + "XcmExecutionFailed", + "CannotReanchor", + "InvalidAncestry", + "InvalidAsset", + "DestinationNotInvertible", + "BadVersion", + "DistinctReserveForAssetAndFee", + "ZeroFee", + "ZeroAmount", + "TooManyAssetsBeingSent", + "AssetIndexNonExistent", + "FeeNotEnough", + "NotSupportedLocation", + "MinXcmFeeNotDefined", + "RateLimited", + ], }, - /** - * Lookup533: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> - */ - PalletSchedulerScheduled: { - maybeId: "Option<[u8;32]>", - priority: "u8", - call: "FrameSupportPreimagesBounded", - maybePeriodic: "Option<(u32,u32)>", - origin: "MoonriverRuntimeOriginCaller", + /** Lookup601: pallet_asset_manager::pallet::Error */ + PalletAssetManagerError: { + _enum: [ + "ErrorCreatingAsset", + "AssetAlreadyExists", + "AssetDoesNotExist", + "TooLowNumAssetsWeightHint", + "LocalAssetLimitReached", + "ErrorDestroyingAsset", + "NotSufficientDeposit", + "NonExistentLocalAsset", + ], }, - /** Lookup535: pallet_scheduler::RetryConfig */ - PalletSchedulerRetryConfig: { - totalRetries: "u8", - remaining: "u8", - period: "u32", + /** Lookup602: pallet_migrations::pallet::Error */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup536: pallet_scheduler::pallet::Error */ - PalletSchedulerError: { + /** Lookup603: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + PalletXcmTransactorRelayIndicesRelayChainIndices: { + staking: "u8", + utility: "u8", + hrmp: "u8", + bond: "u8", + bondExtra: "u8", + unbond: "u8", + withdrawUnbonded: "u8", + validate: "u8", + nominate: "u8", + chill: "u8", + setPayee: "u8", + setController: "u8", + rebond: "u8", + asDerivative: "u8", + initOpenChannel: "u8", + acceptOpenChannel: "u8", + closeChannel: "u8", + cancelOpenRequest: "u8", + }, + /** Lookup604: pallet_xcm_transactor::pallet::Error */ + PalletXcmTransactorError: { _enum: [ - "FailedToSchedule", - "NotFound", - "TargetBlockNumberInPast", - "RescheduleNoChange", - "Named", + "IndexAlreadyClaimed", + "UnclaimedIndex", + "NotOwner", + "UnweighableMessage", + "CannotReanchor", + "AssetHasNoReserve", + "InvalidDest", + "NotCrossChainTransfer", + "AssetIsNotReserveInDestination", + "DestinationNotInvertible", + "ErrorDelivering", + "DispatchWeightBiggerThanTotalWeight", + "WeightOverflow", + "AmountOverflow", + "TransactorInfoNotSet", + "NotCrossChainTransferableCurrency", + "XcmExecuteError", + "BadVersion", + "MaxWeightTransactReached", + "UnableToWithdrawAsset", + "FeePerSecondNotSet", + "SignedTransactNotAllowedForDestination", + "FailedMultiLocationToJunction", + "HrmpHandlerNotImplemented", + "TooMuchFeeUsed", + "ErrorValidating", + "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup537: pallet_preimage::OldRequestStatus */ - PalletPreimageOldRequestStatus: { + /** Lookup605: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCollatorPoolInfo: { + orbiters: "Vec", + maybeCurrentOrbiter: "Option", + nextOrbiter: "u32", + }, + /** Lookup607: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCurrentOrbiter: { + accountId: "AccountId20", + removed: "bool", + }, + /** Lookup608: pallet_moonbeam_orbiters::pallet::Error */ + PalletMoonbeamOrbitersError: { + _enum: [ + "CollatorAlreadyAdded", + "CollatorNotFound", + "CollatorPoolTooLarge", + "CollatorsPoolCountTooLow", + "MinOrbiterDepositNotSet", + "OrbiterAlreadyInPool", + "OrbiterDepositNotFound", + "OrbiterNotFound", + "OrbiterStillInAPool", + ], + }, + /** Lookup609: pallet_ethereum_xcm::pallet::Error */ + PalletEthereumXcmError: { + _enum: ["EthereumXcmExecutionSuspended"], + }, + /** Lookup610: pallet_randomness::types::RequestState */ + PalletRandomnessRequestState: { + request: "PalletRandomnessRequest", + deposit: "u128", + }, + /** Lookup611: pallet_randomness::types::Request> */ + PalletRandomnessRequest: { + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + info: "PalletRandomnessRequestInfo", + }, + /** Lookup612: pallet_randomness::types::RequestInfo */ + PalletRandomnessRequestInfo: { _enum: { - Unrequested: { - deposit: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - deposit: "Option<(AccountId20,u128)>", - count: "u32", - len: "Option", - }, + BabeEpoch: "(u64,u64)", + Local: "(u32,u32)", }, }, - /** - * Lookup540: pallet_preimage::RequestStatus> - */ - PalletPreimageRequestStatus: { + /** Lookup613: pallet_randomness::types::RequestType */ + PalletRandomnessRequestType: { _enum: { - Unrequested: { - ticket: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - maybeTicket: "Option<(AccountId20,u128)>", - count: "u32", - maybeLen: "Option", - }, + BabeEpoch: "u64", + Local: "u32", }, }, - /** Lookup546: pallet_preimage::pallet::Error */ - PalletPreimageError: { + /** Lookup614: pallet_randomness::types::RandomnessResult */ + PalletRandomnessRandomnessResult: { + randomness: "Option", + requestCount: "u64", + }, + /** Lookup615: pallet_randomness::pallet::Error */ + PalletRandomnessError: { _enum: [ - "TooBig", - "AlreadyNoted", - "NotAuthorized", - "NotNoted", - "Requested", - "NotRequested", - "TooMany", - "TooFew", + "RequestCounterOverflowed", + "RequestFeeOverflowed", + "MustRequestAtLeastOneWord", + "CannotRequestMoreWordsThanMax", + "CannotRequestRandomnessAfterMaxDelay", + "CannotRequestRandomnessBeforeMinDelay", + "RequestDNE", + "RequestCannotYetBeFulfilled", + "OnlyRequesterCanIncreaseFee", + "RequestHasNotExpired", + "RandomnessResultDNE", + "RandomnessResultNotFilled", + ], + }, + /** Lookup617: pallet_collective::Votes */ + PalletCollectiveVotes: { + index: "u32", + threshold: "u32", + ayes: "Vec", + nays: "Vec", + end: "u32", + }, + /** Lookup618: pallet_collective::pallet::Error */ + PalletCollectiveError: { + _enum: [ + "NotMember", + "DuplicateProposal", + "ProposalMissing", + "WrongIndex", + "DuplicateVote", + "AlreadyInitialized", + "TooEarly", + "TooManyProposals", + "WrongProposalWeight", + "WrongProposalLength", + "PrimeAccountNotMember", ], }, /** - * Lookup548: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5152,20 +5622,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup549: pallet_conviction_voting::vote::Casting */ + /** Lookup621: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup553: pallet_conviction_voting::types::Delegations */ + /** Lookup625: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup554: pallet_conviction_voting::vote::PriorLock */ + /** Lookup626: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup555: pallet_conviction_voting::vote::Delegating */ + /** Lookup627: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5173,7 +5643,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup559: pallet_conviction_voting::pallet::Error */ + /** Lookup631: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5191,8 +5661,8 @@ export default { ], }, /** - * Lookup560: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5207,14 +5677,14 @@ export default { }, }, /** - * Lookup561: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonriverRuntimeOriginCaller", + origin: "MoonbaseRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5225,17 +5695,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup562: pallet_referenda::types::Deposit */ + /** Lookup634: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup565: pallet_referenda::types::DecidingStatus */ + /** Lookup637: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup573: pallet_referenda::types::TrackInfo */ + /** Lookup645: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5247,7 +5717,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup574: pallet_referenda::types::Curve */ + /** Lookup646: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5257,436 +5727,142 @@ export default { }, SteppedDecreasing: { begin: "Perbill", - end: "Perbill", - step: "Perbill", - period: "Perbill", - }, - Reciprocal: { - factor: "i64", - xOffset: "i64", - yOffset: "i64", - }, - }, - }, - /** Lookup577: pallet_referenda::pallet::Error */ - PalletReferendaError: { - _enum: [ - "NotOngoing", - "HasDeposit", - "BadTrack", - "Full", - "QueueEmpty", - "BadReferendum", - "NothingToDo", - "NoTrack", - "Unfinished", - "NoPermission", - "NoDeposit", - "BadStatus", - "PreimageNotExist", - "PreimageStoredWithDifferentLength", - ], - }, - /** Lookup578: pallet_whitelist::pallet::Error */ - PalletWhitelistError: { - _enum: [ - "UnavailablePreImage", - "UndecodableCall", - "InvalidCallWeightWitness", - "CallIsNotWhitelisted", - "CallAlreadyWhitelisted", - ], - }, - /** Lookup580: pallet_collective::Votes */ - PalletCollectiveVotes: { - index: "u32", - threshold: "u32", - ayes: "Vec", - nays: "Vec", - end: "u32", - }, - /** Lookup581: pallet_collective::pallet::Error */ - PalletCollectiveError: { - _enum: [ - "NotMember", - "DuplicateProposal", - "ProposalMissing", - "WrongIndex", - "DuplicateVote", - "AlreadyInitialized", - "TooEarly", - "TooManyProposals", - "WrongProposalWeight", - "WrongProposalLength", - "PrimeAccountNotMember", - ], - }, - /** Lookup584: pallet_treasury::Proposal */ - PalletTreasuryProposal: { - proposer: "AccountId20", - value: "u128", - beneficiary: "AccountId20", - bond: "u128", - }, - /** - * Lookup587: pallet_treasury::SpendStatus - */ - PalletTreasurySpendStatus: { - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", - status: "PalletTreasuryPaymentState", - }, - /** Lookup588: pallet_treasury::PaymentState */ - PalletTreasuryPaymentState: { - _enum: { - Pending: "Null", - Attempted: { - id: "Null", - }, - Failed: "Null", - }, - }, - /** Lookup590: frame_support::PalletId */ - FrameSupportPalletId: "[u8;8]", - /** Lookup591: pallet_treasury::pallet::Error */ - PalletTreasuryError: { - _enum: [ - "InsufficientProposersBalance", - "InvalidIndex", - "TooManyApprovals", - "InsufficientPermission", - "ProposalNotApproved", - "FailedToConvertBalance", - "SpendExpired", - "EarlyPayout", - "AlreadyAttempted", - "PayoutError", - "NotAttempted", - "Inconclusive", - ], - }, - /** Lookup592: pallet_crowdloan_rewards::pallet::RewardInfo */ - PalletCrowdloanRewardsRewardInfo: { - totalReward: "u128", - claimedReward: "u128", - contributedRelayAddresses: "Vec<[u8;32]>", - }, - /** Lookup594: pallet_crowdloan_rewards::pallet::Error */ - PalletCrowdloanRewardsError: { - _enum: [ - "AlreadyAssociated", - "BatchBeyondFundPot", - "FirstClaimAlreadyDone", - "RewardNotHighEnough", - "InvalidClaimSignature", - "InvalidFreeClaimSignature", - "NoAssociatedClaim", - "RewardsAlreadyClaimed", - "RewardVecAlreadyInitialized", - "RewardVecNotFullyInitializedYet", - "RewardsDoNotMatchFund", - "TooManyContributors", - "VestingPeriodNonValid", - "NonContributedAddressProvided", - "InsufficientNumberOfValidProofs", - ], - }, - /** Lookup599: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ - CumulusPalletXcmpQueueOutboundChannelDetails: { - recipient: "u32", - state: "CumulusPalletXcmpQueueOutboundState", - signalsExist: "bool", - firstIndex: "u16", - lastIndex: "u16", - }, - /** Lookup600: cumulus_pallet_xcmp_queue::OutboundState */ - CumulusPalletXcmpQueueOutboundState: { - _enum: ["Ok", "Suspended"], - }, - /** Lookup602: cumulus_pallet_xcmp_queue::QueueConfigData */ - CumulusPalletXcmpQueueQueueConfigData: { - suspendThreshold: "u32", - dropThreshold: "u32", - resumeThreshold: "u32", - }, - /** Lookup603: cumulus_pallet_xcmp_queue::pallet::Error */ - CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup604: cumulus_pallet_dmp_queue::pallet::MigrationState */ - CumulusPalletDmpQueueMigrationState: { - _enum: { - NotStarted: "Null", - StartedExport: { - nextBeginUsed: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: { - nextOverweightIndex: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: { - cursor: "Option", - }, - Completed: "Null", - }, - }, - /** Lookup607: pallet_xcm::pallet::QueryStatus */ - PalletXcmQueryStatus: { - _enum: { - Pending: { - responder: "XcmVersionedLocation", - maybeMatchQuerier: "Option", - maybeNotify: "Option<(u8,u8)>", - timeout: "u32", - }, - VersionNotifier: { - origin: "XcmVersionedLocation", - isActive: "bool", - }, - Ready: { - response: "XcmVersionedResponse", - at: "u32", - }, - }, - }, - /** Lookup611: xcm::VersionedResponse */ - XcmVersionedResponse: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Response", - V3: "XcmV3Response", - V4: "StagingXcmV4Response", - }, - }, - /** Lookup617: pallet_xcm::pallet::VersionMigrationStage */ - PalletXcmVersionMigrationStage: { - _enum: { - MigrateSupportedVersion: "Null", - MigrateVersionNotifiers: "Null", - NotifyCurrentTargets: "Option", - MigrateAndNotifyOldTargets: "Null", - }, - }, - /** Lookup620: pallet_xcm::pallet::RemoteLockedFungibleRecord */ - PalletXcmRemoteLockedFungibleRecord: { - amount: "u128", - owner: "XcmVersionedLocation", - locker: "XcmVersionedLocation", - consumers: "Vec<(Null,u128)>", - }, - /** Lookup627: pallet_xcm::pallet::Error */ - PalletXcmError: { - _enum: [ - "Unreachable", - "SendFailure", - "Filtered", - "UnweighableMessage", - "DestinationNotInvertible", - "Empty", - "CannotReanchor", - "TooManyAssets", - "InvalidOrigin", - "BadVersion", - "BadLocation", - "NoSubscription", - "AlreadySubscribed", - "CannotCheckOutTeleport", - "LowBalance", - "TooManyLocks", - "AccountNotSovereign", - "FeesNotMet", - "LockNotFound", - "InUse", - "__Unused20", - "InvalidAssetUnknownReserve", - "InvalidAssetUnsupportedReserve", - "TooManyReserves", - "LocalExecutionIncomplete", - ], - }, - /** Lookup628: pallet_assets::types::AssetDetails */ - PalletAssetsAssetDetails: { - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - supply: "u128", - deposit: "u128", - minBalance: "u128", - isSufficient: "bool", - accounts: "u32", - sufficients: "u32", - approvals: "u32", - status: "PalletAssetsAssetStatus", - }, - /** Lookup629: pallet_assets::types::AssetStatus */ - PalletAssetsAssetStatus: { - _enum: ["Live", "Frozen", "Destroying"], - }, - /** Lookup631: pallet_assets::types::AssetAccount */ - PalletAssetsAssetAccount: { - balance: "u128", - status: "PalletAssetsAccountStatus", - reason: "PalletAssetsExistenceReason", - extra: "Null", + end: "Perbill", + step: "Perbill", + period: "Perbill", + }, + Reciprocal: { + factor: "i64", + xOffset: "i64", + yOffset: "i64", + }, + }, }, - /** Lookup632: pallet_assets::types::AccountStatus */ - PalletAssetsAccountStatus: { - _enum: ["Liquid", "Frozen", "Blocked"], + /** Lookup649: pallet_referenda::pallet::Error */ + PalletReferendaError: { + _enum: [ + "NotOngoing", + "HasDeposit", + "BadTrack", + "Full", + "QueueEmpty", + "BadReferendum", + "NothingToDo", + "NoTrack", + "Unfinished", + "NoPermission", + "NoDeposit", + "BadStatus", + "PreimageNotExist", + "PreimageStoredWithDifferentLength", + ], }, - /** Lookup633: pallet_assets::types::ExistenceReason */ - PalletAssetsExistenceReason: { + /** Lookup650: pallet_preimage::OldRequestStatus */ + PalletPreimageOldRequestStatus: { _enum: { - Consumer: "Null", - Sufficient: "Null", - DepositHeld: "u128", - DepositRefunded: "Null", - DepositFrom: "(AccountId20,u128)", + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, }, }, - /** Lookup635: pallet_assets::types::Approval */ - PalletAssetsApproval: { - amount: "u128", - deposit: "u128", - }, /** - * Lookup636: pallet_assets::types::AssetMetadata> + * Lookup653: pallet_preimage::RequestStatus> */ - PalletAssetsAssetMetadata: { - deposit: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + ticket: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + maybeTicket: "Option<(AccountId20,u128)>", + count: "u32", + maybeLen: "Option", + }, + }, }, - /** Lookup638: pallet_assets::pallet::Error */ - PalletAssetsError: { + /** Lookup659: pallet_preimage::pallet::Error */ + PalletPreimageError: { _enum: [ - "BalanceLow", - "NoAccount", - "NoPermission", - "Unknown", - "Frozen", - "InUse", - "BadWitness", - "MinBalanceZero", - "UnavailableConsumer", - "BadMetadata", - "Unapproved", - "WouldDie", - "AlreadyExists", - "NoDeposit", - "WouldBurn", - "LiveAsset", - "AssetNotLive", - "IncorrectStatus", - "NotFrozen", - "CallbackFailed", + "TooBig", + "AlreadyNoted", + "NotAuthorized", + "NotNoted", + "Requested", + "NotRequested", + "TooMany", + "TooFew", + "NoCost", ], }, - /** Lookup640: pallet_asset_manager::pallet::Error */ - PalletAssetManagerError: { + /** Lookup660: pallet_whitelist::pallet::Error */ + PalletWhitelistError: { _enum: [ - "ErrorCreatingAsset", - "AssetAlreadyExists", - "AssetDoesNotExist", - "TooLowNumAssetsWeightHint", - "LocalAssetLimitReached", - "ErrorDestroyingAsset", - "NotSufficientDeposit", - "NonExistentLocalAsset", + "UnavailablePreImage", + "UndecodableCall", + "InvalidCallWeightWitness", + "CallIsNotWhitelisted", + "CallAlreadyWhitelisted", ], }, - /** Lookup641: orml_xtokens::module::Error */ - OrmlXtokensModuleError: { + /** Lookup664: pallet_multisig::Multisig */ + PalletMultisigMultisig: { + when: "PalletMultisigTimepoint", + deposit: "u128", + depositor: "AccountId20", + approvals: "Vec", + }, + /** Lookup666: pallet_multisig::pallet::Error */ + PalletMultisigError: { _enum: [ - "AssetHasNoReserve", - "NotCrossChainTransfer", - "InvalidDest", - "NotCrossChainTransferableCurrency", - "UnweighableMessage", - "XcmExecutionFailed", - "CannotReanchor", - "InvalidAncestry", - "InvalidAsset", - "DestinationNotInvertible", - "BadVersion", - "DistinctReserveForAssetAndFee", - "ZeroFee", - "ZeroAmount", - "TooManyAssetsBeingSent", - "AssetIndexNonExistent", - "FeeNotEnough", - "NotSupportedLocation", - "MinXcmFeeNotDefined", - "RateLimited", + "MinimumThreshold", + "AlreadyApproved", + "NoApprovalsNeeded", + "TooFewSignatories", + "TooManySignatories", + "SignatoriesOutOfOrder", + "SenderInSignatories", + "NotFound", + "NotOwner", + "NoTimepoint", + "WrongTimepoint", + "UnexpectedTimepoint", + "MaxWeightTooLow", + "AlreadyStored", ], }, - /** Lookup642: pallet_xcm_transactor::relay_indices::RelayChainIndices */ - PalletXcmTransactorRelayIndicesRelayChainIndices: { - staking: "u8", - utility: "u8", - hrmp: "u8", - bond: "u8", - bondExtra: "u8", - unbond: "u8", - withdrawUnbonded: "u8", - validate: "u8", - nominate: "u8", - chill: "u8", - setPayee: "u8", - setController: "u8", - rebond: "u8", - asDerivative: "u8", - initOpenChannel: "u8", - acceptOpenChannel: "u8", - closeChannel: "u8", - cancelOpenRequest: "u8", + /** Lookup670: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, }, - /** Lookup643: pallet_xcm_transactor::pallet::Error */ - PalletXcmTransactorError: { + /** Lookup672: pallet_moonbeam_lazy_migrations::pallet::Error */ + PalletMoonbeamLazyMigrationsError: { _enum: [ - "IndexAlreadyClaimed", - "UnclaimedIndex", - "NotOwner", - "UnweighableMessage", - "CannotReanchor", - "AssetHasNoReserve", - "InvalidDest", - "NotCrossChainTransfer", - "AssetIsNotReserveInDestination", - "DestinationNotInvertible", - "ErrorDelivering", - "DispatchWeightBiggerThanTotalWeight", - "WeightOverflow", - "AmountOverflow", - "TransactorInfoNotSet", - "NotCrossChainTransferableCurrency", - "XcmExecuteError", - "BadVersion", - "MaxWeightTransactReached", - "UnableToWithdrawAsset", - "FeePerSecondNotSet", - "SignedTransactNotAllowedForDestination", - "FailedMultiLocationToJunction", - "HrmpHandlerNotImplemented", - "TooMuchFeeUsed", - "ErrorValidating", - "RefundNotSupportedWithTransactInfo", + "LimitCannotBeZero", + "AddressesLengthCannotBeZero", + "ContractNotCorrupted", + "ContractMetadataAlreadySet", + "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup644: pallet_ethereum_xcm::pallet::Error */ - PalletEthereumXcmError: { - _enum: ["EthereumXcmExecutionSuspended"], + /** Lookup674: pallet_precompile_benchmarks::pallet::Error */ + PalletPrecompileBenchmarksError: { + _enum: ["BenchmarkError"], }, - /** Lookup645: pallet_message_queue::BookState */ + /** Lookup675: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5698,12 +5874,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup647: pallet_message_queue::Neighbours */ + /** Lookup677: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup649: pallet_message_queue::Page */ + /** Lookup679: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5712,7 +5888,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup651: pallet_message_queue::pallet::Error */ + /** Lookup681: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5726,75 +5902,72 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup653: pallet_precompile_benchmarks::pallet::Error */ - PalletPrecompileBenchmarksError: { - _enum: ["BenchmarkError"], - }, - /** Lookup654: pallet_randomness::types::RequestState */ - PalletRandomnessRequestState: { - request: "PalletRandomnessRequest", - deposit: "u128", - }, - /** Lookup655: pallet_randomness::types::Request> */ - PalletRandomnessRequest: { - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - info: "PalletRandomnessRequestInfo", + /** Lookup682: pallet_emergency_para_xcm::XcmMode */ + PalletEmergencyParaXcmXcmMode: { + _enum: ["Normal", "Paused"], }, - /** Lookup656: pallet_randomness::types::RequestInfo */ - PalletRandomnessRequestInfo: { - _enum: { - BabeEpoch: "(u64,u64)", - Local: "(u32,u32)", - }, + /** Lookup683: pallet_emergency_para_xcm::pallet::Error */ + PalletEmergencyParaXcmError: { + _enum: ["NotInPausedMode"], }, - /** Lookup657: pallet_randomness::types::RequestType */ - PalletRandomnessRequestType: { - _enum: { - BabeEpoch: "u64", - Local: "u32", - }, + /** Lookup685: pallet_moonbeam_foreign_assets::AssetStatus */ + PalletMoonbeamForeignAssetsAssetStatus: { + _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup658: pallet_randomness::types::RandomnessResult */ - PalletRandomnessRandomnessResult: { - randomness: "Option", - requestCount: "u64", + /** Lookup686: pallet_moonbeam_foreign_assets::pallet::Error */ + PalletMoonbeamForeignAssetsError: { + _enum: [ + "AssetAlreadyExists", + "AssetAlreadyFrozen", + "AssetDoesNotExist", + "AssetIdFiltered", + "AssetNotFrozen", + "CorruptedStorageOrphanLocation", + "Erc20ContractCreationFail", + "EvmCallPauseFail", + "EvmCallUnpauseFail", + "EvmInternalError", + "InvalidSymbol", + "InvalidTokenName", + "LocationAlreadyExists", + "TooManyForeignAssets", + ], }, - /** Lookup659: pallet_randomness::pallet::Error */ - PalletRandomnessError: { + /** Lookup688: pallet_xcm_weight_trader::pallet::Error */ + PalletXcmWeightTraderError: { _enum: [ - "RequestCounterOverflowed", - "RequestFeeOverflowed", - "MustRequestAtLeastOneWord", - "CannotRequestMoreWordsThanMax", - "CannotRequestRandomnessAfterMaxDelay", - "CannotRequestRandomnessBeforeMinDelay", - "RequestDNE", - "RequestCannotYetBeFulfilled", - "OnlyRequesterCanIncreaseFee", - "RequestHasNotExpired", - "RandomnessResultDNE", - "RandomnessResultNotFilled", + "AssetAlreadyAdded", + "AssetAlreadyPaused", + "AssetNotFound", + "AssetNotPaused", + "XcmLocationFiltered", + "PriceCannotBeZero", ], }, - /** Lookup662: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup691: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup663: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup692: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup664: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup693: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup665: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup694: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup668: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup697: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup669: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup698: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup670: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup699: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup672: moonriver_runtime::Runtime */ - MoonriverRuntimeRuntime: "Null", + /** Lookup700: frame_metadata_hash_extension::CheckMetadataHash */ + FrameMetadataHashExtensionCheckMetadataHash: { + mode: "FrameMetadataHashExtensionMode", + }, + /** Lookup701: frame_metadata_hash_extension::Mode */ + FrameMetadataHashExtensionMode: { + _enum: ["Disabled", "Enabled"], + }, + /** Lookup702: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", + /** Lookup704: moonbase_runtime::Runtime */ + MoonbaseRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonriver/interfaces/moon/types.ts b/typescript-api/src/moonriver/interfaces/moon/types.ts index 878e1e9ec1..920940a1ea 100644 --- a/typescript-api/src/moonriver/interfaces/moon/types.ts +++ b/typescript-api/src/moonriver/interfaces/moon/types.ts @@ -1,4 +1,4 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -export type PHANTOM_EMPTY = "empty"; +export type PHANTOM_MOON = "moon"; diff --git a/typescript-api/src/moonriver/interfaces/registry.ts b/typescript-api/src/moonriver/interfaces/registry.ts index 54be856b5b..5075c75c30 100644 --- a/typescript-api/src/moonriver/interfaces/registry.ts +++ b/typescript-api/src/moonriver/interfaces/registry.ts @@ -7,9 +7,6 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, - CumulusPalletDmpQueueCall, - CumulusPalletDmpQueueEvent, - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -21,6 +18,7 @@ import type { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, + CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueOutboundChannelDetails, @@ -28,6 +26,7 @@ import type { CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesCoreAggregateMessageOrigin, CumulusPrimitivesParachainInherentParachainInherentData, + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim, EthbloomBloom, EthereumBlock, EthereumHeader, @@ -48,6 +47,8 @@ import type { EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, + FrameMetadataHashExtensionCheckMetadataHash, + FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, @@ -61,6 +62,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -78,15 +80,22 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntime, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntime, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigCurrencyId, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, @@ -118,7 +127,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -141,6 +149,10 @@ import type { PalletCrowdloanRewardsError, PalletCrowdloanRewardsEvent, PalletCrowdloanRewardsRewardInfo, + PalletEmergencyParaXcmCall, + PalletEmergencyParaXcmError, + PalletEmergencyParaXcmEvent, + PalletEmergencyParaXcmXcmMode, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, @@ -172,8 +184,13 @@ import type { PalletMessageQueuePage, PalletMigrationsError, PalletMigrationsEvent, + PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamForeignAssetsCall, + PalletMoonbeamForeignAssetsError, + PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -208,6 +225,8 @@ import type { PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -244,6 +263,9 @@ import type { PalletSchedulerEvent, PalletSchedulerRetryConfig, PalletSchedulerScheduled, + PalletSudoCall, + PalletSudoError, + PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -277,6 +299,9 @@ import type { PalletXcmTransactorRemoteTransactInfoWithMaxWeight, PalletXcmTransactorTransactWeights, PalletXcmVersionMigrationStage, + PalletXcmWeightTraderCall, + PalletXcmWeightTraderError, + PalletXcmWeightTraderEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, @@ -364,6 +389,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -381,9 +407,6 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; - CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; - CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; - CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -395,6 +418,7 @@ declare module "@polkadot/types/types/registry" { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; CumulusPalletXcmEvent: CumulusPalletXcmEvent; CumulusPalletXcmOrigin: CumulusPalletXcmOrigin; + CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall; CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError; CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent; CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails; @@ -402,6 +426,7 @@ declare module "@polkadot/types/types/registry" { CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData; CumulusPrimitivesCoreAggregateMessageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData; + CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim; EthbloomBloom: EthbloomBloom; EthereumBlock: EthereumBlock; EthereumHeader: EthereumHeader; @@ -422,6 +447,8 @@ declare module "@polkadot/types/types/registry" { EvmCoreErrorExitRevert: EvmCoreErrorExitRevert; EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed; FpRpcTransactionStatus: FpRpcTransactionStatus; + FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash; + FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode; FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass; FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo; FrameSupportDispatchPays: FrameSupportDispatchPays; @@ -435,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -452,15 +480,22 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights; FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; - MoonriverRuntimeOriginCaller: MoonriverRuntimeOriginCaller; - MoonriverRuntimeProxyType: MoonriverRuntimeProxyType; - MoonriverRuntimeRuntime: MoonriverRuntimeRuntime; - MoonriverRuntimeRuntimeHoldReason: MoonriverRuntimeRuntimeHoldReason; - MoonriverRuntimeXcmConfigAssetType: MoonriverRuntimeXcmConfigAssetType; - MoonriverRuntimeXcmConfigCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; - MoonriverRuntimeXcmConfigTransactors: MoonriverRuntimeXcmConfigTransactors; + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + MoonbaseRuntimeOriginCaller: MoonbaseRuntimeOriginCaller; + MoonbaseRuntimeProxyType: MoonbaseRuntimeProxyType; + MoonbaseRuntimeRuntime: MoonbaseRuntimeRuntime; + MoonbaseRuntimeRuntimeHoldReason: MoonbaseRuntimeRuntimeHoldReason; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + MoonbaseRuntimeRuntimeParamsRuntimeParameters: MoonbaseRuntimeRuntimeParamsRuntimeParameters; + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: MoonbaseRuntimeRuntimeParamsRuntimeParametersValue; + MoonbaseRuntimeXcmConfigAssetType: MoonbaseRuntimeXcmConfigAssetType; + MoonbaseRuntimeXcmConfigCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + MoonbaseRuntimeXcmConfigTransactors: MoonbaseRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; OrmlXtokensModuleCall: OrmlXtokensModuleCall; OrmlXtokensModuleError: OrmlXtokensModuleError; @@ -492,7 +527,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -515,6 +549,10 @@ declare module "@polkadot/types/types/registry" { PalletCrowdloanRewardsError: PalletCrowdloanRewardsError; PalletCrowdloanRewardsEvent: PalletCrowdloanRewardsEvent; PalletCrowdloanRewardsRewardInfo: PalletCrowdloanRewardsRewardInfo; + PalletEmergencyParaXcmCall: PalletEmergencyParaXcmCall; + PalletEmergencyParaXcmError: PalletEmergencyParaXcmError; + PalletEmergencyParaXcmEvent: PalletEmergencyParaXcmEvent; + PalletEmergencyParaXcmXcmMode: PalletEmergencyParaXcmXcmMode; PalletEthereumCall: PalletEthereumCall; PalletEthereumError: PalletEthereumError; PalletEthereumEvent: PalletEthereumEvent; @@ -546,8 +584,13 @@ declare module "@polkadot/types/types/registry" { PalletMessageQueuePage: PalletMessageQueuePage; PalletMigrationsError: PalletMigrationsError; PalletMigrationsEvent: PalletMigrationsEvent; + PalletMoonbeamForeignAssetsAssetStatus: PalletMoonbeamForeignAssetsAssetStatus; + PalletMoonbeamForeignAssetsCall: PalletMoonbeamForeignAssetsCall; + PalletMoonbeamForeignAssetsError: PalletMoonbeamForeignAssetsError; + PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -582,6 +625,8 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -618,6 +663,9 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerEvent: PalletSchedulerEvent; PalletSchedulerRetryConfig: PalletSchedulerRetryConfig; PalletSchedulerScheduled: PalletSchedulerScheduled; + PalletSudoCall: PalletSudoCall; + PalletSudoError: PalletSudoError; + PalletSudoEvent: PalletSudoEvent; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -651,6 +699,9 @@ declare module "@polkadot/types/types/registry" { PalletXcmTransactorRemoteTransactInfoWithMaxWeight: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; PalletXcmTransactorTransactWeights: PalletXcmTransactorTransactWeights; PalletXcmVersionMigrationStage: PalletXcmVersionMigrationStage; + PalletXcmWeightTraderCall: PalletXcmWeightTraderCall; + PalletXcmWeightTraderError: PalletXcmWeightTraderError; + PalletXcmWeightTraderEvent: PalletXcmWeightTraderEvent; PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage; PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage; PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage; @@ -738,6 +789,7 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; + XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; diff --git a/typescript-api/src/moonriver/interfaces/types-lookup.ts b/typescript-api/src/moonriver/interfaces/types-lookup.ts index c58638acae..8e855079d5 100644 --- a/typescript-api/src/moonriver/interfaces/types-lookup.ts +++ b/typescript-api/src/moonriver/interfaces/types-lookup.ts @@ -242,40 +242,31 @@ declare module "@polkadot/types/lookup" { readonly type: "LimitReached" | "NoLayer"; } - /** @name CumulusPalletParachainSystemEvent (32) */ - interface CumulusPalletParachainSystemEvent extends Enum { - readonly isValidationFunctionStored: boolean; - readonly isValidationFunctionApplied: boolean; - readonly asValidationFunctionApplied: { - readonly relayChainBlockNum: u32; - } & Struct; - readonly isValidationFunctionDiscarded: boolean; - readonly isDownwardMessagesReceived: boolean; - readonly asDownwardMessagesReceived: { - readonly count: u32; + /** @name PalletUtilityEvent (32) */ + interface PalletUtilityEvent extends Enum { + readonly isBatchInterrupted: boolean; + readonly asBatchInterrupted: { + readonly index: u32; + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isDownwardMessagesProcessed: boolean; - readonly asDownwardMessagesProcessed: { - readonly weightUsed: SpWeightsWeightV2Weight; - readonly dmqHead: H256; + readonly isBatchCompleted: boolean; + readonly isBatchCompletedWithErrors: boolean; + readonly isItemCompleted: boolean; + readonly isItemFailed: boolean; + readonly asItemFailed: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isUpwardMessageSent: boolean; - readonly asUpwardMessageSent: { - readonly messageHash: Option; + readonly isDispatchedAs: boolean; + readonly asDispatchedAs: { + readonly result: Result; } & Struct; readonly type: - | "ValidationFunctionStored" - | "ValidationFunctionApplied" - | "ValidationFunctionDiscarded" - | "DownwardMessagesReceived" - | "DownwardMessagesProcessed" - | "UpwardMessageSent"; - } - - /** @name PalletRootTestingEvent (34) */ - interface PalletRootTestingEvent extends Enum { - readonly isDefensiveTestCall: boolean; - readonly type: "DefensiveTestCall"; + | "BatchInterrupted" + | "BatchCompleted" + | "BatchCompletedWithErrors" + | "ItemCompleted" + | "ItemFailed" + | "DispatchedAs"; } /** @name PalletBalancesEvent (35) */ @@ -422,7 +413,56 @@ declare module "@polkadot/types/lookup" { readonly type: "Free" | "Reserved"; } - /** @name PalletTransactionPaymentEvent (37) */ + /** @name PalletSudoEvent (37) */ + interface PalletSudoEvent extends Enum { + readonly isSudid: boolean; + readonly asSudid: { + readonly sudoResult: Result; + } & Struct; + readonly isKeyChanged: boolean; + readonly asKeyChanged: { + readonly old: Option; + readonly new_: AccountId20; + } & Struct; + readonly isKeyRemoved: boolean; + readonly isSudoAsDone: boolean; + readonly asSudoAsDone: { + readonly sudoResult: Result; + } & Struct; + readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone"; + } + + /** @name CumulusPalletParachainSystemEvent (39) */ + interface CumulusPalletParachainSystemEvent extends Enum { + readonly isValidationFunctionStored: boolean; + readonly isValidationFunctionApplied: boolean; + readonly asValidationFunctionApplied: { + readonly relayChainBlockNum: u32; + } & Struct; + readonly isValidationFunctionDiscarded: boolean; + readonly isDownwardMessagesReceived: boolean; + readonly asDownwardMessagesReceived: { + readonly count: u32; + } & Struct; + readonly isDownwardMessagesProcessed: boolean; + readonly asDownwardMessagesProcessed: { + readonly weightUsed: SpWeightsWeightV2Weight; + readonly dmqHead: H256; + } & Struct; + readonly isUpwardMessageSent: boolean; + readonly asUpwardMessageSent: { + readonly messageHash: Option; + } & Struct; + readonly type: + | "ValidationFunctionStored" + | "ValidationFunctionApplied" + | "ValidationFunctionDiscarded" + | "DownwardMessagesReceived" + | "DownwardMessagesProcessed" + | "UpwardMessageSent"; + } + + /** @name PalletTransactionPaymentEvent (41) */ interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { @@ -433,7 +473,129 @@ declare module "@polkadot/types/lookup" { readonly type: "TransactionFeePaid"; } - /** @name PalletParachainStakingEvent (38) */ + /** @name PalletEvmEvent (42) */ + interface PalletEvmEvent extends Enum { + readonly isLog: boolean; + readonly asLog: { + readonly log: EthereumLog; + } & Struct; + readonly isCreated: boolean; + readonly asCreated: { + readonly address: H160; + } & Struct; + readonly isCreatedFailed: boolean; + readonly asCreatedFailed: { + readonly address: H160; + } & Struct; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly address: H160; + } & Struct; + readonly isExecutedFailed: boolean; + readonly asExecutedFailed: { + readonly address: H160; + } & Struct; + readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; + } + + /** @name EthereumLog (43) */ + interface EthereumLog extends Struct { + readonly address: H160; + readonly topics: Vec; + readonly data: Bytes; + } + + /** @name PalletEthereumEvent (46) */ + interface PalletEthereumEvent extends Enum { + readonly isExecuted: boolean; + readonly asExecuted: { + readonly from: H160; + readonly to: H160; + readonly transactionHash: H256; + readonly exitReason: EvmCoreErrorExitReason; + readonly extraData: Bytes; + } & Struct; + readonly type: "Executed"; + } + + /** @name EvmCoreErrorExitReason (47) */ + interface EvmCoreErrorExitReason extends Enum { + readonly isSucceed: boolean; + readonly asSucceed: EvmCoreErrorExitSucceed; + readonly isError: boolean; + readonly asError: EvmCoreErrorExitError; + readonly isRevert: boolean; + readonly asRevert: EvmCoreErrorExitRevert; + readonly isFatal: boolean; + readonly asFatal: EvmCoreErrorExitFatal; + readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; + } + + /** @name EvmCoreErrorExitSucceed (48) */ + interface EvmCoreErrorExitSucceed extends Enum { + readonly isStopped: boolean; + readonly isReturned: boolean; + readonly isSuicided: boolean; + readonly type: "Stopped" | "Returned" | "Suicided"; + } + + /** @name EvmCoreErrorExitError (49) */ + interface EvmCoreErrorExitError extends Enum { + readonly isStackUnderflow: boolean; + readonly isStackOverflow: boolean; + readonly isInvalidJump: boolean; + readonly isInvalidRange: boolean; + readonly isDesignatedInvalid: boolean; + readonly isCallTooDeep: boolean; + readonly isCreateCollision: boolean; + readonly isCreateContractLimit: boolean; + readonly isOutOfOffset: boolean; + readonly isOutOfGas: boolean; + readonly isOutOfFund: boolean; + readonly isPcUnderflow: boolean; + readonly isCreateEmpty: boolean; + readonly isOther: boolean; + readonly asOther: Text; + readonly isMaxNonce: boolean; + readonly isInvalidCode: boolean; + readonly asInvalidCode: u8; + readonly type: + | "StackUnderflow" + | "StackOverflow" + | "InvalidJump" + | "InvalidRange" + | "DesignatedInvalid" + | "CallTooDeep" + | "CreateCollision" + | "CreateContractLimit" + | "OutOfOffset" + | "OutOfGas" + | "OutOfFund" + | "PcUnderflow" + | "CreateEmpty" + | "Other" + | "MaxNonce" + | "InvalidCode"; + } + + /** @name EvmCoreErrorExitRevert (53) */ + interface EvmCoreErrorExitRevert extends Enum { + readonly isReverted: boolean; + readonly type: "Reverted"; + } + + /** @name EvmCoreErrorExitFatal (54) */ + interface EvmCoreErrorExitFatal extends Enum { + readonly isNotSupported: boolean; + readonly isUnhandledInterrupt: boolean; + readonly isCallErrorAsFatal: boolean; + readonly asCallErrorAsFatal: EvmCoreErrorExitError; + readonly isOther: boolean; + readonly asOther: Text; + readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; + } + + /** @name PalletParachainStakingEvent (55) */ interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { @@ -683,13 +845,13 @@ declare module "@polkadot/types/lookup" { | "Compounded"; } - /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (39) */ + /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (56) */ interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingDelegationRequestsDelegationAction (40) */ + /** @name PalletParachainStakingDelegationRequestsDelegationAction (57) */ interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; @@ -698,7 +860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Revoke" | "Decrease"; } - /** @name PalletParachainStakingDelegatorAdded (41) */ + /** @name PalletParachainStakingDelegatorAdded (58) */ interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { @@ -708,111 +870,207 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletAuthorSlotFilterEvent (44) */ - interface PalletAuthorSlotFilterEvent extends Enum { - readonly isEligibleUpdated: boolean; - readonly asEligibleUpdated: u32; - readonly type: "EligibleUpdated"; - } - - /** @name PalletAuthorMappingEvent (46) */ - interface PalletAuthorMappingEvent extends Enum { - readonly isKeysRegistered: boolean; - readonly asKeysRegistered: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; - } & Struct; - readonly isKeysRemoved: boolean; - readonly asKeysRemoved: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + /** @name PalletSchedulerEvent (61) */ + interface PalletSchedulerEvent extends Enum { + readonly isScheduled: boolean; + readonly asScheduled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isKeysRotated: boolean; - readonly asKeysRotated: { - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + readonly isCanceled: boolean; + readonly asCanceled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; - } - - /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ - interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ - interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - - /** @name PalletMoonbeamOrbitersEvent (49) */ - interface PalletMoonbeamOrbitersEvent extends Enum { - readonly isOrbiterJoinCollatorPool: boolean; - readonly asOrbiterJoinCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isDispatched: boolean; + readonly asDispatched: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly result: Result; } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isRetrySet: boolean; + readonly asRetrySet: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly period: u32; + readonly retries: u8; } & Struct; - readonly isOrbiterRewarded: boolean; - readonly asOrbiterRewarded: { - readonly account: AccountId20; - readonly rewards: u128; + readonly isRetryCancelled: boolean; + readonly asRetryCancelled: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRotation: boolean; - readonly asOrbiterRotation: { - readonly collator: AccountId20; - readonly oldOrbiter: Option; - readonly newOrbiter: Option; + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRegistered: boolean; - readonly asOrbiterRegistered: { - readonly account: AccountId20; - readonly deposit: u128; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterUnregistered: boolean; - readonly asOrbiterUnregistered: { - readonly account: AccountId20; + readonly isRetryFailed: boolean; + readonly asRetryFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; readonly type: - | "OrbiterJoinCollatorPool" - | "OrbiterLeaveCollatorPool" - | "OrbiterRewarded" - | "OrbiterRotation" - | "OrbiterRegistered" - | "OrbiterUnregistered"; + | "Scheduled" + | "Canceled" + | "Dispatched" + | "RetrySet" + | "RetryCancelled" + | "CallUnavailable" + | "PeriodicFailed" + | "RetryFailed" + | "PermanentlyOverweight"; } - /** @name PalletUtilityEvent (51) */ - interface PalletUtilityEvent extends Enum { - readonly isBatchInterrupted: boolean; - readonly asBatchInterrupted: { + /** @name PalletTreasuryEvent (63) */ + interface PalletTreasuryEvent extends Enum { + readonly isSpending: boolean; + readonly asSpending: { + readonly budgetRemaining: u128; + } & Struct; + readonly isAwarded: boolean; + readonly asAwarded: { + readonly proposalIndex: u32; + readonly award: u128; + readonly account: AccountId20; + } & Struct; + readonly isBurnt: boolean; + readonly asBurnt: { + readonly burntFunds: u128; + } & Struct; + readonly isRollover: boolean; + readonly asRollover: { + readonly rolloverBalance: u128; + } & Struct; + readonly isDeposit: boolean; + readonly asDeposit: { + readonly value: u128; + } & Struct; + readonly isSpendApproved: boolean; + readonly asSpendApproved: { + readonly proposalIndex: u32; + readonly amount: u128; + readonly beneficiary: AccountId20; + } & Struct; + readonly isUpdatedInactive: boolean; + readonly asUpdatedInactive: { + readonly reactivated: u128; + readonly deactivated: u128; + } & Struct; + readonly isAssetSpendApproved: boolean; + readonly asAssetSpendApproved: { readonly index: u32; - readonly error: SpRuntimeDispatchError; + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; } & Struct; - readonly isBatchCompleted: boolean; - readonly isBatchCompletedWithErrors: boolean; - readonly isItemCompleted: boolean; - readonly isItemFailed: boolean; - readonly asItemFailed: { - readonly error: SpRuntimeDispatchError; + readonly isAssetSpendVoided: boolean; + readonly asAssetSpendVoided: { + readonly index: u32; } & Struct; - readonly isDispatchedAs: boolean; - readonly asDispatchedAs: { - readonly result: Result; + readonly isPaid: boolean; + readonly asPaid: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isPaymentFailed: boolean; + readonly asPaymentFailed: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isSpendProcessed: boolean; + readonly asSpendProcessed: { + readonly index: u32; } & Struct; readonly type: - | "BatchInterrupted" - | "BatchCompleted" - | "BatchCompletedWithErrors" - | "ItemCompleted" - | "ItemFailed" - | "DispatchedAs"; + | "Spending" + | "Awarded" + | "Burnt" + | "Rollover" + | "Deposit" + | "SpendApproved" + | "UpdatedInactive" + | "AssetSpendApproved" + | "AssetSpendVoided" + | "Paid" + | "PaymentFailed" + | "SpendProcessed"; + } + + /** @name PalletAuthorSlotFilterEvent (64) */ + interface PalletAuthorSlotFilterEvent extends Enum { + readonly isEligibleUpdated: boolean; + readonly asEligibleUpdated: u32; + readonly type: "EligibleUpdated"; + } + + /** @name PalletCrowdloanRewardsEvent (66) */ + interface PalletCrowdloanRewardsEvent extends Enum { + readonly isInitialPaymentMade: boolean; + readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; + readonly isNativeIdentityAssociated: boolean; + readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; + readonly isRewardsPaid: boolean; + readonly asRewardsPaid: ITuple<[AccountId20, u128]>; + readonly isRewardAddressUpdated: boolean; + readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; + readonly isInitializedAlreadyInitializedAccount: boolean; + readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; + readonly isInitializedAccountWithNotEnoughContribution: boolean; + readonly asInitializedAccountWithNotEnoughContribution: ITuple< + [U8aFixed, Option, u128] + >; + readonly type: + | "InitialPaymentMade" + | "NativeIdentityAssociated" + | "RewardsPaid" + | "RewardAddressUpdated" + | "InitializedAlreadyInitializedAccount" + | "InitializedAccountWithNotEnoughContribution"; + } + + /** @name PalletAuthorMappingEvent (67) */ + interface PalletAuthorMappingEvent extends Enum { + readonly isKeysRegistered: boolean; + readonly asKeysRegistered: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRemoved: boolean; + readonly asKeysRemoved: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRotated: boolean; + readonly asKeysRotated: { + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name PalletProxyEvent (54) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (68) */ + interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} + + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (69) */ + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} + + /** @name PalletProxyEvent (70) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -822,7 +1080,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -835,21 +1093,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonriverRuntimeProxyType (55) */ - interface MoonriverRuntimeProxyType extends Enum { + /** @name MoonbaseRuntimeProxyType (71) */ + interface MoonbaseRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -869,7 +1127,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (57) */ + /** @name PalletMaintenanceModeEvent (73) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -888,7 +1146,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (58) */ + /** @name PalletIdentityEvent (74) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -994,1032 +1252,1138 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (60) */ - interface PalletMigrationsEvent extends Enum { - readonly isRuntimeUpgradeStarted: boolean; - readonly isRuntimeUpgradeCompleted: boolean; - readonly asRuntimeUpgradeCompleted: { - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly isMigrationStarted: boolean; - readonly asMigrationStarted: { - readonly migrationName: Bytes; + /** @name CumulusPalletXcmpQueueEvent (76) */ + interface CumulusPalletXcmpQueueEvent extends Enum { + readonly isXcmpMessageSent: boolean; + readonly asXcmpMessageSent: { + readonly messageHash: U8aFixed; } & Struct; - readonly isMigrationCompleted: boolean; - readonly asMigrationCompleted: { - readonly migrationName: Bytes; - readonly consumedWeight: SpWeightsWeightV2Weight; + readonly type: "XcmpMessageSent"; + } + + /** @name CumulusPalletXcmEvent (77) */ + interface CumulusPalletXcmEvent extends Enum { + readonly isInvalidFormat: boolean; + readonly asInvalidFormat: U8aFixed; + readonly isUnsupportedVersion: boolean; + readonly asUnsupportedVersion: U8aFixed; + readonly isExecutedDownward: boolean; + readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; + readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + } + + /** @name StagingXcmV4TraitsOutcome (78) */ + interface StagingXcmV4TraitsOutcome extends Enum { + readonly isComplete: boolean; + readonly asComplete: { + readonly used: SpWeightsWeightV2Weight; } & Struct; - readonly isFailedToSuspendIdleXcmExecution: boolean; - readonly asFailedToSuspendIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isIncomplete: boolean; + readonly asIncomplete: { + readonly used: SpWeightsWeightV2Weight; + readonly error: XcmV3TraitsError; } & Struct; - readonly isFailedToResumeIdleXcmExecution: boolean; - readonly asFailedToResumeIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isError: boolean; + readonly asError: { + readonly error: XcmV3TraitsError; } & Struct; - readonly type: - | "RuntimeUpgradeStarted" - | "RuntimeUpgradeCompleted" - | "MigrationStarted" - | "MigrationCompleted" - | "FailedToSuspendIdleXcmExecution" - | "FailedToResumeIdleXcmExecution"; + readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name PalletMultisigEvent (61) */ - interface PalletMultisigEvent extends Enum { - readonly isNewMultisig: boolean; - readonly asNewMultisig: { - readonly approving: AccountId20; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + /** @name XcmV3TraitsError (79) */ + interface XcmV3TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isLocationFull: boolean; + readonly isLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isExpectationFalse: boolean; + readonly isPalletNotFound: boolean; + readonly isNameMismatch: boolean; + readonly isVersionIncompatible: boolean; + readonly isHoldingWouldOverflow: boolean; + readonly isExportError: boolean; + readonly isReanchorFailed: boolean; + readonly isNoDeal: boolean; + readonly isFeesNotMet: boolean; + readonly isLockError: boolean; + readonly isNoPermission: boolean; + readonly isUnanchored: boolean; + readonly isNotDepositable: boolean; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: SpWeightsWeightV2Weight; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; + readonly isExceedsStackLimit: boolean; + readonly type: + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "LocationFull" + | "LocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "ExpectationFalse" + | "PalletNotFound" + | "NameMismatch" + | "VersionIncompatible" + | "HoldingWouldOverflow" + | "ExportError" + | "ReanchorFailed" + | "NoDeal" + | "FeesNotMet" + | "LockError" + | "NoPermission" + | "Unanchored" + | "NotDepositable" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable" + | "ExceedsStackLimit"; + } + + /** @name PalletXcmEvent (80) */ + interface PalletXcmEvent extends Enum { + readonly isAttempted: boolean; + readonly asAttempted: { + readonly outcome: StagingXcmV4TraitsOutcome; } & Struct; - readonly isMultisigApproval: boolean; - readonly asMultisigApproval: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isSent: boolean; + readonly asSent: { + readonly origin: StagingXcmV4Location; + readonly destination: StagingXcmV4Location; + readonly message: StagingXcmV4Xcm; + readonly messageId: U8aFixed; } & Struct; - readonly isMultisigExecuted: boolean; - readonly asMultisigExecuted: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; - readonly result: Result; + readonly isUnexpectedResponse: boolean; + readonly asUnexpectedResponse: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isMultisigCancelled: boolean; - readonly asMultisigCancelled: { - readonly cancelling: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isResponseReady: boolean; + readonly asResponseReady: { + readonly queryId: u64; + readonly response: StagingXcmV4Response; } & Struct; - readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; - } - - /** @name PalletMultisigTimepoint (62) */ - interface PalletMultisigTimepoint extends Struct { - readonly height: u32; - readonly index: u32; - } - - /** @name PalletEvmEvent (63) */ - interface PalletEvmEvent extends Enum { - readonly isLog: boolean; - readonly asLog: { - readonly log: EthereumLog; + readonly isNotified: boolean; + readonly asNotified: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isCreated: boolean; - readonly asCreated: { - readonly address: H160; + readonly isNotifyOverweight: boolean; + readonly asNotifyOverweight: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; + readonly actualWeight: SpWeightsWeightV2Weight; + readonly maxBudgetedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isCreatedFailed: boolean; - readonly asCreatedFailed: { - readonly address: H160; + readonly isNotifyDispatchError: boolean; + readonly asNotifyDispatchError: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly address: H160; + readonly isNotifyDecodeFailed: boolean; + readonly asNotifyDecodeFailed: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isExecutedFailed: boolean; - readonly asExecutedFailed: { - readonly address: H160; + readonly isInvalidResponder: boolean; + readonly asInvalidResponder: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedLocation: Option; } & Struct; - readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; - } - - /** @name EthereumLog (64) */ - interface EthereumLog extends Struct { - readonly address: H160; - readonly topics: Vec; - readonly data: Bytes; - } - - /** @name PalletEthereumEvent (67) */ - interface PalletEthereumEvent extends Enum { - readonly isExecuted: boolean; - readonly asExecuted: { - readonly from: H160; - readonly to: H160; - readonly transactionHash: H256; - readonly exitReason: EvmCoreErrorExitReason; - readonly extraData: Bytes; + readonly isInvalidResponderVersion: boolean; + readonly asInvalidResponderVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly type: "Executed"; - } - - /** @name EvmCoreErrorExitReason (68) */ - interface EvmCoreErrorExitReason extends Enum { - readonly isSucceed: boolean; - readonly asSucceed: EvmCoreErrorExitSucceed; - readonly isError: boolean; - readonly asError: EvmCoreErrorExitError; - readonly isRevert: boolean; - readonly asRevert: EvmCoreErrorExitRevert; - readonly isFatal: boolean; - readonly asFatal: EvmCoreErrorExitFatal; - readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; - } - - /** @name EvmCoreErrorExitSucceed (69) */ - interface EvmCoreErrorExitSucceed extends Enum { - readonly isStopped: boolean; - readonly isReturned: boolean; - readonly isSuicided: boolean; - readonly type: "Stopped" | "Returned" | "Suicided"; - } - - /** @name EvmCoreErrorExitError (70) */ - interface EvmCoreErrorExitError extends Enum { - readonly isStackUnderflow: boolean; - readonly isStackOverflow: boolean; - readonly isInvalidJump: boolean; - readonly isInvalidRange: boolean; - readonly isDesignatedInvalid: boolean; - readonly isCallTooDeep: boolean; - readonly isCreateCollision: boolean; - readonly isCreateContractLimit: boolean; - readonly isOutOfOffset: boolean; - readonly isOutOfGas: boolean; - readonly isOutOfFund: boolean; - readonly isPcUnderflow: boolean; - readonly isCreateEmpty: boolean; - readonly isOther: boolean; - readonly asOther: Text; - readonly isMaxNonce: boolean; - readonly isInvalidCode: boolean; - readonly asInvalidCode: u8; - readonly type: - | "StackUnderflow" - | "StackOverflow" - | "InvalidJump" - | "InvalidRange" - | "DesignatedInvalid" - | "CallTooDeep" - | "CreateCollision" - | "CreateContractLimit" - | "OutOfOffset" - | "OutOfGas" - | "OutOfFund" - | "PcUnderflow" - | "CreateEmpty" - | "Other" - | "MaxNonce" - | "InvalidCode"; - } - - /** @name EvmCoreErrorExitRevert (74) */ - interface EvmCoreErrorExitRevert extends Enum { - readonly isReverted: boolean; - readonly type: "Reverted"; - } - - /** @name EvmCoreErrorExitFatal (75) */ - interface EvmCoreErrorExitFatal extends Enum { - readonly isNotSupported: boolean; - readonly isUnhandledInterrupt: boolean; - readonly isCallErrorAsFatal: boolean; - readonly asCallErrorAsFatal: EvmCoreErrorExitError; - readonly isOther: boolean; - readonly asOther: Text; - readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; - } - - /** @name PalletSchedulerEvent (76) */ - interface PalletSchedulerEvent extends Enum { - readonly isScheduled: boolean; - readonly asScheduled: { - readonly when: u32; - readonly index: u32; + readonly isResponseTaken: boolean; + readonly asResponseTaken: { + readonly queryId: u64; } & Struct; - readonly isCanceled: boolean; - readonly asCanceled: { - readonly when: u32; - readonly index: u32; + readonly isAssetsTrapped: boolean; + readonly asAssetsTrapped: { + readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly isDispatched: boolean; - readonly asDispatched: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly result: Result; + readonly isVersionChangeNotified: boolean; + readonly asVersionChangeNotified: { + readonly destination: StagingXcmV4Location; + readonly result: u32; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isRetrySet: boolean; - readonly asRetrySet: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly period: u32; - readonly retries: u8; + readonly isSupportedVersionChanged: boolean; + readonly asSupportedVersionChanged: { + readonly location: StagingXcmV4Location; + readonly version: u32; } & Struct; - readonly isRetryCancelled: boolean; - readonly asRetryCancelled: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isNotifyTargetSendFail: boolean; + readonly asNotifyTargetSendFail: { + readonly location: StagingXcmV4Location; + readonly queryId: u64; + readonly error: XcmV3TraitsError; } & Struct; - readonly isCallUnavailable: boolean; - readonly asCallUnavailable: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isNotifyTargetMigrationFail: boolean; + readonly asNotifyTargetMigrationFail: { + readonly location: XcmVersionedLocation; + readonly queryId: u64; } & Struct; - readonly isPeriodicFailed: boolean; - readonly asPeriodicFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerierVersion: boolean; + readonly asInvalidQuerierVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isRetryFailed: boolean; - readonly asRetryFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerier: boolean; + readonly asInvalidQuerier: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedQuerier: StagingXcmV4Location; + readonly maybeActualQuerier: Option; } & Struct; - readonly isPermanentlyOverweight: boolean; - readonly asPermanentlyOverweight: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isVersionNotifyStarted: boolean; + readonly asVersionNotifyStarted: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly type: - | "Scheduled" - | "Canceled" - | "Dispatched" - | "RetrySet" - | "RetryCancelled" - | "CallUnavailable" - | "PeriodicFailed" - | "RetryFailed" - | "PermanentlyOverweight"; - } - - /** @name PalletPreimageEvent (78) */ - interface PalletPreimageEvent extends Enum { - readonly isNoted: boolean; - readonly asNoted: { - readonly hash_: H256; + readonly isVersionNotifyRequested: boolean; + readonly asVersionNotifyRequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly hash_: H256; + readonly isVersionNotifyUnrequested: boolean; + readonly asVersionNotifyUnrequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isCleared: boolean; - readonly asCleared: { + readonly isFeesPaid: boolean; + readonly asFeesPaid: { + readonly paying: StagingXcmV4Location; + readonly fees: StagingXcmV4AssetAssets; + } & Struct; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: { readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly type: "Noted" | "Requested" | "Cleared"; + readonly isVersionMigrationFinished: boolean; + readonly asVersionMigrationFinished: { + readonly version: u32; + } & Struct; + readonly type: + | "Attempted" + | "Sent" + | "UnexpectedResponse" + | "ResponseReady" + | "Notified" + | "NotifyOverweight" + | "NotifyDispatchError" + | "NotifyDecodeFailed" + | "InvalidResponder" + | "InvalidResponderVersion" + | "ResponseTaken" + | "AssetsTrapped" + | "VersionChangeNotified" + | "SupportedVersionChanged" + | "NotifyTargetSendFail" + | "NotifyTargetMigrationFail" + | "InvalidQuerierVersion" + | "InvalidQuerier" + | "VersionNotifyStarted" + | "VersionNotifyRequested" + | "VersionNotifyUnrequested" + | "FeesPaid" + | "AssetsClaimed" + | "VersionMigrationFinished"; } - /** @name PalletConvictionVotingEvent (79) */ - interface PalletConvictionVotingEvent extends Enum { - readonly isDelegated: boolean; - readonly asDelegated: ITuple<[AccountId20, AccountId20]>; - readonly isUndelegated: boolean; - readonly asUndelegated: AccountId20; - readonly type: "Delegated" | "Undelegated"; + /** @name StagingXcmV4Location (81) */ + interface StagingXcmV4Location extends Struct { + readonly parents: u8; + readonly interior: StagingXcmV4Junctions; } - /** @name PalletReferendaEvent (80) */ - interface PalletReferendaEvent extends Enum { - readonly isSubmitted: boolean; - readonly asSubmitted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; - } & Struct; - readonly isDecisionDepositPlaced: boolean; - readonly asDecisionDepositPlaced: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + /** @name StagingXcmV4Junctions (82) */ + interface StagingXcmV4Junctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: StagingXcmV4Junction; + readonly isX2: boolean; + readonly asX2: StagingXcmV4Junction; + readonly isX3: boolean; + readonly asX3: StagingXcmV4Junction; + readonly isX4: boolean; + readonly asX4: StagingXcmV4Junction; + readonly isX5: boolean; + readonly asX5: StagingXcmV4Junction; + readonly isX6: boolean; + readonly asX6: StagingXcmV4Junction; + readonly isX7: boolean; + readonly asX7: StagingXcmV4Junction; + readonly isX8: boolean; + readonly asX8: StagingXcmV4Junction; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + } + + /** @name StagingXcmV4Junction (84) */ + interface StagingXcmV4Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: Option; + readonly id: U8aFixed; } & Struct; - readonly isDecisionDepositRefunded: boolean; - readonly asDecisionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: Option; + readonly index: Compact; } & Struct; - readonly isDepositSlashed: boolean; - readonly asDepositSlashed: { - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: Option; + readonly key: U8aFixed; } & Struct; - readonly isDecisionStarted: boolean; - readonly asDecisionStarted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; - readonly tally: PalletConvictionVotingTally; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: { + readonly length: u8; + readonly data: U8aFixed; } & Struct; - readonly isConfirmStarted: boolean; - readonly asConfirmStarted: { - readonly index: u32; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV3JunctionBodyId; + readonly part: XcmV3JunctionBodyPart; } & Struct; - readonly isConfirmAborted: boolean; - readonly asConfirmAborted: { - readonly index: u32; - } & Struct; - readonly isConfirmed: boolean; - readonly asConfirmed: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly index: u32; - } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isTimedOut: boolean; - readonly asTimedOut: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isCancelled: boolean; - readonly asCancelled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isKilled: boolean; - readonly asKilled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isSubmissionDepositRefunded: boolean; - readonly asSubmissionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly index: u32; - readonly hash_: H256; + readonly isGlobalConsensus: boolean; + readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; + readonly type: + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality" + | "GlobalConsensus"; + } + + /** @name StagingXcmV4JunctionNetworkId (87) */ + interface StagingXcmV4JunctionNetworkId extends Enum { + readonly isByGenesis: boolean; + readonly asByGenesis: U8aFixed; + readonly isByFork: boolean; + readonly asByFork: { + readonly blockNumber: u64; + readonly blockHash: U8aFixed; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly index: u32; - readonly hash_: H256; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly isWestend: boolean; + readonly isRococo: boolean; + readonly isWococo: boolean; + readonly isEthereum: boolean; + readonly asEthereum: { + readonly chainId: Compact; } & Struct; + readonly isBitcoinCore: boolean; + readonly isBitcoinCash: boolean; + readonly isPolkadotBulletin: boolean; readonly type: - | "Submitted" - | "DecisionDepositPlaced" - | "DecisionDepositRefunded" - | "DepositSlashed" - | "DecisionStarted" - | "ConfirmStarted" - | "ConfirmAborted" - | "Confirmed" - | "Approved" - | "Rejected" - | "TimedOut" - | "Cancelled" - | "Killed" - | "SubmissionDepositRefunded" - | "MetadataSet" - | "MetadataCleared"; + | "ByGenesis" + | "ByFork" + | "Polkadot" + | "Kusama" + | "Westend" + | "Rococo" + | "Wococo" + | "Ethereum" + | "BitcoinCore" + | "BitcoinCash" + | "PolkadotBulletin"; } - /** @name FrameSupportPreimagesBounded (81) */ - interface FrameSupportPreimagesBounded extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: { - readonly hash_: H256; + /** @name XcmV3JunctionBodyId (89) */ + interface XcmV3JunctionBodyId extends Enum { + readonly isUnit: boolean; + readonly isMoniker: boolean; + readonly asMoniker: U8aFixed; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; + readonly type: + | "Unit" + | "Moniker" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } + + /** @name XcmV3JunctionBodyPart (90) */ + interface XcmV3JunctionBodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isInline: boolean; - readonly asInline: Bytes; - readonly isLookup: boolean; - readonly asLookup: { - readonly hash_: H256; - readonly len: u32; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: "Legacy" | "Inline" | "Lookup"; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; + } & Struct; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; + } & Struct; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name FrameSystemCall (83) */ - interface FrameSystemCall extends Enum { - readonly isRemark: boolean; - readonly asRemark: { - readonly remark: Bytes; + /** @name StagingXcmV4Xcm (98) */ + interface StagingXcmV4Xcm extends Vec {} + + /** @name StagingXcmV4Instruction (100) */ + interface StagingXcmV4Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: StagingXcmV4AssetAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: StagingXcmV4Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isSetHeapPages: boolean; - readonly asSetHeapPages: { - readonly pages: u64; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isSetCode: boolean; - readonly asSetCode: { - readonly code: Bytes; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isSetCodeWithoutChecks: boolean; - readonly asSetCodeWithoutChecks: { - readonly code: Bytes; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isSetStorage: boolean; - readonly asSetStorage: { - readonly items: Vec>; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isKillStorage: boolean; - readonly asKillStorage: { - readonly keys_: Vec; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isKillPrefix: boolean; - readonly asKillPrefix: { - readonly prefix: Bytes; - readonly subkeys: u32; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isRemarkWithEvent: boolean; - readonly asRemarkWithEvent: { - readonly remark: Bytes; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: StagingXcmV4Junctions; + readonly isReportError: boolean; + readonly asReportError: StagingXcmV4QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isAuthorizeUpgradeWithoutChecks: boolean; - readonly asAuthorizeUpgradeWithoutChecks: { - readonly codeHash: H256; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: StagingXcmV4AssetAssetFilter; + readonly want: StagingXcmV4AssetAssets; + readonly maximal: bool; } & Struct; - readonly isApplyAuthorizedUpgrade: boolean; - readonly asApplyAuthorizedUpgrade: { - readonly code: Bytes; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly reserve: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly type: - | "Remark" - | "SetHeapPages" - | "SetCode" - | "SetCodeWithoutChecks" - | "SetStorage" - | "KillStorage" - | "KillPrefix" - | "RemarkWithEvent" - | "AuthorizeUpgrade" - | "AuthorizeUpgradeWithoutChecks" - | "ApplyAuthorizedUpgrade"; - } - - /** @name CumulusPalletParachainSystemCall (87) */ - interface CumulusPalletParachainSystemCall extends Enum { - readonly isSetValidationData: boolean; - readonly asSetValidationData: { - readonly data: CumulusPrimitivesParachainInherentParachainInherentData; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isSudoSendUpwardMessage: boolean; - readonly asSudoSendUpwardMessage: { - readonly message: Bytes; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly assets: StagingXcmV4AssetAssetFilter; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: StagingXcmV4Asset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: StagingXcmV4Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: StagingXcmV4Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly ticket: StagingXcmV4Location; + } & Struct; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; + } & Struct; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: StagingXcmV4AssetAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: StagingXcmV4AssetAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: StagingXcmV4QueryResponseInfo; + } & Struct; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; + } & Struct; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: StagingXcmV4Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: StagingXcmV4JunctionNetworkId; + readonly destination: StagingXcmV4Junctions; + readonly xcm: StagingXcmV4Xcm; + } & Struct; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: StagingXcmV4Asset; + readonly unlocker: StagingXcmV4Location; + } & Struct; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: StagingXcmV4Asset; + readonly target: StagingXcmV4Location; + } & Struct; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: StagingXcmV4Asset; + readonly owner: StagingXcmV4Location; + } & Struct; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: StagingXcmV4Asset; + readonly locker: StagingXcmV4Location; + } & Struct; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; + } & Struct; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV4Location; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: - | "SetValidationData" - | "SudoSendUpwardMessage" - | "AuthorizeUpgrade" - | "EnactAuthorizedUpgrade"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ - interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; - readonly relayChainState: SpTrieStorageProof; - readonly downwardMessages: Vec; - readonly horizontalMessages: BTreeMap>; - } + /** @name StagingXcmV4AssetAssets (101) */ + interface StagingXcmV4AssetAssets extends Vec {} - /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { - readonly parentHead: Bytes; - readonly relayParentNumber: u32; - readonly relayParentStorageRoot: H256; - readonly maxPovSize: u32; + /** @name StagingXcmV4Asset (103) */ + interface StagingXcmV4Asset extends Struct { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetFungibility; } - /** @name SpTrieStorageProof (91) */ - interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSet; - } + /** @name StagingXcmV4AssetAssetId (104) */ + interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ - interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { - readonly sentAt: u32; - readonly msg: Bytes; + /** @name StagingXcmV4AssetFungibility (105) */ + interface StagingXcmV4AssetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: StagingXcmV4AssetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ - interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { - readonly sentAt: u32; - readonly data: Bytes; + /** @name StagingXcmV4AssetAssetInstance (106) */ + interface StagingXcmV4AssetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name PalletTimestampCall (101) */ - interface PalletTimestampCall extends Enum { - readonly isSet: boolean; - readonly asSet: { - readonly now: Compact; - } & Struct; - readonly type: "Set"; + /** @name StagingXcmV4Response (109) */ + interface StagingXcmV4Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: StagingXcmV4AssetAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name PalletRootTestingCall (102) */ - interface PalletRootTestingCall extends Enum { - readonly isFillBlock: boolean; - readonly asFillBlock: { - readonly ratio: Perbill; - } & Struct; - readonly isTriggerDefensive: boolean; - readonly type: "FillBlock" | "TriggerDefensive"; + /** @name StagingXcmV4PalletInfo (113) */ + interface StagingXcmV4PalletInfo extends Struct { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name PalletBalancesCall (103) */ - interface PalletBalancesCall extends Enum { - readonly isTransferAllowDeath: boolean; - readonly asTransferAllowDeath: { - readonly dest: AccountId20; - readonly value: Compact; - } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly source: AccountId20; - readonly dest: AccountId20; - readonly value: Compact; - } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly dest: AccountId20; - readonly value: Compact; + /** @name XcmV3MaybeErrorCode (116) */ + interface XcmV3MaybeErrorCode extends Enum { + readonly isSuccess: boolean; + readonly isError: boolean; + readonly asError: Bytes; + readonly isTruncatedError: boolean; + readonly asTruncatedError: Bytes; + readonly type: "Success" | "Error" | "TruncatedError"; + } + + /** @name XcmV3OriginKind (119) */ + interface XcmV3OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmDoubleEncoded (120) */ + interface XcmDoubleEncoded extends Struct { + readonly encoded: Bytes; + } + + /** @name StagingXcmV4QueryResponseInfo (121) */ + interface StagingXcmV4QueryResponseInfo extends Struct { + readonly destination: StagingXcmV4Location; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; + } + + /** @name StagingXcmV4AssetAssetFilter (122) */ + interface StagingXcmV4AssetAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: StagingXcmV4AssetAssets; + readonly isWild: boolean; + readonly asWild: StagingXcmV4AssetWildAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name StagingXcmV4AssetWildAsset (123) */ + interface StagingXcmV4AssetWildAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; } & Struct; - readonly isTransferAll: boolean; - readonly asTransferAll: { - readonly dest: AccountId20; - readonly keepAlive: bool; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; + readonly count: Compact; } & Struct; - readonly isForceUnreserve: boolean; - readonly asForceUnreserve: { - readonly who: AccountId20; - readonly amount: u128; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + } + + /** @name StagingXcmV4AssetWildFungibility (124) */ + interface StagingXcmV4AssetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV3WeightLimit (125) */ + interface XcmV3WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: SpWeightsWeightV2Weight; + readonly type: "Unlimited" | "Limited"; + } + + /** @name XcmVersionedAssets (126) */ + interface XcmVersionedAssets extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiassetMultiAssets; + readonly isV3: boolean; + readonly asV3: XcmV3MultiassetMultiAssets; + readonly isV4: boolean; + readonly asV4: StagingXcmV4AssetAssets; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name XcmV2MultiassetMultiAssets (127) */ + interface XcmV2MultiassetMultiAssets extends Vec {} + + /** @name XcmV2MultiAsset (129) */ + interface XcmV2MultiAsset extends Struct { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetFungibility; + } + + /** @name XcmV2MultiassetAssetId (130) */ + interface XcmV2MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: XcmV2MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: Bytes; + readonly type: "Concrete" | "Abstract"; + } + + /** @name XcmV2MultiLocation (131) */ + interface XcmV2MultiLocation extends Struct { + readonly parents: u8; + readonly interior: XcmV2MultilocationJunctions; + } + + /** @name XcmV2MultilocationJunctions (132) */ + interface XcmV2MultilocationJunctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: XcmV2Junction; + readonly isX2: boolean; + readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; + readonly isX3: boolean; + readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX4: boolean; + readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX5: boolean; + readonly asX5: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX6: boolean; + readonly asX6: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX7: boolean; + readonly asX7: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly isX8: boolean; + readonly asX8: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + } + + /** @name XcmV2Junction (133) */ + interface XcmV2Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: XcmV2NetworkId; + readonly id: U8aFixed; } & Struct; - readonly isUpgradeAccounts: boolean; - readonly asUpgradeAccounts: { - readonly who: Vec; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: XcmV2NetworkId; + readonly index: Compact; } & Struct; - readonly isForceSetBalance: boolean; - readonly asForceSetBalance: { - readonly who: AccountId20; - readonly newFree: Compact; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: XcmV2NetworkId; + readonly key: U8aFixed; } & Struct; - readonly isForceAdjustTotalIssuance: boolean; - readonly asForceAdjustTotalIssuance: { - readonly direction: PalletBalancesAdjustmentDirection; - readonly delta: Compact; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: Bytes; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV2BodyId; + readonly part: XcmV2BodyPart; } & Struct; readonly type: - | "TransferAllowDeath" - | "ForceTransfer" - | "TransferKeepAlive" - | "TransferAll" - | "ForceUnreserve" - | "UpgradeAccounts" - | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality"; } - /** @name PalletBalancesAdjustmentDirection (106) */ - interface PalletBalancesAdjustmentDirection extends Enum { - readonly isIncrease: boolean; - readonly isDecrease: boolean; - readonly type: "Increase" | "Decrease"; + /** @name XcmV2NetworkId (134) */ + interface XcmV2NetworkId extends Enum { + readonly isAny: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name PalletParachainStakingCall (107) */ - interface PalletParachainStakingCall extends Enum { - readonly isSetStakingExpectations: boolean; - readonly asSetStakingExpectations: { - readonly expectations: { - readonly min: u128; - readonly ideal: u128; - readonly max: u128; - } & Struct; - } & Struct; - readonly isSetInflation: boolean; - readonly asSetInflation: { - readonly schedule: { - readonly min: Perbill; - readonly ideal: Perbill; - readonly max: Perbill; - } & Struct; - } & Struct; - readonly isSetParachainBondAccount: boolean; - readonly asSetParachainBondAccount: { - readonly new_: AccountId20; - } & Struct; - readonly isSetParachainBondReservePercent: boolean; - readonly asSetParachainBondReservePercent: { - readonly new_: Percent; - } & Struct; - readonly isSetTotalSelected: boolean; - readonly asSetTotalSelected: { - readonly new_: u32; - } & Struct; - readonly isSetCollatorCommission: boolean; - readonly asSetCollatorCommission: { - readonly new_: Perbill; - } & Struct; - readonly isSetBlocksPerRound: boolean; - readonly asSetBlocksPerRound: { - readonly new_: u32; - } & Struct; - readonly isJoinCandidates: boolean; - readonly asJoinCandidates: { - readonly bond: u128; - readonly candidateCount: u32; - } & Struct; - readonly isScheduleLeaveCandidates: boolean; - readonly asScheduleLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isExecuteLeaveCandidates: boolean; - readonly asExecuteLeaveCandidates: { - readonly candidate: AccountId20; - readonly candidateDelegationCount: u32; - } & Struct; - readonly isCancelLeaveCandidates: boolean; - readonly asCancelLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isGoOffline: boolean; - readonly isGoOnline: boolean; - readonly isCandidateBondMore: boolean; - readonly asCandidateBondMore: { - readonly more: u128; - } & Struct; - readonly isScheduleCandidateBondLess: boolean; - readonly asScheduleCandidateBondLess: { - readonly less: u128; - } & Struct; - readonly isExecuteCandidateBondLess: boolean; - readonly asExecuteCandidateBondLess: { - readonly candidate: AccountId20; - } & Struct; - readonly isCancelCandidateBondLess: boolean; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly candidateDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isDelegateWithAutoCompound: boolean; - readonly asDelegateWithAutoCompound: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly autoCompound: Percent; - readonly candidateDelegationCount: u32; - readonly candidateAutoCompoundingDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isRemovedCall19: boolean; - readonly isRemovedCall20: boolean; - readonly isRemovedCall21: boolean; - readonly isScheduleRevokeDelegation: boolean; - readonly asScheduleRevokeDelegation: { - readonly collator: AccountId20; - } & Struct; - readonly isDelegatorBondMore: boolean; - readonly asDelegatorBondMore: { - readonly candidate: AccountId20; - readonly more: u128; - } & Struct; - readonly isScheduleDelegatorBondLess: boolean; - readonly asScheduleDelegatorBondLess: { - readonly candidate: AccountId20; - readonly less: u128; - } & Struct; - readonly isExecuteDelegationRequest: boolean; - readonly asExecuteDelegationRequest: { - readonly delegator: AccountId20; - readonly candidate: AccountId20; - } & Struct; - readonly isCancelDelegationRequest: boolean; - readonly asCancelDelegationRequest: { - readonly candidate: AccountId20; - } & Struct; - readonly isSetAutoCompound: boolean; - readonly asSetAutoCompound: { - readonly candidate: AccountId20; - readonly value: Percent; - readonly candidateAutoCompoundingDelegationCountHint: u32; - readonly delegationCountHint: u32; - } & Struct; - readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; - readonly asHotfixRemoveDelegationRequestsExitedCandidates: { - readonly candidates: Vec; + /** @name XcmV2BodyId (136) */ + interface XcmV2BodyId extends Enum { + readonly isUnit: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; + readonly type: + | "Unit" + | "Named" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } + + /** @name XcmV2BodyPart (137) */ + interface XcmV2BodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isNotifyInactiveCollator: boolean; - readonly asNotifyInactiveCollator: { - readonly collator: AccountId20; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isEnableMarkingOffline: boolean; - readonly asEnableMarkingOffline: { - readonly value: bool; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isForceJoinCandidates: boolean; - readonly asForceJoinCandidates: { - readonly account: AccountId20; - readonly bond: u128; - readonly candidateCount: u32; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: - | "SetStakingExpectations" - | "SetInflation" - | "SetParachainBondAccount" - | "SetParachainBondReservePercent" - | "SetTotalSelected" - | "SetCollatorCommission" - | "SetBlocksPerRound" - | "JoinCandidates" - | "ScheduleLeaveCandidates" - | "ExecuteLeaveCandidates" - | "CancelLeaveCandidates" - | "GoOffline" - | "GoOnline" - | "CandidateBondMore" - | "ScheduleCandidateBondLess" - | "ExecuteCandidateBondLess" - | "CancelCandidateBondLess" - | "Delegate" - | "DelegateWithAutoCompound" - | "RemovedCall19" - | "RemovedCall20" - | "RemovedCall21" - | "ScheduleRevokeDelegation" - | "DelegatorBondMore" - | "ScheduleDelegatorBondLess" - | "ExecuteDelegationRequest" - | "CancelDelegationRequest" - | "SetAutoCompound" - | "HotfixRemoveDelegationRequestsExitedCandidates" - | "NotifyInactiveCollator" - | "EnableMarkingOffline" - | "ForceJoinCandidates"; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletAuthorInherentCall (110) */ - interface PalletAuthorInherentCall extends Enum { - readonly isKickOffAuthorshipValidation: boolean; - readonly type: "KickOffAuthorshipValidation"; + /** @name XcmV2MultiassetFungibility (138) */ + interface XcmV2MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV2MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PalletAuthorSlotFilterCall (111) */ - interface PalletAuthorSlotFilterCall extends Enum { - readonly isSetEligible: boolean; - readonly asSetEligible: { - readonly new_: u32; - } & Struct; - readonly type: "SetEligible"; + /** @name XcmV2MultiassetAssetInstance (139) */ + interface XcmV2MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly isBlob: boolean; + readonly asBlob: Bytes; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name PalletAuthorMappingCall (112) */ - interface PalletAuthorMappingCall extends Enum { - readonly isAddAssociation: boolean; - readonly asAddAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isUpdateAssociation: boolean; - readonly asUpdateAssociation: { - readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isClearAssociation: boolean; - readonly asClearAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isRemoveKeys: boolean; - readonly isSetKeys: boolean; - readonly asSetKeys: { - readonly keys_: Bytes; - } & Struct; - readonly type: - | "AddAssociation" - | "UpdateAssociation" - | "ClearAssociation" - | "RemoveKeys" - | "SetKeys"; + /** @name XcmV3MultiassetMultiAssets (140) */ + interface XcmV3MultiassetMultiAssets extends Vec {} + + /** @name XcmV3MultiAsset (142) */ + interface XcmV3MultiAsset extends Struct { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetFungibility; } - /** @name PalletMoonbeamOrbitersCall (113) */ - interface PalletMoonbeamOrbitersCall extends Enum { - readonly isCollatorAddOrbiter: boolean; - readonly asCollatorAddOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isCollatorRemoveOrbiter: boolean; - readonly asCollatorRemoveOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - } & Struct; - readonly isOrbiterRegister: boolean; - readonly isOrbiterUnregister: boolean; - readonly asOrbiterUnregister: { - readonly collatorsPoolCount: u32; - } & Struct; - readonly isAddCollator: boolean; - readonly asAddCollator: { - readonly collator: AccountId20; - } & Struct; - readonly isRemoveCollator: boolean; - readonly asRemoveCollator: { - readonly collator: AccountId20; - } & Struct; - readonly type: - | "CollatorAddOrbiter" - | "CollatorRemoveOrbiter" - | "OrbiterLeaveCollatorPool" - | "OrbiterRegister" - | "OrbiterUnregister" - | "AddCollator" - | "RemoveCollator"; - } - - /** @name PalletUtilityCall (114) */ - interface PalletUtilityCall extends Enum { - readonly isBatch: boolean; - readonly asBatch: { - readonly calls: Vec; - } & Struct; - readonly isAsDerivative: boolean; - readonly asAsDerivative: { - readonly index: u16; - readonly call: Call; - } & Struct; - readonly isBatchAll: boolean; - readonly asBatchAll: { - readonly calls: Vec; - } & Struct; - readonly isDispatchAs: boolean; - readonly asDispatchAs: { - readonly asOrigin: MoonriverRuntimeOriginCaller; - readonly call: Call; - } & Struct; - readonly isForceBatch: boolean; - readonly asForceBatch: { - readonly calls: Vec; - } & Struct; - readonly isWithWeight: boolean; - readonly asWithWeight: { - readonly call: Call; - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly type: - | "Batch" - | "AsDerivative" - | "BatchAll" - | "DispatchAs" - | "ForceBatch" - | "WithWeight"; - } - - /** @name MoonriverRuntimeOriginCaller (116) */ - interface MoonriverRuntimeOriginCaller extends Enum { - readonly isSystem: boolean; - readonly asSystem: FrameSupportDispatchRawOrigin; - readonly isVoid: boolean; - readonly isEthereum: boolean; - readonly asEthereum: PalletEthereumRawOrigin; - readonly isOrigins: boolean; - readonly asOrigins: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; - readonly isTreasuryCouncilCollective: boolean; - readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; - readonly isOpenTechCommitteeCollective: boolean; - readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; - readonly isCumulusXcm: boolean; - readonly asCumulusXcm: CumulusPalletXcmOrigin; - readonly isPolkadotXcm: boolean; - readonly asPolkadotXcm: PalletXcmOrigin; - readonly isEthereumXcm: boolean; - readonly asEthereumXcm: PalletEthereumXcmRawOrigin; - readonly type: - | "System" - | "Void" - | "Ethereum" - | "Origins" - | "TreasuryCouncilCollective" - | "OpenTechCommitteeCollective" - | "CumulusXcm" - | "PolkadotXcm" - | "EthereumXcm"; - } - - /** @name FrameSupportDispatchRawOrigin (117) */ - interface FrameSupportDispatchRawOrigin extends Enum { - readonly isRoot: boolean; - readonly isSigned: boolean; - readonly asSigned: AccountId20; - readonly isNone: boolean; - readonly type: "Root" | "Signed" | "None"; - } - - /** @name PalletEthereumRawOrigin (118) */ - interface PalletEthereumRawOrigin extends Enum { - readonly isEthereumTransaction: boolean; - readonly asEthereumTransaction: H160; - readonly type: "EthereumTransaction"; - } - - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ - interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { - readonly isWhitelistedCaller: boolean; - readonly isGeneralAdmin: boolean; - readonly isReferendumCanceller: boolean; - readonly isReferendumKiller: boolean; - readonly isFastGeneralAdmin: boolean; - readonly type: - | "WhitelistedCaller" - | "GeneralAdmin" - | "ReferendumCanceller" - | "ReferendumKiller" - | "FastGeneralAdmin"; - } - - /** @name PalletCollectiveRawOrigin (120) */ - interface PalletCollectiveRawOrigin extends Enum { - readonly isMembers: boolean; - readonly asMembers: ITuple<[u32, u32]>; - readonly isMember: boolean; - readonly asMember: AccountId20; - readonly isPhantom: boolean; - readonly type: "Members" | "Member" | "Phantom"; - } - - /** @name CumulusPalletXcmOrigin (122) */ - interface CumulusPalletXcmOrigin extends Enum { - readonly isRelay: boolean; - readonly isSiblingParachain: boolean; - readonly asSiblingParachain: u32; - readonly type: "Relay" | "SiblingParachain"; - } - - /** @name PalletXcmOrigin (123) */ - interface PalletXcmOrigin extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV4Location; - readonly isResponse: boolean; - readonly asResponse: StagingXcmV4Location; - readonly type: "Xcm" | "Response"; + /** @name XcmV3MultiassetAssetId (143) */ + interface XcmV3MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: StagingXcmV3MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: U8aFixed; + readonly type: "Concrete" | "Abstract"; } - /** @name StagingXcmV4Location (124) */ - interface StagingXcmV4Location extends Struct { + /** @name StagingXcmV3MultiLocation (144) */ + interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; - readonly interior: StagingXcmV4Junctions; + readonly interior: XcmV3Junctions; } - /** @name StagingXcmV4Junctions (125) */ - interface StagingXcmV4Junctions extends Enum { + /** @name XcmV3Junctions (145) */ + interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; - readonly asX1: StagingXcmV4Junction; + readonly asX1: XcmV3Junction; readonly isX2: boolean; - readonly asX2: StagingXcmV4Junction; + readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; readonly isX3: boolean; - readonly asX3: StagingXcmV4Junction; + readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; readonly isX4: boolean; - readonly asX4: StagingXcmV4Junction; + readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; readonly isX5: boolean; - readonly asX5: StagingXcmV4Junction; + readonly asX5: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; readonly isX6: boolean; - readonly asX6: StagingXcmV4Junction; + readonly asX6: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; readonly isX7: boolean; - readonly asX7: StagingXcmV4Junction; + readonly asX7: ITuple< + [ + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction + ] + >; readonly isX8: boolean; - readonly asX8: StagingXcmV4Junction; + readonly asX8: ITuple< + [ + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction + ] + >; readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (127) */ - interface StagingXcmV4Junction extends Enum { + /** @name XcmV3Junction (146) */ + interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; readonly isAccountId32: boolean; readonly asAccountId32: { - readonly network: Option; + readonly network: Option; readonly id: U8aFixed; } & Struct; readonly isAccountIndex64: boolean; readonly asAccountIndex64: { - readonly network: Option; + readonly network: Option; readonly index: Compact; } & Struct; readonly isAccountKey20: boolean; readonly asAccountKey20: { - readonly network: Option; + readonly network: Option; readonly key: U8aFixed; } & Struct; readonly isPalletInstance: boolean; @@ -2038,7 +2402,7 @@ declare module "@polkadot/types/lookup" { readonly part: XcmV3JunctionBodyPart; } & Struct; readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; + readonly asGlobalConsensus: XcmV3JunctionNetworkId; readonly type: | "Parachain" | "AccountId32" @@ -2052,8 +2416,8 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (130) */ - interface StagingXcmV4JunctionNetworkId extends Enum { + /** @name XcmV3JunctionNetworkId (148) */ + interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; readonly isByFork: boolean; @@ -2087,3802 +2451,3595 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (131) */ - interface XcmV3JunctionBodyId extends Enum { - readonly isUnit: boolean; - readonly isMoniker: boolean; - readonly asMoniker: U8aFixed; + /** @name XcmV3MultiassetFungibility (149) */ + interface XcmV3MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV3MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV3MultiassetAssetInstance (150) */ + interface XcmV3MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Moniker" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3JunctionBodyPart (132) */ - interface XcmV3JunctionBodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; + /** @name XcmVersionedLocation (151) */ + interface XcmVersionedLocation extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiLocation; + readonly isV3: boolean; + readonly asV3: StagingXcmV3MultiLocation; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Location; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name PalletAssetsEvent (152) */ + interface PalletAssetsEvent extends Enum { + readonly isCreated: boolean; + readonly asCreated: { + readonly assetId: u128; + readonly creator: AccountId20; + readonly owner: AccountId20; } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; + readonly isIssued: boolean; + readonly asIssued: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly amount: u128; } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isTransferred: boolean; + readonly asTransferred: { + readonly assetId: u128; + readonly from: AccountId20; + readonly to: AccountId20; + readonly amount: u128; } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isBurned: boolean; + readonly asBurned: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly balance: u128; } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; - } - - /** @name PalletEthereumXcmRawOrigin (140) */ - interface PalletEthereumXcmRawOrigin extends Enum { - readonly isXcmEthereumTransaction: boolean; - readonly asXcmEthereumTransaction: H160; - readonly type: "XcmEthereumTransaction"; - } - - /** @name SpCoreVoid (141) */ - type SpCoreVoid = Null; - - /** @name PalletProxyCall (142) */ - interface PalletProxyCall extends Enum { - readonly isProxy: boolean; - readonly asProxy: { - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; + readonly isTeamChanged: boolean; + readonly asTeamChanged: { + readonly assetId: u128; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly isAddProxy: boolean; - readonly asAddProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; + readonly isOwnerChanged: boolean; + readonly asOwnerChanged: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isRemoveProxy: boolean; - readonly asRemoveProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; + readonly isFrozen: boolean; + readonly asFrozen: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isRemoveProxies: boolean; - readonly isCreatePure: boolean; - readonly asCreatePure: { - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; - readonly index: u16; + readonly isThawed: boolean; + readonly asThawed: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isKillPure: boolean; - readonly asKillPure: { - readonly spawner: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly index: u16; - readonly height: Compact; - readonly extIndex: Compact; + readonly isAssetFrozen: boolean; + readonly asAssetFrozen: { + readonly assetId: u128; } & Struct; - readonly isAnnounce: boolean; - readonly asAnnounce: { - readonly real: AccountId20; - readonly callHash: H256; + readonly isAssetThawed: boolean; + readonly asAssetThawed: { + readonly assetId: u128; } & Struct; - readonly isRemoveAnnouncement: boolean; - readonly asRemoveAnnouncement: { - readonly real: AccountId20; - readonly callHash: H256; + readonly isAccountsDestroyed: boolean; + readonly asAccountsDestroyed: { + readonly assetId: u128; + readonly accountsDestroyed: u32; + readonly accountsRemaining: u32; } & Struct; - readonly isRejectAnnouncement: boolean; - readonly asRejectAnnouncement: { - readonly delegate: AccountId20; - readonly callHash: H256; + readonly isApprovalsDestroyed: boolean; + readonly asApprovalsDestroyed: { + readonly assetId: u128; + readonly approvalsDestroyed: u32; + readonly approvalsRemaining: u32; } & Struct; - readonly isProxyAnnounced: boolean; - readonly asProxyAnnounced: { - readonly delegate: AccountId20; - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; + readonly isDestructionStarted: boolean; + readonly asDestructionStarted: { + readonly assetId: u128; } & Struct; - readonly type: - | "Proxy" - | "AddProxy" - | "RemoveProxy" - | "RemoveProxies" - | "CreatePure" - | "KillPure" - | "Announce" - | "RemoveAnnouncement" - | "RejectAnnouncement" - | "ProxyAnnounced"; - } - - /** @name PalletMaintenanceModeCall (144) */ - interface PalletMaintenanceModeCall extends Enum { - readonly isEnterMaintenanceMode: boolean; - readonly isResumeNormalOperation: boolean; - readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; - } - - /** @name PalletIdentityCall (145) */ - interface PalletIdentityCall extends Enum { - readonly isAddRegistrar: boolean; - readonly asAddRegistrar: { - readonly account: AccountId20; + readonly isDestroyed: boolean; + readonly asDestroyed: { + readonly assetId: u128; } & Struct; - readonly isSetIdentity: boolean; - readonly asSetIdentity: { - readonly info: PalletIdentityLegacyIdentityInfo; + readonly isForceCreated: boolean; + readonly asForceCreated: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isSetSubs: boolean; - readonly asSetSubs: { - readonly subs: Vec>; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly assetId: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } & Struct; - readonly isClearIdentity: boolean; - readonly isRequestJudgement: boolean; - readonly asRequestJudgement: { - readonly regIndex: Compact; - readonly maxFee: Compact; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly assetId: u128; } & Struct; - readonly isCancelRequest: boolean; - readonly asCancelRequest: { - readonly regIndex: u32; + readonly isApprovedTransfer: boolean; + readonly asApprovedTransfer: { + readonly assetId: u128; + readonly source: AccountId20; + readonly delegate: AccountId20; + readonly amount: u128; } & Struct; - readonly isSetFee: boolean; - readonly asSetFee: { - readonly index: Compact; - readonly fee: Compact; + readonly isApprovalCancelled: boolean; + readonly asApprovalCancelled: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly isSetAccountId: boolean; - readonly asSetAccountId: { - readonly index: Compact; - readonly new_: AccountId20; + readonly isTransferredApproved: boolean; + readonly asTransferredApproved: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; + readonly destination: AccountId20; + readonly amount: u128; } & Struct; - readonly isSetFields: boolean; - readonly asSetFields: { - readonly index: Compact; - readonly fields: u64; + readonly isAssetStatusChanged: boolean; + readonly asAssetStatusChanged: { + readonly assetId: u128; } & Struct; - readonly isProvideJudgement: boolean; - readonly asProvideJudgement: { - readonly regIndex: Compact; - readonly target: AccountId20; - readonly judgement: PalletIdentityJudgement; - readonly identity: H256; + readonly isAssetMinBalanceChanged: boolean; + readonly asAssetMinBalanceChanged: { + readonly assetId: u128; + readonly newMinBalance: u128; } & Struct; - readonly isKillIdentity: boolean; - readonly asKillIdentity: { - readonly target: AccountId20; + readonly isTouched: boolean; + readonly asTouched: { + readonly assetId: u128; + readonly who: AccountId20; + readonly depositor: AccountId20; } & Struct; - readonly isAddSub: boolean; - readonly asAddSub: { - readonly sub: AccountId20; - readonly data: Data; + readonly isBlocked: boolean; + readonly asBlocked: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isRenameSub: boolean; - readonly asRenameSub: { - readonly sub: AccountId20; - readonly data: Data; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isRemoveSub: boolean; - readonly asRemoveSub: { - readonly sub: AccountId20; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isQuitSub: boolean; - readonly isAddUsernameAuthority: boolean; - readonly asAddUsernameAuthority: { - readonly authority: AccountId20; - readonly suffix: Bytes; - readonly allocation: u32; + readonly type: + | "Created" + | "Issued" + | "Transferred" + | "Burned" + | "TeamChanged" + | "OwnerChanged" + | "Frozen" + | "Thawed" + | "AssetFrozen" + | "AssetThawed" + | "AccountsDestroyed" + | "ApprovalsDestroyed" + | "DestructionStarted" + | "Destroyed" + | "ForceCreated" + | "MetadataSet" + | "MetadataCleared" + | "ApprovedTransfer" + | "ApprovalCancelled" + | "TransferredApproved" + | "AssetStatusChanged" + | "AssetMinBalanceChanged" + | "Touched" + | "Blocked" + | "Deposited" + | "Withdrawn"; + } + + /** @name OrmlXtokensModuleEvent (153) */ + interface OrmlXtokensModuleEvent extends Enum { + readonly isTransferredAssets: boolean; + readonly asTransferredAssets: { + readonly sender: AccountId20; + readonly assets: StagingXcmV4AssetAssets; + readonly fee: StagingXcmV4Asset; + readonly dest: StagingXcmV4Location; } & Struct; - readonly isRemoveUsernameAuthority: boolean; - readonly asRemoveUsernameAuthority: { - readonly authority: AccountId20; + readonly type: "TransferredAssets"; + } + + /** @name PalletAssetManagerEvent (154) */ + interface PalletAssetManagerEvent extends Enum { + readonly isForeignAssetRegistered: boolean; + readonly asForeignAssetRegistered: { + readonly assetId: u128; + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; - readonly isSetUsernameFor: boolean; - readonly asSetUsernameFor: { - readonly who: AccountId20; - readonly username: Bytes; - readonly signature: Option; + readonly isUnitsPerSecondChanged: boolean; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isAcceptUsername: boolean; - readonly asAcceptUsername: { - readonly username: Bytes; + readonly isForeignAssetRemoved: boolean; + readonly asForeignAssetRemoved: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isRemoveExpiredApproval: boolean; - readonly asRemoveExpiredApproval: { - readonly username: Bytes; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isSetPrimaryUsername: boolean; - readonly asSetPrimaryUsername: { - readonly username: Bytes; + readonly isForeignAssetDestroyed: boolean; + readonly asForeignAssetDestroyed: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isRemoveDanglingUsername: boolean; - readonly asRemoveDanglingUsername: { - readonly username: Bytes; + readonly isLocalAssetDestroyed: boolean; + readonly asLocalAssetDestroyed: { + readonly assetId: u128; } & Struct; readonly type: - | "AddRegistrar" - | "SetIdentity" - | "SetSubs" - | "ClearIdentity" - | "RequestJudgement" - | "CancelRequest" - | "SetFee" - | "SetAccountId" - | "SetFields" - | "ProvideJudgement" - | "KillIdentity" - | "AddSub" - | "RenameSub" - | "RemoveSub" - | "QuitSub" - | "AddUsernameAuthority" - | "RemoveUsernameAuthority" - | "SetUsernameFor" - | "AcceptUsername" - | "RemoveExpiredApproval" - | "SetPrimaryUsername" - | "RemoveDanglingUsername"; + | "ForeignAssetRegistered" + | "UnitsPerSecondChanged" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetRemoved" + | "SupportedAssetRemoved" + | "ForeignAssetDestroyed" + | "LocalAssetDestroyed"; } - /** @name PalletIdentityLegacyIdentityInfo (146) */ - interface PalletIdentityLegacyIdentityInfo extends Struct { - readonly additional: Vec>; - readonly display: Data; - readonly legal: Data; - readonly web: Data; - readonly riot: Data; - readonly email: Data; - readonly pgpFingerprint: Option; - readonly image: Data; - readonly twitter: Data; + /** @name MoonbaseRuntimeXcmConfigAssetType (155) */ + interface MoonbaseRuntimeXcmConfigAssetType extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV3MultiLocation; + readonly type: "Xcm"; } - /** @name PalletIdentityJudgement (184) */ - interface PalletIdentityJudgement extends Enum { - readonly isUnknown: boolean; - readonly isFeePaid: boolean; - readonly asFeePaid: u128; - readonly isReasonable: boolean; - readonly isKnownGood: boolean; - readonly isOutOfDate: boolean; - readonly isLowQuality: boolean; - readonly isErroneous: boolean; - readonly type: - | "Unknown" - | "FeePaid" - | "Reasonable" - | "KnownGood" - | "OutOfDate" - | "LowQuality" - | "Erroneous"; + /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (156) */ + interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } - /** @name AccountEthereumSignature (186) */ - interface AccountEthereumSignature extends U8aFixed {} - - /** @name PalletMultisigCall (188) */ - interface PalletMultisigCall extends Enum { - readonly isAsMultiThreshold1: boolean; - readonly asAsMultiThreshold1: { - readonly otherSignatories: Vec; - readonly call: Call; + /** @name PalletMigrationsEvent (157) */ + interface PalletMigrationsEvent extends Enum { + readonly isRuntimeUpgradeStarted: boolean; + readonly isRuntimeUpgradeCompleted: boolean; + readonly asRuntimeUpgradeCompleted: { + readonly weight: SpWeightsWeightV2Weight; } & Struct; - readonly isAsMulti: boolean; - readonly asAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly call: Call; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isMigrationStarted: boolean; + readonly asMigrationStarted: { + readonly migrationName: Bytes; } & Struct; - readonly isApproveAsMulti: boolean; - readonly asApproveAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly callHash: U8aFixed; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isMigrationCompleted: boolean; + readonly asMigrationCompleted: { + readonly migrationName: Bytes; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isCancelAsMulti: boolean; - readonly asCancelAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly timepoint: PalletMultisigTimepoint; - readonly callHash: U8aFixed; + readonly isFailedToSuspendIdleXcmExecution: boolean; + readonly asFailedToSuspendIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; - } - - /** @name PalletMoonbeamLazyMigrationsCall (190) */ - interface PalletMoonbeamLazyMigrationsCall extends Enum { - readonly isClearSuicidedStorage: boolean; - readonly asClearSuicidedStorage: { - readonly addresses: Vec; - readonly limit: u32; + readonly isFailedToResumeIdleXcmExecution: boolean; + readonly asFailedToResumeIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly type: "ClearSuicidedStorage"; + readonly type: + | "RuntimeUpgradeStarted" + | "RuntimeUpgradeCompleted" + | "MigrationStarted" + | "MigrationCompleted" + | "FailedToSuspendIdleXcmExecution" + | "FailedToResumeIdleXcmExecution"; } - /** @name PalletEvmCall (193) */ - interface PalletEvmCall extends Enum { - readonly isWithdraw: boolean; - readonly asWithdraw: { - readonly address: H160; - readonly value: u128; + /** @name PalletXcmTransactorEvent (158) */ + interface PalletXcmTransactorEvent extends Enum { + readonly isTransactedDerivative: boolean; + readonly asTransactedDerivative: { + readonly accountId: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; + readonly index: u16; } & Struct; - readonly isCall: boolean; - readonly asCall: { - readonly source: H160; - readonly target: H160; - readonly input: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isTransactedSovereign: boolean; + readonly asTransactedSovereign: { + readonly feePayer: Option; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isCreate: boolean; - readonly asCreate: { - readonly source: H160; - readonly init: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isTransactedSigned: boolean; + readonly asTransactedSigned: { + readonly feePayer: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isCreate2: boolean; - readonly asCreate2: { - readonly source: H160; - readonly init: Bytes; - readonly salt: H256; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isRegisteredDerivative: boolean; + readonly asRegisteredDerivative: { + readonly accountId: AccountId20; + readonly index: u16; } & Struct; - readonly type: "Withdraw" | "Call" | "Create" | "Create2"; - } - - /** @name PalletEthereumCall (199) */ - interface PalletEthereumCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly transaction: EthereumTransactionTransactionV2; + readonly isDeRegisteredDerivative: boolean; + readonly asDeRegisteredDerivative: { + readonly index: u16; } & Struct; - readonly type: "Transact"; - } - - /** @name EthereumTransactionTransactionV2 (200) */ - interface EthereumTransactionTransactionV2 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumTransactionLegacyTransaction; - readonly isEip2930: boolean; - readonly asEip2930: EthereumTransactionEip2930Transaction; - readonly isEip1559: boolean; - readonly asEip1559: EthereumTransactionEip1559Transaction; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; - } - - /** @name EthereumTransactionLegacyTransaction (201) */ - interface EthereumTransactionLegacyTransaction extends Struct { - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly signature: EthereumTransactionTransactionSignature; - } - - /** @name EthereumTransactionTransactionAction (202) */ - interface EthereumTransactionTransactionAction extends Enum { - readonly isCall: boolean; - readonly asCall: H160; - readonly isCreate: boolean; - readonly type: "Call" | "Create"; + readonly isTransactFailed: boolean; + readonly asTransactFailed: { + readonly error: XcmV3TraitsError; + } & Struct; + readonly isTransactInfoChanged: boolean; + readonly asTransactInfoChanged: { + readonly location: StagingXcmV4Location; + readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + } & Struct; + readonly isTransactInfoRemoved: boolean; + readonly asTransactInfoRemoved: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isDestFeePerSecondChanged: boolean; + readonly asDestFeePerSecondChanged: { + readonly location: StagingXcmV4Location; + readonly feePerSecond: u128; + } & Struct; + readonly isDestFeePerSecondRemoved: boolean; + readonly asDestFeePerSecondRemoved: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isHrmpManagementSent: boolean; + readonly asHrmpManagementSent: { + readonly action: PalletXcmTransactorHrmpOperation; + } & Struct; + readonly type: + | "TransactedDerivative" + | "TransactedSovereign" + | "TransactedSigned" + | "RegisteredDerivative" + | "DeRegisteredDerivative" + | "TransactFailed" + | "TransactInfoChanged" + | "TransactInfoRemoved" + | "DestFeePerSecondChanged" + | "DestFeePerSecondRemoved" + | "HrmpManagementSent"; } - /** @name EthereumTransactionTransactionSignature (203) */ - interface EthereumTransactionTransactionSignature extends Struct { - readonly v: u64; - readonly r: H256; - readonly s: H256; + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (159) */ + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } - /** @name EthereumTransactionEip2930Transaction (205) */ - interface EthereumTransactionEip2930Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name PalletXcmTransactorHrmpOperation (161) */ + interface PalletXcmTransactorHrmpOperation extends Enum { + readonly isInitOpen: boolean; + readonly asInitOpen: PalletXcmTransactorHrmpInitParams; + readonly isAccept: boolean; + readonly asAccept: { + readonly paraId: u32; + } & Struct; + readonly isClose: boolean; + readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly isCancel: boolean; + readonly asCancel: { + readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly openRequests: u32; + } & Struct; + readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name EthereumTransactionAccessListItem (207) */ - interface EthereumTransactionAccessListItem extends Struct { - readonly address: H160; - readonly storageKeys: Vec; + /** @name PalletXcmTransactorHrmpInitParams (162) */ + interface PalletXcmTransactorHrmpInitParams extends Struct { + readonly paraId: u32; + readonly proposedMaxCapacity: u32; + readonly proposedMaxMessageSize: u32; } - /** @name EthereumTransactionEip1559Transaction (208) */ - interface EthereumTransactionEip1559Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly maxPriorityFeePerGas: U256; - readonly maxFeePerGas: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (164) */ + interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { + readonly sender: u32; + readonly recipient: u32; } - /** @name PalletSchedulerCall (209) */ - interface PalletSchedulerCall extends Enum { - readonly isSchedule: boolean; - readonly asSchedule: { - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; - } & Struct; - readonly isCancel: boolean; - readonly asCancel: { - readonly when: u32; - readonly index: u32; - } & Struct; - readonly isScheduleNamed: boolean; - readonly asScheduleNamed: { - readonly id: U8aFixed; - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; - } & Struct; - readonly isCancelNamed: boolean; - readonly asCancelNamed: { - readonly id: U8aFixed; - } & Struct; - readonly isScheduleAfter: boolean; - readonly asScheduleAfter: { - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + /** @name PalletMoonbeamOrbitersEvent (165) */ + interface PalletMoonbeamOrbitersEvent extends Enum { + readonly isOrbiterJoinCollatorPool: boolean; + readonly asOrbiterJoinCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isScheduleNamedAfter: boolean; - readonly asScheduleNamedAfter: { - readonly id: U8aFixed; - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isSetRetry: boolean; - readonly asSetRetry: { - readonly task: ITuple<[u32, u32]>; - readonly retries: u8; - readonly period: u32; + readonly isOrbiterRewarded: boolean; + readonly asOrbiterRewarded: { + readonly account: AccountId20; + readonly rewards: u128; } & Struct; - readonly isSetRetryNamed: boolean; - readonly asSetRetryNamed: { - readonly id: U8aFixed; - readonly retries: u8; - readonly period: u32; + readonly isOrbiterRotation: boolean; + readonly asOrbiterRotation: { + readonly collator: AccountId20; + readonly oldOrbiter: Option; + readonly newOrbiter: Option; } & Struct; - readonly isCancelRetry: boolean; - readonly asCancelRetry: { - readonly task: ITuple<[u32, u32]>; + readonly isOrbiterRegistered: boolean; + readonly asOrbiterRegistered: { + readonly account: AccountId20; + readonly deposit: u128; } & Struct; - readonly isCancelRetryNamed: boolean; - readonly asCancelRetryNamed: { - readonly id: U8aFixed; + readonly isOrbiterUnregistered: boolean; + readonly asOrbiterUnregistered: { + readonly account: AccountId20; } & Struct; readonly type: - | "Schedule" - | "Cancel" - | "ScheduleNamed" - | "CancelNamed" - | "ScheduleAfter" - | "ScheduleNamedAfter" - | "SetRetry" - | "SetRetryNamed" - | "CancelRetry" - | "CancelRetryNamed"; + | "OrbiterJoinCollatorPool" + | "OrbiterLeaveCollatorPool" + | "OrbiterRewarded" + | "OrbiterRotation" + | "OrbiterRegistered" + | "OrbiterUnregistered"; } - /** @name PalletPreimageCall (211) */ - interface PalletPreimageCall extends Enum { - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly bytes: Bytes; - } & Struct; - readonly isUnnotePreimage: boolean; - readonly asUnnotePreimage: { - readonly hash_: H256; + /** @name PalletEthereumXcmEvent (166) */ + interface PalletEthereumXcmEvent extends Enum { + readonly isExecutedFromXcm: boolean; + readonly asExecutedFromXcm: { + readonly xcmMsgHash: H256; + readonly ethTxHash: H256; } & Struct; - readonly isRequestPreimage: boolean; - readonly asRequestPreimage: { - readonly hash_: H256; + readonly type: "ExecutedFromXcm"; + } + + /** @name PalletRandomnessEvent (167) */ + interface PalletRandomnessEvent extends Enum { + readonly isRandomnessRequestedBabeEpoch: boolean; + readonly asRandomnessRequestedBabeEpoch: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestEpoch: u64; } & Struct; - readonly isUnrequestPreimage: boolean; - readonly asUnrequestPreimage: { - readonly hash_: H256; + readonly isRandomnessRequestedLocal: boolean; + readonly asRandomnessRequestedLocal: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestBlock: u32; } & Struct; - readonly isEnsureUpdated: boolean; - readonly asEnsureUpdated: { - readonly hashes: Vec; + readonly isRequestFulfilled: boolean; + readonly asRequestFulfilled: { + readonly id: u64; + } & Struct; + readonly isRequestFeeIncreased: boolean; + readonly asRequestFeeIncreased: { + readonly id: u64; + readonly newFee: u128; + } & Struct; + readonly isRequestExpirationExecuted: boolean; + readonly asRequestExpirationExecuted: { + readonly id: u64; } & Struct; readonly type: - | "NotePreimage" - | "UnnotePreimage" - | "RequestPreimage" - | "UnrequestPreimage" - | "EnsureUpdated"; + | "RandomnessRequestedBabeEpoch" + | "RandomnessRequestedLocal" + | "RequestFulfilled" + | "RequestFeeIncreased" + | "RequestExpirationExecuted"; } - /** @name PalletConvictionVotingCall (212) */ - interface PalletConvictionVotingCall extends Enum { - readonly isVote: boolean; - readonly asVote: { - readonly pollIndex: Compact; - readonly vote: PalletConvictionVotingVoteAccountVote; - } & Struct; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly class: u16; - readonly to: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly balance: u128; - } & Struct; - readonly isUndelegate: boolean; - readonly asUndelegate: { - readonly class: u16; + /** @name PalletCollectiveEvent (168) */ + interface PalletCollectiveEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly account: AccountId20; + readonly proposalIndex: u32; + readonly proposalHash: H256; + readonly threshold: u32; } & Struct; - readonly isUnlock: boolean; - readonly asUnlock: { - readonly class: u16; - readonly target: AccountId20; + readonly isVoted: boolean; + readonly asVoted: { + readonly account: AccountId20; + readonly proposalHash: H256; + readonly voted: bool; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly isRemoveVote: boolean; - readonly asRemoveVote: { - readonly class: Option; - readonly index: u32; + readonly isApproved: boolean; + readonly asApproved: { + readonly proposalHash: H256; } & Struct; - readonly isRemoveOtherVote: boolean; - readonly asRemoveOtherVote: { - readonly target: AccountId20; - readonly class: u16; - readonly index: u32; + readonly isDisapproved: boolean; + readonly asDisapproved: { + readonly proposalHash: H256; } & Struct; - readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; - } - - /** @name PalletConvictionVotingVoteAccountVote (213) */ - interface PalletConvictionVotingVoteAccountVote extends Enum { - readonly isStandard: boolean; - readonly asStandard: { - readonly vote: Vote; - readonly balance: u128; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isSplit: boolean; - readonly asSplit: { - readonly aye: u128; - readonly nay: u128; + readonly isMemberExecuted: boolean; + readonly asMemberExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isSplitAbstain: boolean; - readonly asSplitAbstain: { - readonly aye: u128; - readonly nay: u128; - readonly abstain: u128; + readonly isClosed: boolean; + readonly asClosed: { + readonly proposalHash: H256; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly type: "Standard" | "Split" | "SplitAbstain"; + readonly type: + | "Proposed" + | "Voted" + | "Approved" + | "Disapproved" + | "Executed" + | "MemberExecuted" + | "Closed"; } - /** @name PalletConvictionVotingConviction (215) */ - interface PalletConvictionVotingConviction extends Enum { - readonly isNone: boolean; - readonly isLocked1x: boolean; - readonly isLocked2x: boolean; - readonly isLocked3x: boolean; - readonly isLocked4x: boolean; - readonly isLocked5x: boolean; - readonly isLocked6x: boolean; - readonly type: - | "None" - | "Locked1x" - | "Locked2x" - | "Locked3x" - | "Locked4x" - | "Locked5x" - | "Locked6x"; + /** @name PalletConvictionVotingEvent (169) */ + interface PalletConvictionVotingEvent extends Enum { + readonly isDelegated: boolean; + readonly asDelegated: ITuple<[AccountId20, AccountId20]>; + readonly isUndelegated: boolean; + readonly asUndelegated: AccountId20; + readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaCall (217) */ - interface PalletReferendaCall extends Enum { - readonly isSubmit: boolean; - readonly asSubmit: { - readonly proposalOrigin: MoonriverRuntimeOriginCaller; + /** @name PalletReferendaEvent (170) */ + interface PalletReferendaEvent extends Enum { + readonly isSubmitted: boolean; + readonly asSubmitted: { + readonly index: u32; + readonly track: u16; readonly proposal: FrameSupportPreimagesBounded; - readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; - readonly isPlaceDecisionDeposit: boolean; - readonly asPlaceDecisionDeposit: { + readonly isDecisionDepositPlaced: boolean; + readonly asDecisionDepositPlaced: { readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isRefundDecisionDeposit: boolean; - readonly asRefundDecisionDeposit: { + readonly isDecisionDepositRefunded: boolean; + readonly asDecisionDepositRefunded: { readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isCancel: boolean; - readonly asCancel: { + readonly isDepositSlashed: boolean; + readonly asDepositSlashed: { + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionStarted: boolean; + readonly asDecisionStarted: { readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isKill: boolean; - readonly asKill: { + readonly isConfirmStarted: boolean; + readonly asConfirmStarted: { readonly index: u32; } & Struct; - readonly isNudgeReferendum: boolean; - readonly asNudgeReferendum: { + readonly isConfirmAborted: boolean; + readonly asConfirmAborted: { readonly index: u32; } & Struct; - readonly isOneFewerDeciding: boolean; - readonly asOneFewerDeciding: { - readonly track: u16; + readonly isConfirmed: boolean; + readonly asConfirmed: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isRefundSubmissionDeposit: boolean; - readonly asRefundSubmissionDeposit: { + readonly isApproved: boolean; + readonly asApproved: { readonly index: u32; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { + readonly isRejected: boolean; + readonly asRejected: { readonly index: u32; - readonly maybeHash: Option; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly type: - | "Submit" - | "PlaceDecisionDeposit" - | "RefundDecisionDeposit" - | "Cancel" - | "Kill" - | "NudgeReferendum" - | "OneFewerDeciding" - | "RefundSubmissionDeposit" - | "SetMetadata"; - } - - /** @name FrameSupportScheduleDispatchTime (218) */ - interface FrameSupportScheduleDispatchTime extends Enum { - readonly isAt: boolean; - readonly asAt: u32; - readonly isAfter: boolean; - readonly asAfter: u32; - readonly type: "At" | "After"; - } - - /** @name PalletWhitelistCall (220) */ - interface PalletWhitelistCall extends Enum { - readonly isWhitelistCall: boolean; - readonly asWhitelistCall: { - readonly callHash: H256; + readonly isTimedOut: boolean; + readonly asTimedOut: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isRemoveWhitelistedCall: boolean; - readonly asRemoveWhitelistedCall: { - readonly callHash: H256; + readonly isCancelled: boolean; + readonly asCancelled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isDispatchWhitelistedCall: boolean; - readonly asDispatchWhitelistedCall: { - readonly callHash: H256; - readonly callEncodedLen: u32; - readonly callWeightWitness: SpWeightsWeightV2Weight; + readonly isKilled: boolean; + readonly asKilled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isDispatchWhitelistedCallWithPreimage: boolean; - readonly asDispatchWhitelistedCallWithPreimage: { - readonly call: Call; + readonly isSubmissionDepositRefunded: boolean; + readonly asSubmissionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly index: u32; + readonly hash_: H256; + } & Struct; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly index: u32; + readonly hash_: H256; } & Struct; readonly type: - | "WhitelistCall" - | "RemoveWhitelistedCall" - | "DispatchWhitelistedCall" - | "DispatchWhitelistedCallWithPreimage"; + | "Submitted" + | "DecisionDepositPlaced" + | "DecisionDepositRefunded" + | "DepositSlashed" + | "DecisionStarted" + | "ConfirmStarted" + | "ConfirmAborted" + | "Confirmed" + | "Approved" + | "Rejected" + | "TimedOut" + | "Cancelled" + | "Killed" + | "SubmissionDepositRefunded" + | "MetadataSet" + | "MetadataCleared"; } - /** @name PalletCollectiveCall (221) */ - interface PalletCollectiveCall extends Enum { - readonly isSetMembers: boolean; - readonly asSetMembers: { - readonly newMembers: Vec; - readonly prime: Option; - readonly oldCount: u32; - } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly proposal: Call; - readonly lengthBound: Compact; - } & Struct; - readonly isPropose: boolean; - readonly asPropose: { - readonly threshold: Compact; - readonly proposal: Call; - readonly lengthBound: Compact; - } & Struct; - readonly isVote: boolean; - readonly asVote: { - readonly proposal: H256; - readonly index: Compact; - readonly approve: bool; - } & Struct; - readonly isDisapproveProposal: boolean; - readonly asDisapproveProposal: { - readonly proposalHash: H256; + /** @name FrameSupportPreimagesBounded (171) */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; } & Struct; - readonly isClose: boolean; - readonly asClose: { - readonly proposalHash: H256; - readonly index: Compact; - readonly proposalWeightBound: SpWeightsWeightV2Weight; - readonly lengthBound: Compact; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name PalletTreasuryCall (223) */ - interface PalletTreasuryCall extends Enum { - readonly isProposeSpend: boolean; - readonly asProposeSpend: { - readonly value: Compact; - readonly beneficiary: AccountId20; + /** @name FrameSystemCall (173) */ + interface FrameSystemCall extends Enum { + readonly isRemark: boolean; + readonly asRemark: { + readonly remark: Bytes; } & Struct; - readonly isRejectProposal: boolean; - readonly asRejectProposal: { - readonly proposalId: Compact; + readonly isSetHeapPages: boolean; + readonly asSetHeapPages: { + readonly pages: u64; } & Struct; - readonly isApproveProposal: boolean; - readonly asApproveProposal: { - readonly proposalId: Compact; + readonly isSetCode: boolean; + readonly asSetCode: { + readonly code: Bytes; } & Struct; - readonly isSpendLocal: boolean; - readonly asSpendLocal: { - readonly amount: Compact; - readonly beneficiary: AccountId20; + readonly isSetCodeWithoutChecks: boolean; + readonly asSetCodeWithoutChecks: { + readonly code: Bytes; } & Struct; - readonly isRemoveApproval: boolean; - readonly asRemoveApproval: { - readonly proposalId: Compact; + readonly isSetStorage: boolean; + readonly asSetStorage: { + readonly items: Vec>; } & Struct; - readonly isSpend: boolean; - readonly asSpend: { - readonly assetKind: Null; - readonly amount: Compact; - readonly beneficiary: AccountId20; - readonly validFrom: Option; + readonly isKillStorage: boolean; + readonly asKillStorage: { + readonly keys_: Vec; } & Struct; - readonly isPayout: boolean; - readonly asPayout: { - readonly index: u32; + readonly isKillPrefix: boolean; + readonly asKillPrefix: { + readonly prefix: Bytes; + readonly subkeys: u32; } & Struct; - readonly isCheckStatus: boolean; - readonly asCheckStatus: { - readonly index: u32; + readonly isRemarkWithEvent: boolean; + readonly asRemarkWithEvent: { + readonly remark: Bytes; } & Struct; - readonly isVoidSpend: boolean; - readonly asVoidSpend: { - readonly index: u32; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + } & Struct; + readonly isAuthorizeUpgradeWithoutChecks: boolean; + readonly asAuthorizeUpgradeWithoutChecks: { + readonly codeHash: H256; + } & Struct; + readonly isApplyAuthorizedUpgrade: boolean; + readonly asApplyAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" - | "SpendLocal" - | "RemoveApproval" - | "Spend" - | "Payout" - | "CheckStatus" - | "VoidSpend"; + | "Remark" + | "SetHeapPages" + | "SetCode" + | "SetCodeWithoutChecks" + | "SetStorage" + | "KillStorage" + | "KillPrefix" + | "RemarkWithEvent" + | "AuthorizeUpgrade" + | "AuthorizeUpgradeWithoutChecks" + | "ApplyAuthorizedUpgrade"; } - /** @name PalletCrowdloanRewardsCall (225) */ - interface PalletCrowdloanRewardsCall extends Enum { - readonly isAssociateNativeIdentity: boolean; - readonly asAssociateNativeIdentity: { - readonly rewardAccount: AccountId20; - readonly relayAccount: U8aFixed; - readonly proof: SpRuntimeMultiSignature; + /** @name PalletUtilityCall (177) */ + interface PalletUtilityCall extends Enum { + readonly isBatch: boolean; + readonly asBatch: { + readonly calls: Vec; } & Struct; - readonly isChangeAssociationWithRelayKeys: boolean; - readonly asChangeAssociationWithRelayKeys: { - readonly rewardAccount: AccountId20; - readonly previousAccount: AccountId20; - readonly proofs: Vec>; + readonly isAsDerivative: boolean; + readonly asAsDerivative: { + readonly index: u16; + readonly call: Call; } & Struct; - readonly isClaim: boolean; - readonly isUpdateRewardAddress: boolean; - readonly asUpdateRewardAddress: { - readonly newRewardAccount: AccountId20; + readonly isBatchAll: boolean; + readonly asBatchAll: { + readonly calls: Vec; } & Struct; - readonly isCompleteInitialization: boolean; - readonly asCompleteInitialization: { - readonly leaseEndingBlock: u32; + readonly isDispatchAs: boolean; + readonly asDispatchAs: { + readonly asOrigin: MoonbaseRuntimeOriginCaller; + readonly call: Call; } & Struct; - readonly isInitializeRewardVec: boolean; - readonly asInitializeRewardVec: { - readonly rewards: Vec, u128]>>; + readonly isForceBatch: boolean; + readonly asForceBatch: { + readonly calls: Vec; + } & Struct; + readonly isWithWeight: boolean; + readonly asWithWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; } & Struct; readonly type: - | "AssociateNativeIdentity" - | "ChangeAssociationWithRelayKeys" - | "Claim" - | "UpdateRewardAddress" - | "CompleteInitialization" - | "InitializeRewardVec"; - } - - /** @name SpRuntimeMultiSignature (226) */ - interface SpRuntimeMultiSignature extends Enum { - readonly isEd25519: boolean; - readonly asEd25519: U8aFixed; - readonly isSr25519: boolean; - readonly asSr25519: U8aFixed; - readonly isEcdsa: boolean; - readonly asEcdsa: U8aFixed; - readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; + | "Batch" + | "AsDerivative" + | "BatchAll" + | "DispatchAs" + | "ForceBatch" + | "WithWeight"; } - /** @name CumulusPalletDmpQueueCall (232) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (233) */ - interface PalletXcmCall extends Enum { - readonly isSend: boolean; - readonly asSend: { - readonly dest: XcmVersionedLocation; - readonly message: XcmVersionedXcm; - } & Struct; - readonly isTeleportAssets: boolean; - readonly asTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - } & Struct; - readonly isReserveTransferAssets: boolean; - readonly asReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly message: XcmVersionedXcm; - readonly maxWeight: SpWeightsWeightV2Weight; - } & Struct; - readonly isForceXcmVersion: boolean; - readonly asForceXcmVersion: { - readonly location: StagingXcmV4Location; - readonly version: u32; + /** @name MoonbaseRuntimeOriginCaller (179) */ + interface MoonbaseRuntimeOriginCaller extends Enum { + readonly isSystem: boolean; + readonly asSystem: FrameSupportDispatchRawOrigin; + readonly isVoid: boolean; + readonly isEthereum: boolean; + readonly asEthereum: PalletEthereumRawOrigin; + readonly isCumulusXcm: boolean; + readonly asCumulusXcm: CumulusPalletXcmOrigin; + readonly isPolkadotXcm: boolean; + readonly asPolkadotXcm: PalletXcmOrigin; + readonly isEthereumXcm: boolean; + readonly asEthereumXcm: PalletEthereumXcmRawOrigin; + readonly isTreasuryCouncilCollective: boolean; + readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; + readonly isOrigins: boolean; + readonly asOrigins: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + readonly isOpenTechCommitteeCollective: boolean; + readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; + readonly type: + | "System" + | "Void" + | "Ethereum" + | "CumulusXcm" + | "PolkadotXcm" + | "EthereumXcm" + | "TreasuryCouncilCollective" + | "Origins" + | "OpenTechCommitteeCollective"; + } + + /** @name FrameSupportDispatchRawOrigin (180) */ + interface FrameSupportDispatchRawOrigin extends Enum { + readonly isRoot: boolean; + readonly isSigned: boolean; + readonly asSigned: AccountId20; + readonly isNone: boolean; + readonly type: "Root" | "Signed" | "None"; + } + + /** @name PalletEthereumRawOrigin (181) */ + interface PalletEthereumRawOrigin extends Enum { + readonly isEthereumTransaction: boolean; + readonly asEthereumTransaction: H160; + readonly type: "EthereumTransaction"; + } + + /** @name CumulusPalletXcmOrigin (182) */ + interface CumulusPalletXcmOrigin extends Enum { + readonly isRelay: boolean; + readonly isSiblingParachain: boolean; + readonly asSiblingParachain: u32; + readonly type: "Relay" | "SiblingParachain"; + } + + /** @name PalletXcmOrigin (183) */ + interface PalletXcmOrigin extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV4Location; + readonly isResponse: boolean; + readonly asResponse: StagingXcmV4Location; + readonly type: "Xcm" | "Response"; + } + + /** @name PalletEthereumXcmRawOrigin (184) */ + interface PalletEthereumXcmRawOrigin extends Enum { + readonly isXcmEthereumTransaction: boolean; + readonly asXcmEthereumTransaction: H160; + readonly type: "XcmEthereumTransaction"; + } + + /** @name PalletCollectiveRawOrigin (185) */ + interface PalletCollectiveRawOrigin extends Enum { + readonly isMembers: boolean; + readonly asMembers: ITuple<[u32, u32]>; + readonly isMember: boolean; + readonly asMember: AccountId20; + readonly isPhantom: boolean; + readonly type: "Members" | "Member" | "Phantom"; + } + + /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (186) */ + interface MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { + readonly isWhitelistedCaller: boolean; + readonly isGeneralAdmin: boolean; + readonly isReferendumCanceller: boolean; + readonly isReferendumKiller: boolean; + readonly isFastGeneralAdmin: boolean; + readonly type: + | "WhitelistedCaller" + | "GeneralAdmin" + | "ReferendumCanceller" + | "ReferendumKiller" + | "FastGeneralAdmin"; + } + + /** @name SpCoreVoid (188) */ + type SpCoreVoid = Null; + + /** @name PalletTimestampCall (189) */ + interface PalletTimestampCall extends Enum { + readonly isSet: boolean; + readonly asSet: { + readonly now: Compact; } & Struct; - readonly isForceDefaultXcmVersion: boolean; - readonly asForceDefaultXcmVersion: { - readonly maybeXcmVersion: Option; + readonly type: "Set"; + } + + /** @name PalletBalancesCall (190) */ + interface PalletBalancesCall extends Enum { + readonly isTransferAllowDeath: boolean; + readonly asTransferAllowDeath: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isForceSubscribeVersionNotify: boolean; - readonly asForceSubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly source: AccountId20; + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isForceUnsubscribeVersionNotify: boolean; - readonly asForceUnsubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isLimitedReserveTransferAssets: boolean; - readonly asLimitedReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isTransferAll: boolean; + readonly asTransferAll: { + readonly dest: AccountId20; + readonly keepAlive: bool; } & Struct; - readonly isLimitedTeleportAssets: boolean; - readonly asLimitedTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isForceUnreserve: boolean; + readonly asForceUnreserve: { + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isForceSuspension: boolean; - readonly asForceSuspension: { - readonly suspended: bool; + readonly isUpgradeAccounts: boolean; + readonly asUpgradeAccounts: { + readonly who: Vec; } & Struct; - readonly isTransferAssets: boolean; - readonly asTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isForceSetBalance: boolean; + readonly asForceSetBalance: { + readonly who: AccountId20; + readonly newFree: Compact; } & Struct; - readonly isClaimAssets: boolean; - readonly asClaimAssets: { - readonly assets: XcmVersionedAssets; - readonly beneficiary: XcmVersionedLocation; + readonly isForceAdjustTotalIssuance: boolean; + readonly asForceAdjustTotalIssuance: { + readonly direction: PalletBalancesAdjustmentDirection; + readonly delta: Compact; } & Struct; - readonly isTransferAssetsUsingTypeAndThen: boolean; - readonly asTransferAssetsUsingTypeAndThen: { - readonly dest: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly remoteFeesId: XcmVersionedAssetId; - readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly customXcmOnDest: XcmVersionedXcm; - readonly weightLimit: XcmV3WeightLimit; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; } & Struct; readonly type: - | "Send" - | "TeleportAssets" - | "ReserveTransferAssets" - | "Execute" - | "ForceXcmVersion" - | "ForceDefaultXcmVersion" - | "ForceSubscribeVersionNotify" - | "ForceUnsubscribeVersionNotify" - | "LimitedReserveTransferAssets" - | "LimitedTeleportAssets" - | "ForceSuspension" - | "TransferAssets" - | "ClaimAssets" - | "TransferAssetsUsingTypeAndThen"; + | "TransferAllowDeath" + | "ForceTransfer" + | "TransferKeepAlive" + | "TransferAll" + | "ForceUnreserve" + | "UpgradeAccounts" + | "ForceSetBalance" + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name XcmVersionedLocation (234) */ - interface XcmVersionedLocation extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiLocation; - readonly isV3: boolean; - readonly asV3: StagingXcmV3MultiLocation; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Location; - readonly type: "V2" | "V3" | "V4"; + /** @name PalletBalancesAdjustmentDirection (192) */ + interface PalletBalancesAdjustmentDirection extends Enum { + readonly isIncrease: boolean; + readonly isDecrease: boolean; + readonly type: "Increase" | "Decrease"; } - /** @name XcmV2MultiLocation (235) */ - interface XcmV2MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV2MultilocationJunctions; + /** @name PalletSudoCall (193) */ + interface PalletSudoCall extends Enum { + readonly isSudo: boolean; + readonly asSudo: { + readonly call: Call; + } & Struct; + readonly isSudoUncheckedWeight: boolean; + readonly asSudoUncheckedWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; + } & Struct; + readonly isSetKey: boolean; + readonly asSetKey: { + readonly new_: AccountId20; + } & Struct; + readonly isSudoAs: boolean; + readonly asSudoAs: { + readonly who: AccountId20; + readonly call: Call; + } & Struct; + readonly isRemoveKey: boolean; + readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey"; } - /** @name XcmV2MultilocationJunctions (236) */ - interface XcmV2MultilocationJunctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV2Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; - } - - /** @name XcmV2Junction (237) */ - interface XcmV2Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: XcmV2NetworkId; - readonly id: U8aFixed; + /** @name CumulusPalletParachainSystemCall (194) */ + interface CumulusPalletParachainSystemCall extends Enum { + readonly isSetValidationData: boolean; + readonly asSetValidationData: { + readonly data: CumulusPrimitivesParachainInherentParachainInherentData; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: XcmV2NetworkId; - readonly index: Compact; + readonly isSudoSendUpwardMessage: boolean; + readonly asSudoSendUpwardMessage: { + readonly message: Bytes; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: XcmV2NetworkId; - readonly key: U8aFixed; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + readonly checkVersion: bool; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: Bytes; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV2BodyId; - readonly part: XcmV2BodyPart; + readonly isEnactAuthorizedUpgrade: boolean; + readonly asEnactAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality"; + | "SetValidationData" + | "SudoSendUpwardMessage" + | "AuthorizeUpgrade" + | "EnactAuthorizedUpgrade"; } - /** @name XcmV2NetworkId (238) */ - interface XcmV2NetworkId extends Enum { - readonly isAny: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; + /** @name CumulusPrimitivesParachainInherentParachainInherentData (195) */ + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly relayChainState: SpTrieStorageProof; + readonly downwardMessages: Vec; + readonly horizontalMessages: BTreeMap>; } - /** @name XcmV2BodyId (240) */ - interface XcmV2BodyId extends Enum { - readonly isUnit: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Named" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + /** @name PolkadotPrimitivesV7PersistedValidationData (196) */ + interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + readonly parentHead: Bytes; + readonly relayParentNumber: u32; + readonly relayParentStorageRoot: H256; + readonly maxPovSize: u32; } - /** @name XcmV2BodyPart (241) */ - interface XcmV2BodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; - } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; + /** @name SpTrieStorageProof (198) */ + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } - /** @name StagingXcmV3MultiLocation (242) */ - interface StagingXcmV3MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV3Junctions; + /** @name PolkadotCorePrimitivesInboundDownwardMessage (201) */ + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + readonly sentAt: u32; + readonly msg: Bytes; } - /** @name XcmV3Junctions (243) */ - interface XcmV3Junctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV3Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + /** @name PolkadotCorePrimitivesInboundHrmpMessage (204) */ + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + readonly sentAt: u32; + readonly data: Bytes; } - /** @name XcmV3Junction (244) */ - interface XcmV3Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: Option; - readonly id: U8aFixed; + /** @name PalletEvmCall (207) */ + interface PalletEvmCall extends Enum { + readonly isWithdraw: boolean; + readonly asWithdraw: { + readonly address: H160; + readonly value: u128; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: Option; - readonly index: Compact; + readonly isCall: boolean; + readonly asCall: { + readonly source: H160; + readonly target: H160; + readonly input: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: Option; - readonly key: U8aFixed; + readonly isCreate: boolean; + readonly asCreate: { + readonly source: H160; + readonly init: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: { - readonly length: u8; - readonly data: U8aFixed; + readonly isCreate2: boolean; + readonly asCreate2: { + readonly source: H160; + readonly init: Bytes; + readonly salt: H256; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; } & Struct; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV3JunctionBodyId; - readonly part: XcmV3JunctionBodyPart; - } & Struct; - readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: XcmV3JunctionNetworkId; - readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality" - | "GlobalConsensus"; + readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name XcmV3JunctionNetworkId (246) */ - interface XcmV3JunctionNetworkId extends Enum { - readonly isByGenesis: boolean; - readonly asByGenesis: U8aFixed; - readonly isByFork: boolean; - readonly asByFork: { - readonly blockNumber: u64; - readonly blockHash: U8aFixed; - } & Struct; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly isWestend: boolean; - readonly isRococo: boolean; - readonly isWococo: boolean; - readonly isEthereum: boolean; - readonly asEthereum: { - readonly chainId: Compact; + /** @name PalletEthereumCall (213) */ + interface PalletEthereumCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly transaction: EthereumTransactionTransactionV2; } & Struct; - readonly isBitcoinCore: boolean; - readonly isBitcoinCash: boolean; - readonly isPolkadotBulletin: boolean; - readonly type: - | "ByGenesis" - | "ByFork" - | "Polkadot" - | "Kusama" - | "Westend" - | "Rococo" - | "Wococo" - | "Ethereum" - | "BitcoinCore" - | "BitcoinCash" - | "PolkadotBulletin"; + readonly type: "Transact"; } - /** @name XcmVersionedXcm (247) */ - interface XcmVersionedXcm extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Xcm; - readonly isV3: boolean; - readonly asV3: XcmV3Xcm; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Xcm; - readonly type: "V2" | "V3" | "V4"; + /** @name EthereumTransactionTransactionV2 (214) */ + interface EthereumTransactionTransactionV2 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumTransactionLegacyTransaction; + readonly isEip2930: boolean; + readonly asEip2930: EthereumTransactionEip2930Transaction; + readonly isEip1559: boolean; + readonly asEip1559: EthereumTransactionEip1559Transaction; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name XcmV2Xcm (248) */ - interface XcmV2Xcm extends Vec {} + /** @name EthereumTransactionLegacyTransaction (215) */ + interface EthereumTransactionLegacyTransaction extends Struct { + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly signature: EthereumTransactionTransactionSignature; + } - /** @name XcmV2Instruction (250) */ - interface XcmV2Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV2Response; - readonly maxWeight: Compact; + /** @name EthereumTransactionTransactionAction (216) */ + interface EthereumTransactionTransactionAction extends Enum { + readonly isCall: boolean; + readonly asCall: H160; + readonly isCreate: boolean; + readonly type: "Call" | "Create"; + } + + /** @name EthereumTransactionTransactionSignature (217) */ + interface EthereumTransactionTransactionSignature extends Struct { + readonly v: u64; + readonly r: H256; + readonly s: H256; + } + + /** @name EthereumTransactionEip2930Transaction (219) */ + interface EthereumTransactionEip2930Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; + } + + /** @name EthereumTransactionAccessListItem (221) */ + interface EthereumTransactionAccessListItem extends Struct { + readonly address: H160; + readonly storageKeys: Vec; + } + + /** @name EthereumTransactionEip1559Transaction (222) */ + interface EthereumTransactionEip1559Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly maxPriorityFeePerGas: U256; + readonly maxFeePerGas: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; + } + + /** @name PalletParachainStakingCall (223) */ + interface PalletParachainStakingCall extends Enum { + readonly isSetStakingExpectations: boolean; + readonly asSetStakingExpectations: { + readonly expectations: { + readonly min: u128; + readonly ideal: u128; + readonly max: u128; + } & Struct; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly beneficiary: XcmV2MultiLocation; + readonly isSetInflation: boolean; + readonly asSetInflation: { + readonly schedule: { + readonly min: Perbill; + readonly ideal: Perbill; + readonly max: Perbill; + } & Struct; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isSetParachainBondAccount: boolean; + readonly asSetParachainBondAccount: { + readonly new_: AccountId20; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originType: XcmV2OriginKind; - readonly requireWeightAtMost: Compact; - readonly call: XcmDoubleEncoded; + readonly isSetParachainBondReservePercent: boolean; + readonly asSetParachainBondReservePercent: { + readonly new_: Percent; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isSetTotalSelected: boolean; + readonly asSetTotalSelected: { + readonly new_: u32; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isSetCollatorCommission: boolean; + readonly asSetCollatorCommission: { + readonly new_: Perbill; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isSetBlocksPerRound: boolean; + readonly asSetBlocksPerRound: { + readonly new_: u32; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV2MultilocationJunctions; - readonly isReportError: boolean; - readonly asReportError: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly maxResponseWeight: Compact; + readonly isJoinCandidates: boolean; + readonly asJoinCandidates: { + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly beneficiary: XcmV2MultiLocation; + readonly isScheduleLeaveCandidates: boolean; + readonly asScheduleLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isExecuteLeaveCandidates: boolean; + readonly asExecuteLeaveCandidates: { + readonly candidate: AccountId20; + readonly candidateDelegationCount: u32; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV2MultiassetMultiAssetFilter; - readonly receive: XcmV2MultiassetMultiAssets; + readonly isCancelLeaveCandidates: boolean; + readonly asCancelLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly reserve: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isGoOffline: boolean; + readonly isGoOnline: boolean; + readonly isCandidateBondMore: boolean; + readonly asCandidateBondMore: { + readonly more: u128; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isScheduleCandidateBondLess: boolean; + readonly asScheduleCandidateBondLess: { + readonly less: u128; } & Struct; - readonly isQueryHolding: boolean; - readonly asQueryHolding: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxResponseWeight: Compact; - } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV2MultiAsset; - readonly weightLimit: XcmV2WeightLimit; - } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV2Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV2Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly ticket: XcmV2MultiLocation; - } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: Compact; - } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "QueryHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion"; - } - - /** @name XcmV2MultiassetMultiAssets (251) */ - interface XcmV2MultiassetMultiAssets extends Vec {} - - /** @name XcmV2MultiAsset (253) */ - interface XcmV2MultiAsset extends Struct { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetFungibility; - } - - /** @name XcmV2MultiassetAssetId (254) */ - interface XcmV2MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: XcmV2MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: Bytes; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV2MultiassetFungibility (255) */ - interface XcmV2MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV2MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV2MultiassetAssetInstance (256) */ - interface XcmV2MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly isBlob: boolean; - readonly asBlob: Bytes; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; - } - - /** @name XcmV2Response (257) */ - interface XcmV2Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV2MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; - } - - /** @name XcmV2TraitsError (260) */ - interface XcmV2TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isMultiLocationFull: boolean; - readonly isMultiLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: u64; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "MultiLocationFull" - | "MultiLocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable"; - } - - /** @name XcmV2OriginKind (261) */ - interface XcmV2OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; - } - - /** @name XcmDoubleEncoded (262) */ - interface XcmDoubleEncoded extends Struct { - readonly encoded: Bytes; - } - - /** @name XcmV2MultiassetMultiAssetFilter (263) */ - interface XcmV2MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV2MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV2MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; - } - - /** @name XcmV2MultiassetWildMultiAsset (264) */ - interface XcmV2MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetWildFungibility; - } & Struct; - readonly type: "All" | "AllOf"; - } - - /** @name XcmV2MultiassetWildFungibility (265) */ - interface XcmV2MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV2WeightLimit (266) */ - interface XcmV2WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: Compact; - readonly type: "Unlimited" | "Limited"; - } - - /** @name XcmV3Xcm (267) */ - interface XcmV3Xcm extends Vec {} - - /** @name XcmV3Instruction (269) */ - interface XcmV3Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV3Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; - } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly beneficiary: StagingXcmV3MultiLocation; - } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isExecuteCandidateBondLess: boolean; + readonly asExecuteCandidateBondLess: { + readonly candidate: AccountId20; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV2OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isCancelCandidateBondLess: boolean; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly candidateDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isRemovedCall19: boolean; + readonly isRemovedCall20: boolean; + readonly isRemovedCall21: boolean; + readonly isScheduleRevokeDelegation: boolean; + readonly asScheduleRevokeDelegation: { + readonly collator: AccountId20; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isDelegatorBondMore: boolean; + readonly asDelegatorBondMore: { + readonly candidate: AccountId20; + readonly more: u128; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV3Junctions; - readonly isReportError: boolean; - readonly asReportError: XcmV3QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly isScheduleDelegatorBondLess: boolean; + readonly asScheduleDelegatorBondLess: { + readonly candidate: AccountId20; + readonly less: u128; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isExecuteDelegationRequest: boolean; + readonly asExecuteDelegationRequest: { + readonly delegator: AccountId20; + readonly candidate: AccountId20; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV3MultiassetMultiAssetFilter; - readonly want: XcmV3MultiassetMultiAssets; - readonly maximal: bool; + readonly isCancelDelegationRequest: boolean; + readonly asCancelDelegationRequest: { + readonly candidate: AccountId20; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly reserve: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; + readonly asHotfixRemoveDelegationRequestsExitedCandidates: { + readonly candidates: Vec; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: XcmV3QueryResponseInfo; - readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly isNotifyInactiveCollator: boolean; + readonly asNotifyInactiveCollator: { + readonly collator: AccountId20; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV3MultiAsset; - readonly weightLimit: XcmV3WeightLimit; + readonly isEnableMarkingOffline: boolean; + readonly asEnableMarkingOffline: { + readonly value: bool; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV3Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV3Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly ticket: StagingXcmV3MultiLocation; + readonly isForceJoinCandidates: boolean; + readonly asForceJoinCandidates: { + readonly account: AccountId20; + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly type: + | "SetStakingExpectations" + | "SetInflation" + | "SetParachainBondAccount" + | "SetParachainBondReservePercent" + | "SetTotalSelected" + | "SetCollatorCommission" + | "SetBlocksPerRound" + | "JoinCandidates" + | "ScheduleLeaveCandidates" + | "ExecuteLeaveCandidates" + | "CancelLeaveCandidates" + | "GoOffline" + | "GoOnline" + | "CandidateBondMore" + | "ScheduleCandidateBondLess" + | "ExecuteCandidateBondLess" + | "CancelCandidateBondLess" + | "Delegate" + | "DelegateWithAutoCompound" + | "RemovedCall19" + | "RemovedCall20" + | "RemovedCall21" + | "ScheduleRevokeDelegation" + | "DelegatorBondMore" + | "ScheduleDelegatorBondLess" + | "ExecuteDelegationRequest" + | "CancelDelegationRequest" + | "SetAutoCompound" + | "HotfixRemoveDelegationRequestsExitedCandidates" + | "NotifyInactiveCollator" + | "EnableMarkingOffline" + | "ForceJoinCandidates"; + } + + /** @name PalletSchedulerCall (226) */ + interface PalletSchedulerCall extends Enum { + readonly isSchedule: boolean; + readonly asSchedule: { + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: XcmV3MultiassetMultiAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: XcmV3MultiassetMultiAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: XcmV3QueryResponseInfo; + readonly isCancel: boolean; + readonly asCancel: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; + readonly isScheduleNamed: boolean; + readonly asScheduleNamed: { + readonly id: U8aFixed; + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: XcmV3QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: XcmV3Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: XcmV3JunctionNetworkId; - readonly destination: XcmV3Junctions; - readonly xcm: XcmV3Xcm; + readonly isCancelNamed: boolean; + readonly asCancelNamed: { + readonly id: U8aFixed; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: XcmV3MultiAsset; - readonly unlocker: StagingXcmV3MultiLocation; + readonly isScheduleAfter: boolean; + readonly asScheduleAfter: { + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: XcmV3MultiAsset; - readonly target: StagingXcmV3MultiLocation; + readonly isScheduleNamedAfter: boolean; + readonly asScheduleNamedAfter: { + readonly id: U8aFixed; + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: XcmV3MultiAsset; - readonly owner: StagingXcmV3MultiLocation; + readonly isSetRetry: boolean; + readonly asSetRetry: { + readonly task: ITuple<[u32, u32]>; + readonly retries: u8; + readonly period: u32; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: XcmV3MultiAsset; - readonly locker: StagingXcmV3MultiLocation; + readonly isSetRetryNamed: boolean; + readonly asSetRetryNamed: { + readonly id: U8aFixed; + readonly retries: u8; + readonly period: u32; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isCancelRetry: boolean; + readonly asCancelRetry: { + readonly task: ITuple<[u32, u32]>; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV3MultiLocation; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isCancelRetryNamed: boolean; + readonly asCancelRetryNamed: { + readonly id: U8aFixed; } & Struct; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name XcmV3MultiassetMultiAssets (270) */ - interface XcmV3MultiassetMultiAssets extends Vec {} - - /** @name XcmV3MultiAsset (272) */ - interface XcmV3MultiAsset extends Struct { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetFungibility; - } - - /** @name XcmV3MultiassetAssetId (273) */ - interface XcmV3MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: StagingXcmV3MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: U8aFixed; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV3MultiassetFungibility (274) */ - interface XcmV3MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV3MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV3MultiassetAssetInstance (275) */ - interface XcmV3MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name XcmV3Response (276) */ - interface XcmV3Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV3MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; - } - - /** @name XcmV3TraitsError (279) */ - interface XcmV3TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isLocationFull: boolean; - readonly isLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isExpectationFalse: boolean; - readonly isPalletNotFound: boolean; - readonly isNameMismatch: boolean; - readonly isVersionIncompatible: boolean; - readonly isHoldingWouldOverflow: boolean; - readonly isExportError: boolean; - readonly isReanchorFailed: boolean; - readonly isNoDeal: boolean; - readonly isFeesNotMet: boolean; - readonly isLockError: boolean; - readonly isNoPermission: boolean; - readonly isUnanchored: boolean; - readonly isNotDepositable: boolean; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: SpWeightsWeightV2Weight; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly isExceedsStackLimit: boolean; - readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "LocationFull" - | "LocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "ExpectationFalse" - | "PalletNotFound" - | "NameMismatch" - | "VersionIncompatible" - | "HoldingWouldOverflow" - | "ExportError" - | "ReanchorFailed" - | "NoDeal" - | "FeesNotMet" - | "LockError" - | "NoPermission" - | "Unanchored" - | "NotDepositable" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable" - | "ExceedsStackLimit"; - } - - /** @name XcmV3PalletInfo (281) */ - interface XcmV3PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; + | "Schedule" + | "Cancel" + | "ScheduleNamed" + | "CancelNamed" + | "ScheduleAfter" + | "ScheduleNamedAfter" + | "SetRetry" + | "SetRetryNamed" + | "CancelRetry" + | "CancelRetryNamed"; } - /** @name XcmV3MaybeErrorCode (284) */ - interface XcmV3MaybeErrorCode extends Enum { - readonly isSuccess: boolean; - readonly isError: boolean; - readonly asError: Bytes; - readonly isTruncatedError: boolean; - readonly asTruncatedError: Bytes; - readonly type: "Success" | "Error" | "TruncatedError"; + /** @name PalletTreasuryCall (228) */ + interface PalletTreasuryCall extends Enum { + readonly isSpendLocal: boolean; + readonly asSpendLocal: { + readonly amount: Compact; + readonly beneficiary: AccountId20; + } & Struct; + readonly isRemoveApproval: boolean; + readonly asRemoveApproval: { + readonly proposalId: Compact; + } & Struct; + readonly isSpend: boolean; + readonly asSpend: { + readonly assetKind: Null; + readonly amount: Compact; + readonly beneficiary: AccountId20; + readonly validFrom: Option; + } & Struct; + readonly isPayout: boolean; + readonly asPayout: { + readonly index: u32; + } & Struct; + readonly isCheckStatus: boolean; + readonly asCheckStatus: { + readonly index: u32; + } & Struct; + readonly isVoidSpend: boolean; + readonly asVoidSpend: { + readonly index: u32; + } & Struct; + readonly type: + | "SpendLocal" + | "RemoveApproval" + | "Spend" + | "Payout" + | "CheckStatus" + | "VoidSpend"; } - /** @name XcmV3QueryResponseInfo (287) */ - interface XcmV3QueryResponseInfo extends Struct { - readonly destination: StagingXcmV3MultiLocation; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; + /** @name PalletAuthorInherentCall (230) */ + interface PalletAuthorInherentCall extends Enum { + readonly isKickOffAuthorshipValidation: boolean; + readonly type: "KickOffAuthorshipValidation"; } - /** @name XcmV3MultiassetMultiAssetFilter (288) */ - interface XcmV3MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV3MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV3MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; + /** @name PalletAuthorSlotFilterCall (231) */ + interface PalletAuthorSlotFilterCall extends Enum { + readonly isSetEligible: boolean; + readonly asSetEligible: { + readonly new_: u32; + } & Struct; + readonly type: "SetEligible"; } - /** @name XcmV3MultiassetWildMultiAsset (289) */ - interface XcmV3MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; + /** @name PalletCrowdloanRewardsCall (232) */ + interface PalletCrowdloanRewardsCall extends Enum { + readonly isAssociateNativeIdentity: boolean; + readonly asAssociateNativeIdentity: { + readonly rewardAccount: AccountId20; + readonly relayAccount: U8aFixed; + readonly proof: SpRuntimeMultiSignature; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; - readonly count: Compact; + readonly isChangeAssociationWithRelayKeys: boolean; + readonly asChangeAssociationWithRelayKeys: { + readonly rewardAccount: AccountId20; + readonly previousAccount: AccountId20; + readonly proofs: Vec>; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; - } - - /** @name XcmV3MultiassetWildFungibility (290) */ - interface XcmV3MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; + readonly isClaim: boolean; + readonly isUpdateRewardAddress: boolean; + readonly asUpdateRewardAddress: { + readonly newRewardAccount: AccountId20; + } & Struct; + readonly isCompleteInitialization: boolean; + readonly asCompleteInitialization: { + readonly leaseEndingBlock: u32; + } & Struct; + readonly isInitializeRewardVec: boolean; + readonly asInitializeRewardVec: { + readonly rewards: Vec, u128]>>; + } & Struct; + readonly type: + | "AssociateNativeIdentity" + | "ChangeAssociationWithRelayKeys" + | "Claim" + | "UpdateRewardAddress" + | "CompleteInitialization" + | "InitializeRewardVec"; } - /** @name XcmV3WeightLimit (291) */ - interface XcmV3WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: SpWeightsWeightV2Weight; - readonly type: "Unlimited" | "Limited"; + /** @name SpRuntimeMultiSignature (233) */ + interface SpRuntimeMultiSignature extends Enum { + readonly isEd25519: boolean; + readonly asEd25519: U8aFixed; + readonly isSr25519: boolean; + readonly asSr25519: U8aFixed; + readonly isEcdsa: boolean; + readonly asEcdsa: U8aFixed; + readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name StagingXcmV4Xcm (292) */ - interface StagingXcmV4Xcm extends Vec {} - - /** @name StagingXcmV4Instruction (294) */ - interface StagingXcmV4Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: StagingXcmV4AssetAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: StagingXcmV4Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; + /** @name PalletAuthorMappingCall (240) */ + interface PalletAuthorMappingCall extends Enum { + readonly isAddAssociation: boolean; + readonly asAddAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly beneficiary: StagingXcmV4Location; + readonly isUpdateAssociation: boolean; + readonly asUpdateAssociation: { + readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isClearAssociation: boolean; + readonly asClearAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV2OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isRemoveKeys: boolean; + readonly isSetKeys: boolean; + readonly asSetKeys: { + readonly keys_: Bytes; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly type: + | "AddAssociation" + | "UpdateAssociation" + | "ClearAssociation" + | "RemoveKeys" + | "SetKeys"; + } + + /** @name PalletProxyCall (241) */ + interface PalletProxyCall extends Enum { + readonly isProxy: boolean; + readonly asProxy: { + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isAddProxy: boolean; + readonly asAddProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isRemoveProxy: boolean; + readonly asRemoveProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: StagingXcmV4Junctions; - readonly isReportError: boolean; - readonly asReportError: StagingXcmV4QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly beneficiary: StagingXcmV4Location; + readonly isRemoveProxies: boolean; + readonly isCreatePure: boolean; + readonly asCreatePure: { + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; + readonly index: u16; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isKillPure: boolean; + readonly asKillPure: { + readonly spawner: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly index: u16; + readonly height: Compact; + readonly extIndex: Compact; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: StagingXcmV4AssetAssetFilter; - readonly want: StagingXcmV4AssetAssets; - readonly maximal: bool; + readonly isAnnounce: boolean; + readonly asAnnounce: { + readonly real: AccountId20; + readonly callHash: H256; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly reserve: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isRemoveAnnouncement: boolean; + readonly asRemoveAnnouncement: { + readonly real: AccountId20; + readonly callHash: H256; + } & Struct; + readonly isRejectAnnouncement: boolean; + readonly asRejectAnnouncement: { + readonly delegate: AccountId20; + readonly callHash: H256; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isProxyAnnounced: boolean; + readonly asProxyAnnounced: { + readonly delegate: AccountId20; + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: StagingXcmV4QueryResponseInfo; - readonly assets: StagingXcmV4AssetAssetFilter; + readonly type: + | "Proxy" + | "AddProxy" + | "RemoveProxy" + | "RemoveProxies" + | "CreatePure" + | "KillPure" + | "Announce" + | "RemoveAnnouncement" + | "RejectAnnouncement" + | "ProxyAnnounced"; + } + + /** @name PalletMaintenanceModeCall (243) */ + interface PalletMaintenanceModeCall extends Enum { + readonly isEnterMaintenanceMode: boolean; + readonly isResumeNormalOperation: boolean; + readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; + } + + /** @name PalletIdentityCall (244) */ + interface PalletIdentityCall extends Enum { + readonly isAddRegistrar: boolean; + readonly asAddRegistrar: { + readonly account: AccountId20; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: StagingXcmV4Asset; - readonly weightLimit: XcmV3WeightLimit; + readonly isSetIdentity: boolean; + readonly asSetIdentity: { + readonly info: PalletIdentityLegacyIdentityInfo; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: StagingXcmV4Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: StagingXcmV4Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly ticket: StagingXcmV4Location; + readonly isSetSubs: boolean; + readonly asSetSubs: { + readonly subs: Vec>; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly isClearIdentity: boolean; + readonly isRequestJudgement: boolean; + readonly asRequestJudgement: { + readonly regIndex: Compact; + readonly maxFee: Compact; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: StagingXcmV4AssetAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: StagingXcmV4AssetAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly isCancelRequest: boolean; + readonly asCancelRequest: { + readonly regIndex: u32; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { + readonly isSetFee: boolean; + readonly asSetFee: { readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; - } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: StagingXcmV4Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: StagingXcmV4JunctionNetworkId; - readonly destination: StagingXcmV4Junctions; - readonly xcm: StagingXcmV4Xcm; + readonly fee: Compact; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: StagingXcmV4Asset; - readonly unlocker: StagingXcmV4Location; + readonly isSetAccountId: boolean; + readonly asSetAccountId: { + readonly index: Compact; + readonly new_: AccountId20; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: StagingXcmV4Asset; - readonly target: StagingXcmV4Location; + readonly isSetFields: boolean; + readonly asSetFields: { + readonly index: Compact; + readonly fields: u64; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: StagingXcmV4Asset; - readonly owner: StagingXcmV4Location; + readonly isProvideJudgement: boolean; + readonly asProvideJudgement: { + readonly regIndex: Compact; + readonly target: AccountId20; + readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: StagingXcmV4Asset; - readonly locker: StagingXcmV4Location; + readonly isKillIdentity: boolean; + readonly asKillIdentity: { + readonly target: AccountId20; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isAddSub: boolean; + readonly asAddSub: { + readonly sub: AccountId20; + readonly data: Data; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV4Location; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isRenameSub: boolean; + readonly asRenameSub: { + readonly sub: AccountId20; + readonly data: Data; + } & Struct; + readonly isRemoveSub: boolean; + readonly asRemoveSub: { + readonly sub: AccountId20; + } & Struct; + readonly isQuitSub: boolean; + readonly isAddUsernameAuthority: boolean; + readonly asAddUsernameAuthority: { + readonly authority: AccountId20; + readonly suffix: Bytes; + readonly allocation: u32; + } & Struct; + readonly isRemoveUsernameAuthority: boolean; + readonly asRemoveUsernameAuthority: { + readonly authority: AccountId20; + } & Struct; + readonly isSetUsernameFor: boolean; + readonly asSetUsernameFor: { + readonly who: AccountId20; + readonly username: Bytes; + readonly signature: Option; + } & Struct; + readonly isAcceptUsername: boolean; + readonly asAcceptUsername: { + readonly username: Bytes; + } & Struct; + readonly isRemoveExpiredApproval: boolean; + readonly asRemoveExpiredApproval: { + readonly username: Bytes; + } & Struct; + readonly isSetPrimaryUsername: boolean; + readonly asSetPrimaryUsername: { + readonly username: Bytes; + } & Struct; + readonly isRemoveDanglingUsername: boolean; + readonly asRemoveDanglingUsername: { + readonly username: Bytes; } & Struct; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name StagingXcmV4AssetAssets (295) */ - interface StagingXcmV4AssetAssets extends Vec {} - - /** @name StagingXcmV4Asset (297) */ - interface StagingXcmV4Asset extends Struct { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetFungibility; - } - - /** @name StagingXcmV4AssetAssetId (298) */ - interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - - /** @name StagingXcmV4AssetFungibility (299) */ - interface StagingXcmV4AssetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: StagingXcmV4AssetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name StagingXcmV4AssetAssetInstance (300) */ - interface StagingXcmV4AssetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name StagingXcmV4Response (301) */ - interface StagingXcmV4Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: StagingXcmV4AssetAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; + | "AddRegistrar" + | "SetIdentity" + | "SetSubs" + | "ClearIdentity" + | "RequestJudgement" + | "CancelRequest" + | "SetFee" + | "SetAccountId" + | "SetFields" + | "ProvideJudgement" + | "KillIdentity" + | "AddSub" + | "RenameSub" + | "RemoveSub" + | "QuitSub" + | "AddUsernameAuthority" + | "RemoveUsernameAuthority" + | "SetUsernameFor" + | "AcceptUsername" + | "RemoveExpiredApproval" + | "SetPrimaryUsername" + | "RemoveDanglingUsername"; } - /** @name StagingXcmV4PalletInfo (303) */ - interface StagingXcmV4PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; + /** @name PalletIdentityLegacyIdentityInfo (245) */ + interface PalletIdentityLegacyIdentityInfo extends Struct { + readonly additional: Vec>; + readonly display: Data; + readonly legal: Data; + readonly web: Data; + readonly riot: Data; + readonly email: Data; + readonly pgpFingerprint: Option; + readonly image: Data; + readonly twitter: Data; } - /** @name StagingXcmV4QueryResponseInfo (307) */ - interface StagingXcmV4QueryResponseInfo extends Struct { - readonly destination: StagingXcmV4Location; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; + /** @name PalletIdentityJudgement (281) */ + interface PalletIdentityJudgement extends Enum { + readonly isUnknown: boolean; + readonly isFeePaid: boolean; + readonly asFeePaid: u128; + readonly isReasonable: boolean; + readonly isKnownGood: boolean; + readonly isOutOfDate: boolean; + readonly isLowQuality: boolean; + readonly isErroneous: boolean; + readonly type: + | "Unknown" + | "FeePaid" + | "Reasonable" + | "KnownGood" + | "OutOfDate" + | "LowQuality" + | "Erroneous"; } - /** @name StagingXcmV4AssetAssetFilter (308) */ - interface StagingXcmV4AssetAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: StagingXcmV4AssetAssets; - readonly isWild: boolean; - readonly asWild: StagingXcmV4AssetWildAsset; - readonly type: "Definite" | "Wild"; - } + /** @name AccountEthereumSignature (283) */ + interface AccountEthereumSignature extends U8aFixed {} - /** @name StagingXcmV4AssetWildAsset (309) */ - interface StagingXcmV4AssetWildAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; + /** @name CumulusPalletXcmpQueueCall (284) */ + interface CumulusPalletXcmpQueueCall extends Enum { + readonly isSuspendXcmExecution: boolean; + readonly isResumeXcmExecution: boolean; + readonly isUpdateSuspendThreshold: boolean; + readonly asUpdateSuspendThreshold: { + readonly new_: u32; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; - readonly count: Compact; + readonly isUpdateDropThreshold: boolean; + readonly asUpdateDropThreshold: { + readonly new_: u32; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; - } - - /** @name StagingXcmV4AssetWildFungibility (310) */ - interface StagingXcmV4AssetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmVersionedAssets (311) */ - interface XcmVersionedAssets extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiassetMultiAssets; - readonly isV3: boolean; - readonly asV3: XcmV3MultiassetMultiAssets; - readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssets; - readonly type: "V2" | "V3" | "V4"; + readonly isUpdateResumeThreshold: boolean; + readonly asUpdateResumeThreshold: { + readonly new_: u32; + } & Struct; + readonly type: + | "SuspendXcmExecution" + | "ResumeXcmExecution" + | "UpdateSuspendThreshold" + | "UpdateDropThreshold" + | "UpdateResumeThreshold"; } - /** @name StagingXcmExecutorAssetTransferTransferType (323) */ - interface StagingXcmExecutorAssetTransferTransferType extends Enum { - readonly isTeleport: boolean; - readonly isLocalReserve: boolean; - readonly isDestinationReserve: boolean; - readonly isRemoteReserve: boolean; - readonly asRemoteReserve: XcmVersionedLocation; - readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; + /** @name PalletXcmCall (285) */ + interface PalletXcmCall extends Enum { + readonly isSend: boolean; + readonly asSend: { + readonly dest: XcmVersionedLocation; + readonly message: XcmVersionedXcm; + } & Struct; + readonly isTeleportAssets: boolean; + readonly asTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + } & Struct; + readonly isReserveTransferAssets: boolean; + readonly asReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + } & Struct; + readonly isExecute: boolean; + readonly asExecute: { + readonly message: XcmVersionedXcm; + readonly maxWeight: SpWeightsWeightV2Weight; + } & Struct; + readonly isForceXcmVersion: boolean; + readonly asForceXcmVersion: { + readonly location: StagingXcmV4Location; + readonly version: u32; + } & Struct; + readonly isForceDefaultXcmVersion: boolean; + readonly asForceDefaultXcmVersion: { + readonly maybeXcmVersion: Option; + } & Struct; + readonly isForceSubscribeVersionNotify: boolean; + readonly asForceSubscribeVersionNotify: { + readonly location: XcmVersionedLocation; + } & Struct; + readonly isForceUnsubscribeVersionNotify: boolean; + readonly asForceUnsubscribeVersionNotify: { + readonly location: XcmVersionedLocation; + } & Struct; + readonly isLimitedReserveTransferAssets: boolean; + readonly asLimitedReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isLimitedTeleportAssets: boolean; + readonly asLimitedTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isForceSuspension: boolean; + readonly asForceSuspension: { + readonly suspended: bool; + } & Struct; + readonly isTransferAssets: boolean; + readonly asTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly isClaimAssets: boolean; + readonly asClaimAssets: { + readonly assets: XcmVersionedAssets; + readonly beneficiary: XcmVersionedLocation; + } & Struct; + readonly isTransferAssetsUsingTypeAndThen: boolean; + readonly asTransferAssetsUsingTypeAndThen: { + readonly dest: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly remoteFeesId: XcmVersionedAssetId; + readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly customXcmOnDest: XcmVersionedXcm; + readonly weightLimit: XcmV3WeightLimit; + } & Struct; + readonly type: + | "Send" + | "TeleportAssets" + | "ReserveTransferAssets" + | "Execute" + | "ForceXcmVersion" + | "ForceDefaultXcmVersion" + | "ForceSubscribeVersionNotify" + | "ForceUnsubscribeVersionNotify" + | "LimitedReserveTransferAssets" + | "LimitedTeleportAssets" + | "ForceSuspension" + | "TransferAssets" + | "ClaimAssets" + | "TransferAssetsUsingTypeAndThen"; } - - /** @name XcmVersionedAssetId (324) */ - interface XcmVersionedAssetId extends Enum { + + /** @name XcmVersionedXcm (286) */ + interface XcmVersionedXcm extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Xcm; readonly isV3: boolean; - readonly asV3: XcmV3MultiassetAssetId; + readonly asV3: XcmV3Xcm; readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssetId; - readonly type: "V3" | "V4"; + readonly asV4: StagingXcmV4Xcm; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletAssetsCall (325) */ - interface PalletAssetsCall extends Enum { - readonly isCreate: boolean; - readonly asCreate: { - readonly id: Compact; - readonly admin: AccountId20; - readonly minBalance: u128; + /** @name XcmV2Xcm (287) */ + interface XcmV2Xcm extends Vec {} + + /** @name XcmV2Instruction (289) */ + interface XcmV2Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV2Response; + readonly maxWeight: Compact; } & Struct; - readonly isForceCreate: boolean; - readonly asForceCreate: { - readonly id: Compact; - readonly owner: AccountId20; - readonly isSufficient: bool; - readonly minBalance: Compact; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isStartDestroy: boolean; - readonly asStartDestroy: { - readonly id: Compact; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isDestroyAccounts: boolean; - readonly asDestroyAccounts: { - readonly id: Compact; + readonly isTransact: boolean; + readonly asTransact: { + readonly originType: XcmV2OriginKind; + readonly requireWeightAtMost: Compact; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isDestroyApprovals: boolean; - readonly asDestroyApprovals: { - readonly id: Compact; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isFinishDestroy: boolean; - readonly asFinishDestroy: { - readonly id: Compact; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isMint: boolean; - readonly asMint: { - readonly id: Compact; - readonly beneficiary: AccountId20; - readonly amount: Compact; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly id: Compact; - readonly who: AccountId20; - readonly amount: Compact; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV2MultilocationJunctions; + readonly isReportError: boolean; + readonly asReportError: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly maxResponseWeight: Compact; } & Struct; - readonly isTransfer: boolean; - readonly asTransfer: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly id: Compact; - readonly source: AccountId20; - readonly dest: AccountId20; - readonly amount: Compact; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV2MultiassetMultiAssetFilter; + readonly receive: XcmV2MultiassetMultiAssets; } & Struct; - readonly isFreeze: boolean; - readonly asFreeze: { - readonly id: Compact; - readonly who: AccountId20; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly reserve: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isThaw: boolean; - readonly asThaw: { - readonly id: Compact; - readonly who: AccountId20; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; + } & Struct; + readonly isQueryHolding: boolean; + readonly asQueryHolding: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxResponseWeight: Compact; + } & Struct; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV2MultiAsset; + readonly weightLimit: XcmV2WeightLimit; + } & Struct; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV2Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV2Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly ticket: XcmV2MultiLocation; + } & Struct; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: Compact; + } & Struct; + readonly isUnsubscribeVersion: boolean; + readonly type: + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "QueryHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion"; + } + + /** @name XcmV2Response (290) */ + interface XcmV2Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV2MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; + } + + /** @name XcmV2TraitsError (293) */ + interface XcmV2TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isMultiLocationFull: boolean; + readonly isMultiLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: u64; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; + readonly type: + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "MultiLocationFull" + | "MultiLocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable"; + } + + /** @name XcmV2OriginKind (294) */ + interface XcmV2OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmV2MultiassetMultiAssetFilter (295) */ + interface XcmV2MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV2MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV2MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name XcmV2MultiassetWildMultiAsset (296) */ + interface XcmV2MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetWildFungibility; } & Struct; - readonly isFreezeAsset: boolean; - readonly asFreezeAsset: { - readonly id: Compact; + readonly type: "All" | "AllOf"; + } + + /** @name XcmV2MultiassetWildFungibility (297) */ + interface XcmV2MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; + } + + /** @name XcmV2WeightLimit (298) */ + interface XcmV2WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: Compact; + readonly type: "Unlimited" | "Limited"; + } + + /** @name XcmV3Xcm (299) */ + interface XcmV3Xcm extends Vec {} + + /** @name XcmV3Instruction (301) */ + interface XcmV3Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV3Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isThawAsset: boolean; - readonly asThawAsset: { - readonly id: Compact; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; - readonly isTransferOwnership: boolean; - readonly asTransferOwnership: { - readonly id: Compact; - readonly owner: AccountId20; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isSetTeam: boolean; - readonly asSetTeam: { - readonly id: Compact; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isClearMetadata: boolean; - readonly asClearMetadata: { - readonly id: Compact; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isForceSetMetadata: boolean; - readonly asForceSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isForceClearMetadata: boolean; - readonly asForceClearMetadata: { - readonly id: Compact; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV3Junctions; + readonly isReportError: boolean; + readonly asReportError: XcmV3QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; - readonly isForceAssetStatus: boolean; - readonly asForceAssetStatus: { - readonly id: Compact; - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly minBalance: Compact; - readonly isSufficient: bool; - readonly isFrozen: bool; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isApproveTransfer: boolean; - readonly asApproveTransfer: { - readonly id: Compact; - readonly delegate: AccountId20; - readonly amount: Compact; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV3MultiassetMultiAssetFilter; + readonly want: XcmV3MultiassetMultiAssets; + readonly maximal: bool; } & Struct; - readonly isCancelApproval: boolean; - readonly asCancelApproval: { - readonly id: Compact; - readonly delegate: AccountId20; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly reserve: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isForceCancelApproval: boolean; - readonly asForceCancelApproval: { - readonly id: Compact; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isTransferApproved: boolean; - readonly asTransferApproved: { - readonly id: Compact; - readonly owner: AccountId20; - readonly destination: AccountId20; - readonly amount: Compact; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: XcmV3QueryResponseInfo; + readonly assets: XcmV3MultiassetMultiAssetFilter; } & Struct; - readonly isTouch: boolean; - readonly asTouch: { - readonly id: Compact; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV3MultiAsset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isRefund: boolean; - readonly asRefund: { - readonly id: Compact; - readonly allowBurn: bool; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV3Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV3Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly ticket: StagingXcmV3MultiLocation; } & Struct; - readonly isSetMinBalance: boolean; - readonly asSetMinBalance: { - readonly id: Compact; - readonly minBalance: u128; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTouchOther: boolean; - readonly asTouchOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: XcmV3MultiassetMultiAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: XcmV3MultiassetMultiAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: XcmV3QueryResponseInfo; } & Struct; - readonly isRefundOther: boolean; - readonly asRefundOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; } & Struct; - readonly isBlock: boolean; - readonly asBlock: { - readonly id: Compact; - readonly who: AccountId20; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: XcmV3QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: XcmV3Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: XcmV3JunctionNetworkId; + readonly destination: XcmV3Junctions; + readonly xcm: XcmV3Xcm; } & Struct; - readonly type: - | "Create" - | "ForceCreate" - | "StartDestroy" - | "DestroyAccounts" - | "DestroyApprovals" - | "FinishDestroy" - | "Mint" - | "Burn" - | "Transfer" - | "TransferKeepAlive" - | "ForceTransfer" - | "Freeze" - | "Thaw" - | "FreezeAsset" - | "ThawAsset" - | "TransferOwnership" - | "SetTeam" - | "SetMetadata" - | "ClearMetadata" - | "ForceSetMetadata" - | "ForceClearMetadata" - | "ForceAssetStatus" - | "ApproveTransfer" - | "CancelApproval" - | "ForceCancelApproval" - | "TransferApproved" - | "Touch" - | "Refund" - | "SetMinBalance" - | "TouchOther" - | "RefundOther" - | "Block"; - } - - /** @name PalletAssetManagerCall (326) */ - interface PalletAssetManagerCall extends Enum { - readonly isRegisterForeignAsset: boolean; - readonly asRegisterForeignAsset: { - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - readonly minAmount: u128; - readonly isSufficient: bool; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: XcmV3MultiAsset; + readonly unlocker: StagingXcmV3MultiLocation; } & Struct; - readonly isSetAssetUnitsPerSecond: boolean; - readonly asSetAssetUnitsPerSecond: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; - readonly unitsPerSecond: u128; - readonly numAssetsWeightHint: u32; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: XcmV3MultiAsset; + readonly target: StagingXcmV3MultiLocation; } & Struct; - readonly isChangeExistingAssetType: boolean; - readonly asChangeExistingAssetType: { - readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; - readonly numAssetsWeightHint: u32; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: XcmV3MultiAsset; + readonly owner: StagingXcmV3MultiLocation; } & Struct; - readonly isRemoveSupportedAsset: boolean; - readonly asRemoveSupportedAsset: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; - readonly numAssetsWeightHint: u32; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: XcmV3MultiAsset; + readonly locker: StagingXcmV3MultiLocation; } & Struct; - readonly isRemoveExistingAssetType: boolean; - readonly asRemoveExistingAssetType: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; } & Struct; - readonly isDestroyForeignAsset: boolean; - readonly asDestroyForeignAsset: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV3MultiLocation; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: - | "RegisterForeignAsset" - | "SetAssetUnitsPerSecond" - | "ChangeExistingAssetType" - | "RemoveSupportedAsset" - | "RemoveExistingAssetType" - | "DestroyForeignAsset"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name MoonriverRuntimeXcmConfigAssetType (327) */ - interface MoonriverRuntimeXcmConfigAssetType extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV3MultiLocation; - readonly type: "Xcm"; + /** @name XcmV3Response (302) */ + interface XcmV3Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV3MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (328) */ - interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + /** @name XcmV3PalletInfo (304) */ + interface XcmV3PalletInfo extends Struct { + readonly index: Compact; readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name OrmlXtokensModuleCall (329) */ - interface OrmlXtokensModuleCall extends Enum { - readonly isTransfer: boolean; - readonly asTransfer: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiasset: boolean; - readonly asTransferMultiasset: { - readonly asset: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferWithFee: boolean; - readonly asTransferWithFee: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly fee: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassetWithFee: boolean; - readonly asTransferMultiassetWithFee: { - readonly asset: XcmVersionedAsset; - readonly fee: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMulticurrencies: boolean; - readonly asTransferMulticurrencies: { - readonly currencies: Vec>; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; + /** @name XcmV3QueryResponseInfo (308) */ + interface XcmV3QueryResponseInfo extends Struct { + readonly destination: StagingXcmV3MultiLocation; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; + } + + /** @name XcmV3MultiassetMultiAssetFilter (309) */ + interface XcmV3MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV3MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV3MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; + } + + /** @name XcmV3MultiassetWildMultiAsset (310) */ + interface XcmV3MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; } & Struct; - readonly isTransferMultiassets: boolean; - readonly asTransferMultiassets: { - readonly assets: XcmVersionedAssets; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; + readonly count: Compact; } & Struct; - readonly type: - | "Transfer" - | "TransferMultiasset" - | "TransferWithFee" - | "TransferMultiassetWithFee" - | "TransferMulticurrencies" - | "TransferMultiassets"; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + } + + /** @name XcmV3MultiassetWildFungibility (311) */ + interface XcmV3MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name MoonriverRuntimeXcmConfigCurrencyId (330) */ - interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { - readonly isSelfReserve: boolean; - readonly isForeignAsset: boolean; - readonly asForeignAsset: u128; - readonly isErc20: boolean; - readonly asErc20: { - readonly contractAddress: H160; - } & Struct; - readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + /** @name StagingXcmExecutorAssetTransferTransferType (323) */ + interface StagingXcmExecutorAssetTransferTransferType extends Enum { + readonly isTeleport: boolean; + readonly isLocalReserve: boolean; + readonly isDestinationReserve: boolean; + readonly isRemoteReserve: boolean; + readonly asRemoteReserve: XcmVersionedLocation; + readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAsset (331) */ - interface XcmVersionedAsset extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiAsset; + /** @name XcmVersionedAssetId (324) */ + interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; - readonly asV3: XcmV3MultiAsset; + readonly asV3: XcmV3MultiassetAssetId; readonly isV4: boolean; - readonly asV4: StagingXcmV4Asset; - readonly type: "V2" | "V3" | "V4"; + readonly asV4: StagingXcmV4AssetAssetId; + readonly type: "V3" | "V4"; } - /** @name PalletXcmTransactorCall (334) */ - interface PalletXcmTransactorCall extends Enum { - readonly isRegister: boolean; - readonly asRegister: { + /** @name PalletAssetsCall (325) */ + interface PalletAssetsCall extends Enum { + readonly isCreate: boolean; + readonly asCreate: { + readonly id: Compact; + readonly admin: AccountId20; + readonly minBalance: u128; + } & Struct; + readonly isForceCreate: boolean; + readonly asForceCreate: { + readonly id: Compact; + readonly owner: AccountId20; + readonly isSufficient: bool; + readonly minBalance: Compact; + } & Struct; + readonly isStartDestroy: boolean; + readonly asStartDestroy: { + readonly id: Compact; + } & Struct; + readonly isDestroyAccounts: boolean; + readonly asDestroyAccounts: { + readonly id: Compact; + } & Struct; + readonly isDestroyApprovals: boolean; + readonly asDestroyApprovals: { + readonly id: Compact; + } & Struct; + readonly isFinishDestroy: boolean; + readonly asFinishDestroy: { + readonly id: Compact; + } & Struct; + readonly isMint: boolean; + readonly asMint: { + readonly id: Compact; + readonly beneficiary: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly id: Compact; readonly who: AccountId20; - readonly index: u16; + readonly amount: Compact; } & Struct; - readonly isDeregister: boolean; - readonly asDeregister: { - readonly index: u16; + readonly isTransfer: boolean; + readonly asTransfer: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; } & Struct; - readonly isTransactThroughDerivative: boolean; - readonly asTransactThroughDerivative: { - readonly dest: MoonriverRuntimeXcmConfigTransactors; - readonly index: u16; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly innerCall: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; } & Struct; - readonly isTransactThroughSovereign: boolean; - readonly asTransactThroughSovereign: { - readonly dest: XcmVersionedLocation; - readonly feePayer: Option; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly originKind: XcmV2OriginKind; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly id: Compact; + readonly source: AccountId20; + readonly dest: AccountId20; + readonly amount: Compact; } & Struct; - readonly isSetTransactInfo: boolean; - readonly asSetTransactInfo: { - readonly location: XcmVersionedLocation; - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + readonly isFreeze: boolean; + readonly asFreeze: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isRemoveTransactInfo: boolean; - readonly asRemoveTransactInfo: { - readonly location: XcmVersionedLocation; + readonly isThaw: boolean; + readonly asThaw: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isTransactThroughSigned: boolean; - readonly asTransactThroughSigned: { - readonly dest: XcmVersionedLocation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isFreezeAsset: boolean; + readonly asFreezeAsset: { + readonly id: Compact; } & Struct; - readonly isSetFeePerSecond: boolean; - readonly asSetFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; - readonly feePerSecond: u128; + readonly isThawAsset: boolean; + readonly asThawAsset: { + readonly id: Compact; } & Struct; - readonly isRemoveFeePerSecond: boolean; - readonly asRemoveFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; + readonly isTransferOwnership: boolean; + readonly asTransferOwnership: { + readonly id: Compact; + readonly owner: AccountId20; } & Struct; - readonly isHrmpManage: boolean; - readonly asHrmpManage: { - readonly action: PalletXcmTransactorHrmpOperation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly isSetTeam: boolean; + readonly asSetTeam: { + readonly id: Compact; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly type: - | "Register" - | "Deregister" - | "TransactThroughDerivative" - | "TransactThroughSovereign" - | "SetTransactInfo" - | "RemoveTransactInfo" - | "TransactThroughSigned" - | "SetFeePerSecond" - | "RemoveFeePerSecond" - | "HrmpManage"; - } - - /** @name MoonriverRuntimeXcmConfigTransactors (335) */ - interface MoonriverRuntimeXcmConfigTransactors extends Enum { - readonly isRelay: boolean; - readonly type: "Relay"; - } - - /** @name PalletXcmTransactorCurrencyPayment (336) */ - interface PalletXcmTransactorCurrencyPayment extends Struct { - readonly currency: PalletXcmTransactorCurrency; - readonly feeAmount: Option; - } - - /** @name PalletXcmTransactorCurrency (337) */ - interface PalletXcmTransactorCurrency extends Enum { - readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly isAsMultiLocation: boolean; - readonly asAsMultiLocation: XcmVersionedLocation; - readonly type: "AsCurrencyId" | "AsMultiLocation"; - } - - /** @name PalletXcmTransactorTransactWeights (339) */ - interface PalletXcmTransactorTransactWeights extends Struct { - readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; - readonly overallWeight: Option; - } - - /** @name PalletXcmTransactorHrmpOperation (342) */ - interface PalletXcmTransactorHrmpOperation extends Enum { - readonly isInitOpen: boolean; - readonly asInitOpen: PalletXcmTransactorHrmpInitParams; - readonly isAccept: boolean; - readonly asAccept: { - readonly paraId: u32; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; } & Struct; - readonly isClose: boolean; - readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly isCancel: boolean; - readonly asCancel: { - readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly openRequests: u32; + readonly isClearMetadata: boolean; + readonly asClearMetadata: { + readonly id: Compact; } & Struct; - readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; - } - - /** @name PalletXcmTransactorHrmpInitParams (343) */ - interface PalletXcmTransactorHrmpInitParams extends Struct { - readonly paraId: u32; - readonly proposedMaxCapacity: u32; - readonly proposedMaxMessageSize: u32; - } - - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ - interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { - readonly sender: u32; - readonly recipient: u32; - } - - /** @name PalletEthereumXcmCall (345) */ - interface PalletEthereumXcmCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isForceSetMetadata: boolean; + readonly asForceSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } & Struct; + readonly isForceClearMetadata: boolean; + readonly asForceClearMetadata: { + readonly id: Compact; + } & Struct; + readonly isForceAssetStatus: boolean; + readonly asForceAssetStatus: { + readonly id: Compact; + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly minBalance: Compact; + readonly isSufficient: bool; + readonly isFrozen: bool; } & Struct; - readonly isTransactThroughProxy: boolean; - readonly asTransactThroughProxy: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isApproveTransfer: boolean; + readonly asApproveTransfer: { + readonly id: Compact; + readonly delegate: AccountId20; + readonly amount: Compact; } & Struct; - readonly isSuspendEthereumXcmExecution: boolean; - readonly isResumeEthereumXcmExecution: boolean; - readonly isForceTransactAs: boolean; - readonly asForceTransactAs: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; - readonly forceCreateAddress: Option; + readonly isCancelApproval: boolean; + readonly asCancelApproval: { + readonly id: Compact; + readonly delegate: AccountId20; } & Struct; - readonly type: - | "Transact" - | "TransactThroughProxy" - | "SuspendEthereumXcmExecution" - | "ResumeEthereumXcmExecution" - | "ForceTransactAs"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { - readonly isV1: boolean; - readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; - readonly isV2: boolean; - readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; - readonly type: "V1" | "V2"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { - readonly gasLimit: U256; - readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ - interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { - readonly isManual: boolean; - readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; - readonly isAuto: boolean; - readonly type: "Manual" | "Auto"; - } - - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ - interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { - readonly gasPrice: Option; - readonly maxFeePerGas: Option; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; - } - - /** @name PalletMessageQueueCall (354) */ - interface PalletMessageQueueCall extends Enum { - readonly isReapPage: boolean; - readonly asReapPage: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly pageIndex: u32; + readonly isForceCancelApproval: boolean; + readonly asForceCancelApproval: { + readonly id: Compact; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly isExecuteOverweight: boolean; - readonly asExecuteOverweight: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly page: u32; - readonly index: u32; - readonly weightLimit: SpWeightsWeightV2Weight; + readonly isTransferApproved: boolean; + readonly asTransferApproved: { + readonly id: Compact; + readonly owner: AccountId20; + readonly destination: AccountId20; + readonly amount: Compact; } & Struct; - readonly type: "ReapPage" | "ExecuteOverweight"; - } - - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ - interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { - readonly isHere: boolean; - readonly isParent: boolean; - readonly isSibling: boolean; - readonly asSibling: u32; - readonly type: "Here" | "Parent" | "Sibling"; - } - - /** @name PalletRandomnessCall (356) */ - interface PalletRandomnessCall extends Enum { - readonly isSetBabeRandomnessResults: boolean; - readonly type: "SetBabeRandomnessResults"; - } - - /** @name SpRuntimeBlakeTwo256 (357) */ - type SpRuntimeBlakeTwo256 = Null; - - /** @name PalletConvictionVotingTally (359) */ - interface PalletConvictionVotingTally extends Struct { - readonly ayes: u128; - readonly nays: u128; - readonly support: u128; - } - - /** @name PalletWhitelistEvent (360) */ - interface PalletWhitelistEvent extends Enum { - readonly isCallWhitelisted: boolean; - readonly asCallWhitelisted: { - readonly callHash: H256; + readonly isTouch: boolean; + readonly asTouch: { + readonly id: Compact; } & Struct; - readonly isWhitelistedCallRemoved: boolean; - readonly asWhitelistedCallRemoved: { - readonly callHash: H256; + readonly isRefund: boolean; + readonly asRefund: { + readonly id: Compact; + readonly allowBurn: bool; } & Struct; - readonly isWhitelistedCallDispatched: boolean; - readonly asWhitelistedCallDispatched: { - readonly callHash: H256; - readonly result: Result< - FrameSupportDispatchPostDispatchInfo, - SpRuntimeDispatchErrorWithPostInfo - >; + readonly isSetMinBalance: boolean; + readonly asSetMinBalance: { + readonly id: Compact; + readonly minBalance: u128; } & Struct; - readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; - } - - /** @name FrameSupportDispatchPostDispatchInfo (362) */ - interface FrameSupportDispatchPostDispatchInfo extends Struct { - readonly actualWeight: Option; - readonly paysFee: FrameSupportDispatchPays; - } - - /** @name SpRuntimeDispatchErrorWithPostInfo (363) */ - interface SpRuntimeDispatchErrorWithPostInfo extends Struct { - readonly postInfo: FrameSupportDispatchPostDispatchInfo; - readonly error: SpRuntimeDispatchError; - } - - /** @name PalletCollectiveEvent (364) */ - interface PalletCollectiveEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly account: AccountId20; - readonly proposalIndex: u32; - readonly proposalHash: H256; - readonly threshold: u32; + readonly isTouchOther: boolean; + readonly asTouchOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isVoted: boolean; - readonly asVoted: { - readonly account: AccountId20; - readonly proposalHash: H256; - readonly voted: bool; - readonly yes: u32; - readonly no: u32; + readonly isRefundOther: boolean; + readonly asRefundOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly proposalHash: H256; + readonly isBlock: boolean; + readonly asBlock: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isDisapproved: boolean; - readonly asDisapproved: { - readonly proposalHash: H256; + readonly type: + | "Create" + | "ForceCreate" + | "StartDestroy" + | "DestroyAccounts" + | "DestroyApprovals" + | "FinishDestroy" + | "Mint" + | "Burn" + | "Transfer" + | "TransferKeepAlive" + | "ForceTransfer" + | "Freeze" + | "Thaw" + | "FreezeAsset" + | "ThawAsset" + | "TransferOwnership" + | "SetTeam" + | "SetMetadata" + | "ClearMetadata" + | "ForceSetMetadata" + | "ForceClearMetadata" + | "ForceAssetStatus" + | "ApproveTransfer" + | "CancelApproval" + | "ForceCancelApproval" + | "TransferApproved" + | "Touch" + | "Refund" + | "SetMinBalance" + | "TouchOther" + | "RefundOther" + | "Block"; + } + + /** @name OrmlXtokensModuleCall (326) */ + interface OrmlXtokensModuleCall extends Enum { + readonly isTransfer: boolean; + readonly asTransfer: { + readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly amount: u128; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isTransferMultiasset: boolean; + readonly asTransferMultiasset: { + readonly asset: XcmVersionedAsset; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isMemberExecuted: boolean; - readonly asMemberExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isTransferWithFee: boolean; + readonly asTransferWithFee: { + readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly amount: u128; + readonly fee: u128; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; - readonly isClosed: boolean; - readonly asClosed: { - readonly proposalHash: H256; - readonly yes: u32; - readonly no: u32; + readonly isTransferMultiassetWithFee: boolean; + readonly asTransferMultiassetWithFee: { + readonly asset: XcmVersionedAsset; + readonly fee: XcmVersionedAsset; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; + } & Struct; + readonly isTransferMulticurrencies: boolean; + readonly asTransferMulticurrencies: { + readonly currencies: Vec>; + readonly feeItem: u32; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; + } & Struct; + readonly isTransferMultiassets: boolean; + readonly asTransferMultiassets: { + readonly assets: XcmVersionedAssets; + readonly feeItem: u32; + readonly dest: XcmVersionedLocation; + readonly destWeightLimit: XcmV3WeightLimit; } & Struct; readonly type: - | "Proposed" - | "Voted" - | "Approved" - | "Disapproved" - | "Executed" - | "MemberExecuted" - | "Closed"; + | "Transfer" + | "TransferMultiasset" + | "TransferWithFee" + | "TransferMultiassetWithFee" + | "TransferMulticurrencies" + | "TransferMultiassets"; } - /** @name PalletTreasuryEvent (366) */ - interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; + /** @name MoonbaseRuntimeXcmConfigCurrencyId (327) */ + interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { + readonly isSelfReserve: boolean; + readonly isForeignAsset: boolean; + readonly asForeignAsset: u128; + readonly isErc20: boolean; + readonly asErc20: { + readonly contractAddress: H160; } & Struct; - readonly isSpending: boolean; - readonly asSpending: { - readonly budgetRemaining: u128; + readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + } + + /** @name XcmVersionedAsset (328) */ + interface XcmVersionedAsset extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiAsset; + readonly isV3: boolean; + readonly asV3: XcmV3MultiAsset; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Asset; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name PalletAssetManagerCall (331) */ + interface PalletAssetManagerCall extends Enum { + readonly isRegisterForeignAsset: boolean; + readonly asRegisterForeignAsset: { + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + readonly minAmount: u128; + readonly isSufficient: bool; } & Struct; - readonly isAwarded: boolean; - readonly asAwarded: { - readonly proposalIndex: u32; - readonly award: u128; - readonly account: AccountId20; + readonly isChangeExistingAssetType: boolean; + readonly asChangeExistingAssetType: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; + readonly isRemoveExistingAssetType: boolean; + readonly asRemoveExistingAssetType: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isBurnt: boolean; - readonly asBurnt: { - readonly burntFunds: u128; + readonly isDestroyForeignAsset: boolean; + readonly asDestroyForeignAsset: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isRollover: boolean; - readonly asRollover: { - readonly rolloverBalance: u128; + readonly type: + | "RegisterForeignAsset" + | "ChangeExistingAssetType" + | "RemoveExistingAssetType" + | "DestroyForeignAsset"; + } + + /** @name PalletXcmTransactorCall (332) */ + interface PalletXcmTransactorCall extends Enum { + readonly isRegister: boolean; + readonly asRegister: { + readonly who: AccountId20; + readonly index: u16; } & Struct; - readonly isDeposit: boolean; - readonly asDeposit: { - readonly value: u128; + readonly isDeregister: boolean; + readonly asDeregister: { + readonly index: u16; } & Struct; - readonly isSpendApproved: boolean; - readonly asSpendApproved: { - readonly proposalIndex: u32; - readonly amount: u128; - readonly beneficiary: AccountId20; + readonly isTransactThroughDerivative: boolean; + readonly asTransactThroughDerivative: { + readonly dest: MoonbaseRuntimeXcmConfigTransactors; + readonly index: u16; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly innerCall: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isUpdatedInactive: boolean; - readonly asUpdatedInactive: { - readonly reactivated: u128; - readonly deactivated: u128; + readonly isTransactThroughSovereign: boolean; + readonly asTransactThroughSovereign: { + readonly dest: XcmVersionedLocation; + readonly feePayer: Option; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly originKind: XcmV3OriginKind; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isAssetSpendApproved: boolean; - readonly asAssetSpendApproved: { - readonly index: u32; - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; + readonly isSetTransactInfo: boolean; + readonly asSetTransactInfo: { + readonly location: XcmVersionedLocation; + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } & Struct; - readonly isAssetSpendVoided: boolean; - readonly asAssetSpendVoided: { - readonly index: u32; + readonly isRemoveTransactInfo: boolean; + readonly asRemoveTransactInfo: { + readonly location: XcmVersionedLocation; } & Struct; - readonly isPaid: boolean; - readonly asPaid: { - readonly index: u32; - readonly paymentId: Null; + readonly isTransactThroughSigned: boolean; + readonly asTransactThroughSigned: { + readonly dest: XcmVersionedLocation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isPaymentFailed: boolean; - readonly asPaymentFailed: { - readonly index: u32; - readonly paymentId: Null; + readonly isSetFeePerSecond: boolean; + readonly asSetFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; + readonly feePerSecond: u128; } & Struct; - readonly isSpendProcessed: boolean; - readonly asSpendProcessed: { - readonly index: u32; + readonly isRemoveFeePerSecond: boolean; + readonly asRemoveFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; + } & Struct; + readonly isHrmpManage: boolean; + readonly asHrmpManage: { + readonly action: PalletXcmTransactorHrmpOperation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly weightInfo: PalletXcmTransactorTransactWeights; } & Struct; readonly type: - | "Proposed" - | "Spending" - | "Awarded" - | "Rejected" - | "Burnt" - | "Rollover" - | "Deposit" - | "SpendApproved" - | "UpdatedInactive" - | "AssetSpendApproved" - | "AssetSpendVoided" - | "Paid" - | "PaymentFailed" - | "SpendProcessed"; - } - - /** @name PalletCrowdloanRewardsEvent (367) */ - interface PalletCrowdloanRewardsEvent extends Enum { - readonly isInitialPaymentMade: boolean; - readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; - readonly isNativeIdentityAssociated: boolean; - readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; - readonly isRewardsPaid: boolean; - readonly asRewardsPaid: ITuple<[AccountId20, u128]>; - readonly isRewardAddressUpdated: boolean; - readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; - readonly isInitializedAlreadyInitializedAccount: boolean; - readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; - readonly isInitializedAccountWithNotEnoughContribution: boolean; - readonly asInitializedAccountWithNotEnoughContribution: ITuple< - [U8aFixed, Option, u128] - >; - readonly type: - | "InitialPaymentMade" - | "NativeIdentityAssociated" - | "RewardsPaid" - | "RewardAddressUpdated" - | "InitializedAlreadyInitializedAccount" - | "InitializedAccountWithNotEnoughContribution"; + | "Register" + | "Deregister" + | "TransactThroughDerivative" + | "TransactThroughSovereign" + | "SetTransactInfo" + | "RemoveTransactInfo" + | "TransactThroughSigned" + | "SetFeePerSecond" + | "RemoveFeePerSecond" + | "HrmpManage"; } - /** @name CumulusPalletXcmpQueueEvent (368) */ - interface CumulusPalletXcmpQueueEvent extends Enum { - readonly isXcmpMessageSent: boolean; - readonly asXcmpMessageSent: { - readonly messageHash: U8aFixed; - } & Struct; - readonly type: "XcmpMessageSent"; + /** @name MoonbaseRuntimeXcmConfigTransactors (333) */ + interface MoonbaseRuntimeXcmConfigTransactors extends Enum { + readonly isRelay: boolean; + readonly type: "Relay"; } - /** @name CumulusPalletXcmEvent (369) */ - interface CumulusPalletXcmEvent extends Enum { - readonly isInvalidFormat: boolean; - readonly asInvalidFormat: U8aFixed; - readonly isUnsupportedVersion: boolean; - readonly asUnsupportedVersion: U8aFixed; - readonly isExecutedDownward: boolean; - readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; - readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + /** @name PalletXcmTransactorCurrencyPayment (334) */ + interface PalletXcmTransactorCurrencyPayment extends Struct { + readonly currency: PalletXcmTransactorCurrency; + readonly feeAmount: Option; } - /** @name StagingXcmV4TraitsOutcome (370) */ - interface StagingXcmV4TraitsOutcome extends Enum { - readonly isComplete: boolean; - readonly asComplete: { - readonly used: SpWeightsWeightV2Weight; - } & Struct; - readonly isIncomplete: boolean; - readonly asIncomplete: { - readonly used: SpWeightsWeightV2Weight; - readonly error: XcmV3TraitsError; - } & Struct; - readonly isError: boolean; - readonly asError: { - readonly error: XcmV3TraitsError; - } & Struct; - readonly type: "Complete" | "Incomplete" | "Error"; + /** @name PalletXcmTransactorCurrency (335) */ + interface PalletXcmTransactorCurrency extends Enum { + readonly isAsCurrencyId: boolean; + readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly isAsMultiLocation: boolean; + readonly asAsMultiLocation: XcmVersionedLocation; + readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name CumulusPalletDmpQueueEvent (371) */ - interface CumulusPalletDmpQueueEvent extends Enum { - readonly isStartedExport: boolean; - readonly isExported: boolean; - readonly asExported: { - readonly page: u32; + /** @name PalletXcmTransactorTransactWeights (337) */ + interface PalletXcmTransactorTransactWeights extends Struct { + readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; + readonly overallWeight: Option; + } + + /** @name PalletMoonbeamOrbitersCall (339) */ + interface PalletMoonbeamOrbitersCall extends Enum { + readonly isCollatorAddOrbiter: boolean; + readonly asCollatorAddOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isExportFailed: boolean; - readonly asExportFailed: { - readonly page: u32; + readonly isCollatorRemoveOrbiter: boolean; + readonly asCollatorRemoveOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly isExportedOverweight: boolean; - readonly asExportedOverweight: { - readonly index: u64; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; } & Struct; - readonly isExportOverweightFailed: boolean; - readonly asExportOverweightFailed: { - readonly index: u64; + readonly isOrbiterRegister: boolean; + readonly isOrbiterUnregister: boolean; + readonly asOrbiterUnregister: { + readonly collatorsPoolCount: u32; } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly isCleanedSome: boolean; - readonly asCleanedSome: { - readonly keysRemoved: u32; + readonly isAddCollator: boolean; + readonly asAddCollator: { + readonly collator: AccountId20; } & Struct; - readonly isCompleted: boolean; - readonly asCompleted: { - readonly error: bool; + readonly isRemoveCollator: boolean; + readonly asRemoveCollator: { + readonly collator: AccountId20; } & Struct; readonly type: - | "StartedExport" - | "Exported" - | "ExportFailed" - | "CompletedExport" - | "StartedOverweightExport" - | "ExportedOverweight" - | "ExportOverweightFailed" - | "CompletedOverweightExport" - | "StartedCleanup" - | "CleanedSome" - | "Completed"; - } - - /** @name PalletXcmEvent (372) */ - interface PalletXcmEvent extends Enum { - readonly isAttempted: boolean; - readonly asAttempted: { - readonly outcome: StagingXcmV4TraitsOutcome; - } & Struct; - readonly isSent: boolean; - readonly asSent: { - readonly origin: StagingXcmV4Location; - readonly destination: StagingXcmV4Location; - readonly message: StagingXcmV4Xcm; - readonly messageId: U8aFixed; - } & Struct; - readonly isUnexpectedResponse: boolean; - readonly asUnexpectedResponse: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - } & Struct; - readonly isResponseReady: boolean; - readonly asResponseReady: { - readonly queryId: u64; - readonly response: StagingXcmV4Response; - } & Struct; - readonly isNotified: boolean; - readonly asNotified: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - } & Struct; - readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - readonly actualWeight: SpWeightsWeightV2Weight; - readonly maxBudgetedWeight: SpWeightsWeightV2Weight; - } & Struct; - readonly isNotifyDispatchError: boolean; - readonly asNotifyDispatchError: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - } & Struct; - readonly isNotifyDecodeFailed: boolean; - readonly asNotifyDecodeFailed: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; + | "CollatorAddOrbiter" + | "CollatorRemoveOrbiter" + | "OrbiterLeaveCollatorPool" + | "OrbiterRegister" + | "OrbiterUnregister" + | "AddCollator" + | "RemoveCollator"; + } + + /** @name PalletEthereumXcmCall (340) */ + interface PalletEthereumXcmCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isInvalidResponder: boolean; - readonly asInvalidResponder: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedLocation: Option; + readonly isTransactThroughProxy: boolean; + readonly asTransactThroughProxy: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isInvalidResponderVersion: boolean; - readonly asInvalidResponderVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly isSuspendEthereumXcmExecution: boolean; + readonly isResumeEthereumXcmExecution: boolean; + readonly isForceTransactAs: boolean; + readonly asForceTransactAs: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly forceCreateAddress: Option; } & Struct; - readonly isResponseTaken: boolean; - readonly asResponseTaken: { - readonly queryId: u64; + readonly type: + | "Transact" + | "TransactThroughProxy" + | "SuspendEthereumXcmExecution" + | "ResumeEthereumXcmExecution" + | "ForceTransactAs"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (341) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { + readonly isV1: boolean; + readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; + readonly isV2: boolean; + readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; + readonly type: "V1" | "V2"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (342) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { + readonly gasLimit: U256; + readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (343) */ + interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { + readonly isManual: boolean; + readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; + readonly isAuto: boolean; + readonly type: "Manual" | "Auto"; + } + + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (344) */ + interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { + readonly gasPrice: Option; + readonly maxFeePerGas: Option; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (347) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name PalletRandomnessCall (349) */ + interface PalletRandomnessCall extends Enum { + readonly isSetBabeRandomnessResults: boolean; + readonly type: "SetBabeRandomnessResults"; + } + + /** @name PalletCollectiveCall (350) */ + interface PalletCollectiveCall extends Enum { + readonly isSetMembers: boolean; + readonly asSetMembers: { + readonly newMembers: Vec; + readonly prime: Option; + readonly oldCount: u32; } & Struct; - readonly isAssetsTrapped: boolean; - readonly asAssetsTrapped: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly isExecute: boolean; + readonly asExecute: { + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isVersionChangeNotified: boolean; - readonly asVersionChangeNotified: { - readonly destination: StagingXcmV4Location; - readonly result: u32; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isPropose: boolean; + readonly asPropose: { + readonly threshold: Compact; + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isSupportedVersionChanged: boolean; - readonly asSupportedVersionChanged: { - readonly location: StagingXcmV4Location; - readonly version: u32; + readonly isVote: boolean; + readonly asVote: { + readonly proposal: H256; + readonly index: Compact; + readonly approve: bool; } & Struct; - readonly isNotifyTargetSendFail: boolean; - readonly asNotifyTargetSendFail: { - readonly location: StagingXcmV4Location; - readonly queryId: u64; - readonly error: XcmV3TraitsError; + readonly isDisapproveProposal: boolean; + readonly asDisapproveProposal: { + readonly proposalHash: H256; } & Struct; - readonly isNotifyTargetMigrationFail: boolean; - readonly asNotifyTargetMigrationFail: { - readonly location: XcmVersionedLocation; - readonly queryId: u64; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; } & Struct; - readonly isInvalidQuerierVersion: boolean; - readonly asInvalidQuerierVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + } + + /** @name PalletConvictionVotingCall (351) */ + interface PalletConvictionVotingCall extends Enum { + readonly isVote: boolean; + readonly asVote: { + readonly pollIndex: Compact; + readonly vote: PalletConvictionVotingVoteAccountVote; } & Struct; - readonly isInvalidQuerier: boolean; - readonly asInvalidQuerier: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedQuerier: StagingXcmV4Location; - readonly maybeActualQuerier: Option; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly class: u16; + readonly to: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly balance: u128; } & Struct; - readonly isVersionNotifyStarted: boolean; - readonly asVersionNotifyStarted: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isUndelegate: boolean; + readonly asUndelegate: { + readonly class: u16; } & Struct; - readonly isVersionNotifyRequested: boolean; - readonly asVersionNotifyRequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isUnlock: boolean; + readonly asUnlock: { + readonly class: u16; + readonly target: AccountId20; } & Struct; - readonly isVersionNotifyUnrequested: boolean; - readonly asVersionNotifyUnrequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isRemoveVote: boolean; + readonly asRemoveVote: { + readonly class: Option; + readonly index: u32; } & Struct; - readonly isFeesPaid: boolean; - readonly asFeesPaid: { - readonly paying: StagingXcmV4Location; - readonly fees: StagingXcmV4AssetAssets; + readonly isRemoveOtherVote: boolean; + readonly asRemoveOtherVote: { + readonly target: AccountId20; + readonly class: u16; + readonly index: u32; } & Struct; - readonly isAssetsClaimed: boolean; - readonly asAssetsClaimed: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; + } + + /** @name PalletConvictionVotingVoteAccountVote (352) */ + interface PalletConvictionVotingVoteAccountVote extends Enum { + readonly isStandard: boolean; + readonly asStandard: { + readonly vote: Vote; + readonly balance: u128; } & Struct; - readonly isVersionMigrationFinished: boolean; - readonly asVersionMigrationFinished: { - readonly version: u32; + readonly isSplit: boolean; + readonly asSplit: { + readonly aye: u128; + readonly nay: u128; + } & Struct; + readonly isSplitAbstain: boolean; + readonly asSplitAbstain: { + readonly aye: u128; + readonly nay: u128; + readonly abstain: u128; } & Struct; + readonly type: "Standard" | "Split" | "SplitAbstain"; + } + + /** @name PalletConvictionVotingConviction (354) */ + interface PalletConvictionVotingConviction extends Enum { + readonly isNone: boolean; + readonly isLocked1x: boolean; + readonly isLocked2x: boolean; + readonly isLocked3x: boolean; + readonly isLocked4x: boolean; + readonly isLocked5x: boolean; + readonly isLocked6x: boolean; readonly type: - | "Attempted" - | "Sent" - | "UnexpectedResponse" - | "ResponseReady" - | "Notified" - | "NotifyOverweight" - | "NotifyDispatchError" - | "NotifyDecodeFailed" - | "InvalidResponder" - | "InvalidResponderVersion" - | "ResponseTaken" - | "AssetsTrapped" - | "VersionChangeNotified" - | "SupportedVersionChanged" - | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail" - | "InvalidQuerierVersion" - | "InvalidQuerier" - | "VersionNotifyStarted" - | "VersionNotifyRequested" - | "VersionNotifyUnrequested" - | "FeesPaid" - | "AssetsClaimed" - | "VersionMigrationFinished"; + | "None" + | "Locked1x" + | "Locked2x" + | "Locked3x" + | "Locked4x" + | "Locked5x" + | "Locked6x"; } - /** @name PalletAssetsEvent (373) */ - interface PalletAssetsEvent extends Enum { - readonly isCreated: boolean; - readonly asCreated: { - readonly assetId: u128; - readonly creator: AccountId20; - readonly owner: AccountId20; + /** @name PalletReferendaCall (356) */ + interface PalletReferendaCall extends Enum { + readonly isSubmit: boolean; + readonly asSubmit: { + readonly proposalOrigin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; - readonly isIssued: boolean; - readonly asIssued: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly amount: u128; + readonly isPlaceDecisionDeposit: boolean; + readonly asPlaceDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isTransferred: boolean; - readonly asTransferred: { - readonly assetId: u128; - readonly from: AccountId20; - readonly to: AccountId20; - readonly amount: u128; + readonly isRefundDecisionDeposit: boolean; + readonly asRefundDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isBurned: boolean; - readonly asBurned: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly balance: u128; + readonly isCancel: boolean; + readonly asCancel: { + readonly index: u32; } & Struct; - readonly isTeamChanged: boolean; - readonly asTeamChanged: { - readonly assetId: u128; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isKill: boolean; + readonly asKill: { + readonly index: u32; } & Struct; - readonly isOwnerChanged: boolean; - readonly asOwnerChanged: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly isNudgeReferendum: boolean; + readonly asNudgeReferendum: { + readonly index: u32; } & Struct; - readonly isFrozen: boolean; - readonly asFrozen: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isOneFewerDeciding: boolean; + readonly asOneFewerDeciding: { + readonly track: u16; } & Struct; - readonly isThawed: boolean; - readonly asThawed: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isRefundSubmissionDeposit: boolean; + readonly asRefundSubmissionDeposit: { + readonly index: u32; } & Struct; - readonly isAssetFrozen: boolean; - readonly asAssetFrozen: { - readonly assetId: u128; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly index: u32; + readonly maybeHash: Option; } & Struct; - readonly isAssetThawed: boolean; - readonly asAssetThawed: { - readonly assetId: u128; + readonly type: + | "Submit" + | "PlaceDecisionDeposit" + | "RefundDecisionDeposit" + | "Cancel" + | "Kill" + | "NudgeReferendum" + | "OneFewerDeciding" + | "RefundSubmissionDeposit" + | "SetMetadata"; + } + + /** @name FrameSupportScheduleDispatchTime (357) */ + interface FrameSupportScheduleDispatchTime extends Enum { + readonly isAt: boolean; + readonly asAt: u32; + readonly isAfter: boolean; + readonly asAfter: u32; + readonly type: "At" | "After"; + } + + /** @name PalletPreimageCall (359) */ + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; } & Struct; - readonly isAccountsDestroyed: boolean; - readonly asAccountsDestroyed: { - readonly assetId: u128; - readonly accountsDestroyed: u32; - readonly accountsRemaining: u32; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; } & Struct; - readonly isApprovalsDestroyed: boolean; - readonly asApprovalsDestroyed: { - readonly assetId: u128; - readonly approvalsDestroyed: u32; - readonly approvalsRemaining: u32; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isDestructionStarted: boolean; - readonly asDestructionStarted: { - readonly assetId: u128; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isDestroyed: boolean; - readonly asDestroyed: { - readonly assetId: u128; + readonly isEnsureUpdated: boolean; + readonly asEnsureUpdated: { + readonly hashes: Vec; } & Struct; - readonly isForceCreated: boolean; - readonly asForceCreated: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly type: + | "NotePreimage" + | "UnnotePreimage" + | "RequestPreimage" + | "UnrequestPreimage" + | "EnsureUpdated"; + } + + /** @name PalletWhitelistCall (360) */ + interface PalletWhitelistCall extends Enum { + readonly isWhitelistCall: boolean; + readonly asWhitelistCall: { + readonly callHash: H256; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly assetId: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isRemoveWhitelistedCall: boolean; + readonly asRemoveWhitelistedCall: { + readonly callHash: H256; + } & Struct; + readonly isDispatchWhitelistedCall: boolean; + readonly asDispatchWhitelistedCall: { + readonly callHash: H256; + readonly callEncodedLen: u32; + readonly callWeightWitness: SpWeightsWeightV2Weight; + } & Struct; + readonly isDispatchWhitelistedCallWithPreimage: boolean; + readonly asDispatchWhitelistedCallWithPreimage: { + readonly call: Call; + } & Struct; + readonly type: + | "WhitelistCall" + | "RemoveWhitelistedCall" + | "DispatchWhitelistedCall" + | "DispatchWhitelistedCallWithPreimage"; + } + + /** @name PalletRootTestingCall (362) */ + interface PalletRootTestingCall extends Enum { + readonly isFillBlock: boolean; + readonly asFillBlock: { + readonly ratio: Perbill; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly assetId: u128; + readonly isTriggerDefensive: boolean; + readonly type: "FillBlock" | "TriggerDefensive"; + } + + /** @name PalletMultisigCall (363) */ + interface PalletMultisigCall extends Enum { + readonly isAsMultiThreshold1: boolean; + readonly asAsMultiThreshold1: { + readonly otherSignatories: Vec; + readonly call: Call; } & Struct; - readonly isApprovedTransfer: boolean; - readonly asApprovedTransfer: { - readonly assetId: u128; - readonly source: AccountId20; - readonly delegate: AccountId20; - readonly amount: u128; + readonly isAsMulti: boolean; + readonly asAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly call: Call; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isApprovalCancelled: boolean; - readonly asApprovalCancelled: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isApproveAsMulti: boolean; + readonly asApproveAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly callHash: U8aFixed; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTransferredApproved: boolean; - readonly asTransferredApproved: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; - readonly destination: AccountId20; - readonly amount: u128; + readonly isCancelAsMulti: boolean; + readonly asCancelAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly timepoint: PalletMultisigTimepoint; + readonly callHash: U8aFixed; } & Struct; - readonly isAssetStatusChanged: boolean; - readonly asAssetStatusChanged: { - readonly assetId: u128; + readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; + } + + /** @name PalletMultisigTimepoint (365) */ + interface PalletMultisigTimepoint extends Struct { + readonly height: u32; + readonly index: u32; + } + + /** @name PalletMoonbeamLazyMigrationsCall (366) */ + interface PalletMoonbeamLazyMigrationsCall extends Enum { + readonly isClearSuicidedStorage: boolean; + readonly asClearSuicidedStorage: { + readonly addresses: Vec; + readonly limit: u32; } & Struct; - readonly isAssetMinBalanceChanged: boolean; - readonly asAssetMinBalanceChanged: { - readonly assetId: u128; - readonly newMinBalance: u128; + readonly isCreateContractMetadata: boolean; + readonly asCreateContractMetadata: { + readonly address: H160; } & Struct; - readonly isTouched: boolean; - readonly asTouched: { - readonly assetId: u128; - readonly who: AccountId20; - readonly depositor: AccountId20; + readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; + } + + /** @name PalletMessageQueueCall (369) */ + interface PalletMessageQueueCall extends Enum { + readonly isReapPage: boolean; + readonly asReapPage: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly pageIndex: u32; } & Struct; - readonly isBlocked: boolean; - readonly asBlocked: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isExecuteOverweight: boolean; + readonly asExecuteOverweight: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly page: u32; + readonly index: u32; + readonly weightLimit: SpWeightsWeightV2Weight; } & Struct; - readonly type: - | "Created" - | "Issued" - | "Transferred" - | "Burned" - | "TeamChanged" - | "OwnerChanged" - | "Frozen" - | "Thawed" - | "AssetFrozen" - | "AssetThawed" - | "AccountsDestroyed" - | "ApprovalsDestroyed" - | "DestructionStarted" - | "Destroyed" - | "ForceCreated" - | "MetadataSet" - | "MetadataCleared" - | "ApprovedTransfer" - | "ApprovalCancelled" - | "TransferredApproved" - | "AssetStatusChanged" - | "AssetMinBalanceChanged" - | "Touched" - | "Blocked"; + readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name PalletAssetManagerEvent (374) */ - interface PalletAssetManagerEvent extends Enum { - readonly isForeignAssetRegistered: boolean; - readonly asForeignAssetRegistered: { - readonly assetId: u128; - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - } & Struct; - readonly isUnitsPerSecondChanged: boolean; - readonly asUnitsPerSecondChanged: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; - readonly unitsPerSecond: u128; + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (370) */ + interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { + readonly isHere: boolean; + readonly isParent: boolean; + readonly isSibling: boolean; + readonly asSibling: u32; + readonly type: "Here" | "Parent" | "Sibling"; + } + + /** @name PalletEmergencyParaXcmCall (371) */ + interface PalletEmergencyParaXcmCall extends Enum { + readonly isPausedToNormal: boolean; + readonly isFastAuthorizeUpgrade: boolean; + readonly asFastAuthorizeUpgrade: { + readonly codeHash: H256; } & Struct; - readonly isForeignAssetXcmLocationChanged: boolean; - readonly asForeignAssetXcmLocationChanged: { + readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; + } + + /** @name PalletMoonbeamForeignAssetsCall (372) */ + interface PalletMoonbeamForeignAssetsCall extends Enum { + readonly isCreateForeignAsset: boolean; + readonly asCreateForeignAsset: { readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; + readonly xcmLocation: StagingXcmV4Location; + readonly decimals: u8; + readonly symbol: Bytes; + readonly name: Bytes; } & Struct; - readonly isForeignAssetRemoved: boolean; - readonly asForeignAssetRemoved: { + readonly isChangeXcmLocation: boolean; + readonly asChangeXcmLocation: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; - } & Struct; - readonly isSupportedAssetRemoved: boolean; - readonly asSupportedAssetRemoved: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly newXcmLocation: StagingXcmV4Location; } & Struct; - readonly isForeignAssetDestroyed: boolean; - readonly asForeignAssetDestroyed: { + readonly isFreezeForeignAsset: boolean; + readonly asFreezeForeignAsset: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly allowXcmDeposit: bool; } & Struct; - readonly isLocalAssetDestroyed: boolean; - readonly asLocalAssetDestroyed: { + readonly isUnfreezeForeignAsset: boolean; + readonly asUnfreezeForeignAsset: { readonly assetId: u128; } & Struct; readonly type: - | "ForeignAssetRegistered" - | "UnitsPerSecondChanged" - | "ForeignAssetXcmLocationChanged" - | "ForeignAssetRemoved" - | "SupportedAssetRemoved" - | "ForeignAssetDestroyed" - | "LocalAssetDestroyed"; + | "CreateForeignAsset" + | "ChangeXcmLocation" + | "FreezeForeignAsset" + | "UnfreezeForeignAsset"; } - /** @name OrmlXtokensModuleEvent (375) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; + /** @name PalletParametersCall (374) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonbaseRuntimeRuntimeParamsRuntimeParameters; } & Struct; - readonly type: "TransferredAssets"; + readonly type: "SetParameter"; } - /** @name PalletXcmTransactorEvent (376) */ - interface PalletXcmTransactorEvent extends Enum { - readonly isTransactedDerivative: boolean; - readonly asTransactedDerivative: { - readonly accountId: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; - readonly index: u16; + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (375) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (376) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (377) */ + type MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name PalletXcmWeightTraderCall (379) */ + interface PalletXcmWeightTraderCall extends Enum { + readonly isAddAsset: boolean; + readonly asAddAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSovereign: boolean; - readonly asTransactedSovereign: { - readonly feePayer: Option; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isEditAsset: boolean; + readonly asEditAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSigned: boolean; - readonly asTransactedSigned: { - readonly feePayer: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isPauseAssetSupport: boolean; + readonly asPauseAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isRegisteredDerivative: boolean; - readonly asRegisteredDerivative: { - readonly accountId: AccountId20; - readonly index: u16; + readonly isResumeAssetSupport: boolean; + readonly asResumeAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isDeRegisteredDerivative: boolean; - readonly asDeRegisteredDerivative: { - readonly index: u16; + readonly isRemoveAsset: boolean; + readonly asRemoveAsset: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isTransactFailed: boolean; - readonly asTransactFailed: { - readonly error: XcmV3TraitsError; + readonly type: + | "AddAsset" + | "EditAsset" + | "PauseAssetSupport" + | "ResumeAssetSupport" + | "RemoveAsset"; + } + + /** @name SpRuntimeBlakeTwo256 (380) */ + type SpRuntimeBlakeTwo256 = Null; + + /** @name PalletConvictionVotingTally (382) */ + interface PalletConvictionVotingTally extends Struct { + readonly ayes: u128; + readonly nays: u128; + readonly support: u128; + } + + /** @name PalletPreimageEvent (383) */ + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoChanged: boolean; - readonly asTransactInfoChanged: { - readonly location: StagingXcmV4Location; - readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoRemoved: boolean; - readonly asTransactInfoRemoved: { - readonly location: StagingXcmV4Location; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; } & Struct; - readonly isDestFeePerSecondChanged: boolean; - readonly asDestFeePerSecondChanged: { - readonly location: StagingXcmV4Location; - readonly feePerSecond: u128; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** @name PalletWhitelistEvent (384) */ + interface PalletWhitelistEvent extends Enum { + readonly isCallWhitelisted: boolean; + readonly asCallWhitelisted: { + readonly callHash: H256; } & Struct; - readonly isDestFeePerSecondRemoved: boolean; - readonly asDestFeePerSecondRemoved: { - readonly location: StagingXcmV4Location; + readonly isWhitelistedCallRemoved: boolean; + readonly asWhitelistedCallRemoved: { + readonly callHash: H256; } & Struct; - readonly isHrmpManagementSent: boolean; - readonly asHrmpManagementSent: { - readonly action: PalletXcmTransactorHrmpOperation; + readonly isWhitelistedCallDispatched: boolean; + readonly asWhitelistedCallDispatched: { + readonly callHash: H256; + readonly result: Result< + FrameSupportDispatchPostDispatchInfo, + SpRuntimeDispatchErrorWithPostInfo + >; } & Struct; - readonly type: - | "TransactedDerivative" - | "TransactedSovereign" - | "TransactedSigned" - | "RegisteredDerivative" - | "DeRegisteredDerivative" - | "TransactFailed" - | "TransactInfoChanged" - | "TransactInfoRemoved" - | "DestFeePerSecondChanged" - | "DestFeePerSecondRemoved" - | "HrmpManagementSent"; + readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (377) */ - interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + /** @name FrameSupportDispatchPostDispatchInfo (386) */ + interface FrameSupportDispatchPostDispatchInfo extends Struct { + readonly actualWeight: Option; + readonly paysFee: FrameSupportDispatchPays; } - /** @name PalletEthereumXcmEvent (378) */ - interface PalletEthereumXcmEvent extends Enum { - readonly isExecutedFromXcm: boolean; - readonly asExecutedFromXcm: { - readonly xcmMsgHash: H256; - readonly ethTxHash: H256; + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ + interface SpRuntimeDispatchErrorWithPostInfo extends Struct { + readonly postInfo: FrameSupportDispatchPostDispatchInfo; + readonly error: SpRuntimeDispatchError; + } + + /** @name PalletRootTestingEvent (389) */ + interface PalletRootTestingEvent extends Enum { + readonly isDefensiveTestCall: boolean; + readonly type: "DefensiveTestCall"; + } + + /** @name PalletMultisigEvent (390) */ + interface PalletMultisigEvent extends Enum { + readonly isNewMultisig: boolean; + readonly asNewMultisig: { + readonly approving: AccountId20; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly type: "ExecutedFromXcm"; + readonly isMultisigApproval: boolean; + readonly asMultisigApproval: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly isMultisigExecuted: boolean; + readonly asMultisigExecuted: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + readonly result: Result; + } & Struct; + readonly isMultisigCancelled: boolean; + readonly asMultisigCancelled: { + readonly cancelling: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMessageQueueEvent (379) */ + /** @name PalletMessageQueueEvent (391) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5912,7 +6069,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (380) */ + /** @name FrameSupportMessagesProcessMessageError (392) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5920,55 +6077,124 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletRandomnessEvent (381) */ - interface PalletRandomnessEvent extends Enum { - readonly isRandomnessRequestedBabeEpoch: boolean; - readonly asRandomnessRequestedBabeEpoch: { - readonly id: u64; - readonly refundAddress: H160; + /** @name PalletEmergencyParaXcmEvent (393) */ + interface PalletEmergencyParaXcmEvent extends Enum { + readonly isEnteredPausedXcmMode: boolean; + readonly isNormalXcmOperationResumed: boolean; + readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; + } + + /** @name PalletMoonbeamForeignAssetsEvent (394) */ + interface PalletMoonbeamForeignAssetsEvent extends Enum { + readonly isForeignAssetCreated: boolean; + readonly asForeignAssetCreated: { readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestEpoch: u64; + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRandomnessRequestedLocal: boolean; - readonly asRandomnessRequestedLocal: { - readonly id: u64; - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestBlock: u32; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newXcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestFulfilled: boolean; - readonly asRequestFulfilled: { - readonly id: u64; + readonly isForeignAssetFrozen: boolean; + readonly asForeignAssetFrozen: { + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestFeeIncreased: boolean; - readonly asRequestFeeIncreased: { - readonly id: u64; - readonly newFee: u128; + readonly isForeignAssetUnfrozen: boolean; + readonly asForeignAssetUnfrozen: { + readonly assetId: u128; + readonly xcmLocation: StagingXcmV4Location; } & Struct; - readonly isRequestExpirationExecuted: boolean; - readonly asRequestExpirationExecuted: { - readonly id: u64; + readonly type: + | "ForeignAssetCreated" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetFrozen" + | "ForeignAssetUnfrozen"; + } + + /** @name PalletParametersEvent (395) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; + } & Struct; + readonly type: "Updated"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (396) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (397) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (399) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersValue extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + readonly type: "RuntimeConfig"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (400) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: Perbill; + readonly type: "FeesTreasuryProportion"; + } + + /** @name PalletXcmWeightTraderEvent (401) */ + interface PalletXcmWeightTraderEvent extends Enum { + readonly isSupportedAssetAdded: boolean; + readonly asSupportedAssetAdded: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; + } & Struct; + readonly isSupportedAssetEdited: boolean; + readonly asSupportedAssetEdited: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; + } & Struct; + readonly isPauseAssetSupport: boolean; + readonly asPauseAssetSupport: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isResumeAssetSupport: boolean; + readonly asResumeAssetSupport: { + readonly location: StagingXcmV4Location; + } & Struct; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly location: StagingXcmV4Location; } & Struct; readonly type: - | "RandomnessRequestedBabeEpoch" - | "RandomnessRequestedLocal" - | "RequestFulfilled" - | "RequestFeeIncreased" - | "RequestExpirationExecuted"; + | "SupportedAssetAdded" + | "SupportedAssetEdited" + | "PauseAssetSupport" + | "ResumeAssetSupport" + | "SupportedAssetRemoved"; } - /** @name FrameSystemPhase (382) */ + /** @name FrameSystemPhase (402) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -5977,33 +6203,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (384) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (404) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (385) */ + /** @name FrameSystemCodeUpgradeAuthorization (405) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (386) */ + /** @name FrameSystemLimitsBlockWeights (406) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (387) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (407) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (388) */ + /** @name FrameSystemLimitsWeightsPerClass (408) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6011,25 +6237,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (389) */ + /** @name FrameSystemLimitsBlockLength (409) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (390) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (410) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (391) */ + /** @name SpWeightsRuntimeDbWeight (411) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (392) */ + /** @name SpVersionRuntimeVersion (412) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6041,7 +6267,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (396) */ + /** @name FrameSystemError (416) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6064,14 +6290,95 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (398) */ + /** @name PalletUtilityError (417) */ + interface PalletUtilityError extends Enum { + readonly isTooManyCalls: boolean; + readonly type: "TooManyCalls"; + } + + /** @name PalletBalancesBalanceLock (419) */ + interface PalletBalancesBalanceLock extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + readonly reasons: PalletBalancesReasons; + } + + /** @name PalletBalancesReasons (420) */ + interface PalletBalancesReasons extends Enum { + readonly isFee: boolean; + readonly isMisc: boolean; + readonly isAll: boolean; + readonly type: "Fee" | "Misc" | "All"; + } + + /** @name PalletBalancesReserveData (423) */ + interface PalletBalancesReserveData extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + } + + /** @name MoonbaseRuntimeRuntimeHoldReason (427) */ + interface MoonbaseRuntimeRuntimeHoldReason extends Enum { + readonly isPreimage: boolean; + readonly asPreimage: PalletPreimageHoldReason; + readonly type: "Preimage"; + } + + /** @name PalletPreimageHoldReason (428) */ + interface PalletPreimageHoldReason extends Enum { + readonly isPreimage: boolean; + readonly type: "Preimage"; + } + + /** @name FrameSupportTokensMiscIdAmount (431) */ + interface FrameSupportTokensMiscIdAmount extends Struct { + readonly id: Null; + readonly amount: u128; + } + + /** @name PalletBalancesError (433) */ + interface PalletBalancesError extends Enum { + readonly isVestingBalance: boolean; + readonly isLiquidityRestrictions: boolean; + readonly isInsufficientBalance: boolean; + readonly isExistentialDeposit: boolean; + readonly isExpendability: boolean; + readonly isExistingVestingSchedule: boolean; + readonly isDeadAccount: boolean; + readonly isTooManyReserves: boolean; + readonly isTooManyHolds: boolean; + readonly isTooManyFreezes: boolean; + readonly isIssuanceDeactivated: boolean; + readonly isDeltaZero: boolean; + readonly type: + | "VestingBalance" + | "LiquidityRestrictions" + | "InsufficientBalance" + | "ExistentialDeposit" + | "Expendability" + | "ExistingVestingSchedule" + | "DeadAccount" + | "TooManyReserves" + | "TooManyHolds" + | "TooManyFreezes" + | "IssuanceDeactivated" + | "DeltaZero"; + } + + /** @name PalletSudoError (434) */ + interface PalletSudoError extends Enum { + readonly isRequireSudo: boolean; + readonly type: "RequireSudo"; + } + + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (436) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (399) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (437) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6081,33 +6388,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (401) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (439) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (405) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (443) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (406) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (444) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (408) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (446) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (409) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (447) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6115,14 +6422,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (410) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (448) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (413) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (451) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6132,7 +6439,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (414) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (452) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6146,19 +6453,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (415) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (453) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (421) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (459) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (423) */ + /** @name CumulusPalletParachainSystemError (461) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6179,89 +6486,126 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (425) */ - interface PalletBalancesBalanceLock extends Struct { - readonly id: U8aFixed; - readonly amount: u128; - readonly reasons: PalletBalancesReasons; + /** @name PalletTransactionPaymentReleases (462) */ + interface PalletTransactionPaymentReleases extends Enum { + readonly isV1Ancient: boolean; + readonly isV2: boolean; + readonly type: "V1Ancient" | "V2"; + } + + /** @name PalletEvmCodeMetadata (463) */ + interface PalletEvmCodeMetadata extends Struct { + readonly size_: u64; + readonly hash_: H256; + } + + /** @name PalletEvmError (465) */ + interface PalletEvmError extends Enum { + readonly isBalanceLow: boolean; + readonly isFeeOverflow: boolean; + readonly isPaymentOverflow: boolean; + readonly isWithdrawFailed: boolean; + readonly isGasPriceTooLow: boolean; + readonly isInvalidNonce: boolean; + readonly isGasLimitTooLow: boolean; + readonly isGasLimitTooHigh: boolean; + readonly isInvalidChainId: boolean; + readonly isInvalidSignature: boolean; + readonly isReentrancy: boolean; + readonly isTransactionMustComeFromEOA: boolean; + readonly isUndefined: boolean; + readonly type: + | "BalanceLow" + | "FeeOverflow" + | "PaymentOverflow" + | "WithdrawFailed" + | "GasPriceTooLow" + | "InvalidNonce" + | "GasLimitTooLow" + | "GasLimitTooHigh" + | "InvalidChainId" + | "InvalidSignature" + | "Reentrancy" + | "TransactionMustComeFromEOA" + | "Undefined"; } - /** @name PalletBalancesReasons (426) */ - interface PalletBalancesReasons extends Enum { - readonly isFee: boolean; - readonly isMisc: boolean; - readonly isAll: boolean; - readonly type: "Fee" | "Misc" | "All"; + /** @name FpRpcTransactionStatus (468) */ + interface FpRpcTransactionStatus extends Struct { + readonly transactionHash: H256; + readonly transactionIndex: u32; + readonly from: H160; + readonly to: Option; + readonly contractAddress: Option; + readonly logs: Vec; + readonly logsBloom: EthbloomBloom; } - /** @name PalletBalancesReserveData (429) */ - interface PalletBalancesReserveData extends Struct { - readonly id: U8aFixed; - readonly amount: u128; - } + /** @name EthbloomBloom (470) */ + interface EthbloomBloom extends U8aFixed {} - /** @name MoonriverRuntimeRuntimeHoldReason (433) */ - interface MoonriverRuntimeRuntimeHoldReason extends Enum { - readonly isPreimage: boolean; - readonly asPreimage: PalletPreimageHoldReason; - readonly type: "Preimage"; + /** @name EthereumReceiptReceiptV3 (472) */ + interface EthereumReceiptReceiptV3 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumReceiptEip658ReceiptData; + readonly isEip2930: boolean; + readonly asEip2930: EthereumReceiptEip658ReceiptData; + readonly isEip1559: boolean; + readonly asEip1559: EthereumReceiptEip658ReceiptData; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name PalletPreimageHoldReason (434) */ - interface PalletPreimageHoldReason extends Enum { - readonly isPreimage: boolean; - readonly type: "Preimage"; + /** @name EthereumReceiptEip658ReceiptData (473) */ + interface EthereumReceiptEip658ReceiptData extends Struct { + readonly statusCode: u8; + readonly usedGas: U256; + readonly logsBloom: EthbloomBloom; + readonly logs: Vec; } - /** @name PalletBalancesIdAmount (437) */ - interface PalletBalancesIdAmount extends Struct { - readonly id: Null; - readonly amount: u128; + /** @name EthereumBlock (474) */ + interface EthereumBlock extends Struct { + readonly header: EthereumHeader; + readonly transactions: Vec; + readonly ommers: Vec; } - /** @name PalletBalancesError (439) */ - interface PalletBalancesError extends Enum { - readonly isVestingBalance: boolean; - readonly isLiquidityRestrictions: boolean; - readonly isInsufficientBalance: boolean; - readonly isExistentialDeposit: boolean; - readonly isExpendability: boolean; - readonly isExistingVestingSchedule: boolean; - readonly isDeadAccount: boolean; - readonly isTooManyReserves: boolean; - readonly isTooManyHolds: boolean; - readonly isTooManyFreezes: boolean; - readonly isIssuanceDeactivated: boolean; - readonly isDeltaZero: boolean; - readonly type: - | "VestingBalance" - | "LiquidityRestrictions" - | "InsufficientBalance" - | "ExistentialDeposit" - | "Expendability" - | "ExistingVestingSchedule" - | "DeadAccount" - | "TooManyReserves" - | "TooManyHolds" - | "TooManyFreezes" - | "IssuanceDeactivated" - | "DeltaZero"; + /** @name EthereumHeader (475) */ + interface EthereumHeader extends Struct { + readonly parentHash: H256; + readonly ommersHash: H256; + readonly beneficiary: H160; + readonly stateRoot: H256; + readonly transactionsRoot: H256; + readonly receiptsRoot: H256; + readonly logsBloom: EthbloomBloom; + readonly difficulty: U256; + readonly number: U256; + readonly gasLimit: U256; + readonly gasUsed: U256; + readonly timestamp: u64; + readonly extraData: Bytes; + readonly mixHash: H256; + readonly nonce: EthereumTypesHashH64; } - /** @name PalletTransactionPaymentReleases (440) */ - interface PalletTransactionPaymentReleases extends Enum { - readonly isV1Ancient: boolean; - readonly isV2: boolean; - readonly type: "V1Ancient" | "V2"; + /** @name EthereumTypesHashH64 (476) */ + interface EthereumTypesHashH64 extends U8aFixed {} + + /** @name PalletEthereumError (481) */ + interface PalletEthereumError extends Enum { + readonly isInvalidSignature: boolean; + readonly isPreLogExists: boolean; + readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletParachainStakingParachainBondConfig (441) */ + /** @name PalletParachainStakingParachainBondConfig (482) */ interface PalletParachainStakingParachainBondConfig extends Struct { readonly account: AccountId20; readonly percent: Percent; } - /** @name PalletParachainStakingRoundInfo (442) */ + /** @name PalletParachainStakingRoundInfo (483) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6269,7 +6613,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (443) */ + /** @name PalletParachainStakingDelegator (484) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6278,16 +6622,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (444) */ + /** @name PalletParachainStakingSetOrderedSet (485) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (445) */ + /** @name PalletParachainStakingBond (486) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (447) */ + /** @name PalletParachainStakingDelegatorStatus (488) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6295,7 +6639,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (448) */ + /** @name PalletParachainStakingCandidateMetadata (489) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6309,7 +6653,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (449) */ + /** @name PalletParachainStakingCapacityStatus (490) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6317,13 +6661,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (451) */ + /** @name PalletParachainStakingCandidateBondLessRequest (492) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (452) */ + /** @name PalletParachainStakingCollatorStatus (493) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6332,50 +6676,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (454) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (495) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (457) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (498) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (459) */ + /** @name PalletParachainStakingDelegations (500) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (461) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (502) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (464) */ + /** @name PalletParachainStakingCollatorSnapshot (505) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (466) */ + /** @name PalletParachainStakingBondWithAutoCompound (507) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (467) */ + /** @name PalletParachainStakingDelayedPayout (508) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (468) */ + /** @name PalletParachainStakingInflationInflationInfo (509) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6394,7 +6738,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (469) */ + /** @name PalletParachainStakingError (510) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6509,7 +6853,97 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (470) */ + /** @name PalletSchedulerScheduled (513) */ + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; + readonly priority: u8; + readonly call: FrameSupportPreimagesBounded; + readonly maybePeriodic: Option>; + readonly origin: MoonbaseRuntimeOriginCaller; + } + + /** @name PalletSchedulerRetryConfig (515) */ + interface PalletSchedulerRetryConfig extends Struct { + readonly totalRetries: u8; + readonly remaining: u8; + readonly period: u32; + } + + /** @name PalletSchedulerError (516) */ + interface PalletSchedulerError extends Enum { + readonly isFailedToSchedule: boolean; + readonly isNotFound: boolean; + readonly isTargetBlockNumberInPast: boolean; + readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; + readonly type: + | "FailedToSchedule" + | "NotFound" + | "TargetBlockNumberInPast" + | "RescheduleNoChange" + | "Named"; + } + + /** @name PalletTreasuryProposal (517) */ + interface PalletTreasuryProposal extends Struct { + readonly proposer: AccountId20; + readonly value: u128; + readonly beneficiary: AccountId20; + readonly bond: u128; + } + + /** @name PalletTreasurySpendStatus (520) */ + interface PalletTreasurySpendStatus extends Struct { + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; + readonly status: PalletTreasuryPaymentState; + } + + /** @name PalletTreasuryPaymentState (521) */ + interface PalletTreasuryPaymentState extends Enum { + readonly isPending: boolean; + readonly isAttempted: boolean; + readonly asAttempted: { + readonly id: Null; + } & Struct; + readonly isFailed: boolean; + readonly type: "Pending" | "Attempted" | "Failed"; + } + + /** @name FrameSupportPalletId (523) */ + interface FrameSupportPalletId extends U8aFixed {} + + /** @name PalletTreasuryError (524) */ + interface PalletTreasuryError extends Enum { + readonly isInvalidIndex: boolean; + readonly isTooManyApprovals: boolean; + readonly isInsufficientPermission: boolean; + readonly isProposalNotApproved: boolean; + readonly isFailedToConvertBalance: boolean; + readonly isSpendExpired: boolean; + readonly isEarlyPayout: boolean; + readonly isAlreadyAttempted: boolean; + readonly isPayoutError: boolean; + readonly isNotAttempted: boolean; + readonly isInconclusive: boolean; + readonly type: + | "InvalidIndex" + | "TooManyApprovals" + | "InsufficientPermission" + | "ProposalNotApproved" + | "FailedToConvertBalance" + | "SpendExpired" + | "EarlyPayout" + | "AlreadyAttempted" + | "PayoutError" + | "NotAttempted" + | "Inconclusive"; + } + + /** @name PalletAuthorInherentError (525) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6517,14 +6951,56 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (471) */ + /** @name PalletCrowdloanRewardsRewardInfo (526) */ + interface PalletCrowdloanRewardsRewardInfo extends Struct { + readonly totalReward: u128; + readonly claimedReward: u128; + readonly contributedRelayAddresses: Vec; + } + + /** @name PalletCrowdloanRewardsError (528) */ + interface PalletCrowdloanRewardsError extends Enum { + readonly isAlreadyAssociated: boolean; + readonly isBatchBeyondFundPot: boolean; + readonly isFirstClaimAlreadyDone: boolean; + readonly isRewardNotHighEnough: boolean; + readonly isInvalidClaimSignature: boolean; + readonly isInvalidFreeClaimSignature: boolean; + readonly isNoAssociatedClaim: boolean; + readonly isRewardsAlreadyClaimed: boolean; + readonly isRewardVecAlreadyInitialized: boolean; + readonly isRewardVecNotFullyInitializedYet: boolean; + readonly isRewardsDoNotMatchFund: boolean; + readonly isTooManyContributors: boolean; + readonly isVestingPeriodNonValid: boolean; + readonly isNonContributedAddressProvided: boolean; + readonly isInsufficientNumberOfValidProofs: boolean; + readonly type: + | "AlreadyAssociated" + | "BatchBeyondFundPot" + | "FirstClaimAlreadyDone" + | "RewardNotHighEnough" + | "InvalidClaimSignature" + | "InvalidFreeClaimSignature" + | "NoAssociatedClaim" + | "RewardsAlreadyClaimed" + | "RewardVecAlreadyInitialized" + | "RewardVecNotFullyInitializedYet" + | "RewardsDoNotMatchFund" + | "TooManyContributors" + | "VestingPeriodNonValid" + | "NonContributedAddressProvided" + | "InsufficientNumberOfValidProofs"; + } + + /** @name PalletAuthorMappingRegistrationInfo (529) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (472) */ + /** @name PalletAuthorMappingError (530) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6542,66 +7018,24 @@ declare module "@polkadot/types/lookup" { | "OldAuthorIdNotFound" | "WrongKeySize" | "DecodeNimbusFailed" - | "DecodeKeysFailed"; - } - - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (473) */ - interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { - readonly orbiters: Vec; - readonly maybeCurrentOrbiter: Option; - readonly nextOrbiter: u32; - } - - /** @name PalletMoonbeamOrbitersCurrentOrbiter (475) */ - interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { - readonly accountId: AccountId20; - readonly removed: bool; - } - - /** @name PalletMoonbeamOrbitersError (476) */ - interface PalletMoonbeamOrbitersError extends Enum { - readonly isCollatorAlreadyAdded: boolean; - readonly isCollatorNotFound: boolean; - readonly isCollatorPoolTooLarge: boolean; - readonly isCollatorsPoolCountTooLow: boolean; - readonly isMinOrbiterDepositNotSet: boolean; - readonly isOrbiterAlreadyInPool: boolean; - readonly isOrbiterDepositNotFound: boolean; - readonly isOrbiterNotFound: boolean; - readonly isOrbiterStillInAPool: boolean; - readonly type: - | "CollatorAlreadyAdded" - | "CollatorNotFound" - | "CollatorPoolTooLarge" - | "CollatorsPoolCountTooLow" - | "MinOrbiterDepositNotSet" - | "OrbiterAlreadyInPool" - | "OrbiterDepositNotFound" - | "OrbiterNotFound" - | "OrbiterStillInAPool"; - } - - /** @name PalletUtilityError (479) */ - interface PalletUtilityError extends Enum { - readonly isTooManyCalls: boolean; - readonly type: "TooManyCalls"; + | "DecodeKeysFailed"; } - /** @name PalletProxyProxyDefinition (482) */ + /** @name PalletProxyProxyDefinition (533) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (486) */ + /** @name PalletProxyAnnouncement (537) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (488) */ + /** @name PalletProxyError (539) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6622,34 +7056,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (489) */ + /** @name PalletMaintenanceModeError (540) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (491) */ + /** @name PalletIdentityRegistration (542) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (500) */ + /** @name PalletIdentityRegistrarInfo (551) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (502) */ + /** @name PalletIdentityAuthorityProperties (553) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (505) */ + /** @name PalletIdentityError (556) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6706,459 +7140,539 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (506) */ - interface PalletMigrationsError extends Enum { - readonly isPreimageMissing: boolean; - readonly isWrongUpperBound: boolean; - readonly isPreimageIsTooBig: boolean; - readonly isPreimageAlreadyExists: boolean; - readonly type: - | "PreimageMissing" - | "WrongUpperBound" - | "PreimageIsTooBig" - | "PreimageAlreadyExists"; + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (561) */ + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + readonly recipient: u32; + readonly state: CumulusPalletXcmpQueueOutboundState; + readonly signalsExist: bool; + readonly firstIndex: u16; + readonly lastIndex: u16; } - /** @name PalletMultisigMultisig (508) */ - interface PalletMultisigMultisig extends Struct { - readonly when: PalletMultisigTimepoint; - readonly deposit: u128; - readonly depositor: AccountId20; - readonly approvals: Vec; + /** @name CumulusPalletXcmpQueueOutboundState (562) */ + interface CumulusPalletXcmpQueueOutboundState extends Enum { + readonly isOk: boolean; + readonly isSuspended: boolean; + readonly type: "Ok" | "Suspended"; } - /** @name PalletMultisigError (510) */ - interface PalletMultisigError extends Enum { - readonly isMinimumThreshold: boolean; - readonly isAlreadyApproved: boolean; - readonly isNoApprovalsNeeded: boolean; - readonly isTooFewSignatories: boolean; - readonly isTooManySignatories: boolean; - readonly isSignatoriesOutOfOrder: boolean; - readonly isSenderInSignatories: boolean; - readonly isNotFound: boolean; - readonly isNotOwner: boolean; - readonly isNoTimepoint: boolean; - readonly isWrongTimepoint: boolean; - readonly isUnexpectedTimepoint: boolean; - readonly isMaxWeightTooLow: boolean; - readonly isAlreadyStored: boolean; + /** @name CumulusPalletXcmpQueueQueueConfigData (566) */ + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + readonly suspendThreshold: u32; + readonly dropThreshold: u32; + readonly resumeThreshold: u32; + } + + /** @name CumulusPalletXcmpQueueError (567) */ + interface CumulusPalletXcmpQueueError extends Enum { + readonly isBadQueueConfig: boolean; + readonly isAlreadySuspended: boolean; + readonly isAlreadyResumed: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "MinimumThreshold" - | "AlreadyApproved" - | "NoApprovalsNeeded" - | "TooFewSignatories" - | "TooManySignatories" - | "SignatoriesOutOfOrder" - | "SenderInSignatories" - | "NotFound" - | "NotOwner" - | "NoTimepoint" - | "WrongTimepoint" - | "UnexpectedTimepoint" - | "MaxWeightTooLow" - | "AlreadyStored"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletMoonbeamLazyMigrationsError (511) */ - interface PalletMoonbeamLazyMigrationsError extends Enum { - readonly isLimitCannotBeZero: boolean; - readonly isAddressesLengthCannotBeZero: boolean; - readonly isContractNotCorrupted: boolean; - readonly type: "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted"; + /** @name PalletXcmQueryStatus (568) */ + interface PalletXcmQueryStatus extends Enum { + readonly isPending: boolean; + readonly asPending: { + readonly responder: XcmVersionedLocation; + readonly maybeMatchQuerier: Option; + readonly maybeNotify: Option>; + readonly timeout: u32; + } & Struct; + readonly isVersionNotifier: boolean; + readonly asVersionNotifier: { + readonly origin: XcmVersionedLocation; + readonly isActive: bool; + } & Struct; + readonly isReady: boolean; + readonly asReady: { + readonly response: XcmVersionedResponse; + readonly at: u32; + } & Struct; + readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name PalletEvmCodeMetadata (512) */ - interface PalletEvmCodeMetadata extends Struct { - readonly size_: u64; - readonly hash_: H256; + /** @name XcmVersionedResponse (572) */ + interface XcmVersionedResponse extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Response; + readonly isV3: boolean; + readonly asV3: XcmV3Response; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Response; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletEvmError (514) */ - interface PalletEvmError extends Enum { - readonly isBalanceLow: boolean; - readonly isFeeOverflow: boolean; - readonly isPaymentOverflow: boolean; - readonly isWithdrawFailed: boolean; - readonly isGasPriceTooLow: boolean; - readonly isInvalidNonce: boolean; - readonly isGasLimitTooLow: boolean; - readonly isGasLimitTooHigh: boolean; - readonly isInvalidChainId: boolean; - readonly isInvalidSignature: boolean; - readonly isReentrancy: boolean; - readonly isTransactionMustComeFromEOA: boolean; - readonly isUndefined: boolean; + /** @name PalletXcmVersionMigrationStage (578) */ + interface PalletXcmVersionMigrationStage extends Enum { + readonly isMigrateSupportedVersion: boolean; + readonly isMigrateVersionNotifiers: boolean; + readonly isNotifyCurrentTargets: boolean; + readonly asNotifyCurrentTargets: Option; + readonly isMigrateAndNotifyOldTargets: boolean; readonly type: - | "BalanceLow" - | "FeeOverflow" - | "PaymentOverflow" - | "WithdrawFailed" - | "GasPriceTooLow" - | "InvalidNonce" - | "GasLimitTooLow" - | "GasLimitTooHigh" - | "InvalidChainId" - | "InvalidSignature" - | "Reentrancy" - | "TransactionMustComeFromEOA" - | "Undefined"; + | "MigrateSupportedVersion" + | "MigrateVersionNotifiers" + | "NotifyCurrentTargets" + | "MigrateAndNotifyOldTargets"; } - /** @name FpRpcTransactionStatus (517) */ - interface FpRpcTransactionStatus extends Struct { - readonly transactionHash: H256; - readonly transactionIndex: u32; - readonly from: H160; - readonly to: Option; - readonly contractAddress: Option; - readonly logs: Vec; - readonly logsBloom: EthbloomBloom; + /** @name PalletXcmRemoteLockedFungibleRecord (581) */ + interface PalletXcmRemoteLockedFungibleRecord extends Struct { + readonly amount: u128; + readonly owner: XcmVersionedLocation; + readonly locker: XcmVersionedLocation; + readonly consumers: Vec>; } - /** @name EthbloomBloom (519) */ - interface EthbloomBloom extends U8aFixed {} - - /** @name EthereumReceiptReceiptV3 (521) */ - interface EthereumReceiptReceiptV3 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumReceiptEip658ReceiptData; - readonly isEip2930: boolean; - readonly asEip2930: EthereumReceiptEip658ReceiptData; - readonly isEip1559: boolean; - readonly asEip1559: EthereumReceiptEip658ReceiptData; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; + /** @name PalletXcmError (588) */ + interface PalletXcmError extends Enum { + readonly isUnreachable: boolean; + readonly isSendFailure: boolean; + readonly isFiltered: boolean; + readonly isUnweighableMessage: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isEmpty: boolean; + readonly isCannotReanchor: boolean; + readonly isTooManyAssets: boolean; + readonly isInvalidOrigin: boolean; + readonly isBadVersion: boolean; + readonly isBadLocation: boolean; + readonly isNoSubscription: boolean; + readonly isAlreadySubscribed: boolean; + readonly isCannotCheckOutTeleport: boolean; + readonly isLowBalance: boolean; + readonly isTooManyLocks: boolean; + readonly isAccountNotSovereign: boolean; + readonly isFeesNotMet: boolean; + readonly isLockNotFound: boolean; + readonly isInUse: boolean; + readonly isInvalidAssetUnknownReserve: boolean; + readonly isInvalidAssetUnsupportedReserve: boolean; + readonly isTooManyReserves: boolean; + readonly isLocalExecutionIncomplete: boolean; + readonly type: + | "Unreachable" + | "SendFailure" + | "Filtered" + | "UnweighableMessage" + | "DestinationNotInvertible" + | "Empty" + | "CannotReanchor" + | "TooManyAssets" + | "InvalidOrigin" + | "BadVersion" + | "BadLocation" + | "NoSubscription" + | "AlreadySubscribed" + | "CannotCheckOutTeleport" + | "LowBalance" + | "TooManyLocks" + | "AccountNotSovereign" + | "FeesNotMet" + | "LockNotFound" + | "InUse" + | "InvalidAssetUnknownReserve" + | "InvalidAssetUnsupportedReserve" + | "TooManyReserves" + | "LocalExecutionIncomplete"; } - /** @name EthereumReceiptEip658ReceiptData (522) */ - interface EthereumReceiptEip658ReceiptData extends Struct { - readonly statusCode: u8; - readonly usedGas: U256; - readonly logsBloom: EthbloomBloom; - readonly logs: Vec; + /** @name PalletAssetsAssetDetails (589) */ + interface PalletAssetsAssetDetails extends Struct { + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly supply: u128; + readonly deposit: u128; + readonly minBalance: u128; + readonly isSufficient: bool; + readonly accounts: u32; + readonly sufficients: u32; + readonly approvals: u32; + readonly status: PalletAssetsAssetStatus; } - /** @name EthereumBlock (523) */ - interface EthereumBlock extends Struct { - readonly header: EthereumHeader; - readonly transactions: Vec; - readonly ommers: Vec; + /** @name PalletAssetsAssetStatus (590) */ + interface PalletAssetsAssetStatus extends Enum { + readonly isLive: boolean; + readonly isFrozen: boolean; + readonly isDestroying: boolean; + readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name EthereumHeader (524) */ - interface EthereumHeader extends Struct { - readonly parentHash: H256; - readonly ommersHash: H256; - readonly beneficiary: H160; - readonly stateRoot: H256; - readonly transactionsRoot: H256; - readonly receiptsRoot: H256; - readonly logsBloom: EthbloomBloom; - readonly difficulty: U256; - readonly number: U256; - readonly gasLimit: U256; - readonly gasUsed: U256; - readonly timestamp: u64; - readonly extraData: Bytes; - readonly mixHash: H256; - readonly nonce: EthereumTypesHashH64; + /** @name PalletAssetsAssetAccount (592) */ + interface PalletAssetsAssetAccount extends Struct { + readonly balance: u128; + readonly status: PalletAssetsAccountStatus; + readonly reason: PalletAssetsExistenceReason; + readonly extra: Null; } - /** @name EthereumTypesHashH64 (525) */ - interface EthereumTypesHashH64 extends U8aFixed {} + /** @name PalletAssetsAccountStatus (593) */ + interface PalletAssetsAccountStatus extends Enum { + readonly isLiquid: boolean; + readonly isFrozen: boolean; + readonly isBlocked: boolean; + readonly type: "Liquid" | "Frozen" | "Blocked"; + } - /** @name PalletEthereumError (530) */ - interface PalletEthereumError extends Enum { - readonly isInvalidSignature: boolean; - readonly isPreLogExists: boolean; - readonly type: "InvalidSignature" | "PreLogExists"; + /** @name PalletAssetsExistenceReason (594) */ + interface PalletAssetsExistenceReason extends Enum { + readonly isConsumer: boolean; + readonly isSufficient: boolean; + readonly isDepositHeld: boolean; + readonly asDepositHeld: u128; + readonly isDepositRefunded: boolean; + readonly isDepositFrom: boolean; + readonly asDepositFrom: ITuple<[AccountId20, u128]>; + readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletSchedulerScheduled (533) */ - interface PalletSchedulerScheduled extends Struct { - readonly maybeId: Option; - readonly priority: u8; - readonly call: FrameSupportPreimagesBounded; - readonly maybePeriodic: Option>; - readonly origin: MoonriverRuntimeOriginCaller; + /** @name PalletAssetsApproval (596) */ + interface PalletAssetsApproval extends Struct { + readonly amount: u128; + readonly deposit: u128; } - /** @name PalletSchedulerRetryConfig (535) */ - interface PalletSchedulerRetryConfig extends Struct { - readonly totalRetries: u8; - readonly remaining: u8; - readonly period: u32; + /** @name PalletAssetsAssetMetadata (597) */ + interface PalletAssetsAssetMetadata extends Struct { + readonly deposit: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } - /** @name PalletSchedulerError (536) */ - interface PalletSchedulerError extends Enum { - readonly isFailedToSchedule: boolean; - readonly isNotFound: boolean; - readonly isTargetBlockNumberInPast: boolean; - readonly isRescheduleNoChange: boolean; - readonly isNamed: boolean; + /** @name PalletAssetsError (599) */ + interface PalletAssetsError extends Enum { + readonly isBalanceLow: boolean; + readonly isNoAccount: boolean; + readonly isNoPermission: boolean; + readonly isUnknown: boolean; + readonly isFrozen: boolean; + readonly isInUse: boolean; + readonly isBadWitness: boolean; + readonly isMinBalanceZero: boolean; + readonly isUnavailableConsumer: boolean; + readonly isBadMetadata: boolean; + readonly isUnapproved: boolean; + readonly isWouldDie: boolean; + readonly isAlreadyExists: boolean; + readonly isNoDeposit: boolean; + readonly isWouldBurn: boolean; + readonly isLiveAsset: boolean; + readonly isAssetNotLive: boolean; + readonly isIncorrectStatus: boolean; + readonly isNotFrozen: boolean; + readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: - | "FailedToSchedule" - | "NotFound" - | "TargetBlockNumberInPast" - | "RescheduleNoChange" - | "Named"; + | "BalanceLow" + | "NoAccount" + | "NoPermission" + | "Unknown" + | "Frozen" + | "InUse" + | "BadWitness" + | "MinBalanceZero" + | "UnavailableConsumer" + | "BadMetadata" + | "Unapproved" + | "WouldDie" + | "AlreadyExists" + | "NoDeposit" + | "WouldBurn" + | "LiveAsset" + | "AssetNotLive" + | "IncorrectStatus" + | "NotFrozen" + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletPreimageOldRequestStatus (537) */ - interface PalletPreimageOldRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly deposit: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly deposit: Option>; - readonly count: u32; - readonly len: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name OrmlXtokensModuleError (600) */ + interface OrmlXtokensModuleError extends Enum { + readonly isAssetHasNoReserve: boolean; + readonly isNotCrossChainTransfer: boolean; + readonly isInvalidDest: boolean; + readonly isNotCrossChainTransferableCurrency: boolean; + readonly isUnweighableMessage: boolean; + readonly isXcmExecutionFailed: boolean; + readonly isCannotReanchor: boolean; + readonly isInvalidAncestry: boolean; + readonly isInvalidAsset: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isBadVersion: boolean; + readonly isDistinctReserveForAssetAndFee: boolean; + readonly isZeroFee: boolean; + readonly isZeroAmount: boolean; + readonly isTooManyAssetsBeingSent: boolean; + readonly isAssetIndexNonExistent: boolean; + readonly isFeeNotEnough: boolean; + readonly isNotSupportedLocation: boolean; + readonly isMinXcmFeeNotDefined: boolean; + readonly isRateLimited: boolean; + readonly type: + | "AssetHasNoReserve" + | "NotCrossChainTransfer" + | "InvalidDest" + | "NotCrossChainTransferableCurrency" + | "UnweighableMessage" + | "XcmExecutionFailed" + | "CannotReanchor" + | "InvalidAncestry" + | "InvalidAsset" + | "DestinationNotInvertible" + | "BadVersion" + | "DistinctReserveForAssetAndFee" + | "ZeroFee" + | "ZeroAmount" + | "TooManyAssetsBeingSent" + | "AssetIndexNonExistent" + | "FeeNotEnough" + | "NotSupportedLocation" + | "MinXcmFeeNotDefined" + | "RateLimited"; } - /** @name PalletPreimageRequestStatus (540) */ - interface PalletPreimageRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly ticket: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly maybeTicket: Option>; - readonly count: u32; - readonly maybeLen: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name PalletAssetManagerError (601) */ + interface PalletAssetManagerError extends Enum { + readonly isErrorCreatingAsset: boolean; + readonly isAssetAlreadyExists: boolean; + readonly isAssetDoesNotExist: boolean; + readonly isTooLowNumAssetsWeightHint: boolean; + readonly isLocalAssetLimitReached: boolean; + readonly isErrorDestroyingAsset: boolean; + readonly isNotSufficientDeposit: boolean; + readonly isNonExistentLocalAsset: boolean; + readonly type: + | "ErrorCreatingAsset" + | "AssetAlreadyExists" + | "AssetDoesNotExist" + | "TooLowNumAssetsWeightHint" + | "LocalAssetLimitReached" + | "ErrorDestroyingAsset" + | "NotSufficientDeposit" + | "NonExistentLocalAsset"; } - /** @name PalletPreimageError (546) */ - interface PalletPreimageError extends Enum { - readonly isTooBig: boolean; - readonly isAlreadyNoted: boolean; - readonly isNotAuthorized: boolean; - readonly isNotNoted: boolean; - readonly isRequested: boolean; - readonly isNotRequested: boolean; - readonly isTooMany: boolean; - readonly isTooFew: boolean; + /** @name PalletMigrationsError (602) */ + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; readonly type: - | "TooBig" - | "AlreadyNoted" - | "NotAuthorized" - | "NotNoted" - | "Requested" - | "NotRequested" - | "TooMany" - | "TooFew"; + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; } - /** @name PalletConvictionVotingVoteVoting (548) */ - interface PalletConvictionVotingVoteVoting extends Enum { - readonly isCasting: boolean; - readonly asCasting: PalletConvictionVotingVoteCasting; - readonly isDelegating: boolean; - readonly asDelegating: PalletConvictionVotingVoteDelegating; - readonly type: "Casting" | "Delegating"; + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (603) */ + interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { + readonly staking: u8; + readonly utility: u8; + readonly hrmp: u8; + readonly bond: u8; + readonly bondExtra: u8; + readonly unbond: u8; + readonly withdrawUnbonded: u8; + readonly validate: u8; + readonly nominate: u8; + readonly chill: u8; + readonly setPayee: u8; + readonly setController: u8; + readonly rebond: u8; + readonly asDerivative: u8; + readonly initOpenChannel: u8; + readonly acceptOpenChannel: u8; + readonly closeChannel: u8; + readonly cancelOpenRequest: u8; } - /** @name PalletConvictionVotingVoteCasting (549) */ - interface PalletConvictionVotingVoteCasting extends Struct { - readonly votes: Vec>; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletXcmTransactorError (604) */ + interface PalletXcmTransactorError extends Enum { + readonly isIndexAlreadyClaimed: boolean; + readonly isUnclaimedIndex: boolean; + readonly isNotOwner: boolean; + readonly isUnweighableMessage: boolean; + readonly isCannotReanchor: boolean; + readonly isAssetHasNoReserve: boolean; + readonly isInvalidDest: boolean; + readonly isNotCrossChainTransfer: boolean; + readonly isAssetIsNotReserveInDestination: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isErrorDelivering: boolean; + readonly isDispatchWeightBiggerThanTotalWeight: boolean; + readonly isWeightOverflow: boolean; + readonly isAmountOverflow: boolean; + readonly isTransactorInfoNotSet: boolean; + readonly isNotCrossChainTransferableCurrency: boolean; + readonly isXcmExecuteError: boolean; + readonly isBadVersion: boolean; + readonly isMaxWeightTransactReached: boolean; + readonly isUnableToWithdrawAsset: boolean; + readonly isFeePerSecondNotSet: boolean; + readonly isSignedTransactNotAllowedForDestination: boolean; + readonly isFailedMultiLocationToJunction: boolean; + readonly isHrmpHandlerNotImplemented: boolean; + readonly isTooMuchFeeUsed: boolean; + readonly isErrorValidating: boolean; + readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly type: + | "IndexAlreadyClaimed" + | "UnclaimedIndex" + | "NotOwner" + | "UnweighableMessage" + | "CannotReanchor" + | "AssetHasNoReserve" + | "InvalidDest" + | "NotCrossChainTransfer" + | "AssetIsNotReserveInDestination" + | "DestinationNotInvertible" + | "ErrorDelivering" + | "DispatchWeightBiggerThanTotalWeight" + | "WeightOverflow" + | "AmountOverflow" + | "TransactorInfoNotSet" + | "NotCrossChainTransferableCurrency" + | "XcmExecuteError" + | "BadVersion" + | "MaxWeightTransactReached" + | "UnableToWithdrawAsset" + | "FeePerSecondNotSet" + | "SignedTransactNotAllowedForDestination" + | "FailedMultiLocationToJunction" + | "HrmpHandlerNotImplemented" + | "TooMuchFeeUsed" + | "ErrorValidating" + | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletConvictionVotingDelegations (553) */ - interface PalletConvictionVotingDelegations extends Struct { - readonly votes: u128; - readonly capital: u128; + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (605) */ + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + readonly orbiters: Vec; + readonly maybeCurrentOrbiter: Option; + readonly nextOrbiter: u32; } - /** @name PalletConvictionVotingVotePriorLock (554) */ - interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - - /** @name PalletConvictionVotingVoteDelegating (555) */ - interface PalletConvictionVotingVoteDelegating extends Struct { - readonly balance: u128; - readonly target: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletMoonbeamOrbitersCurrentOrbiter (607) */ + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + readonly accountId: AccountId20; + readonly removed: bool; } - /** @name PalletConvictionVotingError (559) */ - interface PalletConvictionVotingError extends Enum { - readonly isNotOngoing: boolean; - readonly isNotVoter: boolean; - readonly isNoPermission: boolean; - readonly isNoPermissionYet: boolean; - readonly isAlreadyDelegating: boolean; - readonly isAlreadyVoting: boolean; - readonly isInsufficientFunds: boolean; - readonly isNotDelegating: boolean; - readonly isNonsense: boolean; - readonly isMaxVotesReached: boolean; - readonly isClassNeeded: boolean; - readonly isBadClass: boolean; + /** @name PalletMoonbeamOrbitersError (608) */ + interface PalletMoonbeamOrbitersError extends Enum { + readonly isCollatorAlreadyAdded: boolean; + readonly isCollatorNotFound: boolean; + readonly isCollatorPoolTooLarge: boolean; + readonly isCollatorsPoolCountTooLow: boolean; + readonly isMinOrbiterDepositNotSet: boolean; + readonly isOrbiterAlreadyInPool: boolean; + readonly isOrbiterDepositNotFound: boolean; + readonly isOrbiterNotFound: boolean; + readonly isOrbiterStillInAPool: boolean; readonly type: - | "NotOngoing" - | "NotVoter" - | "NoPermission" - | "NoPermissionYet" - | "AlreadyDelegating" - | "AlreadyVoting" - | "InsufficientFunds" - | "NotDelegating" - | "Nonsense" - | "MaxVotesReached" - | "ClassNeeded" - | "BadClass"; - } - - /** @name PalletReferendaReferendumInfo (560) */ - interface PalletReferendaReferendumInfo extends Enum { - readonly isOngoing: boolean; - readonly asOngoing: PalletReferendaReferendumStatus; - readonly isApproved: boolean; - readonly asApproved: ITuple< - [u32, Option, Option] - >; - readonly isRejected: boolean; - readonly asRejected: ITuple< - [u32, Option, Option] - >; - readonly isCancelled: boolean; - readonly asCancelled: ITuple< - [u32, Option, Option] - >; - readonly isTimedOut: boolean; - readonly asTimedOut: ITuple< - [u32, Option, Option] - >; - readonly isKilled: boolean; - readonly asKilled: u32; - readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; + | "CollatorAlreadyAdded" + | "CollatorNotFound" + | "CollatorPoolTooLarge" + | "CollatorsPoolCountTooLow" + | "MinOrbiterDepositNotSet" + | "OrbiterAlreadyInPool" + | "OrbiterDepositNotFound" + | "OrbiterNotFound" + | "OrbiterStillInAPool"; } - /** @name PalletReferendaReferendumStatus (561) */ - interface PalletReferendaReferendumStatus extends Struct { - readonly track: u16; - readonly origin: MoonriverRuntimeOriginCaller; - readonly proposal: FrameSupportPreimagesBounded; - readonly enactment: FrameSupportScheduleDispatchTime; - readonly submitted: u32; - readonly submissionDeposit: PalletReferendaDeposit; - readonly decisionDeposit: Option; - readonly deciding: Option; - readonly tally: PalletConvictionVotingTally; - readonly inQueue: bool; - readonly alarm: Option]>>; + /** @name PalletEthereumXcmError (609) */ + interface PalletEthereumXcmError extends Enum { + readonly isEthereumXcmExecutionSuspended: boolean; + readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletReferendaDeposit (562) */ - interface PalletReferendaDeposit extends Struct { - readonly who: AccountId20; - readonly amount: u128; + /** @name PalletRandomnessRequestState (610) */ + interface PalletRandomnessRequestState extends Struct { + readonly request: PalletRandomnessRequest; + readonly deposit: u128; } - /** @name PalletReferendaDecidingStatus (565) */ - interface PalletReferendaDecidingStatus extends Struct { - readonly since: u32; - readonly confirming: Option; + /** @name PalletRandomnessRequest (611) */ + interface PalletRandomnessRequest extends Struct { + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly info: PalletRandomnessRequestInfo; } - /** @name PalletReferendaTrackInfo (573) */ - interface PalletReferendaTrackInfo extends Struct { - readonly name: Text; - readonly maxDeciding: u32; - readonly decisionDeposit: u128; - readonly preparePeriod: u32; - readonly decisionPeriod: u32; - readonly confirmPeriod: u32; - readonly minEnactmentPeriod: u32; - readonly minApproval: PalletReferendaCurve; - readonly minSupport: PalletReferendaCurve; + /** @name PalletRandomnessRequestInfo (612) */ + interface PalletRandomnessRequestInfo extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: ITuple<[u64, u64]>; + readonly isLocal: boolean; + readonly asLocal: ITuple<[u32, u32]>; + readonly type: "BabeEpoch" | "Local"; } - /** @name PalletReferendaCurve (574) */ - interface PalletReferendaCurve extends Enum { - readonly isLinearDecreasing: boolean; - readonly asLinearDecreasing: { - readonly length: Perbill; - readonly floor: Perbill; - readonly ceil: Perbill; - } & Struct; - readonly isSteppedDecreasing: boolean; - readonly asSteppedDecreasing: { - readonly begin: Perbill; - readonly end: Perbill; - readonly step: Perbill; - readonly period: Perbill; - } & Struct; - readonly isReciprocal: boolean; - readonly asReciprocal: { - readonly factor: i64; - readonly xOffset: i64; - readonly yOffset: i64; - } & Struct; - readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + /** @name PalletRandomnessRequestType (613) */ + interface PalletRandomnessRequestType extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: u64; + readonly isLocal: boolean; + readonly asLocal: u32; + readonly type: "BabeEpoch" | "Local"; } - /** @name PalletReferendaError (577) */ - interface PalletReferendaError extends Enum { - readonly isNotOngoing: boolean; - readonly isHasDeposit: boolean; - readonly isBadTrack: boolean; - readonly isFull: boolean; - readonly isQueueEmpty: boolean; - readonly isBadReferendum: boolean; - readonly isNothingToDo: boolean; - readonly isNoTrack: boolean; - readonly isUnfinished: boolean; - readonly isNoPermission: boolean; - readonly isNoDeposit: boolean; - readonly isBadStatus: boolean; - readonly isPreimageNotExist: boolean; - readonly isPreimageStoredWithDifferentLength: boolean; - readonly type: - | "NotOngoing" - | "HasDeposit" - | "BadTrack" - | "Full" - | "QueueEmpty" - | "BadReferendum" - | "NothingToDo" - | "NoTrack" - | "Unfinished" - | "NoPermission" - | "NoDeposit" - | "BadStatus" - | "PreimageNotExist" - | "PreimageStoredWithDifferentLength"; + /** @name PalletRandomnessRandomnessResult (614) */ + interface PalletRandomnessRandomnessResult extends Struct { + readonly randomness: Option; + readonly requestCount: u64; } - /** @name PalletWhitelistError (578) */ - interface PalletWhitelistError extends Enum { - readonly isUnavailablePreImage: boolean; - readonly isUndecodableCall: boolean; - readonly isInvalidCallWeightWitness: boolean; - readonly isCallIsNotWhitelisted: boolean; - readonly isCallAlreadyWhitelisted: boolean; + /** @name PalletRandomnessError (615) */ + interface PalletRandomnessError extends Enum { + readonly isRequestCounterOverflowed: boolean; + readonly isRequestFeeOverflowed: boolean; + readonly isMustRequestAtLeastOneWord: boolean; + readonly isCannotRequestMoreWordsThanMax: boolean; + readonly isCannotRequestRandomnessAfterMaxDelay: boolean; + readonly isCannotRequestRandomnessBeforeMinDelay: boolean; + readonly isRequestDNE: boolean; + readonly isRequestCannotYetBeFulfilled: boolean; + readonly isOnlyRequesterCanIncreaseFee: boolean; + readonly isRequestHasNotExpired: boolean; + readonly isRandomnessResultDNE: boolean; + readonly isRandomnessResultNotFilled: boolean; readonly type: - | "UnavailablePreImage" - | "UndecodableCall" - | "InvalidCallWeightWitness" - | "CallIsNotWhitelisted" - | "CallAlreadyWhitelisted"; + | "RequestCounterOverflowed" + | "RequestFeeOverflowed" + | "MustRequestAtLeastOneWord" + | "CannotRequestMoreWordsThanMax" + | "CannotRequestRandomnessAfterMaxDelay" + | "CannotRequestRandomnessBeforeMinDelay" + | "RequestDNE" + | "RequestCannotYetBeFulfilled" + | "OnlyRequesterCanIncreaseFee" + | "RequestHasNotExpired" + | "RandomnessResultDNE" + | "RandomnessResultNotFilled"; } - /** @name PalletCollectiveVotes (580) */ + /** @name PalletCollectiveVotes (617) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7167,7 +7681,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (581) */ + /** @name PalletCollectiveError (618) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7194,542 +7708,337 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (584) */ - interface PalletTreasuryProposal extends Struct { - readonly proposer: AccountId20; - readonly value: u128; - readonly beneficiary: AccountId20; - readonly bond: u128; - } - - /** @name PalletTreasurySpendStatus (587) */ - interface PalletTreasurySpendStatus extends Struct { - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; - readonly status: PalletTreasuryPaymentState; - } - - /** @name PalletTreasuryPaymentState (588) */ - interface PalletTreasuryPaymentState extends Enum { - readonly isPending: boolean; - readonly isAttempted: boolean; - readonly asAttempted: { - readonly id: Null; - } & Struct; - readonly isFailed: boolean; - readonly type: "Pending" | "Attempted" | "Failed"; - } - - /** @name FrameSupportPalletId (590) */ - interface FrameSupportPalletId extends U8aFixed {} - - /** @name PalletTreasuryError (591) */ - interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; - readonly isInvalidIndex: boolean; - readonly isTooManyApprovals: boolean; - readonly isInsufficientPermission: boolean; - readonly isProposalNotApproved: boolean; - readonly isFailedToConvertBalance: boolean; - readonly isSpendExpired: boolean; - readonly isEarlyPayout: boolean; - readonly isAlreadyAttempted: boolean; - readonly isPayoutError: boolean; - readonly isNotAttempted: boolean; - readonly isInconclusive: boolean; - readonly type: - | "InsufficientProposersBalance" - | "InvalidIndex" - | "TooManyApprovals" - | "InsufficientPermission" - | "ProposalNotApproved" - | "FailedToConvertBalance" - | "SpendExpired" - | "EarlyPayout" - | "AlreadyAttempted" - | "PayoutError" - | "NotAttempted" - | "Inconclusive"; - } - - /** @name PalletCrowdloanRewardsRewardInfo (592) */ - interface PalletCrowdloanRewardsRewardInfo extends Struct { - readonly totalReward: u128; - readonly claimedReward: u128; - readonly contributedRelayAddresses: Vec; - } - - /** @name PalletCrowdloanRewardsError (594) */ - interface PalletCrowdloanRewardsError extends Enum { - readonly isAlreadyAssociated: boolean; - readonly isBatchBeyondFundPot: boolean; - readonly isFirstClaimAlreadyDone: boolean; - readonly isRewardNotHighEnough: boolean; - readonly isInvalidClaimSignature: boolean; - readonly isInvalidFreeClaimSignature: boolean; - readonly isNoAssociatedClaim: boolean; - readonly isRewardsAlreadyClaimed: boolean; - readonly isRewardVecAlreadyInitialized: boolean; - readonly isRewardVecNotFullyInitializedYet: boolean; - readonly isRewardsDoNotMatchFund: boolean; - readonly isTooManyContributors: boolean; - readonly isVestingPeriodNonValid: boolean; - readonly isNonContributedAddressProvided: boolean; - readonly isInsufficientNumberOfValidProofs: boolean; - readonly type: - | "AlreadyAssociated" - | "BatchBeyondFundPot" - | "FirstClaimAlreadyDone" - | "RewardNotHighEnough" - | "InvalidClaimSignature" - | "InvalidFreeClaimSignature" - | "NoAssociatedClaim" - | "RewardsAlreadyClaimed" - | "RewardVecAlreadyInitialized" - | "RewardVecNotFullyInitializedYet" - | "RewardsDoNotMatchFund" - | "TooManyContributors" - | "VestingPeriodNonValid" - | "NonContributedAddressProvided" - | "InsufficientNumberOfValidProofs"; - } - - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (599) */ - interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { - readonly recipient: u32; - readonly state: CumulusPalletXcmpQueueOutboundState; - readonly signalsExist: bool; - readonly firstIndex: u16; - readonly lastIndex: u16; - } - - /** @name CumulusPalletXcmpQueueOutboundState (600) */ - interface CumulusPalletXcmpQueueOutboundState extends Enum { - readonly isOk: boolean; - readonly isSuspended: boolean; - readonly type: "Ok" | "Suspended"; - } - - /** @name CumulusPalletXcmpQueueQueueConfigData (602) */ - interface CumulusPalletXcmpQueueQueueConfigData extends Struct { - readonly suspendThreshold: u32; - readonly dropThreshold: u32; - readonly resumeThreshold: u32; - } - - /** @name CumulusPalletXcmpQueueError (603) */ - interface CumulusPalletXcmpQueueError extends Enum { - readonly isBadQueueConfig: boolean; - readonly isAlreadySuspended: boolean; - readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (604) */ - interface CumulusPalletDmpQueueMigrationState extends Enum { - readonly isNotStarted: boolean; - readonly isStartedExport: boolean; - readonly asStartedExport: { - readonly nextBeginUsed: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly asStartedOverweightExport: { - readonly nextOverweightIndex: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; - } & Struct; - readonly isCompleted: boolean; - readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; - } - - /** @name PalletXcmQueryStatus (607) */ - interface PalletXcmQueryStatus extends Enum { - readonly isPending: boolean; - readonly asPending: { - readonly responder: XcmVersionedLocation; - readonly maybeMatchQuerier: Option; - readonly maybeNotify: Option>; - readonly timeout: u32; - } & Struct; - readonly isVersionNotifier: boolean; - readonly asVersionNotifier: { - readonly origin: XcmVersionedLocation; - readonly isActive: bool; - } & Struct; - readonly isReady: boolean; - readonly asReady: { - readonly response: XcmVersionedResponse; - readonly at: u32; - } & Struct; - readonly type: "Pending" | "VersionNotifier" | "Ready"; - } - - /** @name XcmVersionedResponse (611) */ - interface XcmVersionedResponse extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Response; - readonly isV3: boolean; - readonly asV3: XcmV3Response; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Response; - readonly type: "V2" | "V3" | "V4"; - } - - /** @name PalletXcmVersionMigrationStage (617) */ - interface PalletXcmVersionMigrationStage extends Enum { - readonly isMigrateSupportedVersion: boolean; - readonly isMigrateVersionNotifiers: boolean; - readonly isNotifyCurrentTargets: boolean; - readonly asNotifyCurrentTargets: Option; - readonly isMigrateAndNotifyOldTargets: boolean; - readonly type: - | "MigrateSupportedVersion" - | "MigrateVersionNotifiers" - | "NotifyCurrentTargets" - | "MigrateAndNotifyOldTargets"; - } - - /** @name PalletXcmRemoteLockedFungibleRecord (620) */ - interface PalletXcmRemoteLockedFungibleRecord extends Struct { - readonly amount: u128; - readonly owner: XcmVersionedLocation; - readonly locker: XcmVersionedLocation; - readonly consumers: Vec>; + /** @name PalletConvictionVotingVoteVoting (620) */ + interface PalletConvictionVotingVoteVoting extends Enum { + readonly isCasting: boolean; + readonly asCasting: PalletConvictionVotingVoteCasting; + readonly isDelegating: boolean; + readonly asDelegating: PalletConvictionVotingVoteDelegating; + readonly type: "Casting" | "Delegating"; } - /** @name PalletXcmError (627) */ - interface PalletXcmError extends Enum { - readonly isUnreachable: boolean; - readonly isSendFailure: boolean; - readonly isFiltered: boolean; - readonly isUnweighableMessage: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isEmpty: boolean; - readonly isCannotReanchor: boolean; - readonly isTooManyAssets: boolean; - readonly isInvalidOrigin: boolean; - readonly isBadVersion: boolean; - readonly isBadLocation: boolean; - readonly isNoSubscription: boolean; - readonly isAlreadySubscribed: boolean; - readonly isCannotCheckOutTeleport: boolean; - readonly isLowBalance: boolean; - readonly isTooManyLocks: boolean; - readonly isAccountNotSovereign: boolean; - readonly isFeesNotMet: boolean; - readonly isLockNotFound: boolean; - readonly isInUse: boolean; - readonly isInvalidAssetUnknownReserve: boolean; - readonly isInvalidAssetUnsupportedReserve: boolean; - readonly isTooManyReserves: boolean; - readonly isLocalExecutionIncomplete: boolean; - readonly type: - | "Unreachable" - | "SendFailure" - | "Filtered" - | "UnweighableMessage" - | "DestinationNotInvertible" - | "Empty" - | "CannotReanchor" - | "TooManyAssets" - | "InvalidOrigin" - | "BadVersion" - | "BadLocation" - | "NoSubscription" - | "AlreadySubscribed" - | "CannotCheckOutTeleport" - | "LowBalance" - | "TooManyLocks" - | "AccountNotSovereign" - | "FeesNotMet" - | "LockNotFound" - | "InUse" - | "InvalidAssetUnknownReserve" - | "InvalidAssetUnsupportedReserve" - | "TooManyReserves" - | "LocalExecutionIncomplete"; + /** @name PalletConvictionVotingVoteCasting (621) */ + interface PalletConvictionVotingVoteCasting extends Struct { + readonly votes: Vec>; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletAssetsAssetDetails (628) */ - interface PalletAssetsAssetDetails extends Struct { - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly supply: u128; - readonly deposit: u128; - readonly minBalance: u128; - readonly isSufficient: bool; - readonly accounts: u32; - readonly sufficients: u32; - readonly approvals: u32; - readonly status: PalletAssetsAssetStatus; + /** @name PalletConvictionVotingDelegations (625) */ + interface PalletConvictionVotingDelegations extends Struct { + readonly votes: u128; + readonly capital: u128; } - /** @name PalletAssetsAssetStatus (629) */ - interface PalletAssetsAssetStatus extends Enum { - readonly isLive: boolean; - readonly isFrozen: boolean; - readonly isDestroying: boolean; - readonly type: "Live" | "Frozen" | "Destroying"; - } + /** @name PalletConvictionVotingVotePriorLock (626) */ + interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletAssetsAssetAccount (631) */ - interface PalletAssetsAssetAccount extends Struct { + /** @name PalletConvictionVotingVoteDelegating (627) */ + interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; - readonly status: PalletAssetsAccountStatus; - readonly reason: PalletAssetsExistenceReason; - readonly extra: Null; + readonly target: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletAssetsAccountStatus (632) */ - interface PalletAssetsAccountStatus extends Enum { - readonly isLiquid: boolean; - readonly isFrozen: boolean; - readonly isBlocked: boolean; - readonly type: "Liquid" | "Frozen" | "Blocked"; + /** @name PalletConvictionVotingError (631) */ + interface PalletConvictionVotingError extends Enum { + readonly isNotOngoing: boolean; + readonly isNotVoter: boolean; + readonly isNoPermission: boolean; + readonly isNoPermissionYet: boolean; + readonly isAlreadyDelegating: boolean; + readonly isAlreadyVoting: boolean; + readonly isInsufficientFunds: boolean; + readonly isNotDelegating: boolean; + readonly isNonsense: boolean; + readonly isMaxVotesReached: boolean; + readonly isClassNeeded: boolean; + readonly isBadClass: boolean; + readonly type: + | "NotOngoing" + | "NotVoter" + | "NoPermission" + | "NoPermissionYet" + | "AlreadyDelegating" + | "AlreadyVoting" + | "InsufficientFunds" + | "NotDelegating" + | "Nonsense" + | "MaxVotesReached" + | "ClassNeeded" + | "BadClass"; } - /** @name PalletAssetsExistenceReason (633) */ - interface PalletAssetsExistenceReason extends Enum { - readonly isConsumer: boolean; - readonly isSufficient: boolean; - readonly isDepositHeld: boolean; - readonly asDepositHeld: u128; - readonly isDepositRefunded: boolean; - readonly isDepositFrom: boolean; - readonly asDepositFrom: ITuple<[AccountId20, u128]>; - readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; + /** @name PalletReferendaReferendumInfo (632) */ + interface PalletReferendaReferendumInfo extends Enum { + readonly isOngoing: boolean; + readonly asOngoing: PalletReferendaReferendumStatus; + readonly isApproved: boolean; + readonly asApproved: ITuple< + [u32, Option, Option] + >; + readonly isRejected: boolean; + readonly asRejected: ITuple< + [u32, Option, Option] + >; + readonly isCancelled: boolean; + readonly asCancelled: ITuple< + [u32, Option, Option] + >; + readonly isTimedOut: boolean; + readonly asTimedOut: ITuple< + [u32, Option, Option] + >; + readonly isKilled: boolean; + readonly asKilled: u32; + readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletAssetsApproval (635) */ - interface PalletAssetsApproval extends Struct { + /** @name PalletReferendaReferendumStatus (633) */ + interface PalletReferendaReferendumStatus extends Struct { + readonly track: u16; + readonly origin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactment: FrameSupportScheduleDispatchTime; + readonly submitted: u32; + readonly submissionDeposit: PalletReferendaDeposit; + readonly decisionDeposit: Option; + readonly deciding: Option; + readonly tally: PalletConvictionVotingTally; + readonly inQueue: bool; + readonly alarm: Option]>>; + } + + /** @name PalletReferendaDeposit (634) */ + interface PalletReferendaDeposit extends Struct { + readonly who: AccountId20; readonly amount: u128; - readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (636) */ - interface PalletAssetsAssetMetadata extends Struct { - readonly deposit: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name PalletReferendaDecidingStatus (637) */ + interface PalletReferendaDecidingStatus extends Struct { + readonly since: u32; + readonly confirming: Option; } - /** @name PalletAssetsError (638) */ - interface PalletAssetsError extends Enum { - readonly isBalanceLow: boolean; - readonly isNoAccount: boolean; + /** @name PalletReferendaTrackInfo (645) */ + interface PalletReferendaTrackInfo extends Struct { + readonly name: Text; + readonly maxDeciding: u32; + readonly decisionDeposit: u128; + readonly preparePeriod: u32; + readonly decisionPeriod: u32; + readonly confirmPeriod: u32; + readonly minEnactmentPeriod: u32; + readonly minApproval: PalletReferendaCurve; + readonly minSupport: PalletReferendaCurve; + } + + /** @name PalletReferendaCurve (646) */ + interface PalletReferendaCurve extends Enum { + readonly isLinearDecreasing: boolean; + readonly asLinearDecreasing: { + readonly length: Perbill; + readonly floor: Perbill; + readonly ceil: Perbill; + } & Struct; + readonly isSteppedDecreasing: boolean; + readonly asSteppedDecreasing: { + readonly begin: Perbill; + readonly end: Perbill; + readonly step: Perbill; + readonly period: Perbill; + } & Struct; + readonly isReciprocal: boolean; + readonly asReciprocal: { + readonly factor: i64; + readonly xOffset: i64; + readonly yOffset: i64; + } & Struct; + readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + } + + /** @name PalletReferendaError (649) */ + interface PalletReferendaError extends Enum { + readonly isNotOngoing: boolean; + readonly isHasDeposit: boolean; + readonly isBadTrack: boolean; + readonly isFull: boolean; + readonly isQueueEmpty: boolean; + readonly isBadReferendum: boolean; + readonly isNothingToDo: boolean; + readonly isNoTrack: boolean; + readonly isUnfinished: boolean; readonly isNoPermission: boolean; - readonly isUnknown: boolean; - readonly isFrozen: boolean; - readonly isInUse: boolean; - readonly isBadWitness: boolean; - readonly isMinBalanceZero: boolean; - readonly isUnavailableConsumer: boolean; - readonly isBadMetadata: boolean; - readonly isUnapproved: boolean; - readonly isWouldDie: boolean; - readonly isAlreadyExists: boolean; readonly isNoDeposit: boolean; - readonly isWouldBurn: boolean; - readonly isLiveAsset: boolean; - readonly isAssetNotLive: boolean; - readonly isIncorrectStatus: boolean; - readonly isNotFrozen: boolean; - readonly isCallbackFailed: boolean; + readonly isBadStatus: boolean; + readonly isPreimageNotExist: boolean; + readonly isPreimageStoredWithDifferentLength: boolean; readonly type: - | "BalanceLow" - | "NoAccount" + | "NotOngoing" + | "HasDeposit" + | "BadTrack" + | "Full" + | "QueueEmpty" + | "BadReferendum" + | "NothingToDo" + | "NoTrack" + | "Unfinished" | "NoPermission" - | "Unknown" - | "Frozen" - | "InUse" - | "BadWitness" - | "MinBalanceZero" - | "UnavailableConsumer" - | "BadMetadata" - | "Unapproved" - | "WouldDie" - | "AlreadyExists" | "NoDeposit" - | "WouldBurn" - | "LiveAsset" - | "AssetNotLive" - | "IncorrectStatus" - | "NotFrozen" - | "CallbackFailed"; + | "BadStatus" + | "PreimageNotExist" + | "PreimageStoredWithDifferentLength"; } - /** @name PalletAssetManagerError (640) */ - interface PalletAssetManagerError extends Enum { - readonly isErrorCreatingAsset: boolean; - readonly isAssetAlreadyExists: boolean; - readonly isAssetDoesNotExist: boolean; - readonly isTooLowNumAssetsWeightHint: boolean; - readonly isLocalAssetLimitReached: boolean; - readonly isErrorDestroyingAsset: boolean; - readonly isNotSufficientDeposit: boolean; - readonly isNonExistentLocalAsset: boolean; + /** @name PalletPreimageOldRequestStatus (650) */ + interface PalletPreimageOldRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageRequestStatus (653) */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly ticket: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly maybeTicket: Option>; + readonly count: u32; + readonly maybeLen: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageError (659) */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly isTooMany: boolean; + readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: - | "ErrorCreatingAsset" - | "AssetAlreadyExists" - | "AssetDoesNotExist" - | "TooLowNumAssetsWeightHint" - | "LocalAssetLimitReached" - | "ErrorDestroyingAsset" - | "NotSufficientDeposit" - | "NonExistentLocalAsset"; + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested" + | "TooMany" + | "TooFew" + | "NoCost"; } - /** @name OrmlXtokensModuleError (641) */ - interface OrmlXtokensModuleError extends Enum { - readonly isAssetHasNoReserve: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isUnweighableMessage: boolean; - readonly isXcmExecutionFailed: boolean; - readonly isCannotReanchor: boolean; - readonly isInvalidAncestry: boolean; - readonly isInvalidAsset: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isBadVersion: boolean; - readonly isDistinctReserveForAssetAndFee: boolean; - readonly isZeroFee: boolean; - readonly isZeroAmount: boolean; - readonly isTooManyAssetsBeingSent: boolean; - readonly isAssetIndexNonExistent: boolean; - readonly isFeeNotEnough: boolean; - readonly isNotSupportedLocation: boolean; - readonly isMinXcmFeeNotDefined: boolean; - readonly isRateLimited: boolean; + /** @name PalletWhitelistError (660) */ + interface PalletWhitelistError extends Enum { + readonly isUnavailablePreImage: boolean; + readonly isUndecodableCall: boolean; + readonly isInvalidCallWeightWitness: boolean; + readonly isCallIsNotWhitelisted: boolean; + readonly isCallAlreadyWhitelisted: boolean; readonly type: - | "AssetHasNoReserve" - | "NotCrossChainTransfer" - | "InvalidDest" - | "NotCrossChainTransferableCurrency" - | "UnweighableMessage" - | "XcmExecutionFailed" - | "CannotReanchor" - | "InvalidAncestry" - | "InvalidAsset" - | "DestinationNotInvertible" - | "BadVersion" - | "DistinctReserveForAssetAndFee" - | "ZeroFee" - | "ZeroAmount" - | "TooManyAssetsBeingSent" - | "AssetIndexNonExistent" - | "FeeNotEnough" - | "NotSupportedLocation" - | "MinXcmFeeNotDefined" - | "RateLimited"; + | "UnavailablePreImage" + | "UndecodableCall" + | "InvalidCallWeightWitness" + | "CallIsNotWhitelisted" + | "CallAlreadyWhitelisted"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (642) */ - interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { - readonly staking: u8; - readonly utility: u8; - readonly hrmp: u8; - readonly bond: u8; - readonly bondExtra: u8; - readonly unbond: u8; - readonly withdrawUnbonded: u8; - readonly validate: u8; - readonly nominate: u8; - readonly chill: u8; - readonly setPayee: u8; - readonly setController: u8; - readonly rebond: u8; - readonly asDerivative: u8; - readonly initOpenChannel: u8; - readonly acceptOpenChannel: u8; - readonly closeChannel: u8; - readonly cancelOpenRequest: u8; + /** @name PalletMultisigMultisig (664) */ + interface PalletMultisigMultisig extends Struct { + readonly when: PalletMultisigTimepoint; + readonly deposit: u128; + readonly depositor: AccountId20; + readonly approvals: Vec; } - /** @name PalletXcmTransactorError (643) */ - interface PalletXcmTransactorError extends Enum { - readonly isIndexAlreadyClaimed: boolean; - readonly isUnclaimedIndex: boolean; + /** @name PalletMultisigError (666) */ + interface PalletMultisigError extends Enum { + readonly isMinimumThreshold: boolean; + readonly isAlreadyApproved: boolean; + readonly isNoApprovalsNeeded: boolean; + readonly isTooFewSignatories: boolean; + readonly isTooManySignatories: boolean; + readonly isSignatoriesOutOfOrder: boolean; + readonly isSenderInSignatories: boolean; + readonly isNotFound: boolean; readonly isNotOwner: boolean; - readonly isUnweighableMessage: boolean; - readonly isCannotReanchor: boolean; - readonly isAssetHasNoReserve: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isAssetIsNotReserveInDestination: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isErrorDelivering: boolean; - readonly isDispatchWeightBiggerThanTotalWeight: boolean; - readonly isWeightOverflow: boolean; - readonly isAmountOverflow: boolean; - readonly isTransactorInfoNotSet: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isXcmExecuteError: boolean; - readonly isBadVersion: boolean; - readonly isMaxWeightTransactReached: boolean; - readonly isUnableToWithdrawAsset: boolean; - readonly isFeePerSecondNotSet: boolean; - readonly isSignedTransactNotAllowedForDestination: boolean; - readonly isFailedMultiLocationToJunction: boolean; - readonly isHrmpHandlerNotImplemented: boolean; - readonly isTooMuchFeeUsed: boolean; - readonly isErrorValidating: boolean; - readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly isNoTimepoint: boolean; + readonly isWrongTimepoint: boolean; + readonly isUnexpectedTimepoint: boolean; + readonly isMaxWeightTooLow: boolean; + readonly isAlreadyStored: boolean; readonly type: - | "IndexAlreadyClaimed" - | "UnclaimedIndex" + | "MinimumThreshold" + | "AlreadyApproved" + | "NoApprovalsNeeded" + | "TooFewSignatories" + | "TooManySignatories" + | "SignatoriesOutOfOrder" + | "SenderInSignatories" + | "NotFound" | "NotOwner" - | "UnweighableMessage" - | "CannotReanchor" - | "AssetHasNoReserve" - | "InvalidDest" - | "NotCrossChainTransfer" - | "AssetIsNotReserveInDestination" - | "DestinationNotInvertible" - | "ErrorDelivering" - | "DispatchWeightBiggerThanTotalWeight" - | "WeightOverflow" - | "AmountOverflow" - | "TransactorInfoNotSet" - | "NotCrossChainTransferableCurrency" - | "XcmExecuteError" - | "BadVersion" - | "MaxWeightTransactReached" - | "UnableToWithdrawAsset" - | "FeePerSecondNotSet" - | "SignedTransactNotAllowedForDestination" - | "FailedMultiLocationToJunction" - | "HrmpHandlerNotImplemented" - | "TooMuchFeeUsed" - | "ErrorValidating" - | "RefundNotSupportedWithTransactInfo"; + | "NoTimepoint" + | "WrongTimepoint" + | "UnexpectedTimepoint" + | "MaxWeightTooLow" + | "AlreadyStored"; } - /** @name PalletEthereumXcmError (644) */ - interface PalletEthereumXcmError extends Enum { - readonly isEthereumXcmExecutionSuspended: boolean; - readonly type: "EthereumXcmExecutionSuspended"; + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (670) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (672) */ + interface PalletMoonbeamLazyMigrationsError extends Enum { + readonly isLimitCannotBeZero: boolean; + readonly isAddressesLengthCannotBeZero: boolean; + readonly isContractNotCorrupted: boolean; + readonly isContractMetadataAlreadySet: boolean; + readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; + readonly type: + | "LimitCannotBeZero" + | "AddressesLengthCannotBeZero" + | "ContractNotCorrupted" + | "ContractMetadataAlreadySet" + | "ContractNotExist" + | "KeyTooLong"; + } + + /** @name PalletPrecompileBenchmarksError (674) */ + interface PalletPrecompileBenchmarksError extends Enum { + readonly isBenchmarkError: boolean; + readonly type: "BenchmarkError"; } - /** @name PalletMessageQueueBookState (645) */ + /** @name PalletMessageQueueBookState (675) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7739,13 +8048,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (647) */ + /** @name PalletMessageQueueNeighbours (677) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (649) */ + /** @name PalletMessageQueuePage (679) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7755,7 +8064,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (651) */ + /** @name PalletMessageQueueError (681) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7778,103 +8087,113 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletPrecompileBenchmarksError (653) */ - interface PalletPrecompileBenchmarksError extends Enum { - readonly isBenchmarkError: boolean; - readonly type: "BenchmarkError"; - } - - /** @name PalletRandomnessRequestState (654) */ - interface PalletRandomnessRequestState extends Struct { - readonly request: PalletRandomnessRequest; - readonly deposit: u128; - } - - /** @name PalletRandomnessRequest (655) */ - interface PalletRandomnessRequest extends Struct { - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly info: PalletRandomnessRequestInfo; - } - - /** @name PalletRandomnessRequestInfo (656) */ - interface PalletRandomnessRequestInfo extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: ITuple<[u64, u64]>; - readonly isLocal: boolean; - readonly asLocal: ITuple<[u32, u32]>; - readonly type: "BabeEpoch" | "Local"; + /** @name PalletEmergencyParaXcmXcmMode (682) */ + interface PalletEmergencyParaXcmXcmMode extends Enum { + readonly isNormal: boolean; + readonly isPaused: boolean; + readonly type: "Normal" | "Paused"; } - /** @name PalletRandomnessRequestType (657) */ - interface PalletRandomnessRequestType extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: u64; - readonly isLocal: boolean; - readonly asLocal: u32; - readonly type: "BabeEpoch" | "Local"; + /** @name PalletEmergencyParaXcmError (683) */ + interface PalletEmergencyParaXcmError extends Enum { + readonly isNotInPausedMode: boolean; + readonly type: "NotInPausedMode"; } - /** @name PalletRandomnessRandomnessResult (658) */ - interface PalletRandomnessRandomnessResult extends Struct { - readonly randomness: Option; - readonly requestCount: u64; + /** @name PalletMoonbeamForeignAssetsAssetStatus (685) */ + interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { + readonly isActive: boolean; + readonly isFrozenXcmDepositAllowed: boolean; + readonly isFrozenXcmDepositForbidden: boolean; + readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletRandomnessError (659) */ - interface PalletRandomnessError extends Enum { - readonly isRequestCounterOverflowed: boolean; - readonly isRequestFeeOverflowed: boolean; - readonly isMustRequestAtLeastOneWord: boolean; - readonly isCannotRequestMoreWordsThanMax: boolean; - readonly isCannotRequestRandomnessAfterMaxDelay: boolean; - readonly isCannotRequestRandomnessBeforeMinDelay: boolean; - readonly isRequestDNE: boolean; - readonly isRequestCannotYetBeFulfilled: boolean; - readonly isOnlyRequesterCanIncreaseFee: boolean; - readonly isRequestHasNotExpired: boolean; - readonly isRandomnessResultDNE: boolean; - readonly isRandomnessResultNotFilled: boolean; + /** @name PalletMoonbeamForeignAssetsError (686) */ + interface PalletMoonbeamForeignAssetsError extends Enum { + readonly isAssetAlreadyExists: boolean; + readonly isAssetAlreadyFrozen: boolean; + readonly isAssetDoesNotExist: boolean; + readonly isAssetIdFiltered: boolean; + readonly isAssetNotFrozen: boolean; + readonly isCorruptedStorageOrphanLocation: boolean; + readonly isErc20ContractCreationFail: boolean; + readonly isEvmCallPauseFail: boolean; + readonly isEvmCallUnpauseFail: boolean; + readonly isEvmInternalError: boolean; + readonly isInvalidSymbol: boolean; + readonly isInvalidTokenName: boolean; + readonly isLocationAlreadyExists: boolean; + readonly isTooManyForeignAssets: boolean; readonly type: - | "RequestCounterOverflowed" - | "RequestFeeOverflowed" - | "MustRequestAtLeastOneWord" - | "CannotRequestMoreWordsThanMax" - | "CannotRequestRandomnessAfterMaxDelay" - | "CannotRequestRandomnessBeforeMinDelay" - | "RequestDNE" - | "RequestCannotYetBeFulfilled" - | "OnlyRequesterCanIncreaseFee" - | "RequestHasNotExpired" - | "RandomnessResultDNE" - | "RandomnessResultNotFilled"; + | "AssetAlreadyExists" + | "AssetAlreadyFrozen" + | "AssetDoesNotExist" + | "AssetIdFiltered" + | "AssetNotFrozen" + | "CorruptedStorageOrphanLocation" + | "Erc20ContractCreationFail" + | "EvmCallPauseFail" + | "EvmCallUnpauseFail" + | "EvmInternalError" + | "InvalidSymbol" + | "InvalidTokenName" + | "LocationAlreadyExists" + | "TooManyForeignAssets"; + } + + /** @name PalletXcmWeightTraderError (688) */ + interface PalletXcmWeightTraderError extends Enum { + readonly isAssetAlreadyAdded: boolean; + readonly isAssetAlreadyPaused: boolean; + readonly isAssetNotFound: boolean; + readonly isAssetNotPaused: boolean; + readonly isXcmLocationFiltered: boolean; + readonly isPriceCannotBeZero: boolean; + readonly type: + | "AssetAlreadyAdded" + | "AssetAlreadyPaused" + | "AssetNotFound" + | "AssetNotPaused" + | "XcmLocationFiltered" + | "PriceCannotBeZero"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (662) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (691) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (663) */ + /** @name FrameSystemExtensionsCheckSpecVersion (692) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (664) */ + /** @name FrameSystemExtensionsCheckTxVersion (693) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (665) */ + /** @name FrameSystemExtensionsCheckGenesis (694) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (668) */ + /** @name FrameSystemExtensionsCheckNonce (697) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (669) */ + /** @name FrameSystemExtensionsCheckWeight (698) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (670) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (699) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name MoonriverRuntimeRuntime (672) */ - type MoonriverRuntimeRuntime = Null; + /** @name FrameMetadataHashExtensionCheckMetadataHash (700) */ + interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { + readonly mode: FrameMetadataHashExtensionMode; + } + + /** @name FrameMetadataHashExtensionMode (701) */ + interface FrameMetadataHashExtensionMode extends Enum { + readonly isDisabled: boolean; + readonly isEnabled: boolean; + readonly type: "Disabled" | "Enabled"; + } + + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (702) */ + type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; + + /** @name MoonbaseRuntimeRuntime (704) */ + type MoonbaseRuntimeRuntime = Null; } // declare module From 138c5de103a4fc75b1ce5340e9eaabe23e117a4b Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 6 Oct 2024 21:51:10 -0300 Subject: [PATCH 12/27] fmt --- test/scripts/update-local-types.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index cea8e1aafc..951124f46f 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -4,7 +4,6 @@ import { join, dirname } from "path"; import { fileURLToPath } from "url"; import { readFileSync, write, writeFileSync } from "fs"; - const execAsync = promisify(exec); const __filename = fileURLToPath(import.meta.url); @@ -37,7 +36,7 @@ const writeFile = async (relativeDir: string, fileName: string, data: string) => const targetDir = join(__dirname, relativeDir); const filePath = join(targetDir, fileName); writeFileSync(filePath, data, { flag: "w" }); -} +}; const checkBinary = async () => { try { @@ -87,7 +86,7 @@ const scrapeMetadata = async (network: string, port: string) => { const metadataJson = await metadata.json(); writeFile(`../../typescript-api`, `metadata-${network}.json`, JSON.stringify(metadataJson)); -} +}; const executeUpdateAPIScript = async () => { await checkBinary(); From 1cc16858735193a3d06fc81d557b34c4efe7f1d6 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 6 Oct 2024 21:52:06 -0300 Subject: [PATCH 13/27] lint --- test/scripts/update-local-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index 951124f46f..8e14a4984a 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -2,7 +2,7 @@ import { exec, spawn } from "child_process"; import { promisify } from "util"; import { join, dirname } from "path"; import { fileURLToPath } from "url"; -import { readFileSync, write, writeFileSync } from "fs"; +import { readFileSync, writeFileSync } from "fs"; const execAsync = promisify(exec); From 6b08f879eaba05f762c80aa2a38c0f08fbcc1bfa Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 6 Oct 2024 22:17:11 -0300 Subject: [PATCH 14/27] fix cache dep path --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e3da10c3..05051a9195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -206,7 +206,7 @@ jobs: with: node-version: 20.10.0 cache: "pnpm" - cache-dependency-path: test/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - name: Run Eslint check run: | cd test @@ -613,7 +613,7 @@ jobs: with: node-version: 20.10.0 cache: "pnpm" - cache-dependency-path: test/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - run: | mkdir -p target/release - name: "Download branch built node" @@ -782,7 +782,7 @@ jobs: with: node-version: 20.10.0 cache: "pnpm" - cache-dependency-path: test/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - name: Create local folders run: | mkdir -p target/release/wbuild/${{ matrix.chain }}-runtime/ From e4a48b06a46353cc2896180f109bbcad9822b81d Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 6 Oct 2024 22:54:01 -0300 Subject: [PATCH 15/27] fix cache dep path in dev-tests --- .github/workflow-templates/dev-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/dev-tests/action.yml b/.github/workflow-templates/dev-tests/action.yml index 294b90a005..628f5c5e60 100644 --- a/.github/workflow-templates/dev-tests/action.yml +++ b/.github/workflow-templates/dev-tests/action.yml @@ -26,7 +26,7 @@ runs: with: node-version: 20.10.0 cache: "pnpm" - cache-dependency-path: test/pnpm-lock.yaml + cache-dependency-path: pnpm-lock.yaml - name: Setup Moonbeam PolkadotJS types shell: bash From 3f743d9e66c3abb29446f8d487fb368080b90754 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 00:03:37 -0300 Subject: [PATCH 16/27] helpers/block: query ext as u8a --- test/helpers/block.ts | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/test/helpers/block.ts b/test/helpers/block.ts index e2f8794d12..314dcf6c7a 100644 --- a/test/helpers/block.ts +++ b/test/helpers/block.ts @@ -49,7 +49,7 @@ const getBlockDetails = async ( block.extrinsics.map(async (ext) => ( await api.at(block.header.parentHash) - ).call.transactionPaymentApi.queryInfo(ext.toHex(), ext.encodedLength) + ).call.transactionPaymentApi.queryInfo(ext.toU8a(), ext.encodedLength) ) ); @@ -91,6 +91,7 @@ export const verifyBlockFees = async ( ) => { const api = context.polkadotJs(); debug(`========= Checking block ${fromBlockNumber}...${toBlockNumber}`); + // let sumBlockFees = 0n; let sumBlockBurnt = 0n; @@ -221,9 +222,9 @@ export const verifyBlockFees = async ( "refTime" in fee.weight ? fee.weight : { - refTime: fee.weight, - proofSize: 0n, - } + refTime: fee.weight, + proofSize: 0n, + } ) ).toBigInt(); const multiplier = await apiAt.query.transactionPayment.nextFeeMultiplier(); @@ -301,7 +302,7 @@ export const verifyLatestBlockFees = async ( export async function jumpToRound(context: DevModeContext, round: number): Promise { let lastBlockHash = ""; - for (;;) { + for (; ;) { const currentRound = ( await context.polkadotJs().query.parachainStaking.round() ).current.toNumber(); @@ -334,14 +335,14 @@ export function extractPreimageDeposit( request: | Option> | { - readonly deposit: ITuple<[AccountId20, u128]>; - readonly len: u32; - } + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } | { - readonly deposit: Option>; - readonly count: u32; - readonly len: Option; - } + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } ) { const deposit = "deposit" in request ? request.deposit : request; if ("isSome" in deposit && deposit.isSome) { From 8d729415b26aba1399960a7f8152177178312e1c Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 00:08:06 -0300 Subject: [PATCH 17/27] fmt --- test/helpers/block.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test/helpers/block.ts b/test/helpers/block.ts index 314dcf6c7a..c8f3ac0e78 100644 --- a/test/helpers/block.ts +++ b/test/helpers/block.ts @@ -222,9 +222,9 @@ export const verifyBlockFees = async ( "refTime" in fee.weight ? fee.weight : { - refTime: fee.weight, - proofSize: 0n, - } + refTime: fee.weight, + proofSize: 0n, + } ) ).toBigInt(); const multiplier = await apiAt.query.transactionPayment.nextFeeMultiplier(); @@ -302,7 +302,7 @@ export const verifyLatestBlockFees = async ( export async function jumpToRound(context: DevModeContext, round: number): Promise { let lastBlockHash = ""; - for (; ;) { + for (;;) { const currentRound = ( await context.polkadotJs().query.parachainStaking.round() ).current.toNumber(); @@ -335,14 +335,14 @@ export function extractPreimageDeposit( request: | Option> | { - readonly deposit: ITuple<[AccountId20, u128]>; - readonly len: u32; - } + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } | { - readonly deposit: Option>; - readonly count: u32; - readonly len: Option; - } + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } ) { const deposit = "deposit" in request ? request.deposit : request; if ("isSome" in deposit && deposit.isSome) { From 597d1e3acd6b17b7380edab629ed534a42cb8f24 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 00:32:40 -0300 Subject: [PATCH 18/27] fix some casing issues --- .../suites/dev/moonbase/test-xcm-v4/test-xcm-dry-run-api.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/suites/dev/moonbase/test-xcm-v4/test-xcm-dry-run-api.ts b/test/suites/dev/moonbase/test-xcm-v4/test-xcm-dry-run-api.ts index 0676a93c51..49d21e8d53 100644 --- a/test/suites/dev/moonbase/test-xcm-v4/test-xcm-dry-run-api.ts +++ b/test/suites/dev/moonbase/test-xcm-v4/test-xcm-dry-run-api.ts @@ -152,12 +152,12 @@ describeSuite({ ); const dryRunCall = await polkadotJs.call.dryRunApi.dryRunCall( - { system: { signed: alith.address } }, + { System: { signed: alith.address } }, polkadotXcmTx ); expect(dryRunCall.isOk).to.be.true; - expect(dryRunCall.asOk.ExecutionResult.isOk).be.true; + expect(dryRunCall.asOk.executionResult.isOk).be.true; }, }); @@ -202,7 +202,7 @@ describeSuite({ ); expect(dryRunXcm.isOk).to.be.true; - expect(dryRunXcm.asOk.ExecutionResult.isComplete).be.true; + expect(dryRunXcm.asOk.executionResult.isComplete).be.true; }, }); }, From 20b836083dfc48ba216a4d82e5fe57f1a83de89f Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 00:34:49 -0300 Subject: [PATCH 19/27] use as u8a for dummyTranfer info --- test/suites/dev/moonbase/test-txpool/test-txpool-fairness.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/dev/moonbase/test-txpool/test-txpool-fairness.ts b/test/suites/dev/moonbase/test-txpool/test-txpool-fairness.ts index a7f95ca4d3..cbe57a8a68 100644 --- a/test/suites/dev/moonbase/test-txpool/test-txpool-fairness.ts +++ b/test/suites/dev/moonbase/test-txpool/test-txpool-fairness.ts @@ -93,7 +93,7 @@ describeSuite({ .tx.balances.transferAllowDeath(alith.address, GLMR); const info = await context .polkadotJs() - .call.transactionPaymentApi.queryInfo(dummyTransfer.toHex(), dummyTransfer.encodedLength); + .call.transactionPaymentApi.queryInfo(dummyTransfer.toU8a(), dummyTransfer.encodedLength); const weight = info.weight.refTime.toBigInt(); const balances_transfer_effective_gas = weight / WEIGHT_PER_GAS; From 7aa73fe89578330fd158d477fb4db17ddec55606 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 09:15:31 -0300 Subject: [PATCH 20/27] add prepare ts api step to zombie-tests --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05051a9195..e69a8e3ab3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -854,6 +854,21 @@ jobs: docker create --name moonbeam_container $DOCKER_TAG bash docker cp moonbeam_container:moonbeam/moonbeam test/tmp/moonbeam_rt docker rm -f moonbeam_container + - name: Setup Moonbeam PolkadotJS types + shell: bash + run: | + #### Preparing the legacy types + cd moonbeam-types-bundle + pnpm i + pnpm build + + #### Preparing the typescript api + cd ../typescript-api + pnpm i + pnpm build + + cd ../test + pnpm add ../typescript-api - name: Prepare Chainspecs run: | cd test From b04bfc0c7e165112f73207ad77d20ef645e66759 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 10:25:16 -0300 Subject: [PATCH 21/27] add ts api build step to lazyloading & chopsticks --- .github/workflows/build.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e69a8e3ab3..6a8236e89e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -739,6 +739,21 @@ jobs: with: name: moonbeam path: target/release + - name: Setup Moonbeam PolkadotJS types + shell: bash + run: | + #### Preparing the legacy types + cd moonbeam-types-bundle + pnpm i + pnpm build + + #### Preparing the typescript api + cd ../typescript-api + pnpm i + pnpm build + + cd ../test + pnpm add ../typescript-api - name: "Run lazy loading tests" run: | chmod uog+x target/release/moonbeam @@ -792,6 +807,21 @@ jobs: with: name: runtimes path: target/release/wbuild/${{ matrix.chain }}-runtime/ + - name: Setup Moonbeam PolkadotJS types + shell: bash + run: | + #### Preparing the legacy types + cd moonbeam-types-bundle + pnpm i + pnpm build + + #### Preparing the typescript api + cd ../typescript-api + pnpm i + pnpm build + + cd ../test + pnpm add ../typescript-api - name: "Install and run upgrade test" run: | cd test From 371f60efa1562db382ec544954c4dee0bbd67208 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 7 Oct 2024 13:24:05 -0300 Subject: [PATCH 22/27] add more wait time for nodes to start --- test/scripts/update-local-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index 8e14a4984a..8c61831c08 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -102,7 +102,7 @@ const executeUpdateAPIScript = async () => { const port = "9933"; for (const network of networks) { const node = startNode(network, port); - await new Promise((resolve) => setTimeout(resolve, 5000)); + await new Promise((resolve) => setTimeout(resolve, 10000)); await scrapeMetadata(network, port); node.kill(); console.log(`Metadata for ${network} saved ✅`); From 2471d5c6e432d9cfd20338695922fbfa15062de0 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 27 Oct 2024 21:19:41 -0300 Subject: [PATCH 23/27] update script to use live nodes --- test/scripts/update-local-types.ts | 34 ++++++++++++++++++------------ 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index 8c61831c08..8bfecad672 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -3,6 +3,7 @@ import { promisify } from "util"; import { join, dirname } from "path"; import { fileURLToPath } from "url"; import { readFileSync, writeFileSync } from "fs"; +import { start } from "repl"; const execAsync = promisify(exec); @@ -47,14 +48,14 @@ const checkBinary = async () => { } }; -const startNode = (network: string, port: string) => { +const startNode = (network: string, rpcPort: string, port: string) => { console.log(`Starting ${network.toUpperCase()} node at port `, port); const node = spawn( "../target/release/moonbeam", [ `--alice`, - `--chain=${network}-local`, - `--rpc-port=${port}`, + `--chain=${network}`, + `--rpc-port=${rpcPort}`, `--no-hardware-benchmarks`, `--unsafe-force-node-key-generation`, `--wasm-execution=interpreted-i-know-what-i-do`, @@ -64,7 +65,7 @@ const startNode = (network: string, port: string) => { ], { detached: true, - stdio: "ignore", + stdio: "inherit", } ); return node; @@ -85,7 +86,16 @@ const scrapeMetadata = async (network: string, port: string) => { }); const metadataJson = await metadata.json(); - writeFile(`../../typescript-api`, `metadata-${network}.json`, JSON.stringify(metadataJson)); + writeFile(`../../typescript-api`, `metadata-${network.replace("-local", "")}.json`, JSON.stringify(metadataJson)); +}; + +const extractMetadata = async (network: string, rpcPort: string, port: string,) => { + const node = startNode(network, rpcPort, port); + await new Promise((resolve) => setTimeout(resolve, 10000)); + await scrapeMetadata(network, rpcPort); + await new Promise((resolve) => setTimeout(resolve, 10000)); + console.log(`Metadata for ${network} saved ✅`); + node.kill(); }; const executeUpdateAPIScript = async () => { @@ -98,15 +108,10 @@ const executeUpdateAPIScript = async () => { // Generate types console.log("Extracting metadata for all runtimes..."); - const networks = ["moonbase", "moonriver", "moonbeam"]; - const port = "9933"; - for (const network of networks) { - const node = startNode(network, port); - await new Promise((resolve) => setTimeout(resolve, 10000)); - await scrapeMetadata(network, port); - node.kill(); - console.log(`Metadata for ${network} saved ✅`); - } + await extractMetadata("moonbase-local", "9933", "30333"); + await executeScript("../../typescript-api", "pnpm load:meta:moonriver"); + await executeScript("../../typescript-api", "pnpm load:meta:moonbeam"); + // Generate meta & defs await executeScript("../../typescript-api", "pnpm generate:defs"); @@ -125,3 +130,4 @@ const executeUpdateAPIScript = async () => { }; executeUpdateAPIScript(); + From 752aec7faaa5bbab936affd66549918afa97c8c2 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 27 Oct 2024 21:20:02 -0300 Subject: [PATCH 24/27] update ts-api --- .../moonbase/interfaces/augment-api-consts.ts | 16 +- .../moonbase/interfaces/augment-api-errors.ts | 50 +- .../moonbase/interfaces/augment-api-events.ts | 103 +- .../moonbase/interfaces/augment-api-query.ts | 37 +- .../src/moonbase/interfaces/augment-api-tx.ts | 427 +- .../src/moonbase/interfaces/lookup.ts | 7966 ++++++----- .../src/moonbase/interfaces/registry.ts | 96 +- .../src/moonbase/interfaces/types-lookup.ts | 11710 ++++++++-------- .../moonbeam/interfaces/augment-api-consts.ts | 28 +- .../moonbeam/interfaces/augment-api-errors.ts | 13 +- .../moonbeam/interfaces/augment-api-events.ts | 156 +- .../moonbeam/interfaces/augment-api-query.ts | 109 +- .../interfaces/augment-api-runtime.ts | 72 +- .../src/moonbeam/interfaces/augment-api-tx.ts | 228 +- .../src/moonbeam/interfaces/lookup.ts | 1050 +- .../src/moonbeam/interfaces/registry.ts | 82 +- .../src/moonbeam/interfaces/types-lookup.ts | 1119 +- .../interfaces/augment-api-consts.ts | 28 +- .../interfaces/augment-api-errors.ts | 13 +- .../interfaces/augment-api-events.ts | 114 +- .../moonriver/interfaces/augment-api-query.ts | 95 +- .../interfaces/augment-api-runtime.ts | 72 +- .../moonriver/interfaces/augment-api-tx.ts | 150 +- .../src/moonriver/interfaces/lookup.ts | 964 +- .../src/moonriver/interfaces/registry.ts | 46 +- .../src/moonriver/interfaces/types-lookup.ts | 1043 +- 26 files changed, 12463 insertions(+), 13324 deletions(-) diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index 8f05a5b4df..7f2154f1da 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -6,7 +6,7 @@ import "@polkadot/api-base/types/consts"; import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; -import type { Bytes, Null, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; +import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { Codec, ITuple } from "@polkadot/types-codec/types"; import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { @@ -501,19 +501,5 @@ declare module "@polkadot/api-base/types/consts" { /** Generic const */ [key: string]: Codec; }; - xTokens: { - /** - * Base XCM weight. - * - * The actually weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. - */ - baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** The id of the RateLimiter. */ - rateLimiterId: Null & AugmentedConst; - /** Self chain location. */ - selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ - [key: string]: Codec; - }; } // AugmentedConsts } // declare module diff --git a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts index 0d7660137d..3249425f62 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts @@ -732,6 +732,12 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; + sudo: { + /** Sender must be the Sudo account. */ + RequireSudo: AugmentedError; + /** Generic error */ + [key: string]: AugmentedError; + }; system: { /** The origin filter prevent the call to be dispatched. */ CallFiltered: AugmentedError; @@ -891,49 +897,5 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; - xTokens: { - /** Asset has no reserve location. */ - AssetHasNoReserve: AugmentedError; - /** The specified index does not exist in a Assets struct. */ - AssetIndexNonExistent: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ - BadVersion: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ - CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ - DestinationNotInvertible: AugmentedError; - /** We tried sending distinct asset and fee but they have different reserve chains. */ - DistinctReserveForAssetAndFee: AugmentedError; - /** Fee is not enough. */ - FeeNotEnough: AugmentedError; - /** Could not get ancestry of asset reserve location. */ - InvalidAncestry: AugmentedError; - /** The Asset is invalid. */ - InvalidAsset: AugmentedError; - /** Invalid transfer destination. */ - InvalidDest: AugmentedError; - /** MinXcmFee not registered for certain reserve location */ - MinXcmFeeNotDefined: AugmentedError; - /** Not cross-chain transfer. */ - NotCrossChainTransfer: AugmentedError; - /** Currency is not cross-chain transferable. */ - NotCrossChainTransferableCurrency: AugmentedError; - /** Not supported Location */ - NotSupportedLocation: AugmentedError; - /** Asset transfer is limited by RateLimiter. */ - RateLimited: AugmentedError; - /** The number of assets to be sent is over the maximum. */ - TooManyAssetsBeingSent: AugmentedError; - /** The message's weight could not be determined. */ - UnweighableMessage: AugmentedError; - /** XCM execution failed. */ - XcmExecutionFailed: AugmentedError; - /** The transfering asset amount is zero. */ - ZeroAmount: AugmentedError; - /** The fee is zero. */ - ZeroFee: AugmentedError; - /** Generic error */ - [key: string]: AugmentedError; - }; } // AugmentedErrors } // declare module diff --git a/typescript-api/src/moonbase/interfaces/augment-api-events.ts b/typescript-api/src/moonbase/interfaces/augment-api-events.ts index bc1f640d3d..c4aacc4940 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-events.ts @@ -30,11 +30,11 @@ import type { FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, @@ -47,7 +47,6 @@ import type { SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, - StagingXcmV4Asset, StagingXcmV4AssetAssets, StagingXcmV4Location, StagingXcmV4Response, @@ -66,42 +65,42 @@ declare module "@polkadot/api-base/types/events" { /** Removed all information related to an assetId and destroyed asset */ ForeignAssetDestroyed: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonriverRuntimeXcmConfigAssetType, - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonbaseRuntimeXcmConfigAssetType, + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonriverRuntimeXcmConfigAssetType; - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonbaseRuntimeXcmConfigAssetType; + metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonbaseRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Removed all information related to an assetId and destroyed asset */ LocalAssetDestroyed: AugmentedEvent; /** Supported asset type for fee payment removed */ SupportedAssetRemoved: AugmentedEvent< ApiType, - [assetType: MoonriverRuntimeXcmConfigAssetType], - { assetType: MoonriverRuntimeXcmConfigAssetType } + [assetType: MoonbaseRuntimeXcmConfigAssetType], + { assetType: MoonbaseRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ UnitsPerSecondChanged: AugmentedEvent; @@ -1227,14 +1226,14 @@ declare module "@polkadot/api-base/types/events" { Updated: AugmentedEvent< ApiType, [ - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - oldValue: Option, - newValue: Option + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option ], { - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - oldValue: Option; - newValue: Option; + key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; } >; /** Generic event */ @@ -1512,13 +1511,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1534,13 +1533,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; delay: u32; } >; @@ -1550,13 +1549,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbaseRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbaseRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1779,6 +1778,30 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + sudo: { + /** The sudo key has been updated. */ + KeyChanged: AugmentedEvent< + ApiType, + [old: Option, new_: AccountId20], + { old: Option; new_: AccountId20 } + >; + /** The key was permanently removed. */ + KeyRemoved: AugmentedEvent; + /** A sudo call just took place. */ + Sudid: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** A [sudo_as](Pallet::sudo_as) call just took place. */ + SudoAsDone: AugmentedEvent< + ApiType, + [sudoResult: Result], + { sudoResult: Result } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; system: { /** `:code` was updated. */ CodeUpdated: AugmentedEvent; @@ -2091,25 +2114,5 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - xTokens: { - /** Transferred `Asset` with fee. */ - TransferredAssets: AugmentedEvent< - ApiType, - [ - sender: AccountId20, - assets: StagingXcmV4AssetAssets, - fee: StagingXcmV4Asset, - dest: StagingXcmV4Location - ], - { - sender: AccountId20; - assets: StagingXcmV4AssetAssets; - fee: StagingXcmV4Asset; - dest: StagingXcmV4Location; - } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; } // AugmentedEvents } // declare module diff --git a/typescript-api/src/moonbase/interfaces/augment-api-query.ts b/typescript-api/src/moonbase/interfaces/augment-api-query.ts index ad204e092b..5161a19703 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-query.ts @@ -50,10 +50,10 @@ import type { FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -138,7 +138,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -150,11 +150,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonriverRuntimeXcmConfigAssetType] + [MoonbaseRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -312,7 +312,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonriverRuntimeRuntimeHoldReason; + readonly id: MoonbaseRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -1188,15 +1188,15 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: - | MoonriverRuntimeRuntimeParamsRuntimeParametersKey + | MoonbaseRuntimeRuntimeParamsRuntimeParametersKey | { RuntimeConfig: any } | { PalletRandomness: any } | string | Uint8Array - ) => Observable>, - [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] + ) => Observable>, + [MoonbaseRuntimeRuntimeParamsRuntimeParametersKey] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -1526,6 +1526,13 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + sudo: { + /** The `AccountId` of the sudo key. */ + key: AugmentedQuery Observable>, []> & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; system: { /** The full account information for a particular account ID. */ account: AugmentedQuery< @@ -1857,9 +1864,5 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - xTokens: { - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; } // AugmentedQueries } // declare module diff --git a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts index d0fce65b6e..008b42c37c 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts @@ -44,13 +44,12 @@ import type { EthereumTransactionTransactionV2, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParameters, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -69,7 +68,6 @@ import type { XcmPrimitivesEthereumXcmEthereumXcmTransaction, XcmV3OriginKind, XcmV3WeightLimit, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -91,10 +89,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonriverRuntimeXcmConfigAssetType, u32] + [u128, MoonbaseRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -110,9 +108,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonriverRuntimeAssetConfigAssetRegistrarMetadata + | MoonbaseRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -120,8 +118,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -2707,13 +2705,13 @@ declare module "@polkadot/api-base/types/submittable" { setParameter: AugmentedSubmittable< ( keyValue: - | MoonriverRuntimeRuntimeParamsRuntimeParameters + | MoonbaseRuntimeRuntimeParamsRuntimeParameters | { RuntimeConfig: any } | { PalletRandomness: any } | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeRuntimeParamsRuntimeParameters] + [MoonbaseRuntimeRuntimeParamsRuntimeParameters] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3309,7 +3307,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3322,7 +3320,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3371,7 +3369,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3385,7 +3383,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeProxyType, u32, u16] + [MoonbaseRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3408,7 +3406,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3423,7 +3421,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonbaseRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3440,10 +3438,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3455,7 +3453,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, Option, Call] + [AccountId20, Option, Call] >; /** * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. @@ -3475,10 +3473,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3490,7 +3488,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, AccountId20, Option, Call] + [AccountId20, AccountId20, Option, Call] >; /** * Remove the given announcement of a delegate. @@ -3554,7 +3552,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbaseRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3567,7 +3565,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbaseRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3696,16 +3694,16 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonriverRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, proposal: @@ -3723,7 +3721,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeOriginCaller, + MoonbaseRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -3872,6 +3870,52 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + sudo: { + /** + * Permanently removes the sudo key. + * + * **This cannot be un-done.** + */ + removeKey: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key. */ + setKey: AugmentedSubmittable< + (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, + [AccountId20] + >; + /** Authenticates the sudo key and dispatches a function call with `Root` origin. */ + sudo: AugmentedSubmittable< + (call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic, + [Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Signed` origin from a given account. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoAs: AugmentedSubmittable< + ( + who: AccountId20 | string | Uint8Array, + call: Call | IMethod | string | Uint8Array + ) => SubmittableExtrinsic, + [AccountId20, Call] + >; + /** + * Authenticates the sudo key and dispatches a function call with `Root` origin. This function + * does not check the weight of the call, and instead allows the Sudo user to specify the + * weight of the call. + * + * The dispatch origin for this call must be _Signed_. + */ + sudoUncheckedWeight: AugmentedSubmittable< + ( + call: Call | IMethod | string | Uint8Array, + weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array + ) => SubmittableExtrinsic, + [Call, SpWeightsWeightV2Weight] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; system: { /** * Provide the preimage (runtime binary) `code` for an upgrade that has been authorized. @@ -4415,21 +4459,21 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonriverRuntimeOriginCaller + | MoonbaseRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } - | { Origins: any } - | { TreasuryCouncilCollective: any } - | { OpenTechCommitteeCollective: any } | { CumulusXcm: any } | { PolkadotXcm: any } | { EthereumXcm: any } + | { TreasuryCouncilCollective: any } + | { Origins: any } + | { OpenTechCommitteeCollective: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeOriginCaller, Call] + [MoonbaseRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4498,6 +4542,57 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + xcmpQueue: { + /** + * Resumes all XCM executions for the XCMP queue. + * + * Note that this function doesn't change the status of the in/out bound channels. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin. + * + * - `origin`: Must pass `ControllerOrigin`. + */ + suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic, []>; + /** + * Overwrites the number of pages which must be in the queue after which we drop any further + * messages from the channel. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.drop_threshold` + */ + updateDropThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which the queue must be reduced to before it signals that + * message sending may recommence after it has been suspended. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.resume_threshold` + */ + updateResumeThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** + * Overwrites the number of pages which must be in the queue for the other side to be told to + * suspend their sending. + * + * - `origin`: Must pass `Root`. + * - `new`: Desired value for `QueueConfigData.suspend_value` + */ + updateSuspendThreshold: AugmentedSubmittable< + (updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [u32] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; xcmTransactor: { /** * De-Register a derivative index. This prevents an account to use a derivative address @@ -4635,7 +4730,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonbaseRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4651,7 +4746,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4781,253 +4876,5 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - xTokens: { - /** - * Transfer native currencies. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transfer: AugmentedSubmittable< - ( - currencyId: - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset`. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiasset: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several `Asset` specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the Assets that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassets: AugmentedSubmittable< - ( - assets: - | XcmVersionedAssets - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAssets, u32, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset` specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the Asset to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance For now we only accept fee and asset - * having the same `Location` id. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassetWithFee: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - fee: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several currencies specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the currencies tuple that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMulticurrencies: AugmentedSubmittable< - ( - currencies: - | Vec> - | [ - ( - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array - ), - u128 | AnyNumber | Uint8Array - ][], - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [ - Vec>, - u32, - XcmVersionedLocation, - XcmV3WeightLimit - ] - >; - /** - * Transfer native currencies specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the amount to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferWithFee: AugmentedSubmittable< - ( - currencyId: - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - fee: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; } // AugmentedSubmittables } // declare module diff --git a/typescript-api/src/moonbase/interfaces/lookup.ts b/typescript-api/src/moonbase/interfaces/lookup.ts index b44b1e11f5..7e71ca9e3f 100644 --- a/typescript-api/src/moonbase/interfaces/lookup.ts +++ b/typescript-api/src/moonbase/interfaces/lookup.ts @@ -48,7 +48,7 @@ export default { RuntimeEnvironmentUpdated: "Null", }, }, - /** Lookup21: frame_system::EventRecord */ + /** Lookup21: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", @@ -145,30 +145,24 @@ export default { SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, - /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ - CumulusPalletParachainSystemEvent: { + /** Lookup32: pallet_utility::pallet::Event */ + PalletUtilityEvent: { _enum: { - ValidationFunctionStored: "Null", - ValidationFunctionApplied: { - relayChainBlockNum: "u32", - }, - ValidationFunctionDiscarded: "Null", - DownwardMessagesReceived: { - count: "u32", + BatchInterrupted: { + index: "u32", + error: "SpRuntimeDispatchError", }, - DownwardMessagesProcessed: { - weightUsed: "SpWeightsWeightV2Weight", - dmqHead: "H256", + BatchCompleted: "Null", + BatchCompletedWithErrors: "Null", + ItemCompleted: "Null", + ItemFailed: { + error: "SpRuntimeDispatchError", }, - UpwardMessageSent: { - messageHash: "Option<[u8;32]>", + DispatchedAs: { + result: "Result", }, }, }, - /** Lookup34: pallet_root_testing::pallet::Event */ - PalletRootTestingEvent: { - _enum: ["DefensiveTestCall"], - }, /** Lookup35: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -269,7 +263,46 @@ export default { FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, - /** Lookup37: pallet_transaction_payment::pallet::Event */ + /** Lookup37: pallet_sudo::pallet::Event */ + PalletSudoEvent: { + _enum: { + Sudid: { + sudoResult: "Result", + }, + KeyChanged: { + _alias: { + new_: "new", + }, + old: "Option", + new_: "AccountId20", + }, + KeyRemoved: "Null", + SudoAsDone: { + sudoResult: "Result", + }, + }, + }, + /** Lookup39: cumulus_pallet_parachain_system::pallet::Event */ + CumulusPalletParachainSystemEvent: { + _enum: { + ValidationFunctionStored: "Null", + ValidationFunctionApplied: { + relayChainBlockNum: "u32", + }, + ValidationFunctionDiscarded: "Null", + DownwardMessagesReceived: { + count: "u32", + }, + DownwardMessagesProcessed: { + weightUsed: "SpWeightsWeightV2Weight", + dmqHead: "H256", + }, + UpwardMessageSent: { + messageHash: "Option<[u8;32]>", + }, + }, + }, + /** Lookup41: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -279,7 +312,92 @@ export default { }, }, }, - /** Lookup38: pallet_parachain_staking::pallet::Event */ + /** Lookup42: pallet_evm::pallet::Event */ + PalletEvmEvent: { + _enum: { + Log: { + log: "EthereumLog", + }, + Created: { + address: "H160", + }, + CreatedFailed: { + address: "H160", + }, + Executed: { + address: "H160", + }, + ExecutedFailed: { + address: "H160", + }, + }, + }, + /** Lookup43: ethereum::log::Log */ + EthereumLog: { + address: "H160", + topics: "Vec", + data: "Bytes", + }, + /** Lookup46: pallet_ethereum::pallet::Event */ + PalletEthereumEvent: { + _enum: { + Executed: { + from: "H160", + to: "H160", + transactionHash: "H256", + exitReason: "EvmCoreErrorExitReason", + extraData: "Bytes", + }, + }, + }, + /** Lookup47: evm_core::error::ExitReason */ + EvmCoreErrorExitReason: { + _enum: { + Succeed: "EvmCoreErrorExitSucceed", + Error: "EvmCoreErrorExitError", + Revert: "EvmCoreErrorExitRevert", + Fatal: "EvmCoreErrorExitFatal", + }, + }, + /** Lookup48: evm_core::error::ExitSucceed */ + EvmCoreErrorExitSucceed: { + _enum: ["Stopped", "Returned", "Suicided"], + }, + /** Lookup49: evm_core::error::ExitError */ + EvmCoreErrorExitError: { + _enum: { + StackUnderflow: "Null", + StackOverflow: "Null", + InvalidJump: "Null", + InvalidRange: "Null", + DesignatedInvalid: "Null", + CallTooDeep: "Null", + CreateCollision: "Null", + CreateContractLimit: "Null", + OutOfOffset: "Null", + OutOfGas: "Null", + OutOfFund: "Null", + PCUnderflow: "Null", + CreateEmpty: "Null", + Other: "Text", + MaxNonce: "Null", + InvalidCode: "u8", + }, + }, + /** Lookup53: evm_core::error::ExitRevert */ + EvmCoreErrorExitRevert: { + _enum: ["Reverted"], + }, + /** Lookup54: evm_core::error::ExitFatal */ + EvmCoreErrorExitFatal: { + _enum: { + NotSupported: "Null", + UnhandledInterrupt: "Null", + CallErrorAsFatal: "EvmCoreErrorExitError", + Other: "Text", + }, + }, + /** Lookup55: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -468,19 +586,19 @@ export default { }, }, }, - /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, - /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128", }, }, - /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ + /** Lookup58: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -490,25 +608,133 @@ export default { }, }, /** - * Lookup43: + * Lookup60: * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) */ - PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", + PalletParachainStakingInflationDistributionConfig: "[Lookup62;2]", /** - * Lookup45: + * Lookup62: * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) */ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent", }, - /** Lookup47: pallet_author_slot_filter::pallet::Event */ + /** Lookup64: pallet_scheduler::pallet::Event */ + PalletSchedulerEvent: { + _enum: { + Scheduled: { + when: "u32", + index: "u32", + }, + Canceled: { + when: "u32", + index: "u32", + }, + Dispatched: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + result: "Result", + }, + RetrySet: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + period: "u32", + retries: "u8", + }, + RetryCancelled: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PeriodicFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + RetryFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + }, + }, + }, + /** Lookup66: pallet_treasury::pallet::Event */ + PalletTreasuryEvent: { + _enum: { + Spending: { + budgetRemaining: "u128", + }, + Awarded: { + proposalIndex: "u32", + award: "u128", + account: "AccountId20", + }, + Burnt: { + burntFunds: "u128", + }, + Rollover: { + rolloverBalance: "u128", + }, + Deposit: { + value: "u128", + }, + SpendApproved: { + proposalIndex: "u32", + amount: "u128", + beneficiary: "AccountId20", + }, + UpdatedInactive: { + reactivated: "u128", + deactivated: "u128", + }, + AssetSpendApproved: { + index: "u32", + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + }, + AssetSpendVoided: { + index: "u32", + }, + Paid: { + index: "u32", + paymentId: "Null", + }, + PaymentFailed: { + index: "u32", + paymentId: "Null", + }, + SpendProcessed: { + index: "u32", + }, + }, + }, + /** Lookup67: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup49: pallet_author_mapping::pallet::Event */ + /** Lookup69: pallet_crowdloan_rewards::pallet::Event */ + PalletCrowdloanRewardsEvent: { + _enum: { + InitialPaymentMade: "(AccountId20,u128)", + NativeIdentityAssociated: "([u8;32],AccountId20,u128)", + RewardsPaid: "(AccountId20,u128)", + RewardAddressUpdated: "(AccountId20,AccountId20)", + InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", + InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", + }, + }, + /** Lookup70: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -534,68 +760,21 @@ export default { }, }, }, - /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup71: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup72: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ - PalletMoonbeamOrbitersEvent: { + /** Lookup73: pallet_proxy::pallet::Event */ + PalletProxyEvent: { _enum: { - OrbiterJoinCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", - }, - OrbiterLeaveCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", + ProxyExecuted: { + result: "Result", }, - OrbiterRewarded: { - account: "AccountId20", - rewards: "u128", - }, - OrbiterRotation: { - collator: "AccountId20", - oldOrbiter: "Option", - newOrbiter: "Option", - }, - OrbiterRegistered: { - account: "AccountId20", - deposit: "u128", - }, - OrbiterUnregistered: { - account: "AccountId20", - }, - }, - }, - /** Lookup54: pallet_utility::pallet::Event */ - PalletUtilityEvent: { - _enum: { - BatchInterrupted: { - index: "u32", - error: "SpRuntimeDispatchError", - }, - BatchCompleted: "Null", - BatchCompletedWithErrors: "Null", - ItemCompleted: "Null", - ItemFailed: { - error: "SpRuntimeDispatchError", - }, - DispatchedAs: { - result: "Result", - }, - }, - }, - /** Lookup57: pallet_proxy::pallet::Event */ - PalletProxyEvent: { - _enum: { - ProxyExecuted: { - result: "Result", - }, - PureCreated: { - pure: "AccountId20", - who: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - disambiguationIndex: "u16", + PureCreated: { + pure: "AccountId20", + who: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + disambiguationIndex: "u16", }, Announced: { real: "AccountId20", @@ -605,19 +784,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup58: moonriver_runtime::ProxyType */ - MoonriverRuntimeProxyType: { + /** Lookup74: moonbase_runtime::ProxyType */ + MoonbaseRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -629,7 +808,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup60: pallet_maintenance_mode::pallet::Event */ + /** Lookup76: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -642,7 +821,7 @@ export default { }, }, }, - /** Lookup61: pallet_identity::pallet::Event */ + /** Lookup77: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -714,981 +893,639 @@ export default { }, }, }, - /** Lookup63: pallet_migrations::pallet::Event */ - PalletMigrationsEvent: { + /** Lookup79: cumulus_pallet_xcmp_queue::pallet::Event */ + CumulusPalletXcmpQueueEvent: { _enum: { - RuntimeUpgradeStarted: "Null", - RuntimeUpgradeCompleted: { - weight: "SpWeightsWeightV2Weight", - }, - MigrationStarted: { - migrationName: "Bytes", - }, - MigrationCompleted: { - migrationName: "Bytes", - consumedWeight: "SpWeightsWeightV2Weight", - }, - FailedToSuspendIdleXcmExecution: { - error: "SpRuntimeDispatchError", - }, - FailedToResumeIdleXcmExecution: { - error: "SpRuntimeDispatchError", + XcmpMessageSent: { + messageHash: "[u8;32]", }, }, }, - /** Lookup64: pallet_multisig::pallet::Event */ - PalletMultisigEvent: { + /** Lookup80: cumulus_pallet_xcm::pallet::Event */ + CumulusPalletXcmEvent: { _enum: { - NewMultisig: { - approving: "AccountId20", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigApproval: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, - MultisigExecuted: { - approving: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - result: "Result", - }, - MultisigCancelled: { - cancelling: "AccountId20", - timepoint: "PalletMultisigTimepoint", - multisig: "AccountId20", - callHash: "[u8;32]", - }, + InvalidFormat: "[u8;32]", + UnsupportedVersion: "[u8;32]", + ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup65: pallet_multisig::Timepoint */ - PalletMultisigTimepoint: { - height: "u32", - index: "u32", - }, - /** Lookup66: pallet_parameters::pallet::Event */ - PalletParametersEvent: { + /** Lookup81: staging_xcm::v4::traits::Outcome */ + StagingXcmV4TraitsOutcome: { _enum: { - Updated: { - key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", - oldValue: "Option", - newValue: "Option", + Complete: { + used: "SpWeightsWeightV2Weight", + }, + Incomplete: { + used: "SpWeightsWeightV2Weight", + error: "XcmV3TraitsError", + }, + Error: { + error: "XcmV3TraitsError", }, }, }, - /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", - }, - }, - /** Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { - _enum: ["FeesTreasuryProportion"], - }, - /** Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { - _enum: ["Deposit"], - }, - /** Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue */ - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", - }, - }, - /** Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { - _enum: { - FeesTreasuryProportion: "Perbill", - }, - }, - /** Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { + /** Lookup82: xcm::v3::traits::Error */ + XcmV3TraitsError: { _enum: { - Deposit: "u128", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + LocationFull: "Null", + LocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + ExpectationFalse: "Null", + PalletNotFound: "Null", + NameMismatch: "Null", + VersionIncompatible: "Null", + HoldingWouldOverflow: "Null", + ExportError: "Null", + ReanchorFailed: "Null", + NoDeal: "Null", + FeesNotMet: "Null", + LockError: "Null", + NoPermission: "Null", + Unanchored: "Null", + NotDepositable: "Null", + UnhandledXcmVersion: "Null", + WeightLimitReached: "SpWeightsWeightV2Weight", + Barrier: "Null", + WeightNotComputable: "Null", + ExceedsStackLimit: "Null", }, }, - /** Lookup77: pallet_evm::pallet::Event */ - PalletEvmEvent: { + /** Lookup83: pallet_xcm::pallet::Event */ + PalletXcmEvent: { _enum: { - Log: { - log: "EthereumLog", + Attempted: { + outcome: "StagingXcmV4TraitsOutcome", }, - Created: { - address: "H160", + Sent: { + origin: "StagingXcmV4Location", + destination: "StagingXcmV4Location", + message: "StagingXcmV4Xcm", + messageId: "[u8;32]", }, - CreatedFailed: { - address: "H160", + UnexpectedResponse: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - Executed: { - address: "H160", + ResponseReady: { + queryId: "u64", + response: "StagingXcmV4Response", }, - ExecutedFailed: { - address: "H160", + Notified: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - }, - }, - /** Lookup78: ethereum::log::Log */ - EthereumLog: { - address: "H160", - topics: "Vec", - data: "Bytes", - }, - /** Lookup81: pallet_ethereum::pallet::Event */ - PalletEthereumEvent: { - _enum: { - Executed: { - from: "H160", - to: "H160", - transactionHash: "H256", - exitReason: "EvmCoreErrorExitReason", - extraData: "Bytes", + NotifyOverweight: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", + actualWeight: "SpWeightsWeightV2Weight", + maxBudgetedWeight: "SpWeightsWeightV2Weight", }, - }, - }, - /** Lookup82: evm_core::error::ExitReason */ - EvmCoreErrorExitReason: { - _enum: { - Succeed: "EvmCoreErrorExitSucceed", - Error: "EvmCoreErrorExitError", - Revert: "EvmCoreErrorExitRevert", - Fatal: "EvmCoreErrorExitFatal", - }, - }, - /** Lookup83: evm_core::error::ExitSucceed */ - EvmCoreErrorExitSucceed: { - _enum: ["Stopped", "Returned", "Suicided"], - }, - /** Lookup84: evm_core::error::ExitError */ - EvmCoreErrorExitError: { - _enum: { - StackUnderflow: "Null", - StackOverflow: "Null", - InvalidJump: "Null", - InvalidRange: "Null", - DesignatedInvalid: "Null", - CallTooDeep: "Null", - CreateCollision: "Null", - CreateContractLimit: "Null", - OutOfOffset: "Null", - OutOfGas: "Null", - OutOfFund: "Null", - PCUnderflow: "Null", - CreateEmpty: "Null", - Other: "Text", - MaxNonce: "Null", - InvalidCode: "u8", - }, - }, - /** Lookup88: evm_core::error::ExitRevert */ - EvmCoreErrorExitRevert: { - _enum: ["Reverted"], - }, - /** Lookup89: evm_core::error::ExitFatal */ - EvmCoreErrorExitFatal: { - _enum: { - NotSupported: "Null", - UnhandledInterrupt: "Null", - CallErrorAsFatal: "EvmCoreErrorExitError", - Other: "Text", - }, - }, - /** Lookup90: pallet_scheduler::pallet::Event */ - PalletSchedulerEvent: { - _enum: { - Scheduled: { - when: "u32", - index: "u32", - }, - Canceled: { - when: "u32", - index: "u32", - }, - Dispatched: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - result: "Result", - }, - RetrySet: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - period: "u32", - retries: "u8", - }, - RetryCancelled: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - }, - CallUnavailable: { - task: "(u32,u32)", - id: "Option<[u8;32]>", - }, - PeriodicFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyDispatchError: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - RetryFailed: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + NotifyDecodeFailed: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - PermanentlyOverweight: { - task: "(u32,u32)", - id: "Option<[u8;32]>", + InvalidResponder: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedLocation: "Option", }, - }, - }, - /** Lookup92: pallet_preimage::pallet::Event */ - PalletPreimageEvent: { - _enum: { - Noted: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + InvalidResponderVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - Requested: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + ResponseTaken: { + queryId: "u64", }, - Cleared: { + AssetsTrapped: { _alias: { hash_: "hash", }, hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - }, - }, - /** Lookup93: pallet_conviction_voting::pallet::Event */ - PalletConvictionVotingEvent: { - _enum: { - Delegated: "(AccountId20,AccountId20)", - Undelegated: "AccountId20", - }, - }, - /** Lookup94: pallet_referenda::pallet::Event */ - PalletReferendaEvent: { - _enum: { - Submitted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - }, - DecisionDepositPlaced: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DecisionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", - }, - DepositSlashed: { - who: "AccountId20", - amount: "u128", - }, - DecisionStarted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - tally: "PalletConvictionVotingTally", + VersionChangeNotified: { + destination: "StagingXcmV4Location", + result: "u32", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - ConfirmStarted: { - index: "u32", + SupportedVersionChanged: { + location: "StagingXcmV4Location", + version: "u32", }, - ConfirmAborted: { - index: "u32", + NotifyTargetSendFail: { + location: "StagingXcmV4Location", + queryId: "u64", + error: "XcmV3TraitsError", }, - Confirmed: { - index: "u32", - tally: "PalletConvictionVotingTally", + NotifyTargetMigrationFail: { + location: "XcmVersionedLocation", + queryId: "u64", }, - Approved: { - index: "u32", + InvalidQuerierVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - Rejected: { - index: "u32", - tally: "PalletConvictionVotingTally", + InvalidQuerier: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedQuerier: "StagingXcmV4Location", + maybeActualQuerier: "Option", }, - TimedOut: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyStarted: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Cancelled: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyRequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - Killed: { - index: "u32", - tally: "PalletConvictionVotingTally", + VersionNotifyUnrequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - SubmissionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", + FeesPaid: { + paying: "StagingXcmV4Location", + fees: "StagingXcmV4AssetAssets", }, - MetadataSet: { + AssetsClaimed: { _alias: { hash_: "hash", }, - index: "u32", hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - MetadataCleared: { - _alias: { - hash_: "hash", - }, - index: "u32", - hash_: "H256", + VersionMigrationFinished: { + version: "u32", }, }, }, - /** - * Lookup95: frame_support::traits::preimages::Bounded - */ - FrameSupportPreimagesBounded: { + /** Lookup84: staging_xcm::v4::location::Location */ + StagingXcmV4Location: { + parents: "u8", + interior: "StagingXcmV4Junctions", + }, + /** Lookup85: staging_xcm::v4::junctions::Junctions */ + StagingXcmV4Junctions: { _enum: { - Legacy: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - Inline: "Bytes", - Lookup: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - len: "u32", - }, + Here: "Null", + X1: "[Lookup87;1]", + X2: "[Lookup87;2]", + X3: "[Lookup87;3]", + X4: "[Lookup87;4]", + X5: "[Lookup87;5]", + X6: "[Lookup87;6]", + X7: "[Lookup87;7]", + X8: "[Lookup87;8]", }, }, - /** Lookup97: frame_system::pallet::Call */ - FrameSystemCall: { + /** Lookup87: staging_xcm::v4::junction::Junction */ + StagingXcmV4Junction: { _enum: { - remark: { - remark: "Bytes", - }, - set_heap_pages: { - pages: "u64", + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - set_code: { - code: "Bytes", + AccountIndex64: { + network: "Option", + index: "Compact", }, - set_code_without_checks: { - code: "Bytes", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - set_storage: { - items: "Vec<(Bytes,Bytes)>", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - kill_storage: { - _alias: { - keys_: "keys", - }, - keys_: "Vec", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, - kill_prefix: { - prefix: "Bytes", - subkeys: "u32", + GlobalConsensus: "StagingXcmV4JunctionNetworkId", + }, + }, + /** Lookup90: staging_xcm::v4::junction::NetworkId */ + StagingXcmV4JunctionNetworkId: { + _enum: { + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - remark_with_event: { - remark: "Bytes", - }, - __Unused8: "Null", - authorize_upgrade: { - codeHash: "H256", - }, - authorize_upgrade_without_checks: { - codeHash: "H256", - }, - apply_authorized_upgrade: { - code: "Bytes", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ - CumulusPalletParachainSystemCall: { + /** Lookup92: xcm::v3::junction::BodyId */ + XcmV3JunctionBodyId: { _enum: { - set_validation_data: { - data: "CumulusPrimitivesParachainInherentParachainInherentData", - }, - sudo_send_upward_message: { - message: "Bytes", - }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", - }, - enact_authorized_upgrade: { - code: "Bytes", - }, + Unit: "Null", + Moniker: "[u8;4]", + Index: "Compact", + Executive: "Null", + Technical: "Null", + Legislative: "Null", + Judicial: "Null", + Defense: "Null", + Administration: "Null", + Treasury: "Null", }, }, - /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ - CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", - relayChainState: "SpTrieStorageProof", - downwardMessages: "Vec", - horizontalMessages: "BTreeMap>", - }, - /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { - parentHead: "Bytes", - relayParentNumber: "u32", - relayParentStorageRoot: "H256", - maxPovSize: "u32", - }, - /** Lookup105: sp_trie::storage_proof::StorageProof */ - SpTrieStorageProof: { - trieNodes: "BTreeSet", - }, - /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ - PolkadotCorePrimitivesInboundDownwardMessage: { - sentAt: "u32", - msg: "Bytes", - }, - /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ - PolkadotCorePrimitivesInboundHrmpMessage: { - sentAt: "u32", - data: "Bytes", - }, - /** Lookup115: pallet_timestamp::pallet::Call */ - PalletTimestampCall: { + /** Lookup93: xcm::v3::junction::BodyPart */ + XcmV3JunctionBodyPart: { _enum: { - set: { - now: "Compact", + Voice: "Null", + Members: { + count: "Compact", }, - }, - }, - /** Lookup116: pallet_root_testing::pallet::Call */ - PalletRootTestingCall: { - _enum: { - fill_block: { - ratio: "Perbill", + Fraction: { + nom: "Compact", + denom: "Compact", + }, + AtLeastProportion: { + nom: "Compact", + denom: "Compact", + }, + MoreThanProportion: { + nom: "Compact", + denom: "Compact", }, - trigger_defensive: "Null", }, }, - /** Lookup117: pallet_balances::pallet::Call */ - PalletBalancesCall: { + /** Lookup101: staging_xcm::v4::Xcm */ + StagingXcmV4Xcm: "Vec", + /** Lookup103: staging_xcm::v4::Instruction */ + StagingXcmV4Instruction: { _enum: { - transfer_allow_death: { - dest: "AccountId20", - value: "Compact", - }, - __Unused1: "Null", - force_transfer: { - source: "AccountId20", - dest: "AccountId20", - value: "Compact", + WithdrawAsset: "StagingXcmV4AssetAssets", + ReserveAssetDeposited: "StagingXcmV4AssetAssets", + ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", + QueryResponse: { + queryId: "Compact", + response: "StagingXcmV4Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - transfer_keep_alive: { - dest: "AccountId20", - value: "Compact", + TransferAsset: { + assets: "StagingXcmV4AssetAssets", + beneficiary: "StagingXcmV4Location", }, - transfer_all: { - dest: "AccountId20", - keepAlive: "bool", + TransferReserveAsset: { + assets: "StagingXcmV4AssetAssets", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - force_unreserve: { - who: "AccountId20", - amount: "u128", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - upgrade_accounts: { - who: "Vec", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - __Unused7: "Null", - force_set_balance: { - who: "AccountId20", - newFree: "Compact", + HrmpChannelAccepted: { + recipient: "Compact", }, - force_adjust_total_issuance: { - direction: "PalletBalancesAdjustmentDirection", - delta: "Compact", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - burn: { - value: "Compact", - keepAlive: "bool", + ClearOrigin: "Null", + DescendOrigin: "StagingXcmV4Junctions", + ReportError: "StagingXcmV4QueryResponseInfo", + DepositAsset: { + assets: "StagingXcmV4AssetAssetFilter", + beneficiary: "StagingXcmV4Location", }, - }, - }, - /** Lookup120: pallet_balances::types::AdjustmentDirection */ - PalletBalancesAdjustmentDirection: { - _enum: ["Increase", "Decrease"], - }, - /** Lookup121: pallet_parachain_staking::pallet::Call */ - PalletParachainStakingCall: { - _enum: { - set_staking_expectations: { - expectations: { - min: "u128", - ideal: "u128", - max: "u128", - }, + DepositReserveAsset: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_inflation: { - schedule: { - min: "Perbill", - ideal: "Perbill", - max: "Perbill", - }, + ExchangeAsset: { + give: "StagingXcmV4AssetAssetFilter", + want: "StagingXcmV4AssetAssets", + maximal: "bool", }, - set_parachain_bond_account: { - _alias: { - new_: "new", - }, - new_: "AccountId20", + InitiateReserveWithdraw: { + assets: "StagingXcmV4AssetAssetFilter", + reserve: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_parachain_bond_reserve_percent: { - _alias: { - new_: "new", - }, - new_: "Percent", + InitiateTeleport: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - set_total_selected: { - _alias: { - new_: "new", - }, - new_: "u32", + ReportHolding: { + responseInfo: "StagingXcmV4QueryResponseInfo", + assets: "StagingXcmV4AssetAssetFilter", }, - set_collator_commission: { - _alias: { - new_: "new", - }, - new_: "Perbill", + BuyExecution: { + fees: "StagingXcmV4Asset", + weightLimit: "XcmV3WeightLimit", }, - set_blocks_per_round: { - _alias: { - new_: "new", - }, - new_: "u32", + RefundSurplus: "Null", + SetErrorHandler: "StagingXcmV4Xcm", + SetAppendix: "StagingXcmV4Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "StagingXcmV4AssetAssets", + ticket: "StagingXcmV4Location", }, - join_candidates: { - bond: "u128", - candidateCount: "u32", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", }, - schedule_leave_candidates: { - candidateCount: "u32", + UnsubscribeVersion: "Null", + BurnAsset: "StagingXcmV4AssetAssets", + ExpectAsset: "StagingXcmV4AssetAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "StagingXcmV4QueryResponseInfo", }, - execute_leave_candidates: { - candidate: "AccountId20", - candidateDelegationCount: "u32", - }, - cancel_leave_candidates: { - candidateCount: "u32", - }, - go_offline: "Null", - go_online: "Null", - candidate_bond_more: { - more: "u128", - }, - schedule_candidate_bond_less: { - less: "u128", - }, - execute_candidate_bond_less: { - candidate: "AccountId20", - }, - cancel_candidate_bond_less: "Null", - delegate: { - candidate: "AccountId20", - amount: "u128", - candidateDelegationCount: "u32", - delegationCount: "u32", - }, - delegate_with_auto_compound: { - candidate: "AccountId20", - amount: "u128", - autoCompound: "Percent", - candidateDelegationCount: "u32", - candidateAutoCompoundingDelegationCount: "u32", - delegationCount: "u32", - }, - removed_call_19: "Null", - removed_call_20: "Null", - removed_call_21: "Null", - schedule_revoke_delegation: { - collator: "AccountId20", - }, - delegator_bond_more: { - candidate: "AccountId20", - more: "u128", - }, - schedule_delegator_bond_less: { - candidate: "AccountId20", - less: "u128", - }, - execute_delegation_request: { - delegator: "AccountId20", - candidate: "AccountId20", + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", }, - cancel_delegation_request: { - candidate: "AccountId20", + ReportTransactStatus: "StagingXcmV4QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "StagingXcmV4Junction", + ExportMessage: { + network: "StagingXcmV4JunctionNetworkId", + destination: "StagingXcmV4Junctions", + xcm: "StagingXcmV4Xcm", }, - set_auto_compound: { - candidate: "AccountId20", - value: "Percent", - candidateAutoCompoundingDelegationCountHint: "u32", - delegationCountHint: "u32", + LockAsset: { + asset: "StagingXcmV4Asset", + unlocker: "StagingXcmV4Location", }, - hotfix_remove_delegation_requests_exited_candidates: { - candidates: "Vec", + UnlockAsset: { + asset: "StagingXcmV4Asset", + target: "StagingXcmV4Location", }, - notify_inactive_collator: { - collator: "AccountId20", + NoteUnlockable: { + asset: "StagingXcmV4Asset", + owner: "StagingXcmV4Location", }, - enable_marking_offline: { - value: "bool", + RequestUnlock: { + asset: "StagingXcmV4Asset", + locker: "StagingXcmV4Location", }, - force_join_candidates: { - account: "AccountId20", - bond: "u128", - candidateCount: "u32", + SetFeesMode: { + jitWithdraw: "bool", }, - set_inflation_distribution_config: { - _alias: { - new_: "new", - }, - new_: "PalletParachainStakingInflationDistributionConfig", + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV4Location", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup124: pallet_author_inherent::pallet::Call */ - PalletAuthorInherentCall: { - _enum: ["kick_off_authorship_validation"], + /** Lookup104: staging_xcm::v4::asset::Assets */ + StagingXcmV4AssetAssets: "Vec", + /** Lookup106: staging_xcm::v4::asset::Asset */ + StagingXcmV4Asset: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetFungibility", }, - /** Lookup125: pallet_author_slot_filter::pallet::Call */ - PalletAuthorSlotFilterCall: { + /** Lookup107: staging_xcm::v4::asset::AssetId */ + StagingXcmV4AssetAssetId: "StagingXcmV4Location", + /** Lookup108: staging_xcm::v4::asset::Fungibility */ + StagingXcmV4AssetFungibility: { _enum: { - set_eligible: { - _alias: { - new_: "new", - }, - new_: "u32", - }, + Fungible: "Compact", + NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup126: pallet_author_mapping::pallet::Call */ - PalletAuthorMappingCall: { + /** Lookup109: staging_xcm::v4::asset::AssetInstance */ + StagingXcmV4AssetAssetInstance: { _enum: { - add_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - update_association: { - oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - clear_association: { - nimbusId: "NimbusPrimitivesNimbusCryptoPublic", - }, - remove_keys: "Null", - set_keys: { - _alias: { - keys_: "keys", - }, - keys_: "Bytes", - }, + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", }, }, - /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ - PalletMoonbeamOrbitersCall: { + /** Lookup112: staging_xcm::v4::Response */ + StagingXcmV4Response: { _enum: { - collator_add_orbiter: { - orbiter: "AccountId20", - }, - collator_remove_orbiter: { - orbiter: "AccountId20", - }, - orbiter_leave_collator_pool: { - collator: "AccountId20", - }, - orbiter_register: "Null", - orbiter_unregister: { - collatorsPoolCount: "u32", - }, - add_collator: { - collator: "AccountId20", - }, - remove_collator: { - collator: "AccountId20", - }, + Null: "Null", + Assets: "StagingXcmV4AssetAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup128: pallet_utility::pallet::Call */ - PalletUtilityCall: { + /** Lookup116: staging_xcm::v4::PalletInfo */ + StagingXcmV4PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", + }, + /** Lookup119: xcm::v3::MaybeErrorCode */ + XcmV3MaybeErrorCode: { _enum: { - batch: { - calls: "Vec", - }, - as_derivative: { - index: "u16", - call: "Call", - }, - batch_all: { - calls: "Vec", - }, - dispatch_as: { - asOrigin: "MoonriverRuntimeOriginCaller", - call: "Call", - }, - force_batch: { - calls: "Vec", + Success: "Null", + Error: "Bytes", + TruncatedError: "Bytes", + }, + }, + /** Lookup122: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup123: xcm::double_encoded::DoubleEncoded */ + XcmDoubleEncoded: { + encoded: "Bytes", + }, + /** Lookup124: staging_xcm::v4::QueryResponseInfo */ + StagingXcmV4QueryResponseInfo: { + destination: "StagingXcmV4Location", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup125: staging_xcm::v4::asset::AssetFilter */ + StagingXcmV4AssetAssetFilter: { + _enum: { + Definite: "StagingXcmV4AssetAssets", + Wild: "StagingXcmV4AssetWildAsset", + }, + }, + /** Lookup126: staging_xcm::v4::asset::WildAsset */ + StagingXcmV4AssetWildAsset: { + _enum: { + All: "Null", + AllOf: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", }, - with_weight: { - call: "Call", - weight: "SpWeightsWeightV2Weight", + AllCounted: "Compact", + AllOfCounted: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + count: "Compact", }, }, }, - /** Lookup130: moonriver_runtime::OriginCaller */ - MoonriverRuntimeOriginCaller: { + /** Lookup127: staging_xcm::v4::asset::WildFungibility */ + StagingXcmV4AssetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup128: xcm::v3::WeightLimit */ + XcmV3WeightLimit: { _enum: { - system: "FrameSupportDispatchRawOrigin", - __Unused1: "Null", + Unlimited: "Null", + Limited: "SpWeightsWeightV2Weight", + }, + }, + /** Lookup129: xcm::VersionedAssets */ + XcmVersionedAssets: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiassetMultiAssets", __Unused2: "Null", - __Unused3: "Null", - __Unused4: "Null", - __Unused5: "Null", - __Unused6: "Null", - __Unused7: "Null", - Void: "SpCoreVoid", - __Unused9: "Null", - __Unused10: "Null", - __Unused11: "Null", - __Unused12: "Null", - __Unused13: "Null", - __Unused14: "Null", - __Unused15: "Null", - __Unused16: "Null", - __Unused17: "Null", - __Unused18: "Null", - __Unused19: "Null", - __Unused20: "Null", - __Unused21: "Null", - __Unused22: "Null", - __Unused23: "Null", - __Unused24: "Null", - __Unused25: "Null", - __Unused26: "Null", - __Unused27: "Null", - __Unused28: "Null", - __Unused29: "Null", - __Unused30: "Null", - __Unused31: "Null", - __Unused32: "Null", - __Unused33: "Null", - __Unused34: "Null", - __Unused35: "Null", - __Unused36: "Null", - __Unused37: "Null", - __Unused38: "Null", - __Unused39: "Null", - __Unused40: "Null", - __Unused41: "Null", - __Unused42: "Null", - __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - Ethereum: "PalletEthereumRawOrigin", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", - __Unused62: "Null", - __Unused63: "Null", - __Unused64: "Null", - Origins: "MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin", - __Unused66: "Null", - __Unused67: "Null", - __Unused68: "Null", - __Unused69: "Null", - __Unused70: "Null", - __Unused71: "Null", - TreasuryCouncilCollective: "PalletCollectiveRawOrigin", - OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", - __Unused74: "Null", - __Unused75: "Null", - __Unused76: "Null", - __Unused77: "Null", - __Unused78: "Null", - __Unused79: "Null", - __Unused80: "Null", - __Unused81: "Null", - __Unused82: "Null", - __Unused83: "Null", - __Unused84: "Null", - __Unused85: "Null", - __Unused86: "Null", - __Unused87: "Null", - __Unused88: "Null", - __Unused89: "Null", - __Unused90: "Null", - __Unused91: "Null", - __Unused92: "Null", - __Unused93: "Null", - __Unused94: "Null", - __Unused95: "Null", - __Unused96: "Null", - __Unused97: "Null", - __Unused98: "Null", - __Unused99: "Null", - __Unused100: "Null", - CumulusXcm: "CumulusPalletXcmOrigin", - __Unused102: "Null", - PolkadotXcm: "PalletXcmOrigin", - __Unused104: "Null", - __Unused105: "Null", - __Unused106: "Null", - __Unused107: "Null", - __Unused108: "Null", - EthereumXcm: "PalletEthereumXcmRawOrigin", - }, - }, - /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ - FrameSupportDispatchRawOrigin: { - _enum: { - Root: "Null", - Signed: "AccountId20", - None: "Null", - }, - }, - /** Lookup132: pallet_ethereum::RawOrigin */ - PalletEthereumRawOrigin: { - _enum: { - EthereumTransaction: "H160", - }, - }, - /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { - _enum: [ - "WhitelistedCaller", - "GeneralAdmin", - "ReferendumCanceller", - "ReferendumKiller", - "FastGeneralAdmin", - ], - }, - /** Lookup134: pallet_collective::RawOrigin */ - PalletCollectiveRawOrigin: { - _enum: { - Members: "(u32,u32)", - Member: "AccountId20", - _Phantom: "Null", + V3: "XcmV3MultiassetMultiAssets", + V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ - CumulusPalletXcmOrigin: { - _enum: { - Relay: "Null", - SiblingParachain: "u32", - }, + /** Lookup130: xcm::v2::multiasset::MultiAssets */ + XcmV2MultiassetMultiAssets: "Vec", + /** Lookup132: xcm::v2::multiasset::MultiAsset */ + XcmV2MultiAsset: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetFungibility", }, - /** Lookup137: pallet_xcm::pallet::Origin */ - PalletXcmOrigin: { + /** Lookup133: xcm::v2::multiasset::AssetId */ + XcmV2MultiassetAssetId: { _enum: { - Xcm: "StagingXcmV4Location", - Response: "StagingXcmV4Location", + Concrete: "XcmV2MultiLocation", + Abstract: "Bytes", }, }, - /** Lookup138: staging_xcm::v4::location::Location */ - StagingXcmV4Location: { + /** Lookup134: xcm::v2::multilocation::MultiLocation */ + XcmV2MultiLocation: { parents: "u8", - interior: "StagingXcmV4Junctions", + interior: "XcmV2MultilocationJunctions", }, - /** Lookup139: staging_xcm::v4::junctions::Junctions */ - StagingXcmV4Junctions: { + /** Lookup135: xcm::v2::multilocation::Junctions */ + XcmV2MultilocationJunctions: { _enum: { Here: "Null", - X1: "[Lookup141;1]", - X2: "[Lookup141;2]", - X3: "[Lookup141;3]", - X4: "[Lookup141;4]", - X5: "[Lookup141;5]", - X6: "[Lookup141;6]", - X7: "[Lookup141;7]", - X8: "[Lookup141;8]", + X1: "XcmV2Junction", + X2: "(XcmV2Junction,XcmV2Junction)", + X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup141: staging_xcm::v4::junction::Junction */ - StagingXcmV4Junction: { + /** Lookup136: xcm::v2::junction::Junction */ + XcmV2Junction: { _enum: { Parachain: "Compact", AccountId32: { - network: "Option", + network: "XcmV2NetworkId", id: "[u8;32]", }, AccountIndex64: { - network: "Option", + network: "XcmV2NetworkId", index: "Compact", }, AccountKey20: { - network: "Option", + network: "XcmV2NetworkId", key: "[u8;20]", }, PalletInstance: "u8", GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", - }, + GeneralKey: "Bytes", OnlyChild: "Null", Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + id: "XcmV2BodyId", + part: "XcmV2BodyPart", }, - GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup144: staging_xcm::v4::junction::NetworkId */ - StagingXcmV4JunctionNetworkId: { + /** Lookup137: xcm::v2::NetworkId */ + XcmV2NetworkId: { _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", - }, + Any: "Null", + Named: "Bytes", Polkadot: "Null", Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", - }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", }, }, - /** Lookup145: xcm::v3::junction::BodyId */ - XcmV3JunctionBodyId: { + /** Lookup139: xcm::v2::BodyId */ + XcmV2BodyId: { _enum: { Unit: "Null", - Moniker: "[u8;4]", + Named: "Bytes", Index: "Compact", Executive: "Null", Technical: "Null", @@ -1699,8 +1536,8 @@ export default { Treasury: "Null", }, }, - /** Lookup146: xcm::v3::junction::BodyPart */ - XcmV3JunctionBodyPart: { + /** Lookup140: xcm::v2::BodyPart */ + XcmV2BodyPart: { _enum: { Voice: "Null", Members: { @@ -1720,2786 +1557,2892 @@ export default { }, }, }, - /** Lookup154: pallet_ethereum_xcm::RawOrigin */ - PalletEthereumXcmRawOrigin: { + /** Lookup141: xcm::v2::multiasset::Fungibility */ + XcmV2MultiassetFungibility: { _enum: { - XcmEthereumTransaction: "H160", + Fungible: "Compact", + NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup155: sp_core::Void */ - SpCoreVoid: "Null", - /** Lookup156: pallet_proxy::pallet::Call */ - PalletProxyCall: { + /** Lookup142: xcm::v2::multiasset::AssetInstance */ + XcmV2MultiassetAssetInstance: { _enum: { - proxy: { - real: "AccountId20", - forceProxyType: "Option", - call: "Call", - }, - add_proxy: { - delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", - }, - remove_proxy: { - delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", - }, - remove_proxies: "Null", - create_pure: { - proxyType: "MoonriverRuntimeProxyType", - delay: "u32", - index: "u16", - }, - kill_pure: { - spawner: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", - index: "u16", - height: "Compact", - extIndex: "Compact", + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + Blob: "Bytes", + }, + }, + /** Lookup143: xcm::v3::multiasset::MultiAssets */ + XcmV3MultiassetMultiAssets: "Vec", + /** Lookup145: xcm::v3::multiasset::MultiAsset */ + XcmV3MultiAsset: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetFungibility", + }, + /** Lookup146: xcm::v3::multiasset::AssetId */ + XcmV3MultiassetAssetId: { + _enum: { + Concrete: "StagingXcmV3MultiLocation", + Abstract: "[u8;32]", + }, + }, + /** Lookup147: staging_xcm::v3::multilocation::MultiLocation */ + StagingXcmV3MultiLocation: { + parents: "u8", + interior: "XcmV3Junctions", + }, + /** Lookup148: xcm::v3::junctions::Junctions */ + XcmV3Junctions: { + _enum: { + Here: "Null", + X1: "XcmV3Junction", + X2: "(XcmV3Junction,XcmV3Junction)", + X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + }, + }, + /** Lookup149: xcm::v3::junction::Junction */ + XcmV3Junction: { + _enum: { + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - announce: { - real: "AccountId20", - callHash: "H256", + AccountIndex64: { + network: "Option", + index: "Compact", }, - remove_announcement: { - real: "AccountId20", - callHash: "H256", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - reject_announcement: { - delegate: "AccountId20", - callHash: "H256", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - proxy_announced: { - delegate: "AccountId20", - real: "AccountId20", - forceProxyType: "Option", - call: "Call", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, + GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup158: pallet_maintenance_mode::pallet::Call */ - PalletMaintenanceModeCall: { - _enum: ["enter_maintenance_mode", "resume_normal_operation"], - }, - /** Lookup159: pallet_identity::pallet::Call */ - PalletIdentityCall: { + /** Lookup151: xcm::v3::junction::NetworkId */ + XcmV3JunctionNetworkId: { _enum: { - add_registrar: { - account: "AccountId20", - }, - set_identity: { - info: "PalletIdentityLegacyIdentityInfo", + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - set_subs: { - subs: "Vec<(AccountId20,Data)>", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, - clear_identity: "Null", - request_judgement: { - regIndex: "Compact", - maxFee: "Compact", + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", + }, + }, + /** Lookup152: xcm::v3::multiasset::Fungibility */ + XcmV3MultiassetFungibility: { + _enum: { + Fungible: "Compact", + NonFungible: "XcmV3MultiassetAssetInstance", + }, + }, + /** Lookup153: xcm::v3::multiasset::AssetInstance */ + XcmV3MultiassetAssetInstance: { + _enum: { + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + }, + }, + /** Lookup154: xcm::VersionedLocation */ + XcmVersionedLocation: { + _enum: { + __Unused0: "Null", + V2: "XcmV2MultiLocation", + __Unused2: "Null", + V3: "StagingXcmV3MultiLocation", + V4: "StagingXcmV4Location", + }, + }, + /** Lookup155: pallet_assets::pallet::Event */ + PalletAssetsEvent: { + _enum: { + Created: { + assetId: "u128", + creator: "AccountId20", + owner: "AccountId20", }, - cancel_request: { - regIndex: "u32", + Issued: { + assetId: "u128", + owner: "AccountId20", + amount: "u128", }, - set_fee: { - index: "Compact", - fee: "Compact", + Transferred: { + assetId: "u128", + from: "AccountId20", + to: "AccountId20", + amount: "u128", }, - set_account_id: { - _alias: { - new_: "new", - }, - index: "Compact", - new_: "AccountId20", + Burned: { + assetId: "u128", + owner: "AccountId20", + balance: "u128", }, - set_fields: { - index: "Compact", - fields: "u64", + TeamChanged: { + assetId: "u128", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - provide_judgement: { - regIndex: "Compact", - target: "AccountId20", - judgement: "PalletIdentityJudgement", - identity: "H256", + OwnerChanged: { + assetId: "u128", + owner: "AccountId20", }, - kill_identity: { - target: "AccountId20", + Frozen: { + assetId: "u128", + who: "AccountId20", }, - add_sub: { - sub: "AccountId20", - data: "Data", + Thawed: { + assetId: "u128", + who: "AccountId20", }, - rename_sub: { - sub: "AccountId20", - data: "Data", + AssetFrozen: { + assetId: "u128", }, - remove_sub: { - sub: "AccountId20", + AssetThawed: { + assetId: "u128", }, - quit_sub: "Null", - add_username_authority: { - authority: "AccountId20", - suffix: "Bytes", - allocation: "u32", + AccountsDestroyed: { + assetId: "u128", + accountsDestroyed: "u32", + accountsRemaining: "u32", }, - remove_username_authority: { - authority: "AccountId20", + ApprovalsDestroyed: { + assetId: "u128", + approvalsDestroyed: "u32", + approvalsRemaining: "u32", }, - set_username_for: { - who: "AccountId20", - username: "Bytes", - signature: "Option", + DestructionStarted: { + assetId: "u128", }, - accept_username: { - username: "Bytes", + Destroyed: { + assetId: "u128", }, - remove_expired_approval: { - username: "Bytes", + ForceCreated: { + assetId: "u128", + owner: "AccountId20", }, - set_primary_username: { - username: "Bytes", + MetadataSet: { + assetId: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - remove_dangling_username: { - username: "Bytes", + MetadataCleared: { + assetId: "u128", }, - }, - }, - /** Lookup160: pallet_identity::legacy::IdentityInfo */ - PalletIdentityLegacyIdentityInfo: { - additional: "Vec<(Data,Data)>", - display: "Data", - legal: "Data", - web: "Data", - riot: "Data", - email: "Data", - pgpFingerprint: "Option<[u8;20]>", - image: "Data", - twitter: "Data", - }, - /** Lookup198: pallet_identity::types::Judgement */ - PalletIdentityJudgement: { - _enum: { - Unknown: "Null", - FeePaid: "u128", - Reasonable: "Null", - KnownGood: "Null", - OutOfDate: "Null", - LowQuality: "Null", - Erroneous: "Null", - }, - }, - /** Lookup200: account::EthereumSignature */ - AccountEthereumSignature: "[u8;65]", - /** Lookup202: pallet_multisig::pallet::Call */ - PalletMultisigCall: { - _enum: { - as_multi_threshold_1: { - otherSignatories: "Vec", - call: "Call", + ApprovedTransfer: { + assetId: "u128", + source: "AccountId20", + delegate: "AccountId20", + amount: "u128", }, - as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - call: "Call", - maxWeight: "SpWeightsWeightV2Weight", + ApprovalCancelled: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", }, - approve_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - callHash: "[u8;32]", - maxWeight: "SpWeightsWeightV2Weight", + TransferredApproved: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", + destination: "AccountId20", + amount: "u128", }, - cancel_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - timepoint: "PalletMultisigTimepoint", - callHash: "[u8;32]", + AssetStatusChanged: { + assetId: "u128", }, - }, - }, - /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ - PalletMoonbeamLazyMigrationsCall: { - _enum: { - __Unused0: "Null", - clear_suicided_storage: { - addresses: "Vec", - limit: "u32", + AssetMinBalanceChanged: { + assetId: "u128", + newMinBalance: "u128", }, - create_contract_metadata: { - address: "H160", + Touched: { + assetId: "u128", + who: "AccountId20", + depositor: "AccountId20", }, - }, - }, - /** Lookup207: pallet_parameters::pallet::Call */ - PalletParametersCall: { - _enum: { - set_parameter: { - keyValue: "MoonriverRuntimeRuntimeParamsRuntimeParameters", + Blocked: { + assetId: "u128", + who: "AccountId20", + }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", }, }, }, - /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ - MoonriverRuntimeRuntimeParamsRuntimeParameters: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", - }, - }, - /** Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + /** Lookup156: pallet_asset_manager::pallet::Event */ + PalletAssetManagerEvent: { _enum: { - FeesTreasuryProportion: - "(MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", - }, - }, - /** Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { - _enum: { - Deposit: "(MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", - }, - }, - /** Lookup213: pallet_evm::pallet::Call */ - PalletEvmCall: { - _enum: { - withdraw: { - address: "H160", - value: "u128", + ForeignAssetRegistered: { + assetId: "u128", + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", }, - call: { - source: "H160", - target: "H160", - input: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + UnitsPerSecondChanged: "Null", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", }, - create: { - source: "H160", - init: "Bytes", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + ForeignAssetRemoved: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", }, - create2: { - source: "H160", - init: "Bytes", - salt: "H256", - value: "U256", - gasLimit: "u64", - maxFeePerGas: "U256", - maxPriorityFeePerGas: "Option", - nonce: "Option", - accessList: "Vec<(H160,Vec)>", + SupportedAssetRemoved: { + assetType: "MoonbaseRuntimeXcmConfigAssetType", }, - }, - }, - /** Lookup219: pallet_ethereum::pallet::Call */ - PalletEthereumCall: { - _enum: { - transact: { - transaction: "EthereumTransactionTransactionV2", + ForeignAssetDestroyed: { + assetId: "u128", + assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + LocalAssetDestroyed: { + assetId: "u128", }, }, }, - /** Lookup220: ethereum::transaction::TransactionV2 */ - EthereumTransactionTransactionV2: { - _enum: { - Legacy: "EthereumTransactionLegacyTransaction", - EIP2930: "EthereumTransactionEip2930Transaction", - EIP1559: "EthereumTransactionEip1559Transaction", - }, - }, - /** Lookup221: ethereum::transaction::LegacyTransaction */ - EthereumTransactionLegacyTransaction: { - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - signature: "EthereumTransactionTransactionSignature", - }, - /** Lookup222: ethereum::transaction::TransactionAction */ - EthereumTransactionTransactionAction: { + /** Lookup157: moonbase_runtime::xcm_config::AssetType */ + MoonbaseRuntimeXcmConfigAssetType: { _enum: { - Call: "H160", - Create: "Null", + Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup223: ethereum::transaction::TransactionSignature */ - EthereumTransactionTransactionSignature: { - v: "u64", - r: "H256", - s: "H256", - }, - /** Lookup225: ethereum::transaction::EIP2930Transaction */ - EthereumTransactionEip2930Transaction: { - chainId: "u64", - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", - }, - /** Lookup227: ethereum::transaction::AccessListItem */ - EthereumTransactionAccessListItem: { - address: "H160", - storageKeys: "Vec", - }, - /** Lookup228: ethereum::transaction::EIP1559Transaction */ - EthereumTransactionEip1559Transaction: { - chainId: "u64", - nonce: "U256", - maxPriorityFeePerGas: "U256", - maxFeePerGas: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Vec", - oddYParity: "bool", - r: "H256", - s: "H256", + /** Lookup158: moonbase_runtime::asset_config::AssetRegistrarMetadata */ + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup229: pallet_scheduler::pallet::Call */ - PalletSchedulerCall: { + /** Lookup159: pallet_migrations::pallet::Event */ + PalletMigrationsEvent: { _enum: { - schedule: { - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", - }, - cancel: { - when: "u32", - index: "u32", - }, - schedule_named: { - id: "[u8;32]", - when: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", - }, - cancel_named: { - id: "[u8;32]", - }, - schedule_after: { - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", - }, - schedule_named_after: { - id: "[u8;32]", - after: "u32", - maybePeriodic: "Option<(u32,u32)>", - priority: "u8", - call: "Call", + RuntimeUpgradeStarted: "Null", + RuntimeUpgradeCompleted: { + weight: "SpWeightsWeightV2Weight", }, - set_retry: { - task: "(u32,u32)", - retries: "u8", - period: "u32", + MigrationStarted: { + migrationName: "Bytes", }, - set_retry_named: { - id: "[u8;32]", - retries: "u8", - period: "u32", + MigrationCompleted: { + migrationName: "Bytes", + consumedWeight: "SpWeightsWeightV2Weight", }, - cancel_retry: { - task: "(u32,u32)", + FailedToSuspendIdleXcmExecution: { + error: "SpRuntimeDispatchError", }, - cancel_retry_named: { - id: "[u8;32]", + FailedToResumeIdleXcmExecution: { + error: "SpRuntimeDispatchError", }, }, }, - /** Lookup231: pallet_preimage::pallet::Call */ - PalletPreimageCall: { + /** Lookup160: pallet_xcm_transactor::pallet::Event */ + PalletXcmTransactorEvent: { _enum: { - note_preimage: { - bytes: "Bytes", + TransactedDerivative: { + accountId: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", + index: "u16", }, - unnote_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + TransactedSovereign: { + feePayer: "Option", + dest: "StagingXcmV4Location", + call: "Bytes", }, - request_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + TransactedSigned: { + feePayer: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", }, - unrequest_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + RegisteredDerivative: { + accountId: "AccountId20", + index: "u16", }, - ensure_updated: { - hashes: "Vec", + DeRegisteredDerivative: { + index: "u16", }, - }, - }, - /** Lookup232: pallet_conviction_voting::pallet::Call */ - PalletConvictionVotingCall: { - _enum: { - vote: { - pollIndex: "Compact", - vote: "PalletConvictionVotingVoteAccountVote", + TransactFailed: { + error: "XcmV3TraitsError", }, - delegate: { - class: "u16", - to: "AccountId20", - conviction: "PalletConvictionVotingConviction", - balance: "u128", + TransactInfoChanged: { + location: "StagingXcmV4Location", + remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", }, - undelegate: { - class: "u16", + TransactInfoRemoved: { + location: "StagingXcmV4Location", }, - unlock: { - class: "u16", - target: "AccountId20", + DestFeePerSecondChanged: { + location: "StagingXcmV4Location", + feePerSecond: "u128", }, - remove_vote: { - class: "Option", - index: "u32", + DestFeePerSecondRemoved: { + location: "StagingXcmV4Location", }, - remove_other_vote: { - target: "AccountId20", - class: "u16", - index: "u32", + HrmpManagementSent: { + action: "PalletXcmTransactorHrmpOperation", }, }, }, - /** Lookup233: pallet_conviction_voting::vote::AccountVote */ - PalletConvictionVotingVoteAccountVote: { - _enum: { - Standard: { - vote: "Vote", - balance: "u128", - }, - Split: { - aye: "u128", - nay: "u128", + /** Lookup161: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", + }, + /** Lookup163: pallet_xcm_transactor::pallet::HrmpOperation */ + PalletXcmTransactorHrmpOperation: { + _enum: { + InitOpen: "PalletXcmTransactorHrmpInitParams", + Accept: { + paraId: "u32", }, - SplitAbstain: { - aye: "u128", - nay: "u128", - abstain: "u128", + Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + Cancel: { + channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + openRequests: "u32", }, }, }, - /** Lookup235: pallet_conviction_voting::conviction::Conviction */ - PalletConvictionVotingConviction: { - _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + /** Lookup164: pallet_xcm_transactor::pallet::HrmpInitParams */ + PalletXcmTransactorHrmpInitParams: { + paraId: "u32", + proposedMaxCapacity: "u32", + proposedMaxMessageSize: "u32", }, - /** Lookup237: pallet_referenda::pallet::Call */ - PalletReferendaCall: { + /** Lookup166: polkadot_parachain_primitives::primitives::HrmpChannelId */ + PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { + sender: "u32", + recipient: "u32", + }, + /** Lookup167: pallet_moonbeam_orbiters::pallet::Event */ + PalletMoonbeamOrbitersEvent: { _enum: { - submit: { - proposalOrigin: "MoonriverRuntimeOriginCaller", - proposal: "FrameSupportPreimagesBounded", - enactmentMoment: "FrameSupportScheduleDispatchTime", - }, - place_decision_deposit: { - index: "u32", - }, - refund_decision_deposit: { - index: "u32", - }, - cancel: { - index: "u32", + OrbiterJoinCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - kill: { - index: "u32", + OrbiterLeaveCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", }, - nudge_referendum: { - index: "u32", + OrbiterRewarded: { + account: "AccountId20", + rewards: "u128", }, - one_fewer_deciding: { - track: "u16", + OrbiterRotation: { + collator: "AccountId20", + oldOrbiter: "Option", + newOrbiter: "Option", }, - refund_submission_deposit: { - index: "u32", + OrbiterRegistered: { + account: "AccountId20", + deposit: "u128", }, - set_metadata: { - index: "u32", - maybeHash: "Option", + OrbiterUnregistered: { + account: "AccountId20", }, }, }, - /** Lookup238: frame_support::traits::schedule::DispatchTime */ - FrameSupportScheduleDispatchTime: { + /** Lookup168: pallet_ethereum_xcm::pallet::Event */ + PalletEthereumXcmEvent: { _enum: { - At: "u32", - After: "u32", + ExecutedFromXcm: { + xcmMsgHash: "H256", + ethTxHash: "H256", + }, }, }, - /** Lookup240: pallet_whitelist::pallet::Call */ - PalletWhitelistCall: { + /** Lookup169: pallet_randomness::pallet::Event */ + PalletRandomnessEvent: { _enum: { - whitelist_call: { - callHash: "H256", + RandomnessRequestedBabeEpoch: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestEpoch: "u64", }, - remove_whitelisted_call: { - callHash: "H256", + RandomnessRequestedLocal: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestBlock: "u32", }, - dispatch_whitelisted_call: { - callHash: "H256", - callEncodedLen: "u32", - callWeightWitness: "SpWeightsWeightV2Weight", + RequestFulfilled: { + id: "u64", }, - dispatch_whitelisted_call_with_preimage: { - call: "Call", + RequestFeeIncreased: { + id: "u64", + newFee: "u128", + }, + RequestExpirationExecuted: { + id: "u64", }, }, }, - /** Lookup241: pallet_collective::pallet::Call */ - PalletCollectiveCall: { + /** Lookup170: pallet_collective::pallet::Event */ + PalletCollectiveEvent: { _enum: { - set_members: { - newMembers: "Vec", - prime: "Option", - oldCount: "u32", + Proposed: { + account: "AccountId20", + proposalIndex: "u32", + proposalHash: "H256", + threshold: "u32", }, - execute: { - proposal: "Call", - lengthBound: "Compact", + Voted: { + account: "AccountId20", + proposalHash: "H256", + voted: "bool", + yes: "u32", + no: "u32", }, - propose: { - threshold: "Compact", - proposal: "Call", - lengthBound: "Compact", + Approved: { + proposalHash: "H256", }, - vote: { - proposal: "H256", - index: "Compact", - approve: "bool", + Disapproved: { + proposalHash: "H256", }, - __Unused4: "Null", - disapprove_proposal: { + Executed: { proposalHash: "H256", + result: "Result", }, - close: { + MemberExecuted: { proposalHash: "H256", - index: "Compact", - proposalWeightBound: "SpWeightsWeightV2Weight", - lengthBound: "Compact", + result: "Result", + }, + Closed: { + proposalHash: "H256", + yes: "u32", + no: "u32", }, }, }, - /** Lookup243: pallet_treasury::pallet::Call */ - PalletTreasuryCall: { + /** Lookup171: pallet_conviction_voting::pallet::Event */ + PalletConvictionVotingEvent: { _enum: { - __Unused0: "Null", - __Unused1: "Null", - __Unused2: "Null", - spend_local: { - amount: "Compact", - beneficiary: "AccountId20", + Delegated: "(AccountId20,AccountId20)", + Undelegated: "AccountId20", + }, + }, + /** Lookup172: pallet_referenda::pallet::Event */ + PalletReferendaEvent: { + _enum: { + Submitted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", }, - remove_approval: { - proposalId: "Compact", + DecisionDepositPlaced: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - spend: { - assetKind: "Null", - amount: "Compact", - beneficiary: "AccountId20", - validFrom: "Option", + DecisionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - payout: { + DepositSlashed: { + who: "AccountId20", + amount: "u128", + }, + DecisionStarted: { index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + tally: "PalletConvictionVotingTally", }, - check_status: { + ConfirmStarted: { index: "u32", }, - void_spend: { + ConfirmAborted: { index: "u32", }, - }, - }, - /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ - PalletCrowdloanRewardsCall: { - _enum: { - associate_native_identity: { - rewardAccount: "AccountId20", - relayAccount: "[u8;32]", - proof: "SpRuntimeMultiSignature", + Confirmed: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - change_association_with_relay_keys: { - rewardAccount: "AccountId20", - previousAccount: "AccountId20", - proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + Approved: { + index: "u32", }, - claim: "Null", - update_reward_address: { - newRewardAccount: "AccountId20", + Rejected: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - complete_initialization: { - leaseEndingBlock: "u32", + TimedOut: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - initialize_reward_vec: { - rewards: "Vec<([u8;32],Option,u128)>", + Cancelled: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - }, - }, - /** Lookup246: sp_runtime::MultiSignature */ - SpRuntimeMultiSignature: { - _enum: { - Ed25519: "[u8;64]", - Sr25519: "[u8;64]", - Ecdsa: "[u8;65]", - }, - }, - /** Lookup252: pallet_xcm::pallet::Call */ - PalletXcmCall: { + Killed: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + SubmissionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + MetadataSet: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", + }, + MetadataCleared: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", + }, + }, + }, + /** + * Lookup173: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { _enum: { - send: { - dest: "XcmVersionedLocation", - message: "XcmVersionedXcm", + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", }, - reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + }, + }, + /** Lookup175: frame_system::pallet::Call */ + FrameSystemCall: { + _enum: { + remark: { + remark: "Bytes", }, - execute: { - message: "XcmVersionedXcm", - maxWeight: "SpWeightsWeightV2Weight", + set_heap_pages: { + pages: "u64", }, - force_xcm_version: { - location: "StagingXcmV4Location", - version: "u32", + set_code: { + code: "Bytes", }, - force_default_xcm_version: { - maybeXcmVersion: "Option", + set_code_without_checks: { + code: "Bytes", }, - force_subscribe_version_notify: { - location: "XcmVersionedLocation", + set_storage: { + items: "Vec<(Bytes,Bytes)>", }, - force_unsubscribe_version_notify: { - location: "XcmVersionedLocation", + kill_storage: { + _alias: { + keys_: "keys", + }, + keys_: "Vec", }, - limited_reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + kill_prefix: { + prefix: "Bytes", + subkeys: "u32", }, - limited_teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + remark_with_event: { + remark: "Bytes", }, - force_suspension: { - suspended: "bool", + __Unused8: "Null", + authorize_upgrade: { + codeHash: "H256", }, - transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + authorize_upgrade_without_checks: { + codeHash: "H256", }, - claim_assets: { - assets: "XcmVersionedAssets", - beneficiary: "XcmVersionedLocation", + apply_authorized_upgrade: { + code: "Bytes", }, - transfer_assets_using_type_and_then: { - dest: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", - remoteFeesId: "XcmVersionedAssetId", - feesTransferType: "StagingXcmExecutorAssetTransferTransferType", - customXcmOnDest: "XcmVersionedXcm", - weightLimit: "XcmV3WeightLimit", + }, + }, + /** Lookup179: pallet_utility::pallet::Call */ + PalletUtilityCall: { + _enum: { + batch: { + calls: "Vec", + }, + as_derivative: { + index: "u16", + call: "Call", + }, + batch_all: { + calls: "Vec", + }, + dispatch_as: { + asOrigin: "MoonbaseRuntimeOriginCaller", + call: "Call", + }, + force_batch: { + calls: "Vec", + }, + with_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup253: xcm::VersionedLocation */ - XcmVersionedLocation: { + /** Lookup181: moonbase_runtime::OriginCaller */ + MoonbaseRuntimeOriginCaller: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiLocation", + system: "FrameSupportDispatchRawOrigin", + __Unused1: "Null", __Unused2: "Null", - V3: "StagingXcmV3MultiLocation", - V4: "StagingXcmV4Location", + __Unused3: "Null", + __Unused4: "Null", + __Unused5: "Null", + __Unused6: "Null", + __Unused7: "Null", + Void: "SpCoreVoid", + __Unused9: "Null", + __Unused10: "Null", + Ethereum: "PalletEthereumRawOrigin", + __Unused12: "Null", + __Unused13: "Null", + __Unused14: "Null", + __Unused15: "Null", + __Unused16: "Null", + __Unused17: "Null", + __Unused18: "Null", + __Unused19: "Null", + __Unused20: "Null", + __Unused21: "Null", + __Unused22: "Null", + __Unused23: "Null", + __Unused24: "Null", + __Unused25: "Null", + CumulusXcm: "CumulusPalletXcmOrigin", + __Unused27: "Null", + PolkadotXcm: "PalletXcmOrigin", + __Unused29: "Null", + __Unused30: "Null", + __Unused31: "Null", + __Unused32: "Null", + __Unused33: "Null", + __Unused34: "Null", + __Unused35: "Null", + __Unused36: "Null", + __Unused37: "Null", + EthereumXcm: "PalletEthereumXcmRawOrigin", + __Unused39: "Null", + TreasuryCouncilCollective: "PalletCollectiveRawOrigin", + __Unused41: "Null", + __Unused42: "Null", + Origins: "MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin", + __Unused44: "Null", + __Unused45: "Null", + OpenTechCommitteeCollective: "PalletCollectiveRawOrigin", }, }, - /** Lookup254: xcm::v2::multilocation::MultiLocation */ - XcmV2MultiLocation: { - parents: "u8", - interior: "XcmV2MultilocationJunctions", - }, - /** Lookup255: xcm::v2::multilocation::Junctions */ - XcmV2MultilocationJunctions: { + /** Lookup182: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + FrameSupportDispatchRawOrigin: { _enum: { - Here: "Null", - X1: "XcmV2Junction", - X2: "(XcmV2Junction,XcmV2Junction)", - X3: "(XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X4: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X5: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X6: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X7: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", - X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", + Root: "Null", + Signed: "AccountId20", + None: "Null", }, }, - /** Lookup256: xcm::v2::junction::Junction */ - XcmV2Junction: { + /** Lookup183: pallet_ethereum::RawOrigin */ + PalletEthereumRawOrigin: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "XcmV2NetworkId", - id: "[u8;32]", - }, - AccountIndex64: { - network: "XcmV2NetworkId", - index: "Compact", - }, - AccountKey20: { - network: "XcmV2NetworkId", - key: "[u8;20]", - }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: "Bytes", - OnlyChild: "Null", - Plurality: { - id: "XcmV2BodyId", - part: "XcmV2BodyPart", - }, + EthereumTransaction: "H160", }, }, - /** Lookup257: xcm::v2::NetworkId */ - XcmV2NetworkId: { + /** Lookup184: cumulus_pallet_xcm::pallet::Origin */ + CumulusPalletXcmOrigin: { _enum: { - Any: "Null", - Named: "Bytes", - Polkadot: "Null", - Kusama: "Null", + Relay: "Null", + SiblingParachain: "u32", }, }, - /** Lookup259: xcm::v2::BodyId */ - XcmV2BodyId: { + /** Lookup185: pallet_xcm::pallet::Origin */ + PalletXcmOrigin: { _enum: { - Unit: "Null", - Named: "Bytes", - Index: "Compact", - Executive: "Null", - Technical: "Null", - Legislative: "Null", - Judicial: "Null", - Defense: "Null", - Administration: "Null", - Treasury: "Null", + Xcm: "StagingXcmV4Location", + Response: "StagingXcmV4Location", }, }, - /** Lookup260: xcm::v2::BodyPart */ - XcmV2BodyPart: { + /** Lookup186: pallet_ethereum_xcm::RawOrigin */ + PalletEthereumXcmRawOrigin: { _enum: { - Voice: "Null", - Members: { - count: "Compact", - }, - Fraction: { - nom: "Compact", - denom: "Compact", - }, - AtLeastProportion: { - nom: "Compact", - denom: "Compact", - }, - MoreThanProportion: { - nom: "Compact", - denom: "Compact", - }, + XcmEthereumTransaction: "H160", }, }, - /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ - StagingXcmV3MultiLocation: { - parents: "u8", - interior: "XcmV3Junctions", - }, - /** Lookup262: xcm::v3::junctions::Junctions */ - XcmV3Junctions: { + /** Lookup187: pallet_collective::RawOrigin */ + PalletCollectiveRawOrigin: { _enum: { - Here: "Null", - X1: "XcmV3Junction", - X2: "(XcmV3Junction,XcmV3Junction)", - X3: "(XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X4: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X5: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X6: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X7: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", - X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", + Members: "(u32,u32)", + Member: "AccountId20", + _Phantom: "Null", }, }, - /** Lookup263: xcm::v3::junction::Junction */ - XcmV3Junction: { - _enum: { - Parachain: "Compact", - AccountId32: { - network: "Option", - id: "[u8;32]", - }, - AccountIndex64: { - network: "Option", - index: "Compact", - }, - AccountKey20: { - network: "Option", - key: "[u8;20]", - }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", - }, - OnlyChild: "Null", - Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", - }, - GlobalConsensus: "XcmV3JunctionNetworkId", - }, + /** Lookup188: moonbase_runtime::governance::origins::custom_origins::Origin */ + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { + _enum: [ + "WhitelistedCaller", + "GeneralAdmin", + "ReferendumCanceller", + "ReferendumKiller", + "FastGeneralAdmin", + ], }, - /** Lookup265: xcm::v3::junction::NetworkId */ - XcmV3JunctionNetworkId: { + /** Lookup190: sp_core::Void */ + SpCoreVoid: "Null", + /** Lookup191: pallet_timestamp::pallet::Call */ + PalletTimestampCall: { _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", - }, - Polkadot: "Null", - Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", + set: { + now: "Compact", }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", - }, - }, - /** Lookup266: xcm::VersionedXcm */ - XcmVersionedXcm: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Xcm", - V3: "XcmV3Xcm", - V4: "StagingXcmV4Xcm", }, }, - /** Lookup267: xcm::v2::Xcm */ - XcmV2Xcm: "Vec", - /** Lookup269: xcm::v2::Instruction */ - XcmV2Instruction: { + /** Lookup192: pallet_balances::pallet::Call */ + PalletBalancesCall: { _enum: { - WithdrawAsset: "XcmV2MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV2Response", - maxWeight: "Compact", + transfer_allow_death: { + dest: "AccountId20", + value: "Compact", }, - TransferAsset: { - assets: "XcmV2MultiassetMultiAssets", - beneficiary: "XcmV2MultiLocation", + __Unused1: "Null", + force_transfer: { + source: "AccountId20", + dest: "AccountId20", + value: "Compact", }, - TransferReserveAsset: { - assets: "XcmV2MultiassetMultiAssets", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + transfer_keep_alive: { + dest: "AccountId20", + value: "Compact", }, - Transact: { - originType: "XcmV2OriginKind", - requireWeightAtMost: "Compact", - call: "XcmDoubleEncoded", + transfer_all: { + dest: "AccountId20", + keepAlive: "bool", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + force_unreserve: { + who: "AccountId20", + amount: "u128", }, - HrmpChannelAccepted: { - recipient: "Compact", + upgrade_accounts: { + who: "Vec", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + __Unused7: "Null", + force_set_balance: { + who: "AccountId20", + newFree: "Compact", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV2MultilocationJunctions", - ReportError: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - maxResponseWeight: "Compact", + force_adjust_total_issuance: { + direction: "PalletBalancesAdjustmentDirection", + delta: "Compact", }, - DepositAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - beneficiary: "XcmV2MultiLocation", + burn: { + value: "Compact", + keepAlive: "bool", }, - DepositReserveAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + }, + }, + /** Lookup194: pallet_balances::types::AdjustmentDirection */ + PalletBalancesAdjustmentDirection: { + _enum: ["Increase", "Decrease"], + }, + /** Lookup195: pallet_sudo::pallet::Call */ + PalletSudoCall: { + _enum: { + sudo: { + call: "Call", }, - ExchangeAsset: { - give: "XcmV2MultiassetMultiAssetFilter", - receive: "XcmV2MultiassetMultiAssets", + sudo_unchecked_weight: { + call: "Call", + weight: "SpWeightsWeightV2Weight", }, - InitiateReserveWithdraw: { - assets: "XcmV2MultiassetMultiAssetFilter", - reserve: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + set_key: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - InitiateTeleport: { - assets: "XcmV2MultiassetMultiAssetFilter", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + sudo_as: { + who: "AccountId20", + call: "Call", }, - QueryHolding: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - assets: "XcmV2MultiassetMultiAssetFilter", - maxResponseWeight: "Compact", + remove_key: "Null", + }, + }, + /** Lookup196: cumulus_pallet_parachain_system::pallet::Call */ + CumulusPalletParachainSystemCall: { + _enum: { + set_validation_data: { + data: "CumulusPrimitivesParachainInherentParachainInherentData", }, - BuyExecution: { - fees: "XcmV2MultiAsset", - weightLimit: "XcmV2WeightLimit", + sudo_send_upward_message: { + message: "Bytes", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV2Xcm", - SetAppendix: "XcmV2Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV2MultiassetMultiAssets", - ticket: "XcmV2MultiLocation", + authorize_upgrade: { + codeHash: "H256", + checkVersion: "bool", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "Compact", + enact_authorized_upgrade: { + code: "Bytes", }, - UnsubscribeVersion: "Null", }, }, - /** Lookup270: xcm::v2::multiasset::MultiAssets */ - XcmV2MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v2::multiasset::MultiAsset */ - XcmV2MultiAsset: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetFungibility", + /** Lookup197: cumulus_primitives_parachain_inherent::ParachainInherentData */ + CumulusPrimitivesParachainInherentParachainInherentData: { + validationData: "PolkadotPrimitivesV7PersistedValidationData", + relayChainState: "SpTrieStorageProof", + downwardMessages: "Vec", + horizontalMessages: "BTreeMap>", }, - /** Lookup273: xcm::v2::multiasset::AssetId */ - XcmV2MultiassetAssetId: { - _enum: { - Concrete: "XcmV2MultiLocation", - Abstract: "Bytes", - }, + /** Lookup198: polkadot_primitives::v7::PersistedValidationData */ + PolkadotPrimitivesV7PersistedValidationData: { + parentHead: "Bytes", + relayParentNumber: "u32", + relayParentStorageRoot: "H256", + maxPovSize: "u32", }, - /** Lookup274: xcm::v2::multiasset::Fungibility */ - XcmV2MultiassetFungibility: { - _enum: { - Fungible: "Compact", - NonFungible: "XcmV2MultiassetAssetInstance", - }, + /** Lookup200: sp_trie::storage_proof::StorageProof */ + SpTrieStorageProof: { + trieNodes: "BTreeSet", }, - /** Lookup275: xcm::v2::multiasset::AssetInstance */ - XcmV2MultiassetAssetInstance: { + /** Lookup203: polkadot_core_primitives::InboundDownwardMessage */ + PolkadotCorePrimitivesInboundDownwardMessage: { + sentAt: "u32", + msg: "Bytes", + }, + /** Lookup206: polkadot_core_primitives::InboundHrmpMessage */ + PolkadotCorePrimitivesInboundHrmpMessage: { + sentAt: "u32", + data: "Bytes", + }, + /** Lookup209: pallet_evm::pallet::Call */ + PalletEvmCall: { _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - Blob: "Bytes", + withdraw: { + address: "H160", + value: "u128", + }, + call: { + source: "H160", + target: "H160", + input: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", + }, + create: { + source: "H160", + init: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", + }, + create2: { + source: "H160", + init: "Bytes", + salt: "H256", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", + }, }, }, - /** Lookup276: xcm::v2::Response */ - XcmV2Response: { + /** Lookup215: pallet_ethereum::pallet::Call */ + PalletEthereumCall: { _enum: { - Null: "Null", - Assets: "XcmV2MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV2TraitsError)>", - Version: "u32", + transact: { + transaction: "EthereumTransactionTransactionV2", + }, }, }, - /** Lookup279: xcm::v2::traits::Error */ - XcmV2TraitsError: { + /** Lookup216: ethereum::transaction::TransactionV2 */ + EthereumTransactionTransactionV2: { _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - MultiLocationFull: "Null", - MultiLocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - UnhandledXcmVersion: "Null", - WeightLimitReached: "u64", - Barrier: "Null", - WeightNotComputable: "Null", + Legacy: "EthereumTransactionLegacyTransaction", + EIP2930: "EthereumTransactionEip2930Transaction", + EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup280: xcm::v2::OriginKind */ - XcmV2OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], - }, - /** Lookup281: xcm::double_encoded::DoubleEncoded */ - XcmDoubleEncoded: { - encoded: "Bytes", + /** Lookup217: ethereum::transaction::LegacyTransaction */ + EthereumTransactionLegacyTransaction: { + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + signature: "EthereumTransactionTransactionSignature", }, - /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ - XcmV2MultiassetMultiAssetFilter: { + /** Lookup218: ethereum::transaction::TransactionAction */ + EthereumTransactionTransactionAction: { _enum: { - Definite: "XcmV2MultiassetMultiAssets", - Wild: "XcmV2MultiassetWildMultiAsset", + Call: "H160", + Create: "Null", }, }, - /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ - XcmV2MultiassetWildMultiAsset: { - _enum: { - All: "Null", - AllOf: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetWildFungibility", - }, - }, + /** Lookup219: ethereum::transaction::TransactionSignature */ + EthereumTransactionTransactionSignature: { + v: "u64", + r: "H256", + s: "H256", }, - /** Lookup284: xcm::v2::multiasset::WildFungibility */ - XcmV2MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], + /** Lookup221: ethereum::transaction::EIP2930Transaction */ + EthereumTransactionEip2930Transaction: { + chainId: "u64", + nonce: "U256", + gasPrice: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", }, - /** Lookup285: xcm::v2::WeightLimit */ - XcmV2WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "Compact", - }, + /** Lookup223: ethereum::transaction::AccessListItem */ + EthereumTransactionAccessListItem: { + address: "H160", + storageKeys: "Vec", }, - /** Lookup286: xcm::v3::Xcm */ - XcmV3Xcm: "Vec", - /** Lookup288: xcm::v3::Instruction */ - XcmV3Instruction: { + /** Lookup224: ethereum::transaction::EIP1559Transaction */ + EthereumTransactionEip1559Transaction: { + chainId: "u64", + nonce: "U256", + maxPriorityFeePerGas: "U256", + maxFeePerGas: "U256", + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Vec", + oddYParity: "bool", + r: "H256", + s: "H256", + }, + /** Lookup225: pallet_parachain_staking::pallet::Call */ + PalletParachainStakingCall: { _enum: { - WithdrawAsset: "XcmV3MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV3Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", + set_staking_expectations: { + expectations: { + min: "u128", + ideal: "u128", + max: "u128", + }, }, - TransferAsset: { - assets: "XcmV3MultiassetMultiAssets", - beneficiary: "StagingXcmV3MultiLocation", + set_inflation: { + schedule: { + min: "Perbill", + ideal: "Perbill", + max: "Perbill", + }, }, - TransferReserveAsset: { - assets: "XcmV3MultiassetMultiAssets", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + set_parachain_bond_account: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - Transact: { - originKind: "XcmV3OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + set_parachain_bond_reserve_percent: { + _alias: { + new_: "new", + }, + new_: "Percent", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + set_total_selected: { + _alias: { + new_: "new", + }, + new_: "u32", }, - HrmpChannelAccepted: { - recipient: "Compact", + set_collator_commission: { + _alias: { + new_: "new", + }, + new_: "Perbill", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + set_blocks_per_round: { + _alias: { + new_: "new", + }, + new_: "u32", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV3Junctions", - ReportError: "XcmV3QueryResponseInfo", - DepositAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - beneficiary: "StagingXcmV3MultiLocation", + join_candidates: { + bond: "u128", + candidateCount: "u32", }, - DepositReserveAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + schedule_leave_candidates: { + candidateCount: "u32", }, - ExchangeAsset: { - give: "XcmV3MultiassetMultiAssetFilter", - want: "XcmV3MultiassetMultiAssets", - maximal: "bool", + execute_leave_candidates: { + candidate: "AccountId20", + candidateDelegationCount: "u32", }, - InitiateReserveWithdraw: { - assets: "XcmV3MultiassetMultiAssetFilter", - reserve: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + cancel_leave_candidates: { + candidateCount: "u32", }, - InitiateTeleport: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", + go_offline: "Null", + go_online: "Null", + candidate_bond_more: { + more: "u128", }, - ReportHolding: { - responseInfo: "XcmV3QueryResponseInfo", - assets: "XcmV3MultiassetMultiAssetFilter", + schedule_candidate_bond_less: { + less: "u128", }, - BuyExecution: { - fees: "XcmV3MultiAsset", - weightLimit: "XcmV3WeightLimit", + execute_candidate_bond_less: { + candidate: "AccountId20", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV3Xcm", - SetAppendix: "XcmV3Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV3MultiassetMultiAssets", - ticket: "StagingXcmV3MultiLocation", + cancel_candidate_bond_less: "Null", + delegate: { + candidate: "AccountId20", + amount: "u128", + candidateDelegationCount: "u32", + delegationCount: "u32", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + delegate_with_auto_compound: { + candidate: "AccountId20", + amount: "u128", + autoCompound: "Percent", + candidateDelegationCount: "u32", + candidateAutoCompoundingDelegationCount: "u32", + delegationCount: "u32", }, - UnsubscribeVersion: "Null", - BurnAsset: "XcmV3MultiassetMultiAssets", - ExpectAsset: "XcmV3MultiassetMultiAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "XcmV3QueryResponseInfo", + removed_call_19: "Null", + removed_call_20: "Null", + removed_call_21: "Null", + schedule_revoke_delegation: { + collator: "AccountId20", }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + delegator_bond_more: { + candidate: "AccountId20", + more: "u128", }, - ReportTransactStatus: "XcmV3QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "XcmV3Junction", - ExportMessage: { - network: "XcmV3JunctionNetworkId", - destination: "XcmV3Junctions", - xcm: "XcmV3Xcm", + schedule_delegator_bond_less: { + candidate: "AccountId20", + less: "u128", }, - LockAsset: { - asset: "XcmV3MultiAsset", - unlocker: "StagingXcmV3MultiLocation", + execute_delegation_request: { + delegator: "AccountId20", + candidate: "AccountId20", }, - UnlockAsset: { - asset: "XcmV3MultiAsset", - target: "StagingXcmV3MultiLocation", + cancel_delegation_request: { + candidate: "AccountId20", }, - NoteUnlockable: { - asset: "XcmV3MultiAsset", - owner: "StagingXcmV3MultiLocation", + set_auto_compound: { + candidate: "AccountId20", + value: "Percent", + candidateAutoCompoundingDelegationCountHint: "u32", + delegationCountHint: "u32", }, - RequestUnlock: { - asset: "XcmV3MultiAsset", - locker: "StagingXcmV3MultiLocation", + hotfix_remove_delegation_requests_exited_candidates: { + candidates: "Vec", }, - SetFeesMode: { - jitWithdraw: "bool", + notify_inactive_collator: { + collator: "AccountId20", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV3MultiLocation", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + enable_marking_offline: { + value: "bool", + }, + force_join_candidates: { + account: "AccountId20", + bond: "u128", + candidateCount: "u32", + }, + set_inflation_distribution_config: { + _alias: { + new_: "new", + }, + new_: "PalletParachainStakingInflationDistributionConfig", }, }, }, - /** Lookup289: xcm::v3::multiasset::MultiAssets */ - XcmV3MultiassetMultiAssets: "Vec", - /** Lookup291: xcm::v3::multiasset::MultiAsset */ - XcmV3MultiAsset: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetFungibility", - }, - /** Lookup292: xcm::v3::multiasset::AssetId */ - XcmV3MultiassetAssetId: { + /** Lookup228: pallet_scheduler::pallet::Call */ + PalletSchedulerCall: { _enum: { - Concrete: "StagingXcmV3MultiLocation", - Abstract: "[u8;32]", + schedule: { + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel: { + when: "u32", + index: "u32", + }, + schedule_named: { + id: "[u8;32]", + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + cancel_named: { + id: "[u8;32]", + }, + schedule_after: { + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + schedule_named_after: { + id: "[u8;32]", + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", + }, + set_retry: { + task: "(u32,u32)", + retries: "u8", + period: "u32", + }, + set_retry_named: { + id: "[u8;32]", + retries: "u8", + period: "u32", + }, + cancel_retry: { + task: "(u32,u32)", + }, + cancel_retry_named: { + id: "[u8;32]", + }, }, }, - /** Lookup293: xcm::v3::multiasset::Fungibility */ - XcmV3MultiassetFungibility: { + /** Lookup230: pallet_treasury::pallet::Call */ + PalletTreasuryCall: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV3MultiassetAssetInstance", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + spend_local: { + amount: "Compact", + beneficiary: "AccountId20", + }, + remove_approval: { + proposalId: "Compact", + }, + spend: { + assetKind: "Null", + amount: "Compact", + beneficiary: "AccountId20", + validFrom: "Option", + }, + payout: { + index: "u32", + }, + check_status: { + index: "u32", + }, + void_spend: { + index: "u32", + }, }, }, - /** Lookup294: xcm::v3::multiasset::AssetInstance */ - XcmV3MultiassetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, + /** Lookup232: pallet_author_inherent::pallet::Call */ + PalletAuthorInherentCall: { + _enum: ["kick_off_authorship_validation"], }, - /** Lookup295: xcm::v3::Response */ - XcmV3Response: { + /** Lookup233: pallet_author_slot_filter::pallet::Call */ + PalletAuthorSlotFilterCall: { _enum: { - Null: "Null", - Assets: "XcmV3MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", + set_eligible: { + _alias: { + new_: "new", + }, + new_: "u32", + }, }, }, - /** Lookup298: xcm::v3::traits::Error */ - XcmV3TraitsError: { + /** Lookup234: pallet_crowdloan_rewards::pallet::Call */ + PalletCrowdloanRewardsCall: { _enum: { - Overflow: "Null", - Unimplemented: "Null", - UntrustedReserveLocation: "Null", - UntrustedTeleportLocation: "Null", - LocationFull: "Null", - LocationNotInvertible: "Null", - BadOrigin: "Null", - InvalidLocation: "Null", - AssetNotFound: "Null", - FailedToTransactAsset: "Null", - NotWithdrawable: "Null", - LocationCannotHold: "Null", - ExceedsMaxMessageSize: "Null", - DestinationUnsupported: "Null", - Transport: "Null", - Unroutable: "Null", - UnknownClaim: "Null", - FailedToDecode: "Null", - MaxWeightInvalid: "Null", - NotHoldingFees: "Null", - TooExpensive: "Null", - Trap: "u64", - ExpectationFalse: "Null", - PalletNotFound: "Null", - NameMismatch: "Null", - VersionIncompatible: "Null", - HoldingWouldOverflow: "Null", - ExportError: "Null", - ReanchorFailed: "Null", - NoDeal: "Null", - FeesNotMet: "Null", - LockError: "Null", - NoPermission: "Null", - Unanchored: "Null", - NotDepositable: "Null", - UnhandledXcmVersion: "Null", - WeightLimitReached: "SpWeightsWeightV2Weight", - Barrier: "Null", - WeightNotComputable: "Null", - ExceedsStackLimit: "Null", + associate_native_identity: { + rewardAccount: "AccountId20", + relayAccount: "[u8;32]", + proof: "SpRuntimeMultiSignature", + }, + change_association_with_relay_keys: { + rewardAccount: "AccountId20", + previousAccount: "AccountId20", + proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", + }, + claim: "Null", + update_reward_address: { + newRewardAccount: "AccountId20", + }, + complete_initialization: { + leaseEndingBlock: "u32", + }, + initialize_reward_vec: { + rewards: "Vec<([u8;32],Option,u128)>", + }, }, }, - /** Lookup300: xcm::v3::PalletInfo */ - XcmV3PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup303: xcm::v3::MaybeErrorCode */ - XcmV3MaybeErrorCode: { + /** Lookup235: sp_runtime::MultiSignature */ + SpRuntimeMultiSignature: { _enum: { - Success: "Null", - Error: "Bytes", - TruncatedError: "Bytes", + Ed25519: "[u8;64]", + Sr25519: "[u8;64]", + Ecdsa: "[u8;65]", }, }, - /** Lookup306: xcm::v3::OriginKind */ - XcmV3OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], - }, - /** Lookup307: xcm::v3::QueryResponseInfo */ - XcmV3QueryResponseInfo: { - destination: "StagingXcmV3MultiLocation", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", - }, - /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ - XcmV3MultiassetMultiAssetFilter: { + /** Lookup242: pallet_author_mapping::pallet::Call */ + PalletAuthorMappingCall: { _enum: { - Definite: "XcmV3MultiassetMultiAssets", - Wild: "XcmV3MultiassetWildMultiAsset", + add_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + update_association: { + oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + clear_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + remove_keys: "Null", + set_keys: { + _alias: { + keys_: "keys", + }, + keys_: "Bytes", + }, }, }, - /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ - XcmV3MultiassetWildMultiAsset: { + /** Lookup243: pallet_proxy::pallet::Call */ + PalletProxyCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", + proxy: { + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - AllCounted: "Compact", - AllOfCounted: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", - count: "Compact", + add_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + }, + remove_proxy: { + delegate: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + }, + remove_proxies: "Null", + create_pure: { + proxyType: "MoonbaseRuntimeProxyType", + delay: "u32", + index: "u16", + }, + kill_pure: { + spawner: "AccountId20", + proxyType: "MoonbaseRuntimeProxyType", + index: "u16", + height: "Compact", + extIndex: "Compact", + }, + announce: { + real: "AccountId20", + callHash: "H256", + }, + remove_announcement: { + real: "AccountId20", + callHash: "H256", + }, + reject_announcement: { + delegate: "AccountId20", + callHash: "H256", + }, + proxy_announced: { + delegate: "AccountId20", + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, }, }, - /** Lookup310: xcm::v3::multiasset::WildFungibility */ - XcmV3MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup311: xcm::v3::WeightLimit */ - XcmV3WeightLimit: { - _enum: { - Unlimited: "Null", - Limited: "SpWeightsWeightV2Weight", - }, + /** Lookup245: pallet_maintenance_mode::pallet::Call */ + PalletMaintenanceModeCall: { + _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup312: staging_xcm::v4::Xcm */ - StagingXcmV4Xcm: "Vec", - /** Lookup314: staging_xcm::v4::Instruction */ - StagingXcmV4Instruction: { + /** Lookup246: pallet_identity::pallet::Call */ + PalletIdentityCall: { _enum: { - WithdrawAsset: "StagingXcmV4AssetAssets", - ReserveAssetDeposited: "StagingXcmV4AssetAssets", - ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", - QueryResponse: { - queryId: "Compact", - response: "StagingXcmV4Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", + add_registrar: { + account: "AccountId20", }, - TransferAsset: { - assets: "StagingXcmV4AssetAssets", - beneficiary: "StagingXcmV4Location", + set_identity: { + info: "PalletIdentityLegacyIdentityInfo", }, - TransferReserveAsset: { - assets: "StagingXcmV4AssetAssets", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + set_subs: { + subs: "Vec<(AccountId20,Data)>", }, - Transact: { - originKind: "XcmV3OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + clear_identity: "Null", + request_judgement: { + regIndex: "Compact", + maxFee: "Compact", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + cancel_request: { + regIndex: "u32", }, - HrmpChannelAccepted: { - recipient: "Compact", + set_fee: { + index: "Compact", + fee: "Compact", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + set_account_id: { + _alias: { + new_: "new", + }, + index: "Compact", + new_: "AccountId20", }, - ClearOrigin: "Null", - DescendOrigin: "StagingXcmV4Junctions", - ReportError: "StagingXcmV4QueryResponseInfo", - DepositAsset: { - assets: "StagingXcmV4AssetAssetFilter", - beneficiary: "StagingXcmV4Location", + set_fields: { + index: "Compact", + fields: "u64", }, - DepositReserveAsset: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + provide_judgement: { + regIndex: "Compact", + target: "AccountId20", + judgement: "PalletIdentityJudgement", + identity: "H256", }, - ExchangeAsset: { - give: "StagingXcmV4AssetAssetFilter", - want: "StagingXcmV4AssetAssets", - maximal: "bool", + kill_identity: { + target: "AccountId20", }, - InitiateReserveWithdraw: { - assets: "StagingXcmV4AssetAssetFilter", - reserve: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + add_sub: { + sub: "AccountId20", + data: "Data", }, - InitiateTeleport: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + rename_sub: { + sub: "AccountId20", + data: "Data", }, - ReportHolding: { - responseInfo: "StagingXcmV4QueryResponseInfo", - assets: "StagingXcmV4AssetAssetFilter", + remove_sub: { + sub: "AccountId20", }, - BuyExecution: { - fees: "StagingXcmV4Asset", - weightLimit: "XcmV3WeightLimit", - }, - RefundSurplus: "Null", - SetErrorHandler: "StagingXcmV4Xcm", - SetAppendix: "StagingXcmV4Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "StagingXcmV4AssetAssets", - ticket: "StagingXcmV4Location", - }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", - }, - UnsubscribeVersion: "Null", - BurnAsset: "StagingXcmV4AssetAssets", - ExpectAsset: "StagingXcmV4AssetAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "StagingXcmV4QueryResponseInfo", - }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", - }, - ReportTransactStatus: "StagingXcmV4QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "StagingXcmV4Junction", - ExportMessage: { - network: "StagingXcmV4JunctionNetworkId", - destination: "StagingXcmV4Junctions", - xcm: "StagingXcmV4Xcm", + quit_sub: "Null", + add_username_authority: { + authority: "AccountId20", + suffix: "Bytes", + allocation: "u32", }, - LockAsset: { - asset: "StagingXcmV4Asset", - unlocker: "StagingXcmV4Location", + remove_username_authority: { + authority: "AccountId20", }, - UnlockAsset: { - asset: "StagingXcmV4Asset", - target: "StagingXcmV4Location", + set_username_for: { + who: "AccountId20", + username: "Bytes", + signature: "Option", }, - NoteUnlockable: { - asset: "StagingXcmV4Asset", - owner: "StagingXcmV4Location", + accept_username: { + username: "Bytes", }, - RequestUnlock: { - asset: "StagingXcmV4Asset", - locker: "StagingXcmV4Location", + remove_expired_approval: { + username: "Bytes", }, - SetFeesMode: { - jitWithdraw: "bool", + set_primary_username: { + username: "Bytes", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV4Location", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + remove_dangling_username: { + username: "Bytes", }, }, }, - /** Lookup315: staging_xcm::v4::asset::Assets */ - StagingXcmV4AssetAssets: "Vec", - /** Lookup317: staging_xcm::v4::asset::Asset */ - StagingXcmV4Asset: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetFungibility", - }, - /** Lookup318: staging_xcm::v4::asset::AssetId */ - StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup319: staging_xcm::v4::asset::Fungibility */ - StagingXcmV4AssetFungibility: { - _enum: { - Fungible: "Compact", - NonFungible: "StagingXcmV4AssetAssetInstance", - }, - }, - /** Lookup320: staging_xcm::v4::asset::AssetInstance */ - StagingXcmV4AssetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, - }, - /** Lookup321: staging_xcm::v4::Response */ - StagingXcmV4Response: { - _enum: { - Null: "Null", - Assets: "StagingXcmV4AssetAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", - }, - }, - /** Lookup323: staging_xcm::v4::PalletInfo */ - StagingXcmV4PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", - }, - /** Lookup327: staging_xcm::v4::QueryResponseInfo */ - StagingXcmV4QueryResponseInfo: { - destination: "StagingXcmV4Location", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", + /** Lookup247: pallet_identity::legacy::IdentityInfo */ + PalletIdentityLegacyIdentityInfo: { + additional: "Vec<(Data,Data)>", + display: "Data", + legal: "Data", + web: "Data", + riot: "Data", + email: "Data", + pgpFingerprint: "Option<[u8;20]>", + image: "Data", + twitter: "Data", }, - /** Lookup328: staging_xcm::v4::asset::AssetFilter */ - StagingXcmV4AssetAssetFilter: { + /** Lookup283: pallet_identity::types::Judgement */ + PalletIdentityJudgement: { _enum: { - Definite: "StagingXcmV4AssetAssets", - Wild: "StagingXcmV4AssetWildAsset", + Unknown: "Null", + FeePaid: "u128", + Reasonable: "Null", + KnownGood: "Null", + OutOfDate: "Null", + LowQuality: "Null", + Erroneous: "Null", }, }, - /** Lookup329: staging_xcm::v4::asset::WildAsset */ - StagingXcmV4AssetWildAsset: { + /** Lookup285: account::EthereumSignature */ + AccountEthereumSignature: "[u8;65]", + /** Lookup286: cumulus_pallet_xcmp_queue::pallet::Call */ + CumulusPalletXcmpQueueCall: { _enum: { - All: "Null", - AllOf: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", + __Unused0: "Null", + suspend_xcm_execution: "Null", + resume_xcm_execution: "Null", + update_suspend_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, - AllCounted: "Compact", - AllOfCounted: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", - count: "Compact", + update_drop_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", + }, + update_resume_threshold: { + _alias: { + new_: "new", + }, + new_: "u32", }, }, }, - /** Lookup330: staging_xcm::v4::asset::WildFungibility */ - StagingXcmV4AssetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup331: xcm::VersionedAssets */ - XcmVersionedAssets: { - _enum: { - __Unused0: "Null", - V2: "XcmV2MultiassetMultiAssets", - __Unused2: "Null", - V3: "XcmV3MultiassetMultiAssets", - V4: "StagingXcmV4AssetAssets", - }, - }, - /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ - StagingXcmExecutorAssetTransferTransferType: { - _enum: { - Teleport: "Null", - LocalReserve: "Null", - DestinationReserve: "Null", - RemoteReserve: "XcmVersionedLocation", - }, - }, - /** Lookup344: xcm::VersionedAssetId */ - XcmVersionedAssetId: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - __Unused2: "Null", - V3: "XcmV3MultiassetAssetId", - V4: "StagingXcmV4AssetAssetId", - }, - }, - /** Lookup345: pallet_assets::pallet::Call */ - PalletAssetsCall: { + /** Lookup287: pallet_xcm::pallet::Call */ + PalletXcmCall: { _enum: { - create: { - id: "Compact", - admin: "AccountId20", - minBalance: "u128", - }, - force_create: { - id: "Compact", - owner: "AccountId20", - isSufficient: "bool", - minBalance: "Compact", + send: { + dest: "XcmVersionedLocation", + message: "XcmVersionedXcm", }, - start_destroy: { - id: "Compact", + teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", }, - destroy_accounts: { - id: "Compact", + reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", }, - destroy_approvals: { - id: "Compact", + execute: { + message: "XcmVersionedXcm", + maxWeight: "SpWeightsWeightV2Weight", }, - finish_destroy: { - id: "Compact", + force_xcm_version: { + location: "StagingXcmV4Location", + version: "u32", }, - mint: { - id: "Compact", - beneficiary: "AccountId20", - amount: "Compact", + force_default_xcm_version: { + maybeXcmVersion: "Option", }, - burn: { - id: "Compact", - who: "AccountId20", - amount: "Compact", + force_subscribe_version_notify: { + location: "XcmVersionedLocation", }, - transfer: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + force_unsubscribe_version_notify: { + location: "XcmVersionedLocation", }, - transfer_keep_alive: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + limited_reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - force_transfer: { - id: "Compact", - source: "AccountId20", - dest: "AccountId20", - amount: "Compact", + limited_teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - freeze: { - id: "Compact", - who: "AccountId20", + force_suspension: { + suspended: "bool", }, - thaw: { - id: "Compact", - who: "AccountId20", + transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - freeze_asset: { - id: "Compact", + claim_assets: { + assets: "XcmVersionedAssets", + beneficiary: "XcmVersionedLocation", }, - thaw_asset: { - id: "Compact", + transfer_assets_using_type_and_then: { + dest: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", + remoteFeesId: "XcmVersionedAssetId", + feesTransferType: "StagingXcmExecutorAssetTransferTransferType", + customXcmOnDest: "XcmVersionedXcm", + weightLimit: "XcmV3WeightLimit", }, - transfer_ownership: { - id: "Compact", - owner: "AccountId20", + }, + }, + /** Lookup288: xcm::VersionedXcm */ + XcmVersionedXcm: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + V2: "XcmV2Xcm", + V3: "XcmV3Xcm", + V4: "StagingXcmV4Xcm", + }, + }, + /** Lookup289: xcm::v2::Xcm */ + XcmV2Xcm: "Vec", + /** Lookup291: xcm::v2::Instruction */ + XcmV2Instruction: { + _enum: { + WithdrawAsset: "XcmV2MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV2Response", + maxWeight: "Compact", }, - set_team: { - id: "Compact", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + TransferAsset: { + assets: "XcmV2MultiassetMultiAssets", + beneficiary: "XcmV2MultiLocation", }, - set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", + TransferReserveAsset: { + assets: "XcmV2MultiassetMultiAssets", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - clear_metadata: { - id: "Compact", + Transact: { + originType: "XcmV2OriginKind", + requireWeightAtMost: "Compact", + call: "XcmDoubleEncoded", }, - force_set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - force_clear_metadata: { - id: "Compact", + HrmpChannelAccepted: { + recipient: "Compact", }, - force_asset_status: { - id: "Compact", - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - minBalance: "Compact", - isSufficient: "bool", - isFrozen: "bool", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - approve_transfer: { - id: "Compact", - delegate: "AccountId20", - amount: "Compact", + ClearOrigin: "Null", + DescendOrigin: "XcmV2MultilocationJunctions", + ReportError: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + maxResponseWeight: "Compact", }, - cancel_approval: { - id: "Compact", - delegate: "AccountId20", + DepositAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + beneficiary: "XcmV2MultiLocation", }, - force_cancel_approval: { - id: "Compact", - owner: "AccountId20", - delegate: "AccountId20", + DepositReserveAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - transfer_approved: { - id: "Compact", - owner: "AccountId20", - destination: "AccountId20", - amount: "Compact", + ExchangeAsset: { + give: "XcmV2MultiassetMultiAssetFilter", + receive: "XcmV2MultiassetMultiAssets", }, - touch: { - id: "Compact", + InitiateReserveWithdraw: { + assets: "XcmV2MultiassetMultiAssetFilter", + reserve: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - refund: { - id: "Compact", - allowBurn: "bool", + InitiateTeleport: { + assets: "XcmV2MultiassetMultiAssetFilter", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - set_min_balance: { - id: "Compact", - minBalance: "u128", + QueryHolding: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + assets: "XcmV2MultiassetMultiAssetFilter", + maxResponseWeight: "Compact", }, - touch_other: { - id: "Compact", - who: "AccountId20", + BuyExecution: { + fees: "XcmV2MultiAsset", + weightLimit: "XcmV2WeightLimit", }, - refund_other: { - id: "Compact", - who: "AccountId20", + RefundSurplus: "Null", + SetErrorHandler: "XcmV2Xcm", + SetAppendix: "XcmV2Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV2MultiassetMultiAssets", + ticket: "XcmV2MultiLocation", }, - block: { - id: "Compact", - who: "AccountId20", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "Compact", }, + UnsubscribeVersion: "Null", }, }, - /** Lookup346: pallet_asset_manager::pallet::Call */ - PalletAssetManagerCall: { + /** Lookup292: xcm::v2::Response */ + XcmV2Response: { _enum: { - register_foreign_asset: { - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", - minAmount: "u128", - isSufficient: "bool", - }, - __Unused1: "Null", - change_existing_asset_type: { - assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", - }, - __Unused3: "Null", - remove_existing_asset_type: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, - __Unused5: "Null", - destroy_foreign_asset: { - assetId: "u128", - numAssetsWeightHint: "u32", - }, + Null: "Null", + Assets: "XcmV2MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV2TraitsError)>", + Version: "u32", }, }, - /** Lookup347: moonriver_runtime::xcm_config::AssetType */ - MoonriverRuntimeXcmConfigAssetType: { + /** Lookup295: xcm::v2::traits::Error */ + XcmV2TraitsError: { _enum: { - Xcm: "StagingXcmV3MultiLocation", + Overflow: "Null", + Unimplemented: "Null", + UntrustedReserveLocation: "Null", + UntrustedTeleportLocation: "Null", + MultiLocationFull: "Null", + MultiLocationNotInvertible: "Null", + BadOrigin: "Null", + InvalidLocation: "Null", + AssetNotFound: "Null", + FailedToTransactAsset: "Null", + NotWithdrawable: "Null", + LocationCannotHold: "Null", + ExceedsMaxMessageSize: "Null", + DestinationUnsupported: "Null", + Transport: "Null", + Unroutable: "Null", + UnknownClaim: "Null", + FailedToDecode: "Null", + MaxWeightInvalid: "Null", + NotHoldingFees: "Null", + TooExpensive: "Null", + Trap: "u64", + UnhandledXcmVersion: "Null", + WeightLimitReached: "u64", + Barrier: "Null", + WeightNotComputable: "Null", }, }, - /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + /** Lookup296: xcm::v2::OriginKind */ + XcmV2OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup349: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { + /** Lookup297: xcm::v2::multiasset::MultiAssetFilter */ + XcmV2MultiassetMultiAssetFilter: { _enum: { - transfer: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_with_fee: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multicurrencies: { - currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, + Definite: "XcmV2MultiassetMultiAssets", + Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ - MoonriverRuntimeXcmConfigCurrencyId: { + /** Lookup298: xcm::v2::multiasset::WildMultiAsset */ + XcmV2MultiassetWildMultiAsset: { _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", + All: "Null", + AllOf: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetWildFungibility", }, }, }, - /** Lookup351: xcm::VersionedAsset */ - XcmVersionedAsset: { + /** Lookup299: xcm::v2::multiasset::WildFungibility */ + XcmV2MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup300: xcm::v2::WeightLimit */ + XcmV2WeightLimit: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", + Unlimited: "Null", + Limited: "Compact", }, }, - /** Lookup354: pallet_xcm_transactor::pallet::Call */ - PalletXcmTransactorCall: { + /** Lookup301: xcm::v3::Xcm */ + XcmV3Xcm: "Vec", + /** Lookup303: xcm::v3::Instruction */ + XcmV3Instruction: { _enum: { - register: { - who: "AccountId20", - index: "u16", + WithdrawAsset: "XcmV3MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV3Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - deregister: { - index: "u16", + TransferAsset: { + assets: "XcmV3MultiassetMultiAssets", + beneficiary: "StagingXcmV3MultiLocation", }, - transact_through_derivative: { - dest: "MoonriverRuntimeXcmConfigTransactors", - index: "u16", - fee: "PalletXcmTransactorCurrencyPayment", - innerCall: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + TransferReserveAsset: { + assets: "XcmV3MultiassetMultiAssets", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - transact_through_sovereign: { - dest: "XcmVersionedLocation", - feePayer: "Option", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", + Transact: { originKind: "XcmV3OriginKind", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - set_transact_info: { - location: "XcmVersionedLocation", - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - remove_transact_info: { - location: "XcmVersionedLocation", + HrmpChannelAccepted: { + recipient: "Compact", }, - transact_through_signed: { - dest: "XcmVersionedLocation", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - set_fee_per_second: { - assetLocation: "XcmVersionedLocation", - feePerSecond: "u128", + ClearOrigin: "Null", + DescendOrigin: "XcmV3Junctions", + ReportError: "XcmV3QueryResponseInfo", + DepositAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + beneficiary: "StagingXcmV3MultiLocation", }, - remove_fee_per_second: { - assetLocation: "XcmVersionedLocation", + DepositReserveAsset: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - hrmp_manage: { - action: "PalletXcmTransactorHrmpOperation", - fee: "PalletXcmTransactorCurrencyPayment", - weightInfo: "PalletXcmTransactorTransactWeights", + ExchangeAsset: { + give: "XcmV3MultiassetMultiAssetFilter", + want: "XcmV3MultiassetMultiAssets", + maximal: "bool", + }, + InitiateReserveWithdraw: { + assets: "XcmV3MultiassetMultiAssetFilter", + reserve: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + InitiateTeleport: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", + }, + ReportHolding: { + responseInfo: "XcmV3QueryResponseInfo", + assets: "XcmV3MultiassetMultiAssetFilter", + }, + BuyExecution: { + fees: "XcmV3MultiAsset", + weightLimit: "XcmV3WeightLimit", + }, + RefundSurplus: "Null", + SetErrorHandler: "XcmV3Xcm", + SetAppendix: "XcmV3Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV3MultiassetMultiAssets", + ticket: "StagingXcmV3MultiLocation", + }, + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", + }, + UnsubscribeVersion: "Null", + BurnAsset: "XcmV3MultiassetMultiAssets", + ExpectAsset: "XcmV3MultiassetMultiAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "XcmV3QueryResponseInfo", + }, + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", + }, + ReportTransactStatus: "XcmV3QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "XcmV3Junction", + ExportMessage: { + network: "XcmV3JunctionNetworkId", + destination: "XcmV3Junctions", + xcm: "XcmV3Xcm", + }, + LockAsset: { + asset: "XcmV3MultiAsset", + unlocker: "StagingXcmV3MultiLocation", + }, + UnlockAsset: { + asset: "XcmV3MultiAsset", + target: "StagingXcmV3MultiLocation", + }, + NoteUnlockable: { + asset: "XcmV3MultiAsset", + owner: "StagingXcmV3MultiLocation", + }, + RequestUnlock: { + asset: "XcmV3MultiAsset", + locker: "StagingXcmV3MultiLocation", + }, + SetFeesMode: { + jitWithdraw: "bool", + }, + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV3MultiLocation", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup355: moonriver_runtime::xcm_config::Transactors */ - MoonriverRuntimeXcmConfigTransactors: { - _enum: ["Relay"], - }, - /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ - PalletXcmTransactorCurrencyPayment: { - currency: "PalletXcmTransactorCurrency", - feeAmount: "Option", - }, - /** Lookup357: pallet_xcm_transactor::pallet::Currency */ - PalletXcmTransactorCurrency: { + /** Lookup304: xcm::v3::Response */ + XcmV3Response: { _enum: { - AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", - AsMultiLocation: "XcmVersionedLocation", + Null: "Null", + Assets: "XcmV3MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ - PalletXcmTransactorTransactWeights: { - transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", - overallWeight: "Option", + /** Lookup306: xcm::v3::PalletInfo */ + XcmV3PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", }, - /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ - PalletXcmTransactorHrmpOperation: { + /** Lookup310: xcm::v3::QueryResponseInfo */ + XcmV3QueryResponseInfo: { + destination: "StagingXcmV3MultiLocation", + queryId: "Compact", + maxWeight: "SpWeightsWeightV2Weight", + }, + /** Lookup311: xcm::v3::multiasset::MultiAssetFilter */ + XcmV3MultiassetMultiAssetFilter: { _enum: { - InitOpen: "PalletXcmTransactorHrmpInitParams", - Accept: { - paraId: "u32", - }, - Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - Cancel: { - channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - openRequests: "u32", - }, + Definite: "XcmV3MultiassetMultiAssets", + Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ - PalletXcmTransactorHrmpInitParams: { - paraId: "u32", - proposedMaxCapacity: "u32", - proposedMaxMessageSize: "u32", - }, - /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ - PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { - sender: "u32", - recipient: "u32", - }, - /** Lookup365: pallet_ethereum_xcm::pallet::Call */ - PalletEthereumXcmCall: { + /** Lookup312: xcm::v3::multiasset::WildMultiAsset */ + XcmV3MultiassetWildMultiAsset: { _enum: { - transact: { - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - }, - transact_through_proxy: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + All: "Null", + AllOf: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", }, - suspend_ethereum_xcm_execution: "Null", - resume_ethereum_xcm_execution: "Null", - force_transact_as: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - forceCreateAddress: "Option", + AllCounted: "Compact", + AllOfCounted: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", + count: "Compact", }, }, }, - /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ - XcmPrimitivesEthereumXcmEthereumXcmTransaction: { - _enum: { - V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", - V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", - }, - }, - /** Lookup367: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { - gasLimit: "U256", - feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmFee */ - XcmPrimitivesEthereumXcmEthereumXcmFee: { - _enum: { - Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", - Auto: "Null", - }, - }, - /** Lookup369: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ - XcmPrimitivesEthereumXcmManualEthereumXcmFee: { - gasPrice: "Option", - maxFeePerGas: "Option", - }, - /** Lookup372: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", + /** Lookup313: xcm::v3::multiasset::WildFungibility */ + XcmV3MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], }, - /** Lookup374: pallet_message_queue::pallet::Call */ - PalletMessageQueueCall: { + /** Lookup325: staging_xcm_executor::traits::asset_transfer::TransferType */ + StagingXcmExecutorAssetTransferTransferType: { _enum: { - reap_page: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - pageIndex: "u32", - }, - execute_overweight: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - page: "u32", - index: "u32", - weightLimit: "SpWeightsWeightV2Weight", - }, + Teleport: "Null", + LocalReserve: "Null", + DestinationReserve: "Null", + RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ - CumulusPrimitivesCoreAggregateMessageOrigin: { + /** Lookup326: xcm::VersionedAssetId */ + XcmVersionedAssetId: { _enum: { - Here: "Null", - Parent: "Null", - Sibling: "u32", + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + V3: "XcmV3MultiassetAssetId", + V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ - PalletMoonbeamForeignAssetsCall: { + /** Lookup327: pallet_assets::pallet::Call */ + PalletAssetsCall: { _enum: { - create_foreign_asset: { - assetId: "u128", - xcmLocation: "StagingXcmV4Location", - decimals: "u8", - symbol: "Bytes", - name: "Bytes", + create: { + id: "Compact", + admin: "AccountId20", + minBalance: "u128", }, - change_xcm_location: { - assetId: "u128", - newXcmLocation: "StagingXcmV4Location", + force_create: { + id: "Compact", + owner: "AccountId20", + isSufficient: "bool", + minBalance: "Compact", }, - freeze_foreign_asset: { - assetId: "u128", - allowXcmDeposit: "bool", + start_destroy: { + id: "Compact", }, - unfreeze_foreign_asset: { - assetId: "u128", + destroy_accounts: { + id: "Compact", }, - }, - }, - /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ - PalletXcmWeightTraderCall: { - _enum: { - add_asset: { - location: "StagingXcmV4Location", - relativePrice: "u128", + destroy_approvals: { + id: "Compact", }, - edit_asset: { - location: "StagingXcmV4Location", - relativePrice: "u128", + finish_destroy: { + id: "Compact", }, - pause_asset_support: { - location: "StagingXcmV4Location", + mint: { + id: "Compact", + beneficiary: "AccountId20", + amount: "Compact", }, - resume_asset_support: { - location: "StagingXcmV4Location", + burn: { + id: "Compact", + who: "AccountId20", + amount: "Compact", }, - remove_asset: { - location: "StagingXcmV4Location", + transfer: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - }, - }, - /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ - PalletEmergencyParaXcmCall: { - _enum: { - paused_to_normal: "Null", - fast_authorize_upgrade: { - codeHash: "H256", + transfer_keep_alive: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - }, - }, - /** Lookup380: pallet_randomness::pallet::Call */ - PalletRandomnessCall: { - _enum: ["set_babe_randomness_results"], - }, - /** Lookup381: sp_runtime::traits::BlakeTwo256 */ - SpRuntimeBlakeTwo256: "Null", - /** Lookup383: pallet_conviction_voting::types::Tally */ - PalletConvictionVotingTally: { - ayes: "u128", - nays: "u128", - support: "u128", - }, - /** Lookup384: pallet_whitelist::pallet::Event */ - PalletWhitelistEvent: { - _enum: { - CallWhitelisted: { - callHash: "H256", + force_transfer: { + id: "Compact", + source: "AccountId20", + dest: "AccountId20", + amount: "Compact", }, - WhitelistedCallRemoved: { - callHash: "H256", + freeze: { + id: "Compact", + who: "AccountId20", }, - WhitelistedCallDispatched: { - callHash: "H256", - result: "Result", + thaw: { + id: "Compact", + who: "AccountId20", }, - }, - }, - /** Lookup386: frame_support::dispatch::PostDispatchInfo */ - FrameSupportDispatchPostDispatchInfo: { - actualWeight: "Option", - paysFee: "FrameSupportDispatchPays", - }, - /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ - SpRuntimeDispatchErrorWithPostInfo: { - postInfo: "FrameSupportDispatchPostDispatchInfo", - error: "SpRuntimeDispatchError", - }, - /** Lookup388: pallet_collective::pallet::Event */ - PalletCollectiveEvent: { - _enum: { - Proposed: { - account: "AccountId20", - proposalIndex: "u32", - proposalHash: "H256", - threshold: "u32", + freeze_asset: { + id: "Compact", }, - Voted: { - account: "AccountId20", - proposalHash: "H256", - voted: "bool", - yes: "u32", - no: "u32", + thaw_asset: { + id: "Compact", }, - Approved: { - proposalHash: "H256", + transfer_ownership: { + id: "Compact", + owner: "AccountId20", }, - Disapproved: { - proposalHash: "H256", + set_team: { + id: "Compact", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - Executed: { - proposalHash: "H256", - result: "Result", + set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", }, - MemberExecuted: { - proposalHash: "H256", - result: "Result", + clear_metadata: { + id: "Compact", }, - Closed: { - proposalHash: "H256", - yes: "u32", - no: "u32", + force_set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - }, - }, - /** Lookup390: pallet_treasury::pallet::Event */ - PalletTreasuryEvent: { - _enum: { - Spending: { - budgetRemaining: "u128", + force_clear_metadata: { + id: "Compact", }, - Awarded: { - proposalIndex: "u32", - award: "u128", - account: "AccountId20", + force_asset_status: { + id: "Compact", + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + minBalance: "Compact", + isSufficient: "bool", + isFrozen: "bool", }, - Burnt: { - burntFunds: "u128", + approve_transfer: { + id: "Compact", + delegate: "AccountId20", + amount: "Compact", }, - Rollover: { - rolloverBalance: "u128", + cancel_approval: { + id: "Compact", + delegate: "AccountId20", }, - Deposit: { - value: "u128", + force_cancel_approval: { + id: "Compact", + owner: "AccountId20", + delegate: "AccountId20", }, - SpendApproved: { - proposalIndex: "u32", - amount: "u128", - beneficiary: "AccountId20", + transfer_approved: { + id: "Compact", + owner: "AccountId20", + destination: "AccountId20", + amount: "Compact", }, - UpdatedInactive: { - reactivated: "u128", - deactivated: "u128", + touch: { + id: "Compact", }, - AssetSpendApproved: { - index: "u32", - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", + refund: { + id: "Compact", + allowBurn: "bool", }, - AssetSpendVoided: { - index: "u32", + set_min_balance: { + id: "Compact", + minBalance: "u128", }, - Paid: { - index: "u32", - paymentId: "Null", + touch_other: { + id: "Compact", + who: "AccountId20", }, - PaymentFailed: { - index: "u32", - paymentId: "Null", + refund_other: { + id: "Compact", + who: "AccountId20", }, - SpendProcessed: { - index: "u32", + block: { + id: "Compact", + who: "AccountId20", }, }, }, - /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ - PalletCrowdloanRewardsEvent: { + /** Lookup328: pallet_asset_manager::pallet::Call */ + PalletAssetManagerCall: { _enum: { - InitialPaymentMade: "(AccountId20,u128)", - NativeIdentityAssociated: "([u8;32],AccountId20,u128)", - RewardsPaid: "(AccountId20,u128)", - RewardAddressUpdated: "(AccountId20,AccountId20)", - InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", - InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", + register_foreign_asset: { + asset: "MoonbaseRuntimeXcmConfigAssetType", + metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", + minAmount: "u128", + isSufficient: "bool", + }, + __Unused1: "Null", + change_existing_asset_type: { + assetId: "u128", + newAssetType: "MoonbaseRuntimeXcmConfigAssetType", + numAssetsWeightHint: "u32", + }, + __Unused3: "Null", + remove_existing_asset_type: { + assetId: "u128", + numAssetsWeightHint: "u32", + }, + __Unused5: "Null", + destroy_foreign_asset: { + assetId: "u128", + numAssetsWeightHint: "u32", + }, }, }, - /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ - CumulusPalletXcmpQueueEvent: { + /** Lookup329: pallet_xcm_transactor::pallet::Call */ + PalletXcmTransactorCall: { _enum: { - XcmpMessageSent: { - messageHash: "[u8;32]", + register: { + who: "AccountId20", + index: "u16", + }, + deregister: { + index: "u16", + }, + transact_through_derivative: { + dest: "MoonbaseRuntimeXcmConfigTransactors", + index: "u16", + fee: "PalletXcmTransactorCurrencyPayment", + innerCall: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", + }, + transact_through_sovereign: { + dest: "XcmVersionedLocation", + feePayer: "Option", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + originKind: "XcmV3OriginKind", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", + }, + set_transact_info: { + location: "XcmVersionedLocation", + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", + }, + remove_transact_info: { + location: "XcmVersionedLocation", + }, + transact_through_signed: { + dest: "XcmVersionedLocation", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", + }, + set_fee_per_second: { + assetLocation: "XcmVersionedLocation", + feePerSecond: "u128", + }, + remove_fee_per_second: { + assetLocation: "XcmVersionedLocation", + }, + hrmp_manage: { + action: "PalletXcmTransactorHrmpOperation", + fee: "PalletXcmTransactorCurrencyPayment", + weightInfo: "PalletXcmTransactorTransactWeights", }, }, }, - /** Lookup393: cumulus_pallet_xcm::pallet::Event */ - CumulusPalletXcmEvent: { + /** Lookup330: moonbase_runtime::xcm_config::Transactors */ + MoonbaseRuntimeXcmConfigTransactors: { + _enum: ["Relay"], + }, + /** Lookup331: pallet_xcm_transactor::pallet::CurrencyPayment */ + PalletXcmTransactorCurrencyPayment: { + currency: "PalletXcmTransactorCurrency", + feeAmount: "Option", + }, + /** Lookup332: moonbase_runtime::xcm_config::CurrencyId */ + MoonbaseRuntimeXcmConfigCurrencyId: { _enum: { - InvalidFormat: "[u8;32]", - UnsupportedVersion: "[u8;32]", - ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", + }, }, }, - /** Lookup394: staging_xcm::v4::traits::Outcome */ - StagingXcmV4TraitsOutcome: { + /** Lookup333: pallet_xcm_transactor::pallet::Currency */ + PalletXcmTransactorCurrency: { _enum: { - Complete: { - used: "SpWeightsWeightV2Weight", - }, - Incomplete: { - used: "SpWeightsWeightV2Weight", - error: "XcmV3TraitsError", - }, - Error: { - error: "XcmV3TraitsError", - }, + AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup395: pallet_xcm::pallet::Event */ - PalletXcmEvent: { + /** Lookup335: pallet_xcm_transactor::pallet::TransactWeights */ + PalletXcmTransactorTransactWeights: { + transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", + overallWeight: "Option", + }, + /** Lookup337: pallet_moonbeam_orbiters::pallet::Call */ + PalletMoonbeamOrbitersCall: { _enum: { - Attempted: { - outcome: "StagingXcmV4TraitsOutcome", - }, - Sent: { - origin: "StagingXcmV4Location", - destination: "StagingXcmV4Location", - message: "StagingXcmV4Xcm", - messageId: "[u8;32]", + collator_add_orbiter: { + orbiter: "AccountId20", }, - UnexpectedResponse: { - origin: "StagingXcmV4Location", - queryId: "u64", + collator_remove_orbiter: { + orbiter: "AccountId20", }, - ResponseReady: { - queryId: "u64", - response: "StagingXcmV4Response", + orbiter_leave_collator_pool: { + collator: "AccountId20", }, - Notified: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + orbiter_register: "Null", + orbiter_unregister: { + collatorsPoolCount: "u32", }, - NotifyOverweight: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", - actualWeight: "SpWeightsWeightV2Weight", - maxBudgetedWeight: "SpWeightsWeightV2Weight", + add_collator: { + collator: "AccountId20", }, - NotifyDispatchError: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + remove_collator: { + collator: "AccountId20", }, - NotifyDecodeFailed: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + }, + }, + /** Lookup338: pallet_ethereum_xcm::pallet::Call */ + PalletEthereumXcmCall: { + _enum: { + transact: { + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - InvalidResponder: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedLocation: "Option", + transact_through_proxy: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", }, - InvalidResponderVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", - }, - ResponseTaken: { - queryId: "u64", - }, - AssetsTrapped: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + suspend_ethereum_xcm_execution: "Null", + resume_ethereum_xcm_execution: "Null", + force_transact_as: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + forceCreateAddress: "Option", }, - VersionChangeNotified: { - destination: "StagingXcmV4Location", - result: "u32", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + }, + }, + /** Lookup339: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + XcmPrimitivesEthereumXcmEthereumXcmTransaction: { + _enum: { + V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", + V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", + }, + }, + /** Lookup340: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { + gasLimit: "U256", + feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup341: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + XcmPrimitivesEthereumXcmEthereumXcmFee: { + _enum: { + Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", + Auto: "Null", + }, + }, + /** Lookup342: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + XcmPrimitivesEthereumXcmManualEthereumXcmFee: { + gasPrice: "Option", + maxFeePerGas: "Option", + }, + /** Lookup345: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { + gasLimit: "U256", + action: "EthereumTransactionTransactionAction", + value: "U256", + input: "Bytes", + accessList: "Option)>>", + }, + /** Lookup347: pallet_randomness::pallet::Call */ + PalletRandomnessCall: { + _enum: ["set_babe_randomness_results"], + }, + /** Lookup348: pallet_collective::pallet::Call */ + PalletCollectiveCall: { + _enum: { + set_members: { + newMembers: "Vec", + prime: "Option", + oldCount: "u32", }, - SupportedVersionChanged: { - location: "StagingXcmV4Location", - version: "u32", + execute: { + proposal: "Call", + lengthBound: "Compact", }, - NotifyTargetSendFail: { - location: "StagingXcmV4Location", - queryId: "u64", - error: "XcmV3TraitsError", + propose: { + threshold: "Compact", + proposal: "Call", + lengthBound: "Compact", }, - NotifyTargetMigrationFail: { - location: "XcmVersionedLocation", - queryId: "u64", + vote: { + proposal: "H256", + index: "Compact", + approve: "bool", }, - InvalidQuerierVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + __Unused4: "Null", + disapprove_proposal: { + proposalHash: "H256", }, - InvalidQuerier: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedQuerier: "StagingXcmV4Location", - maybeActualQuerier: "Option", + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", }, - VersionNotifyStarted: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + }, + }, + /** Lookup349: pallet_conviction_voting::pallet::Call */ + PalletConvictionVotingCall: { + _enum: { + vote: { + pollIndex: "Compact", + vote: "PalletConvictionVotingVoteAccountVote", }, - VersionNotifyRequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + delegate: { + class: "u16", + to: "AccountId20", + conviction: "PalletConvictionVotingConviction", + balance: "u128", }, - VersionNotifyUnrequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + undelegate: { + class: "u16", }, - FeesPaid: { - paying: "StagingXcmV4Location", - fees: "StagingXcmV4AssetAssets", + unlock: { + class: "u16", + target: "AccountId20", }, - AssetsClaimed: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", + remove_vote: { + class: "Option", + index: "u32", }, - VersionMigrationFinished: { - version: "u32", + remove_other_vote: { + target: "AccountId20", + class: "u16", + index: "u32", }, }, }, - /** Lookup396: pallet_assets::pallet::Event */ - PalletAssetsEvent: { + /** Lookup350: pallet_conviction_voting::vote::AccountVote */ + PalletConvictionVotingVoteAccountVote: { _enum: { - Created: { - assetId: "u128", - creator: "AccountId20", - owner: "AccountId20", - }, - Issued: { - assetId: "u128", - owner: "AccountId20", - amount: "u128", + Standard: { + vote: "Vote", + balance: "u128", }, - Transferred: { - assetId: "u128", - from: "AccountId20", - to: "AccountId20", - amount: "u128", + Split: { + aye: "u128", + nay: "u128", }, - Burned: { - assetId: "u128", - owner: "AccountId20", - balance: "u128", + SplitAbstain: { + aye: "u128", + nay: "u128", + abstain: "u128", }, - TeamChanged: { - assetId: "u128", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + }, + }, + /** Lookup352: pallet_conviction_voting::conviction::Conviction */ + PalletConvictionVotingConviction: { + _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + }, + /** Lookup354: pallet_referenda::pallet::Call */ + PalletReferendaCall: { + _enum: { + submit: { + proposalOrigin: "MoonbaseRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactmentMoment: "FrameSupportScheduleDispatchTime", }, - OwnerChanged: { - assetId: "u128", - owner: "AccountId20", + place_decision_deposit: { + index: "u32", }, - Frozen: { - assetId: "u128", - who: "AccountId20", + refund_decision_deposit: { + index: "u32", }, - Thawed: { - assetId: "u128", - who: "AccountId20", + cancel: { + index: "u32", }, - AssetFrozen: { - assetId: "u128", + kill: { + index: "u32", }, - AssetThawed: { - assetId: "u128", + nudge_referendum: { + index: "u32", }, - AccountsDestroyed: { - assetId: "u128", - accountsDestroyed: "u32", - accountsRemaining: "u32", + one_fewer_deciding: { + track: "u16", }, - ApprovalsDestroyed: { - assetId: "u128", - approvalsDestroyed: "u32", - approvalsRemaining: "u32", + refund_submission_deposit: { + index: "u32", }, - DestructionStarted: { - assetId: "u128", + set_metadata: { + index: "u32", + maybeHash: "Option", }, - Destroyed: { - assetId: "u128", + }, + }, + /** Lookup355: frame_support::traits::schedule::DispatchTime */ + FrameSupportScheduleDispatchTime: { + _enum: { + At: "u32", + After: "u32", + }, + }, + /** Lookup357: pallet_preimage::pallet::Call */ + PalletPreimageCall: { + _enum: { + note_preimage: { + bytes: "Bytes", }, - ForceCreated: { - assetId: "u128", - owner: "AccountId20", + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - MetadataSet: { - assetId: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", - }, - MetadataCleared: { - assetId: "u128", - }, - ApprovedTransfer: { - assetId: "u128", - source: "AccountId20", - delegate: "AccountId20", - amount: "u128", - }, - ApprovalCancelled: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", - }, - TransferredApproved: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", - destination: "AccountId20", - amount: "u128", - }, - AssetStatusChanged: { - assetId: "u128", - }, - AssetMinBalanceChanged: { - assetId: "u128", - newMinBalance: "u128", - }, - Touched: { - assetId: "u128", - who: "AccountId20", - depositor: "AccountId20", - }, - Blocked: { - assetId: "u128", - who: "AccountId20", + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - Deposited: { - assetId: "u128", - who: "AccountId20", - amount: "u128", + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - Withdrawn: { - assetId: "u128", - who: "AccountId20", - amount: "u128", + ensure_updated: { + hashes: "Vec", }, }, }, - /** Lookup397: pallet_asset_manager::pallet::Event */ - PalletAssetManagerEvent: { + /** Lookup358: pallet_whitelist::pallet::Call */ + PalletWhitelistCall: { _enum: { - ForeignAssetRegistered: { - assetId: "u128", - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", - }, - UnitsPerSecondChanged: "Null", - ForeignAssetXcmLocationChanged: { - assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", - }, - ForeignAssetRemoved: { - assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + whitelist_call: { + callHash: "H256", }, - SupportedAssetRemoved: { - assetType: "MoonriverRuntimeXcmConfigAssetType", + remove_whitelisted_call: { + callHash: "H256", }, - ForeignAssetDestroyed: { - assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + dispatch_whitelisted_call: { + callHash: "H256", + callEncodedLen: "u32", + callWeightWitness: "SpWeightsWeightV2Weight", }, - LocalAssetDestroyed: { - assetId: "u128", + dispatch_whitelisted_call_with_preimage: { + call: "Call", }, }, }, - /** Lookup398: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { + /** Lookup360: pallet_root_testing::pallet::Call */ + PalletRootTestingCall: { _enum: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", + fill_block: { + ratio: "Perbill", }, + trigger_defensive: "Null", }, }, - /** Lookup399: pallet_xcm_transactor::pallet::Event */ - PalletXcmTransactorEvent: { + /** Lookup361: pallet_multisig::pallet::Call */ + PalletMultisigCall: { _enum: { - TransactedDerivative: { - accountId: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", - index: "u16", - }, - TransactedSovereign: { - feePayer: "Option", - dest: "StagingXcmV4Location", - call: "Bytes", - }, - TransactedSigned: { - feePayer: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", - }, - RegisteredDerivative: { - accountId: "AccountId20", - index: "u16", - }, - DeRegisteredDerivative: { - index: "u16", - }, - TransactFailed: { - error: "XcmV3TraitsError", - }, - TransactInfoChanged: { - location: "StagingXcmV4Location", - remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", - }, - TransactInfoRemoved: { - location: "StagingXcmV4Location", + as_multi_threshold_1: { + otherSignatories: "Vec", + call: "Call", }, - DestFeePerSecondChanged: { - location: "StagingXcmV4Location", - feePerSecond: "u128", + as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + call: "Call", + maxWeight: "SpWeightsWeightV2Weight", }, - DestFeePerSecondRemoved: { - location: "StagingXcmV4Location", + approve_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + callHash: "[u8;32]", + maxWeight: "SpWeightsWeightV2Weight", }, - HrmpManagementSent: { - action: "PalletXcmTransactorHrmpOperation", + cancel_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + timepoint: "PalletMultisigTimepoint", + callHash: "[u8;32]", }, }, }, - /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ - PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + /** Lookup363: pallet_multisig::Timepoint */ + PalletMultisigTimepoint: { + height: "u32", + index: "u32", }, - /** Lookup401: pallet_ethereum_xcm::pallet::Event */ - PalletEthereumXcmEvent: { + /** Lookup364: pallet_moonbeam_lazy_migrations::pallet::Call */ + PalletMoonbeamLazyMigrationsCall: { _enum: { - ExecutedFromXcm: { - xcmMsgHash: "H256", - ethTxHash: "H256", + __Unused0: "Null", + clear_suicided_storage: { + addresses: "Vec", + limit: "u32", + }, + create_contract_metadata: { + address: "H160", }, }, }, - /** Lookup402: pallet_message_queue::pallet::Event */ - PalletMessageQueueEvent: { + /** Lookup367: pallet_message_queue::pallet::Call */ + PalletMessageQueueCall: { _enum: { - ProcessingFailed: { - id: "H256", - origin: "CumulusPrimitivesCoreAggregateMessageOrigin", - error: "FrameSupportMessagesProcessMessageError", - }, - Processed: { - id: "H256", - origin: "CumulusPrimitivesCoreAggregateMessageOrigin", - weightUsed: "SpWeightsWeightV2Weight", - success: "bool", - }, - OverweightEnqueued: { - id: "[u8;32]", - origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + reap_page: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", pageIndex: "u32", - messageIndex: "u32", }, - PageReaped: { - origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + execute_overweight: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + page: "u32", index: "u32", + weightLimit: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup403: frame_support::traits::messages::ProcessMessageError */ - FrameSupportMessagesProcessMessageError: { + /** Lookup368: cumulus_primitives_core::AggregateMessageOrigin */ + CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { - BadFormat: "Null", - Corrupt: "Null", - Unsupported: "Null", - Overweight: "SpWeightsWeightV2Weight", - Yield: "Null", - StackLimitReached: "Null", + Here: "Null", + Parent: "Null", + Sibling: "u32", }, }, - /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ - PalletMoonbeamForeignAssetsEvent: { + /** Lookup369: pallet_emergency_para_xcm::pallet::Call */ + PalletEmergencyParaXcmCall: { _enum: { - ForeignAssetCreated: { - contractAddress: "H160", + paused_to_normal: "Null", + fast_authorize_upgrade: { + codeHash: "H256", + }, + }, + }, + /** Lookup370: pallet_moonbeam_foreign_assets::pallet::Call */ + PalletMoonbeamForeignAssetsCall: { + _enum: { + create_foreign_asset: { assetId: "u128", xcmLocation: "StagingXcmV4Location", + decimals: "u8", + symbol: "Bytes", + name: "Bytes", }, - ForeignAssetXcmLocationChanged: { + change_xcm_location: { assetId: "u128", newXcmLocation: "StagingXcmV4Location", }, - ForeignAssetFrozen: { + freeze_foreign_asset: { assetId: "u128", - xcmLocation: "StagingXcmV4Location", + allowXcmDeposit: "bool", }, - ForeignAssetUnfrozen: { + unfreeze_foreign_asset: { assetId: "u128", - xcmLocation: "StagingXcmV4Location", }, }, }, - /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ - PalletXcmWeightTraderEvent: { + /** Lookup372: pallet_parameters::pallet::Call */ + PalletParametersCall: { _enum: { - SupportedAssetAdded: { - location: "StagingXcmV4Location", - relativePrice: "u128", - }, - SupportedAssetEdited: { - location: "StagingXcmV4Location", - relativePrice: "u128", - }, - PauseAssetSupport: { - location: "StagingXcmV4Location", - }, - ResumeAssetSupport: { - location: "StagingXcmV4Location", + set_parameter: { + keyValue: "MoonbaseRuntimeRuntimeParamsRuntimeParameters", }, - SupportedAssetRemoved: { - location: "StagingXcmV4Location", + }, + }, + /** Lookup373: moonbase_runtime::runtime_params::RuntimeParameters */ + MoonbaseRuntimeRuntimeParamsRuntimeParameters: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", + PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", + }, + }, + /** Lookup374: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + _enum: { + FeesTreasuryProportion: + "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", + }, + }, + /** Lookup375: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", + /** Lookup377: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { + _enum: { + Deposit: "(MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", + }, + }, + /** Lookup378: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", + /** Lookup381: pallet_xcm_weight_trader::pallet::Call */ + PalletXcmWeightTraderCall: { + _enum: { + add_asset: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + edit_asset: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + pause_asset_support: { + location: "StagingXcmV4Location", + }, + resume_asset_support: { + location: "StagingXcmV4Location", + }, + remove_asset: { + location: "StagingXcmV4Location", + }, + }, + }, + /** Lookup382: sp_runtime::traits::BlakeTwo256 */ + SpRuntimeBlakeTwo256: "Null", + /** Lookup384: pallet_conviction_voting::types::Tally */ + PalletConvictionVotingTally: { + ayes: "u128", + nays: "u128", + support: "u128", + }, + /** Lookup385: pallet_preimage::pallet::Event */ + PalletPreimageEvent: { + _enum: { + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Cleared: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + }, + }, + /** Lookup386: pallet_whitelist::pallet::Event */ + PalletWhitelistEvent: { + _enum: { + CallWhitelisted: { + callHash: "H256", + }, + WhitelistedCallRemoved: { + callHash: "H256", + }, + WhitelistedCallDispatched: { + callHash: "H256", + result: "Result", + }, + }, + }, + /** Lookup388: frame_support::dispatch::PostDispatchInfo */ + FrameSupportDispatchPostDispatchInfo: { + actualWeight: "Option", + paysFee: "FrameSupportDispatchPays", + }, + /** Lookup389: sp_runtime::DispatchErrorWithPostInfo */ + SpRuntimeDispatchErrorWithPostInfo: { + postInfo: "FrameSupportDispatchPostDispatchInfo", + error: "SpRuntimeDispatchError", + }, + /** Lookup391: pallet_root_testing::pallet::Event */ + PalletRootTestingEvent: { + _enum: ["DefensiveTestCall"], + }, + /** Lookup392: pallet_multisig::pallet::Event */ + PalletMultisigEvent: { + _enum: { + NewMultisig: { + approving: "AccountId20", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigApproval: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + MultisigExecuted: { + approving: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + result: "Result", + }, + MultisigCancelled: { + cancelling: "AccountId20", + timepoint: "PalletMultisigTimepoint", + multisig: "AccountId20", + callHash: "[u8;32]", + }, + }, + }, + /** Lookup393: pallet_message_queue::pallet::Event */ + PalletMessageQueueEvent: { + _enum: { + ProcessingFailed: { + id: "H256", + origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + error: "FrameSupportMessagesProcessMessageError", + }, + Processed: { + id: "H256", + origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + weightUsed: "SpWeightsWeightV2Weight", + success: "bool", + }, + OverweightEnqueued: { + id: "[u8;32]", + origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + pageIndex: "u32", + messageIndex: "u32", + }, + PageReaped: { + origin: "CumulusPrimitivesCoreAggregateMessageOrigin", + index: "u32", }, }, }, - /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup394: frame_support::traits::messages::ProcessMessageError */ + FrameSupportMessagesProcessMessageError: { + _enum: { + BadFormat: "Null", + Corrupt: "Null", + Unsupported: "Null", + Overweight: "SpWeightsWeightV2Weight", + Yield: "Null", + StackLimitReached: "Null", + }, + }, + /** Lookup395: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup407: pallet_randomness::pallet::Event */ - PalletRandomnessEvent: { + /** Lookup396: pallet_moonbeam_foreign_assets::pallet::Event */ + PalletMoonbeamForeignAssetsEvent: { _enum: { - RandomnessRequestedBabeEpoch: { - id: "u64", - refundAddress: "H160", + ForeignAssetCreated: { contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestEpoch: "u64", + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RandomnessRequestedLocal: { - id: "u64", - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestBlock: "u32", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", }, - RequestFulfilled: { - id: "u64", + ForeignAssetFrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestFeeIncreased: { - id: "u64", - newFee: "u128", + ForeignAssetUnfrozen: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", }, - RequestExpirationExecuted: { - id: "u64", + }, + }, + /** Lookup397: pallet_parameters::pallet::Event */ + PalletParametersEvent: { + _enum: { + Updated: { + key: "MoonbaseRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", + }, + }, + }, + /** Lookup398: moonbase_runtime::runtime_params::RuntimeParametersKey */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", + }, + }, + /** Lookup399: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { + _enum: ["FeesTreasuryProportion"], + }, + /** Lookup400: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { + _enum: ["Deposit"], + }, + /** Lookup402: moonbase_runtime::runtime_params::RuntimeParametersValue */ + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { + _enum: { + RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", + PalletRandomness: "MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", + }, + }, + /** Lookup403: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { + _enum: { + FeesTreasuryProportion: "Perbill", + }, + }, + /** Lookup404: moonbase_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { + _enum: { + Deposit: "u128", + }, + }, + /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ + PalletXcmWeightTraderEvent: { + _enum: { + SupportedAssetAdded: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + SupportedAssetEdited: { + location: "StagingXcmV4Location", + relativePrice: "u128", + }, + PauseAssetSupport: { + location: "StagingXcmV4Location", + }, + ResumeAssetSupport: { + location: "StagingXcmV4Location", + }, + SupportedAssetRemoved: { + location: "StagingXcmV4Location", }, }, }, - /** Lookup408: frame_system::Phase */ + /** Lookup406: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4507,51 +4450,51 @@ export default { Initialization: "Null", }, }, - /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup408: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup411: frame_system::CodeUpgradeAuthorization */ + /** Lookup409: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup412: frame_system::limits::BlockWeights */ + /** Lookup410: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup413: frame_support::dispatch::PerDispatchClass */ + /** Lookup411: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup414: frame_system::limits::WeightsPerClass */ + /** Lookup412: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup415: frame_system::limits::BlockLength */ + /** Lookup413: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup416: frame_support::dispatch::PerDispatchClass */ + /** Lookup414: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup417: sp_weights::RuntimeDbWeight */ + /** Lookup415: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup418: sp_version::RuntimeVersion */ + /** Lookup416: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4562,7 +4505,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup422: frame_system::pallet::Error */ + /** Lookup420: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4576,112 +4519,27 @@ export default { "Unauthorized", ], }, - /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ - CumulusPalletParachainSystemUnincludedSegmentAncestor: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - paraHeadHash: "Option", - consumedGoAheadSignal: "Option", + /** Lookup421: pallet_utility::pallet::Error */ + PalletUtilityError: { + _enum: ["TooManyCalls"], }, - /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ - CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { - umpMsgCount: "u32", - umpTotalBytes: "u32", - hrmpOutgoing: "BTreeMap", + /** Lookup423: pallet_balances::types::BalanceLock */ + PalletBalancesBalanceLock: { + id: "[u8;8]", + amount: "u128", + reasons: "PalletBalancesReasons", }, - /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ - CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { - msgCount: "u32", - totalBytes: "u32", + /** Lookup424: pallet_balances::types::Reasons */ + PalletBalancesReasons: { + _enum: ["Fee", "Misc", "All"], }, - /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ - PolkadotPrimitivesV7UpgradeGoAhead: { - _enum: ["Abort", "GoAhead"], + /** Lookup427: pallet_balances::types::ReserveData */ + PalletBalancesReserveData: { + id: "[u8;4]", + amount: "u128", }, - /** Lookup432: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ - CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { - usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", - hrmpWatermark: "Option", - consumedGoAheadSignal: "Option", - }, - /** Lookup434: polkadot_primitives::v7::UpgradeRestriction */ - PolkadotPrimitivesV7UpgradeRestriction: { - _enum: ["Present"], - }, - /** Lookup435: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ - CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { - dmqMqcHead: "H256", - relayDispatchQueueRemainingCapacity: - "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", - ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", - }, - /** Lookup436: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ - CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { - remainingCount: "u32", - remainingSize: "u32", - }, - /** Lookup439: polkadot_primitives::v7::AbridgedHrmpChannel */ - PolkadotPrimitivesV7AbridgedHrmpChannel: { - maxCapacity: "u32", - maxTotalSize: "u32", - maxMessageSize: "u32", - msgCount: "u32", - totalSize: "u32", - mqcHead: "Option", - }, - /** Lookup440: polkadot_primitives::v7::AbridgedHostConfiguration */ - PolkadotPrimitivesV7AbridgedHostConfiguration: { - maxCodeSize: "u32", - maxHeadDataSize: "u32", - maxUpwardQueueCount: "u32", - maxUpwardQueueSize: "u32", - maxUpwardMessageSize: "u32", - maxUpwardMessageNumPerCandidate: "u32", - hrmpMaxMessageNumPerCandidate: "u32", - validationUpgradeCooldown: "u32", - validationUpgradeDelay: "u32", - asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", - }, - /** Lookup441: polkadot_primitives::v7::async_backing::AsyncBackingParams */ - PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { - maxCandidateDepth: "u32", - allowedAncestryLen: "u32", - }, - /** Lookup447: polkadot_core_primitives::OutboundHrmpMessage */ - PolkadotCorePrimitivesOutboundHrmpMessage: { - recipient: "u32", - data: "Bytes", - }, - /** Lookup449: cumulus_pallet_parachain_system::pallet::Error */ - CumulusPalletParachainSystemError: { - _enum: [ - "OverlappingUpgrades", - "ProhibitedByPolkadot", - "TooBig", - "ValidationDataNotAvailable", - "HostConfigurationNotAvailable", - "NotScheduled", - "NothingAuthorized", - "Unauthorized", - ], - }, - /** Lookup451: pallet_balances::types::BalanceLock */ - PalletBalancesBalanceLock: { - id: "[u8;8]", - amount: "u128", - reasons: "PalletBalancesReasons", - }, - /** Lookup452: pallet_balances::types::Reasons */ - PalletBalancesReasons: { - _enum: ["Fee", "Misc", "All"], - }, - /** Lookup455: pallet_balances::types::ReserveData */ - PalletBalancesReserveData: { - id: "[u8;4]", - amount: "u128", - }, - /** Lookup459: moonriver_runtime::RuntimeHoldReason */ - MoonriverRuntimeRuntimeHoldReason: { + /** Lookup431: moonbase_runtime::RuntimeHoldReason */ + MoonbaseRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4727,37 +4585,19 @@ export default { __Unused41: "Null", __Unused42: "Null", __Unused43: "Null", - __Unused44: "Null", - __Unused45: "Null", - __Unused46: "Null", - __Unused47: "Null", - __Unused48: "Null", - __Unused49: "Null", - __Unused50: "Null", - __Unused51: "Null", - __Unused52: "Null", - __Unused53: "Null", - __Unused54: "Null", - __Unused55: "Null", - __Unused56: "Null", - __Unused57: "Null", - __Unused58: "Null", - __Unused59: "Null", - __Unused60: "Null", - __Unused61: "Null", Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup460: pallet_preimage::pallet::HoldReason */ + /** Lookup432: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ + /** Lookup435: frame_support::traits::tokens::misc::IdAmount */ FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup465: pallet_balances::pallet::Error */ + /** Lookup437: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4774,18 +4614,198 @@ export default { "DeltaZero", ], }, + /** Lookup438: pallet_sudo::pallet::Error */ + PalletSudoError: { + _enum: ["RequireSudo"], + }, + /** Lookup440: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + CumulusPalletParachainSystemUnincludedSegmentAncestor: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + paraHeadHash: "Option", + consumedGoAheadSignal: "Option", + }, + /** Lookup441: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { + umpMsgCount: "u32", + umpTotalBytes: "u32", + hrmpOutgoing: "BTreeMap", + }, + /** Lookup443: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { + msgCount: "u32", + totalBytes: "u32", + }, + /** Lookup447: polkadot_primitives::v7::UpgradeGoAhead */ + PolkadotPrimitivesV7UpgradeGoAhead: { + _enum: ["Abort", "GoAhead"], + }, + /** Lookup448: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + hrmpWatermark: "Option", + consumedGoAheadSignal: "Option", + }, + /** Lookup450: polkadot_primitives::v7::UpgradeRestriction */ + PolkadotPrimitivesV7UpgradeRestriction: { + _enum: ["Present"], + }, + /** Lookup451: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { + dmqMqcHead: "H256", + relayDispatchQueueRemainingCapacity: + "CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity", + ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", + }, + /** Lookup452: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { + remainingCount: "u32", + remainingSize: "u32", + }, + /** Lookup455: polkadot_primitives::v7::AbridgedHrmpChannel */ + PolkadotPrimitivesV7AbridgedHrmpChannel: { + maxCapacity: "u32", + maxTotalSize: "u32", + maxMessageSize: "u32", + msgCount: "u32", + totalSize: "u32", + mqcHead: "Option", + }, + /** Lookup456: polkadot_primitives::v7::AbridgedHostConfiguration */ + PolkadotPrimitivesV7AbridgedHostConfiguration: { + maxCodeSize: "u32", + maxHeadDataSize: "u32", + maxUpwardQueueCount: "u32", + maxUpwardQueueSize: "u32", + maxUpwardMessageSize: "u32", + maxUpwardMessageNumPerCandidate: "u32", + hrmpMaxMessageNumPerCandidate: "u32", + validationUpgradeCooldown: "u32", + validationUpgradeDelay: "u32", + asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", + }, + /** Lookup457: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { + maxCandidateDepth: "u32", + allowedAncestryLen: "u32", + }, + /** Lookup463: polkadot_core_primitives::OutboundHrmpMessage */ + PolkadotCorePrimitivesOutboundHrmpMessage: { + recipient: "u32", + data: "Bytes", + }, + /** Lookup465: cumulus_pallet_parachain_system::pallet::Error */ + CumulusPalletParachainSystemError: { + _enum: [ + "OverlappingUpgrades", + "ProhibitedByPolkadot", + "TooBig", + "ValidationDataNotAvailable", + "HostConfigurationNotAvailable", + "NotScheduled", + "NothingAuthorized", + "Unauthorized", + ], + }, /** Lookup466: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup467: pallet_parachain_staking::types::RoundInfo */ + /** Lookup467: pallet_evm::CodeMetadata */ + PalletEvmCodeMetadata: { + _alias: { + size_: "size", + hash_: "hash", + }, + size_: "u64", + hash_: "H256", + }, + /** Lookup469: pallet_evm::pallet::Error */ + PalletEvmError: { + _enum: [ + "BalanceLow", + "FeeOverflow", + "PaymentOverflow", + "WithdrawFailed", + "GasPriceTooLow", + "InvalidNonce", + "GasLimitTooLow", + "GasLimitTooHigh", + "InvalidChainId", + "InvalidSignature", + "Reentrancy", + "TransactionMustComeFromEOA", + "Undefined", + ], + }, + /** Lookup472: fp_rpc::TransactionStatus */ + FpRpcTransactionStatus: { + transactionHash: "H256", + transactionIndex: "u32", + from: "H160", + to: "Option", + contractAddress: "Option", + logs: "Vec", + logsBloom: "EthbloomBloom", + }, + /** Lookup474: ethbloom::Bloom */ + EthbloomBloom: "[u8;256]", + /** Lookup476: ethereum::receipt::ReceiptV3 */ + EthereumReceiptReceiptV3: { + _enum: { + Legacy: "EthereumReceiptEip658ReceiptData", + EIP2930: "EthereumReceiptEip658ReceiptData", + EIP1559: "EthereumReceiptEip658ReceiptData", + }, + }, + /** Lookup477: ethereum::receipt::EIP658ReceiptData */ + EthereumReceiptEip658ReceiptData: { + statusCode: "u8", + usedGas: "U256", + logsBloom: "EthbloomBloom", + logs: "Vec", + }, + /** + * Lookup478: + * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + */ + EthereumBlock: { + header: "EthereumHeader", + transactions: "Vec", + ommers: "Vec", + }, + /** Lookup479: ethereum::header::Header */ + EthereumHeader: { + parentHash: "H256", + ommersHash: "H256", + beneficiary: "H160", + stateRoot: "H256", + transactionsRoot: "H256", + receiptsRoot: "H256", + logsBloom: "EthbloomBloom", + difficulty: "U256", + number: "U256", + gasLimit: "U256", + gasUsed: "U256", + timestamp: "u64", + extraData: "Bytes", + mixHash: "H256", + nonce: "EthereumTypesHashH64", + }, + /** Lookup480: ethereum_types::hash::H64 */ + EthereumTypesHashH64: "[u8;8]", + /** Lookup485: pallet_ethereum::pallet::Error */ + PalletEthereumError: { + _enum: ["InvalidSignature", "PreLogExists"], + }, + /** Lookup486: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup468: pallet_parachain_staking::types::Delegator */ + /** Lookup487: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4794,24 +4814,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup469: + * Lookup488: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup470: pallet_parachain_staking::types::Bond */ + /** Lookup489: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup491: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup492: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4824,16 +4844,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup493: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup495: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup496: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4841,50 +4861,50 @@ export default { Leaving: "u32", }, }, - /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup498: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup482: + * Lookup501: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup484: pallet_parachain_staking::types::Delegations */ + /** Lookup503: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup486: + * Lookup505: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup508: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup510: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup511: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup512: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4902,7 +4922,7 @@ export default { max: "Perbill", }, }, - /** Lookup494: pallet_parachain_staking::pallet::Error */ + /** Lookup513: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4963,74 +4983,146 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup495: pallet_author_inherent::pallet::Error */ - PalletAuthorInherentError: { - _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + /** + * Lookup516: pallet_scheduler::Scheduled, BlockNumber, moonbase_runtime::OriginCaller, account::AccountId20> + */ + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", + priority: "u8", + call: "FrameSupportPreimagesBounded", + maybePeriodic: "Option<(u32,u32)>", + origin: "MoonbaseRuntimeOriginCaller", }, - /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ - PalletAuthorMappingRegistrationInfo: { - _alias: { - keys_: "keys", - }, - account: "AccountId20", - deposit: "u128", - keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + /** Lookup518: pallet_scheduler::RetryConfig */ + PalletSchedulerRetryConfig: { + totalRetries: "u8", + remaining: "u8", + period: "u32", }, - /** Lookup497: pallet_author_mapping::pallet::Error */ - PalletAuthorMappingError: { + /** Lookup519: pallet_scheduler::pallet::Error */ + PalletSchedulerError: { _enum: [ - "AssociationNotFound", - "NotYourAssociation", - "CannotAffordSecurityDeposit", - "AlreadyAssociated", - "OldAuthorIdNotFound", - "WrongKeySize", - "DecodeNimbusFailed", - "DecodeKeysFailed", - ], - }, - /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCollatorPoolInfo: { - orbiters: "Vec", - maybeCurrentOrbiter: "Option", - nextOrbiter: "u32", + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", + ], }, - /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ - PalletMoonbeamOrbitersCurrentOrbiter: { - accountId: "AccountId20", - removed: "bool", + /** Lookup520: pallet_treasury::Proposal */ + PalletTreasuryProposal: { + proposer: "AccountId20", + value: "u128", + beneficiary: "AccountId20", + bond: "u128", }, - /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ - PalletMoonbeamOrbitersError: { + /** + * Lookup523: pallet_treasury::SpendStatus + */ + PalletTreasurySpendStatus: { + assetKind: "Null", + amount: "u128", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", + status: "PalletTreasuryPaymentState", + }, + /** Lookup524: pallet_treasury::PaymentState */ + PalletTreasuryPaymentState: { + _enum: { + Pending: "Null", + Attempted: { + id: "Null", + }, + Failed: "Null", + }, + }, + /** Lookup526: frame_support::PalletId */ + FrameSupportPalletId: "[u8;8]", + /** Lookup527: pallet_treasury::pallet::Error */ + PalletTreasuryError: { _enum: [ - "CollatorAlreadyAdded", - "CollatorNotFound", - "CollatorPoolTooLarge", - "CollatorsPoolCountTooLow", - "MinOrbiterDepositNotSet", - "OrbiterAlreadyInPool", - "OrbiterDepositNotFound", - "OrbiterNotFound", - "OrbiterStillInAPool", + "InvalidIndex", + "TooManyApprovals", + "InsufficientPermission", + "ProposalNotApproved", + "FailedToConvertBalance", + "SpendExpired", + "EarlyPayout", + "AlreadyAttempted", + "PayoutError", + "NotAttempted", + "Inconclusive", ], }, - /** Lookup504: pallet_utility::pallet::Error */ - PalletUtilityError: { - _enum: ["TooManyCalls"], + /** Lookup528: pallet_author_inherent::pallet::Error */ + PalletAuthorInherentError: { + _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], + }, + /** Lookup529: pallet_crowdloan_rewards::pallet::RewardInfo */ + PalletCrowdloanRewardsRewardInfo: { + totalReward: "u128", + claimedReward: "u128", + contributedRelayAddresses: "Vec<[u8;32]>", + }, + /** Lookup531: pallet_crowdloan_rewards::pallet::Error */ + PalletCrowdloanRewardsError: { + _enum: [ + "AlreadyAssociated", + "BatchBeyondFundPot", + "FirstClaimAlreadyDone", + "RewardNotHighEnough", + "InvalidClaimSignature", + "InvalidFreeClaimSignature", + "NoAssociatedClaim", + "RewardsAlreadyClaimed", + "RewardVecAlreadyInitialized", + "RewardVecNotFullyInitializedYet", + "RewardsDoNotMatchFund", + "TooManyContributors", + "VestingPeriodNonValid", + "NonContributedAddressProvided", + "InsufficientNumberOfValidProofs", + ], + }, + /** Lookup532: pallet_author_mapping::pallet::RegistrationInfo */ + PalletAuthorMappingRegistrationInfo: { + _alias: { + keys_: "keys", + }, + account: "AccountId20", + deposit: "u128", + keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + }, + /** Lookup533: pallet_author_mapping::pallet::Error */ + PalletAuthorMappingError: { + _enum: [ + "AssociationNotFound", + "NotYourAssociation", + "CannotAffordSecurityDeposit", + "AlreadyAssociated", + "OldAuthorIdNotFound", + "WrongKeySize", + "DecodeNimbusFailed", + "DecodeKeysFailed", + ], }, - /** Lookup507: pallet_proxy::ProxyDefinition */ + /** Lookup536: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbaseRuntimeProxyType", delay: "u32", }, - /** Lookup511: pallet_proxy::Announcement */ + /** Lookup540: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup513: pallet_proxy::pallet::Error */ + /** Lookup542: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -5043,12 +5135,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup514: pallet_maintenance_mode::pallet::Error */ + /** Lookup543: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup516: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5056,21 +5148,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup525: pallet_identity::types::RegistrarInfo */ + /** Lookup554: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup527: + * Lookup556: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup530: pallet_identity::pallet::Error */ + /** Lookup559: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5101,218 +5193,367 @@ export default { "NotExpired", ], }, - /** Lookup531: pallet_migrations::pallet::Error */ - PalletMigrationsError: { - _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + /** Lookup564: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + CumulusPalletXcmpQueueOutboundChannelDetails: { + recipient: "u32", + state: "CumulusPalletXcmpQueueOutboundState", + signalsExist: "bool", + firstIndex: "u16", + lastIndex: "u16", }, - /** Lookup533: pallet_multisig::Multisig */ - PalletMultisigMultisig: { - when: "PalletMultisigTimepoint", - deposit: "u128", - depositor: "AccountId20", - approvals: "Vec", + /** Lookup565: cumulus_pallet_xcmp_queue::OutboundState */ + CumulusPalletXcmpQueueOutboundState: { + _enum: ["Ok", "Suspended"], }, - /** Lookup535: pallet_multisig::pallet::Error */ - PalletMultisigError: { + /** Lookup569: cumulus_pallet_xcmp_queue::QueueConfigData */ + CumulusPalletXcmpQueueQueueConfigData: { + suspendThreshold: "u32", + dropThreshold: "u32", + resumeThreshold: "u32", + }, + /** Lookup570: cumulus_pallet_xcmp_queue::pallet::Error */ + CumulusPalletXcmpQueueError: { _enum: [ - "MinimumThreshold", - "AlreadyApproved", - "NoApprovalsNeeded", - "TooFewSignatories", - "TooManySignatories", - "SignatoriesOutOfOrder", - "SenderInSignatories", - "NotFound", - "NotOwner", - "NoTimepoint", - "WrongTimepoint", - "UnexpectedTimepoint", - "MaxWeightTooLow", - "AlreadyStored", + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", ], }, - /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ - PalletMoonbeamLazyMigrationsStateMigrationStatus: { + /** Lookup571: pallet_xcm::pallet::QueryStatus */ + PalletXcmQueryStatus: { _enum: { - NotStarted: "Null", - Started: "Bytes", - Error: "Bytes", - Complete: "Null", + Pending: { + responder: "XcmVersionedLocation", + maybeMatchQuerier: "Option", + maybeNotify: "Option<(u8,u8)>", + timeout: "u32", + }, + VersionNotifier: { + origin: "XcmVersionedLocation", + isActive: "bool", + }, + Ready: { + response: "XcmVersionedResponse", + at: "u32", + }, }, }, - /** Lookup539: pallet_moonbeam_lazy_migrations::pallet::Error */ - PalletMoonbeamLazyMigrationsError: { - _enum: [ - "LimitCannotBeZero", - "AddressesLengthCannotBeZero", - "ContractNotCorrupted", - "ContractMetadataAlreadySet", - "ContractNotExist", - "KeyTooLong", - ], - }, - /** Lookup540: pallet_evm::CodeMetadata */ - PalletEvmCodeMetadata: { - _alias: { - size_: "size", - hash_: "hash", + /** Lookup575: xcm::VersionedResponse */ + XcmVersionedResponse: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + V2: "XcmV2Response", + V3: "XcmV3Response", + V4: "StagingXcmV4Response", }, - size_: "u64", - hash_: "H256", - }, - /** Lookup542: pallet_evm::pallet::Error */ - PalletEvmError: { - _enum: [ - "BalanceLow", - "FeeOverflow", - "PaymentOverflow", - "WithdrawFailed", - "GasPriceTooLow", - "InvalidNonce", - "GasLimitTooLow", - "GasLimitTooHigh", - "InvalidChainId", - "InvalidSignature", - "Reentrancy", - "TransactionMustComeFromEOA", - "Undefined", - ], - }, - /** Lookup545: fp_rpc::TransactionStatus */ - FpRpcTransactionStatus: { - transactionHash: "H256", - transactionIndex: "u32", - from: "H160", - to: "Option", - contractAddress: "Option", - logs: "Vec", - logsBloom: "EthbloomBloom", }, - /** Lookup547: ethbloom::Bloom */ - EthbloomBloom: "[u8;256]", - /** Lookup549: ethereum::receipt::ReceiptV3 */ - EthereumReceiptReceiptV3: { + /** Lookup581: pallet_xcm::pallet::VersionMigrationStage */ + PalletXcmVersionMigrationStage: { _enum: { - Legacy: "EthereumReceiptEip658ReceiptData", - EIP2930: "EthereumReceiptEip658ReceiptData", - EIP1559: "EthereumReceiptEip658ReceiptData", + MigrateSupportedVersion: "Null", + MigrateVersionNotifiers: "Null", + NotifyCurrentTargets: "Option", + MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup550: ethereum::receipt::EIP658ReceiptData */ - EthereumReceiptEip658ReceiptData: { - statusCode: "u8", - usedGas: "U256", - logsBloom: "EthbloomBloom", - logs: "Vec", - }, - /** - * Lookup551: - * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) - */ - EthereumBlock: { - header: "EthereumHeader", - transactions: "Vec", - ommers: "Vec", + /** Lookup584: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + PalletXcmRemoteLockedFungibleRecord: { + amount: "u128", + owner: "XcmVersionedLocation", + locker: "XcmVersionedLocation", + consumers: "Vec<(Null,u128)>", }, - /** Lookup552: ethereum::header::Header */ - EthereumHeader: { - parentHash: "H256", - ommersHash: "H256", - beneficiary: "H160", - stateRoot: "H256", - transactionsRoot: "H256", - receiptsRoot: "H256", - logsBloom: "EthbloomBloom", - difficulty: "U256", - number: "U256", - gasLimit: "U256", - gasUsed: "U256", - timestamp: "u64", - extraData: "Bytes", - mixHash: "H256", - nonce: "EthereumTypesHashH64", + /** Lookup591: pallet_xcm::pallet::Error */ + PalletXcmError: { + _enum: [ + "Unreachable", + "SendFailure", + "Filtered", + "UnweighableMessage", + "DestinationNotInvertible", + "Empty", + "CannotReanchor", + "TooManyAssets", + "InvalidOrigin", + "BadVersion", + "BadLocation", + "NoSubscription", + "AlreadySubscribed", + "CannotCheckOutTeleport", + "LowBalance", + "TooManyLocks", + "AccountNotSovereign", + "FeesNotMet", + "LockNotFound", + "InUse", + "__Unused20", + "InvalidAssetUnknownReserve", + "InvalidAssetUnsupportedReserve", + "TooManyReserves", + "LocalExecutionIncomplete", + ], }, - /** Lookup553: ethereum_types::hash::H64 */ - EthereumTypesHashH64: "[u8;8]", - /** Lookup558: pallet_ethereum::pallet::Error */ - PalletEthereumError: { - _enum: ["InvalidSignature", "PreLogExists"], + /** Lookup592: pallet_assets::types::AssetDetails */ + PalletAssetsAssetDetails: { + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + supply: "u128", + deposit: "u128", + minBalance: "u128", + isSufficient: "bool", + accounts: "u32", + sufficients: "u32", + approvals: "u32", + status: "PalletAssetsAssetStatus", + }, + /** Lookup593: pallet_assets::types::AssetStatus */ + PalletAssetsAssetStatus: { + _enum: ["Live", "Frozen", "Destroying"], + }, + /** Lookup595: pallet_assets::types::AssetAccount */ + PalletAssetsAssetAccount: { + balance: "u128", + status: "PalletAssetsAccountStatus", + reason: "PalletAssetsExistenceReason", + extra: "Null", + }, + /** Lookup596: pallet_assets::types::AccountStatus */ + PalletAssetsAccountStatus: { + _enum: ["Liquid", "Frozen", "Blocked"], + }, + /** Lookup597: pallet_assets::types::ExistenceReason */ + PalletAssetsExistenceReason: { + _enum: { + Consumer: "Null", + Sufficient: "Null", + DepositHeld: "u128", + DepositRefunded: "Null", + DepositFrom: "(AccountId20,u128)", + }, + }, + /** Lookup599: pallet_assets::types::Approval */ + PalletAssetsApproval: { + amount: "u128", + deposit: "u128", }, /** - * Lookup561: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> + * Lookup600: pallet_assets::types::AssetMetadata> */ - PalletSchedulerScheduled: { - maybeId: "Option<[u8;32]>", - priority: "u8", - call: "FrameSupportPreimagesBounded", - maybePeriodic: "Option<(u32,u32)>", - origin: "MoonriverRuntimeOriginCaller", + PalletAssetsAssetMetadata: { + deposit: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup563: pallet_scheduler::RetryConfig */ - PalletSchedulerRetryConfig: { - totalRetries: "u8", - remaining: "u8", - period: "u32", + /** Lookup602: pallet_assets::pallet::Error */ + PalletAssetsError: { + _enum: [ + "BalanceLow", + "NoAccount", + "NoPermission", + "Unknown", + "Frozen", + "InUse", + "BadWitness", + "MinBalanceZero", + "UnavailableConsumer", + "BadMetadata", + "Unapproved", + "WouldDie", + "AlreadyExists", + "NoDeposit", + "WouldBurn", + "LiveAsset", + "AssetNotLive", + "IncorrectStatus", + "NotFrozen", + "CallbackFailed", + "BadAssetId", + ], }, - /** Lookup564: pallet_scheduler::pallet::Error */ - PalletSchedulerError: { + /** Lookup603: pallet_asset_manager::pallet::Error */ + PalletAssetManagerError: { _enum: [ - "FailedToSchedule", - "NotFound", - "TargetBlockNumberInPast", - "RescheduleNoChange", - "Named", + "ErrorCreatingAsset", + "AssetAlreadyExists", + "AssetDoesNotExist", + "TooLowNumAssetsWeightHint", + "LocalAssetLimitReached", + "ErrorDestroyingAsset", + "NotSufficientDeposit", + "NonExistentLocalAsset", ], }, - /** Lookup565: pallet_preimage::OldRequestStatus */ - PalletPreimageOldRequestStatus: { + /** Lookup604: pallet_migrations::pallet::Error */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + }, + /** Lookup605: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + PalletXcmTransactorRelayIndicesRelayChainIndices: { + staking: "u8", + utility: "u8", + hrmp: "u8", + bond: "u8", + bondExtra: "u8", + unbond: "u8", + withdrawUnbonded: "u8", + validate: "u8", + nominate: "u8", + chill: "u8", + setPayee: "u8", + setController: "u8", + rebond: "u8", + asDerivative: "u8", + initOpenChannel: "u8", + acceptOpenChannel: "u8", + closeChannel: "u8", + cancelOpenRequest: "u8", + }, + /** Lookup606: pallet_xcm_transactor::pallet::Error */ + PalletXcmTransactorError: { + _enum: [ + "IndexAlreadyClaimed", + "UnclaimedIndex", + "NotOwner", + "UnweighableMessage", + "CannotReanchor", + "AssetHasNoReserve", + "InvalidDest", + "NotCrossChainTransfer", + "AssetIsNotReserveInDestination", + "DestinationNotInvertible", + "ErrorDelivering", + "DispatchWeightBiggerThanTotalWeight", + "WeightOverflow", + "AmountOverflow", + "TransactorInfoNotSet", + "NotCrossChainTransferableCurrency", + "XcmExecuteError", + "BadVersion", + "MaxWeightTransactReached", + "UnableToWithdrawAsset", + "FeePerSecondNotSet", + "SignedTransactNotAllowedForDestination", + "FailedMultiLocationToJunction", + "HrmpHandlerNotImplemented", + "TooMuchFeeUsed", + "ErrorValidating", + "RefundNotSupportedWithTransactInfo", + ], + }, + /** Lookup607: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCollatorPoolInfo: { + orbiters: "Vec", + maybeCurrentOrbiter: "Option", + nextOrbiter: "u32", + }, + /** Lookup609: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + PalletMoonbeamOrbitersCurrentOrbiter: { + accountId: "AccountId20", + removed: "bool", + }, + /** Lookup610: pallet_moonbeam_orbiters::pallet::Error */ + PalletMoonbeamOrbitersError: { + _enum: [ + "CollatorAlreadyAdded", + "CollatorNotFound", + "CollatorPoolTooLarge", + "CollatorsPoolCountTooLow", + "MinOrbiterDepositNotSet", + "OrbiterAlreadyInPool", + "OrbiterDepositNotFound", + "OrbiterNotFound", + "OrbiterStillInAPool", + ], + }, + /** Lookup611: pallet_ethereum_xcm::pallet::Error */ + PalletEthereumXcmError: { + _enum: ["EthereumXcmExecutionSuspended"], + }, + /** Lookup612: pallet_randomness::types::RequestState */ + PalletRandomnessRequestState: { + request: "PalletRandomnessRequest", + deposit: "u128", + }, + /** Lookup613: pallet_randomness::types::Request> */ + PalletRandomnessRequest: { + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + info: "PalletRandomnessRequestInfo", + }, + /** Lookup614: pallet_randomness::types::RequestInfo */ + PalletRandomnessRequestInfo: { _enum: { - Unrequested: { - deposit: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - deposit: "Option<(AccountId20,u128)>", - count: "u32", - len: "Option", - }, + BabeEpoch: "(u64,u64)", + Local: "(u32,u32)", }, }, - /** - * Lookup568: pallet_preimage::RequestStatus> - */ - PalletPreimageRequestStatus: { + /** Lookup615: pallet_randomness::types::RequestType */ + PalletRandomnessRequestType: { _enum: { - Unrequested: { - ticket: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - maybeTicket: "Option<(AccountId20,u128)>", - count: "u32", - maybeLen: "Option", - }, + BabeEpoch: "u64", + Local: "u32", }, }, - /** Lookup574: pallet_preimage::pallet::Error */ - PalletPreimageError: { + /** Lookup616: pallet_randomness::types::RandomnessResult */ + PalletRandomnessRandomnessResult: { + randomness: "Option", + requestCount: "u64", + }, + /** Lookup617: pallet_randomness::pallet::Error */ + PalletRandomnessError: { + _enum: [ + "RequestCounterOverflowed", + "RequestFeeOverflowed", + "MustRequestAtLeastOneWord", + "CannotRequestMoreWordsThanMax", + "CannotRequestRandomnessAfterMaxDelay", + "CannotRequestRandomnessBeforeMinDelay", + "RequestDNE", + "RequestCannotYetBeFulfilled", + "OnlyRequesterCanIncreaseFee", + "RequestHasNotExpired", + "RandomnessResultDNE", + "RandomnessResultNotFilled", + ], + }, + /** Lookup619: pallet_collective::Votes */ + PalletCollectiveVotes: { + index: "u32", + threshold: "u32", + ayes: "Vec", + nays: "Vec", + end: "u32", + }, + /** Lookup620: pallet_collective::pallet::Error */ + PalletCollectiveError: { _enum: [ - "TooBig", - "AlreadyNoted", - "NotAuthorized", - "NotNoted", - "Requested", - "NotRequested", - "TooMany", - "TooFew", - "NoCost", + "NotMember", + "DuplicateProposal", + "ProposalMissing", + "WrongIndex", + "DuplicateVote", + "AlreadyInitialized", + "TooEarly", + "TooManyProposals", + "WrongProposalWeight", + "WrongProposalLength", + "PrimeAccountNotMember", ], }, /** - * Lookup576: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5321,20 +5562,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup577: pallet_conviction_voting::vote::Casting */ + /** Lookup623: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup581: pallet_conviction_voting::types::Delegations */ + /** Lookup627: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup582: pallet_conviction_voting::vote::PriorLock */ + /** Lookup628: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup583: pallet_conviction_voting::vote::Delegating */ + /** Lookup629: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5342,7 +5583,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup587: pallet_conviction_voting::pallet::Error */ + /** Lookup633: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5360,8 +5601,8 @@ export default { ], }, /** - * Lookup588: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5376,14 +5617,14 @@ export default { }, }, /** - * Lookup589: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonriverRuntimeOriginCaller", + origin: "MoonbaseRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5394,17 +5635,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup590: pallet_referenda::types::Deposit */ + /** Lookup636: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup593: pallet_referenda::types::DecidingStatus */ + /** Lookup639: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup601: pallet_referenda::types::TrackInfo */ + /** Lookup647: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5416,7 +5657,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup602: pallet_referenda::types::Curve */ + /** Lookup648: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5437,413 +5678,131 @@ export default { }, }, }, - /** Lookup605: pallet_referenda::pallet::Error */ + /** Lookup651: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ - "NotOngoing", - "HasDeposit", - "BadTrack", - "Full", - "QueueEmpty", - "BadReferendum", - "NothingToDo", - "NoTrack", - "Unfinished", - "NoPermission", - "NoDeposit", - "BadStatus", - "PreimageNotExist", - "PreimageStoredWithDifferentLength", - ], - }, - /** Lookup606: pallet_whitelist::pallet::Error */ - PalletWhitelistError: { - _enum: [ - "UnavailablePreImage", - "UndecodableCall", - "InvalidCallWeightWitness", - "CallIsNotWhitelisted", - "CallAlreadyWhitelisted", - ], - }, - /** Lookup608: pallet_collective::Votes */ - PalletCollectiveVotes: { - index: "u32", - threshold: "u32", - ayes: "Vec", - nays: "Vec", - end: "u32", - }, - /** Lookup609: pallet_collective::pallet::Error */ - PalletCollectiveError: { - _enum: [ - "NotMember", - "DuplicateProposal", - "ProposalMissing", - "WrongIndex", - "DuplicateVote", - "AlreadyInitialized", - "TooEarly", - "TooManyProposals", - "WrongProposalWeight", - "WrongProposalLength", - "PrimeAccountNotMember", - ], - }, - /** Lookup612: pallet_treasury::Proposal */ - PalletTreasuryProposal: { - proposer: "AccountId20", - value: "u128", - beneficiary: "AccountId20", - bond: "u128", - }, - /** - * Lookup615: pallet_treasury::SpendStatus - */ - PalletTreasurySpendStatus: { - assetKind: "Null", - amount: "u128", - beneficiary: "AccountId20", - validFrom: "u32", - expireAt: "u32", - status: "PalletTreasuryPaymentState", - }, - /** Lookup616: pallet_treasury::PaymentState */ - PalletTreasuryPaymentState: { - _enum: { - Pending: "Null", - Attempted: { - id: "Null", - }, - Failed: "Null", - }, - }, - /** Lookup618: frame_support::PalletId */ - FrameSupportPalletId: "[u8;8]", - /** Lookup619: pallet_treasury::pallet::Error */ - PalletTreasuryError: { - _enum: [ - "InvalidIndex", - "TooManyApprovals", - "InsufficientPermission", - "ProposalNotApproved", - "FailedToConvertBalance", - "SpendExpired", - "EarlyPayout", - "AlreadyAttempted", - "PayoutError", - "NotAttempted", - "Inconclusive", - ], - }, - /** Lookup620: pallet_crowdloan_rewards::pallet::RewardInfo */ - PalletCrowdloanRewardsRewardInfo: { - totalReward: "u128", - claimedReward: "u128", - contributedRelayAddresses: "Vec<[u8;32]>", - }, - /** Lookup622: pallet_crowdloan_rewards::pallet::Error */ - PalletCrowdloanRewardsError: { - _enum: [ - "AlreadyAssociated", - "BatchBeyondFundPot", - "FirstClaimAlreadyDone", - "RewardNotHighEnough", - "InvalidClaimSignature", - "InvalidFreeClaimSignature", - "NoAssociatedClaim", - "RewardsAlreadyClaimed", - "RewardVecAlreadyInitialized", - "RewardVecNotFullyInitializedYet", - "RewardsDoNotMatchFund", - "TooManyContributors", - "VestingPeriodNonValid", - "NonContributedAddressProvided", - "InsufficientNumberOfValidProofs", - ], - }, - /** Lookup627: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ - CumulusPalletXcmpQueueOutboundChannelDetails: { - recipient: "u32", - state: "CumulusPalletXcmpQueueOutboundState", - signalsExist: "bool", - firstIndex: "u16", - lastIndex: "u16", - }, - /** Lookup628: cumulus_pallet_xcmp_queue::OutboundState */ - CumulusPalletXcmpQueueOutboundState: { - _enum: ["Ok", "Suspended"], - }, - /** Lookup632: cumulus_pallet_xcmp_queue::QueueConfigData */ - CumulusPalletXcmpQueueQueueConfigData: { - suspendThreshold: "u32", - dropThreshold: "u32", - resumeThreshold: "u32", - }, - /** Lookup633: cumulus_pallet_xcmp_queue::pallet::Error */ - CumulusPalletXcmpQueueError: { - _enum: [ - "BadQueueConfig", - "AlreadySuspended", - "AlreadyResumed", - "TooManyActiveOutboundChannels", - "TooBig", - ], - }, - /** Lookup634: pallet_xcm::pallet::QueryStatus */ - PalletXcmQueryStatus: { - _enum: { - Pending: { - responder: "XcmVersionedLocation", - maybeMatchQuerier: "Option", - maybeNotify: "Option<(u8,u8)>", - timeout: "u32", - }, - VersionNotifier: { - origin: "XcmVersionedLocation", - isActive: "bool", - }, - Ready: { - response: "XcmVersionedResponse", - at: "u32", - }, - }, - }, - /** Lookup638: xcm::VersionedResponse */ - XcmVersionedResponse: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Response", - V3: "XcmV3Response", - V4: "StagingXcmV4Response", - }, - }, - /** Lookup644: pallet_xcm::pallet::VersionMigrationStage */ - PalletXcmVersionMigrationStage: { - _enum: { - MigrateSupportedVersion: "Null", - MigrateVersionNotifiers: "Null", - NotifyCurrentTargets: "Option", - MigrateAndNotifyOldTargets: "Null", - }, - }, - /** Lookup647: pallet_xcm::pallet::RemoteLockedFungibleRecord */ - PalletXcmRemoteLockedFungibleRecord: { - amount: "u128", - owner: "XcmVersionedLocation", - locker: "XcmVersionedLocation", - consumers: "Vec<(Null,u128)>", - }, - /** Lookup654: pallet_xcm::pallet::Error */ - PalletXcmError: { - _enum: [ - "Unreachable", - "SendFailure", - "Filtered", - "UnweighableMessage", - "DestinationNotInvertible", - "Empty", - "CannotReanchor", - "TooManyAssets", - "InvalidOrigin", - "BadVersion", - "BadLocation", - "NoSubscription", - "AlreadySubscribed", - "CannotCheckOutTeleport", - "LowBalance", - "TooManyLocks", - "AccountNotSovereign", - "FeesNotMet", - "LockNotFound", - "InUse", - "__Unused20", - "InvalidAssetUnknownReserve", - "InvalidAssetUnsupportedReserve", - "TooManyReserves", - "LocalExecutionIncomplete", - ], - }, - /** Lookup655: pallet_assets::types::AssetDetails */ - PalletAssetsAssetDetails: { - owner: "AccountId20", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", - supply: "u128", - deposit: "u128", - minBalance: "u128", - isSufficient: "bool", - accounts: "u32", - sufficients: "u32", - approvals: "u32", - status: "PalletAssetsAssetStatus", - }, - /** Lookup656: pallet_assets::types::AssetStatus */ - PalletAssetsAssetStatus: { - _enum: ["Live", "Frozen", "Destroying"], - }, - /** Lookup658: pallet_assets::types::AssetAccount */ - PalletAssetsAssetAccount: { - balance: "u128", - status: "PalletAssetsAccountStatus", - reason: "PalletAssetsExistenceReason", - extra: "Null", - }, - /** Lookup659: pallet_assets::types::AccountStatus */ - PalletAssetsAccountStatus: { - _enum: ["Liquid", "Frozen", "Blocked"], + "NotOngoing", + "HasDeposit", + "BadTrack", + "Full", + "QueueEmpty", + "BadReferendum", + "NothingToDo", + "NoTrack", + "Unfinished", + "NoPermission", + "NoDeposit", + "BadStatus", + "PreimageNotExist", + "PreimageStoredWithDifferentLength", + ], }, - /** Lookup660: pallet_assets::types::ExistenceReason */ - PalletAssetsExistenceReason: { + /** Lookup652: pallet_preimage::OldRequestStatus */ + PalletPreimageOldRequestStatus: { _enum: { - Consumer: "Null", - Sufficient: "Null", - DepositHeld: "u128", - DepositRefunded: "Null", - DepositFrom: "(AccountId20,u128)", + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, }, }, - /** Lookup662: pallet_assets::types::Approval */ - PalletAssetsApproval: { - amount: "u128", - deposit: "u128", - }, /** - * Lookup663: pallet_assets::types::AssetMetadata> + * Lookup655: pallet_preimage::RequestStatus> */ - PalletAssetsAssetMetadata: { - deposit: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + ticket: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + maybeTicket: "Option<(AccountId20,u128)>", + count: "u32", + maybeLen: "Option", + }, + }, }, - /** Lookup665: pallet_assets::pallet::Error */ - PalletAssetsError: { + /** Lookup661: pallet_preimage::pallet::Error */ + PalletPreimageError: { _enum: [ - "BalanceLow", - "NoAccount", - "NoPermission", - "Unknown", - "Frozen", - "InUse", - "BadWitness", - "MinBalanceZero", - "UnavailableConsumer", - "BadMetadata", - "Unapproved", - "WouldDie", - "AlreadyExists", - "NoDeposit", - "WouldBurn", - "LiveAsset", - "AssetNotLive", - "IncorrectStatus", - "NotFrozen", - "CallbackFailed", - "BadAssetId", + "TooBig", + "AlreadyNoted", + "NotAuthorized", + "NotNoted", + "Requested", + "NotRequested", + "TooMany", + "TooFew", + "NoCost", ], }, - /** Lookup666: pallet_asset_manager::pallet::Error */ - PalletAssetManagerError: { + /** Lookup662: pallet_whitelist::pallet::Error */ + PalletWhitelistError: { _enum: [ - "ErrorCreatingAsset", - "AssetAlreadyExists", - "AssetDoesNotExist", - "TooLowNumAssetsWeightHint", - "LocalAssetLimitReached", - "ErrorDestroyingAsset", - "NotSufficientDeposit", - "NonExistentLocalAsset", + "UnavailablePreImage", + "UndecodableCall", + "InvalidCallWeightWitness", + "CallIsNotWhitelisted", + "CallAlreadyWhitelisted", ], }, - /** Lookup667: orml_xtokens::module::Error */ - OrmlXtokensModuleError: { + /** Lookup666: pallet_multisig::Multisig */ + PalletMultisigMultisig: { + when: "PalletMultisigTimepoint", + deposit: "u128", + depositor: "AccountId20", + approvals: "Vec", + }, + /** Lookup668: pallet_multisig::pallet::Error */ + PalletMultisigError: { _enum: [ - "AssetHasNoReserve", - "NotCrossChainTransfer", - "InvalidDest", - "NotCrossChainTransferableCurrency", - "UnweighableMessage", - "XcmExecutionFailed", - "CannotReanchor", - "InvalidAncestry", - "InvalidAsset", - "DestinationNotInvertible", - "BadVersion", - "DistinctReserveForAssetAndFee", - "ZeroFee", - "ZeroAmount", - "TooManyAssetsBeingSent", - "AssetIndexNonExistent", - "FeeNotEnough", - "NotSupportedLocation", - "MinXcmFeeNotDefined", - "RateLimited", + "MinimumThreshold", + "AlreadyApproved", + "NoApprovalsNeeded", + "TooFewSignatories", + "TooManySignatories", + "SignatoriesOutOfOrder", + "SenderInSignatories", + "NotFound", + "NotOwner", + "NoTimepoint", + "WrongTimepoint", + "UnexpectedTimepoint", + "MaxWeightTooLow", + "AlreadyStored", ], }, - /** Lookup668: pallet_xcm_transactor::relay_indices::RelayChainIndices */ - PalletXcmTransactorRelayIndicesRelayChainIndices: { - staking: "u8", - utility: "u8", - hrmp: "u8", - bond: "u8", - bondExtra: "u8", - unbond: "u8", - withdrawUnbonded: "u8", - validate: "u8", - nominate: "u8", - chill: "u8", - setPayee: "u8", - setController: "u8", - rebond: "u8", - asDerivative: "u8", - initOpenChannel: "u8", - acceptOpenChannel: "u8", - closeChannel: "u8", - cancelOpenRequest: "u8", + /** Lookup672: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, }, - /** Lookup669: pallet_xcm_transactor::pallet::Error */ - PalletXcmTransactorError: { + /** Lookup674: pallet_moonbeam_lazy_migrations::pallet::Error */ + PalletMoonbeamLazyMigrationsError: { _enum: [ - "IndexAlreadyClaimed", - "UnclaimedIndex", - "NotOwner", - "UnweighableMessage", - "CannotReanchor", - "AssetHasNoReserve", - "InvalidDest", - "NotCrossChainTransfer", - "AssetIsNotReserveInDestination", - "DestinationNotInvertible", - "ErrorDelivering", - "DispatchWeightBiggerThanTotalWeight", - "WeightOverflow", - "AmountOverflow", - "TransactorInfoNotSet", - "NotCrossChainTransferableCurrency", - "XcmExecuteError", - "BadVersion", - "MaxWeightTransactReached", - "UnableToWithdrawAsset", - "FeePerSecondNotSet", - "SignedTransactNotAllowedForDestination", - "FailedMultiLocationToJunction", - "HrmpHandlerNotImplemented", - "TooMuchFeeUsed", - "ErrorValidating", - "RefundNotSupportedWithTransactInfo", + "LimitCannotBeZero", + "AddressesLengthCannotBeZero", + "ContractNotCorrupted", + "ContractMetadataAlreadySet", + "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup670: pallet_ethereum_xcm::pallet::Error */ - PalletEthereumXcmError: { - _enum: ["EthereumXcmExecutionSuspended"], + /** Lookup676: pallet_precompile_benchmarks::pallet::Error */ + PalletPrecompileBenchmarksError: { + _enum: ["BenchmarkError"], }, - /** Lookup671: pallet_message_queue::BookState */ + /** Lookup677: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5855,12 +5814,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup673: pallet_message_queue::Neighbours */ + /** Lookup679: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup675: pallet_message_queue::Page */ + /** Lookup681: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5869,7 +5828,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup677: pallet_message_queue::pallet::Error */ + /** Lookup683: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5883,11 +5842,19 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup684: pallet_emergency_para_xcm::XcmMode */ + PalletEmergencyParaXcmXcmMode: { + _enum: ["Normal", "Paused"], + }, + /** Lookup685: pallet_emergency_para_xcm::pallet::Error */ + PalletEmergencyParaXcmError: { + _enum: ["NotInPausedMode"], + }, + /** Lookup687: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup688: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5906,7 +5873,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup690: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5917,93 +5884,30 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup683: pallet_emergency_para_xcm::XcmMode */ - PalletEmergencyParaXcmXcmMode: { - _enum: ["Normal", "Paused"], - }, - /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ - PalletEmergencyParaXcmError: { - _enum: ["NotInPausedMode"], - }, - /** Lookup686: pallet_precompile_benchmarks::pallet::Error */ - PalletPrecompileBenchmarksError: { - _enum: ["BenchmarkError"], - }, - /** Lookup687: pallet_randomness::types::RequestState */ - PalletRandomnessRequestState: { - request: "PalletRandomnessRequest", - deposit: "u128", - }, - /** Lookup688: pallet_randomness::types::Request> */ - PalletRandomnessRequest: { - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - info: "PalletRandomnessRequestInfo", - }, - /** Lookup689: pallet_randomness::types::RequestInfo */ - PalletRandomnessRequestInfo: { - _enum: { - BabeEpoch: "(u64,u64)", - Local: "(u32,u32)", - }, - }, - /** Lookup690: pallet_randomness::types::RequestType */ - PalletRandomnessRequestType: { - _enum: { - BabeEpoch: "u64", - Local: "u32", - }, - }, - /** Lookup691: pallet_randomness::types::RandomnessResult */ - PalletRandomnessRandomnessResult: { - randomness: "Option", - requestCount: "u64", - }, - /** Lookup692: pallet_randomness::pallet::Error */ - PalletRandomnessError: { - _enum: [ - "RequestCounterOverflowed", - "RequestFeeOverflowed", - "MustRequestAtLeastOneWord", - "CannotRequestMoreWordsThanMax", - "CannotRequestRandomnessAfterMaxDelay", - "CannotRequestRandomnessBeforeMinDelay", - "RequestDNE", - "RequestCannotYetBeFulfilled", - "OnlyRequesterCanIncreaseFee", - "RequestHasNotExpired", - "RandomnessResultDNE", - "RandomnessResultNotFilled", - ], - }, - /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup693: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup694: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup695: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup696: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup699: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup700: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup701: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup702: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup705: frame_metadata_hash_extension::Mode */ + /** Lookup703: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup704: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup708: moonriver_runtime::Runtime */ - MoonriverRuntimeRuntime: "Null", + /** Lookup706: moonbase_runtime::Runtime */ + MoonbaseRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbase/interfaces/registry.ts b/typescript-api/src/moonbase/interfaces/registry.ts index c2bf96509f..1b833781de 100644 --- a/typescript-api/src/moonbase/interfaces/registry.ts +++ b/typescript-api/src/moonbase/interfaces/registry.ts @@ -18,6 +18,7 @@ import type { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, + CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueOutboundChannelDetails, @@ -79,30 +80,27 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntime, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, - MoonriverRuntimeRuntimeParamsRuntimeParameters, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonbaseRuntimeOriginCaller, + MoonbaseRuntimeProxyType, + MoonbaseRuntimeRuntime, + MoonbaseRuntimeRuntimeHoldReason, + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonbaseRuntimeRuntimeParamsRuntimeParameters, + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, + MoonbaseRuntimeXcmConfigAssetType, + MoonbaseRuntimeXcmConfigCurrencyId, + MoonbaseRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, - OrmlXtokensModuleCall, - OrmlXtokensModuleError, - OrmlXtokensModuleEvent, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, @@ -267,6 +265,9 @@ import type { PalletSchedulerEvent, PalletSchedulerRetryConfig, PalletSchedulerScheduled, + PalletSudoCall, + PalletSudoError, + PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -397,7 +398,6 @@ import type { XcmV3TraitsError, XcmV3WeightLimit, XcmV3Xcm, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -419,6 +419,7 @@ declare module "@polkadot/types/types/registry" { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; CumulusPalletXcmEvent: CumulusPalletXcmEvent; CumulusPalletXcmOrigin: CumulusPalletXcmOrigin; + CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall; CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError; CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent; CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails; @@ -480,30 +481,27 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights; FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; - MoonriverRuntimeOriginCaller: MoonriverRuntimeOriginCaller; - MoonriverRuntimeProxyType: MoonriverRuntimeProxyType; - MoonriverRuntimeRuntime: MoonriverRuntimeRuntime; - MoonriverRuntimeRuntimeHoldReason: MoonriverRuntimeRuntimeHoldReason; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - MoonriverRuntimeRuntimeParamsRuntimeParameters: MoonriverRuntimeRuntimeParamsRuntimeParameters; - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: MoonriverRuntimeRuntimeParamsRuntimeParametersValue; - MoonriverRuntimeXcmConfigAssetType: MoonriverRuntimeXcmConfigAssetType; - MoonriverRuntimeXcmConfigCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; - MoonriverRuntimeXcmConfigTransactors: MoonriverRuntimeXcmConfigTransactors; + MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + MoonbaseRuntimeOriginCaller: MoonbaseRuntimeOriginCaller; + MoonbaseRuntimeProxyType: MoonbaseRuntimeProxyType; + MoonbaseRuntimeRuntime: MoonbaseRuntimeRuntime; + MoonbaseRuntimeRuntimeHoldReason: MoonbaseRuntimeRuntimeHoldReason; + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + MoonbaseRuntimeRuntimeParamsRuntimeParameters: MoonbaseRuntimeRuntimeParamsRuntimeParameters; + MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: MoonbaseRuntimeRuntimeParamsRuntimeParametersValue; + MoonbaseRuntimeXcmConfigAssetType: MoonbaseRuntimeXcmConfigAssetType; + MoonbaseRuntimeXcmConfigCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + MoonbaseRuntimeXcmConfigTransactors: MoonbaseRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; - OrmlXtokensModuleCall: OrmlXtokensModuleCall; - OrmlXtokensModuleError: OrmlXtokensModuleError; - OrmlXtokensModuleEvent: OrmlXtokensModuleEvent; PalletAssetManagerCall: PalletAssetManagerCall; PalletAssetManagerError: PalletAssetManagerError; PalletAssetManagerEvent: PalletAssetManagerEvent; @@ -668,6 +666,9 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerEvent: PalletSchedulerEvent; PalletSchedulerRetryConfig: PalletSchedulerRetryConfig; PalletSchedulerScheduled: PalletSchedulerScheduled; + PalletSudoCall: PalletSudoCall; + PalletSudoError: PalletSudoError; + PalletSudoEvent: PalletSudoEvent; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -798,7 +799,6 @@ declare module "@polkadot/types/types/registry" { XcmV3TraitsError: XcmV3TraitsError; XcmV3WeightLimit: XcmV3WeightLimit; XcmV3Xcm: XcmV3Xcm; - XcmVersionedAsset: XcmVersionedAsset; XcmVersionedAssetId: XcmVersionedAssetId; XcmVersionedAssets: XcmVersionedAssets; XcmVersionedLocation: XcmVersionedLocation; diff --git a/typescript-api/src/moonbase/interfaces/types-lookup.ts b/typescript-api/src/moonbase/interfaces/types-lookup.ts index c4d6ef0d79..62b4d4e6c1 100644 --- a/typescript-api/src/moonbase/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbase/interfaces/types-lookup.ts @@ -242,40 +242,31 @@ declare module "@polkadot/types/lookup" { readonly type: "LimitReached" | "NoLayer"; } - /** @name CumulusPalletParachainSystemEvent (32) */ - interface CumulusPalletParachainSystemEvent extends Enum { - readonly isValidationFunctionStored: boolean; - readonly isValidationFunctionApplied: boolean; - readonly asValidationFunctionApplied: { - readonly relayChainBlockNum: u32; - } & Struct; - readonly isValidationFunctionDiscarded: boolean; - readonly isDownwardMessagesReceived: boolean; - readonly asDownwardMessagesReceived: { - readonly count: u32; + /** @name PalletUtilityEvent (32) */ + interface PalletUtilityEvent extends Enum { + readonly isBatchInterrupted: boolean; + readonly asBatchInterrupted: { + readonly index: u32; + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isDownwardMessagesProcessed: boolean; - readonly asDownwardMessagesProcessed: { - readonly weightUsed: SpWeightsWeightV2Weight; - readonly dmqHead: H256; + readonly isBatchCompleted: boolean; + readonly isBatchCompletedWithErrors: boolean; + readonly isItemCompleted: boolean; + readonly isItemFailed: boolean; + readonly asItemFailed: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isUpwardMessageSent: boolean; - readonly asUpwardMessageSent: { - readonly messageHash: Option; + readonly isDispatchedAs: boolean; + readonly asDispatchedAs: { + readonly result: Result; } & Struct; readonly type: - | "ValidationFunctionStored" - | "ValidationFunctionApplied" - | "ValidationFunctionDiscarded" - | "DownwardMessagesReceived" - | "DownwardMessagesProcessed" - | "UpwardMessageSent"; - } - - /** @name PalletRootTestingEvent (34) */ - interface PalletRootTestingEvent extends Enum { - readonly isDefensiveTestCall: boolean; - readonly type: "DefensiveTestCall"; + | "BatchInterrupted" + | "BatchCompleted" + | "BatchCompletedWithErrors" + | "ItemCompleted" + | "ItemFailed" + | "DispatchedAs"; } /** @name PalletBalancesEvent (35) */ @@ -422,7 +413,56 @@ declare module "@polkadot/types/lookup" { readonly type: "Free" | "Reserved"; } - /** @name PalletTransactionPaymentEvent (37) */ + /** @name PalletSudoEvent (37) */ + interface PalletSudoEvent extends Enum { + readonly isSudid: boolean; + readonly asSudid: { + readonly sudoResult: Result; + } & Struct; + readonly isKeyChanged: boolean; + readonly asKeyChanged: { + readonly old: Option; + readonly new_: AccountId20; + } & Struct; + readonly isKeyRemoved: boolean; + readonly isSudoAsDone: boolean; + readonly asSudoAsDone: { + readonly sudoResult: Result; + } & Struct; + readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone"; + } + + /** @name CumulusPalletParachainSystemEvent (39) */ + interface CumulusPalletParachainSystemEvent extends Enum { + readonly isValidationFunctionStored: boolean; + readonly isValidationFunctionApplied: boolean; + readonly asValidationFunctionApplied: { + readonly relayChainBlockNum: u32; + } & Struct; + readonly isValidationFunctionDiscarded: boolean; + readonly isDownwardMessagesReceived: boolean; + readonly asDownwardMessagesReceived: { + readonly count: u32; + } & Struct; + readonly isDownwardMessagesProcessed: boolean; + readonly asDownwardMessagesProcessed: { + readonly weightUsed: SpWeightsWeightV2Weight; + readonly dmqHead: H256; + } & Struct; + readonly isUpwardMessageSent: boolean; + readonly asUpwardMessageSent: { + readonly messageHash: Option; + } & Struct; + readonly type: + | "ValidationFunctionStored" + | "ValidationFunctionApplied" + | "ValidationFunctionDiscarded" + | "DownwardMessagesReceived" + | "DownwardMessagesProcessed" + | "UpwardMessageSent"; + } + + /** @name PalletTransactionPaymentEvent (41) */ interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { @@ -433,7 +473,129 @@ declare module "@polkadot/types/lookup" { readonly type: "TransactionFeePaid"; } - /** @name PalletParachainStakingEvent (38) */ + /** @name PalletEvmEvent (42) */ + interface PalletEvmEvent extends Enum { + readonly isLog: boolean; + readonly asLog: { + readonly log: EthereumLog; + } & Struct; + readonly isCreated: boolean; + readonly asCreated: { + readonly address: H160; + } & Struct; + readonly isCreatedFailed: boolean; + readonly asCreatedFailed: { + readonly address: H160; + } & Struct; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly address: H160; + } & Struct; + readonly isExecutedFailed: boolean; + readonly asExecutedFailed: { + readonly address: H160; + } & Struct; + readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; + } + + /** @name EthereumLog (43) */ + interface EthereumLog extends Struct { + readonly address: H160; + readonly topics: Vec; + readonly data: Bytes; + } + + /** @name PalletEthereumEvent (46) */ + interface PalletEthereumEvent extends Enum { + readonly isExecuted: boolean; + readonly asExecuted: { + readonly from: H160; + readonly to: H160; + readonly transactionHash: H256; + readonly exitReason: EvmCoreErrorExitReason; + readonly extraData: Bytes; + } & Struct; + readonly type: "Executed"; + } + + /** @name EvmCoreErrorExitReason (47) */ + interface EvmCoreErrorExitReason extends Enum { + readonly isSucceed: boolean; + readonly asSucceed: EvmCoreErrorExitSucceed; + readonly isError: boolean; + readonly asError: EvmCoreErrorExitError; + readonly isRevert: boolean; + readonly asRevert: EvmCoreErrorExitRevert; + readonly isFatal: boolean; + readonly asFatal: EvmCoreErrorExitFatal; + readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; + } + + /** @name EvmCoreErrorExitSucceed (48) */ + interface EvmCoreErrorExitSucceed extends Enum { + readonly isStopped: boolean; + readonly isReturned: boolean; + readonly isSuicided: boolean; + readonly type: "Stopped" | "Returned" | "Suicided"; + } + + /** @name EvmCoreErrorExitError (49) */ + interface EvmCoreErrorExitError extends Enum { + readonly isStackUnderflow: boolean; + readonly isStackOverflow: boolean; + readonly isInvalidJump: boolean; + readonly isInvalidRange: boolean; + readonly isDesignatedInvalid: boolean; + readonly isCallTooDeep: boolean; + readonly isCreateCollision: boolean; + readonly isCreateContractLimit: boolean; + readonly isOutOfOffset: boolean; + readonly isOutOfGas: boolean; + readonly isOutOfFund: boolean; + readonly isPcUnderflow: boolean; + readonly isCreateEmpty: boolean; + readonly isOther: boolean; + readonly asOther: Text; + readonly isMaxNonce: boolean; + readonly isInvalidCode: boolean; + readonly asInvalidCode: u8; + readonly type: + | "StackUnderflow" + | "StackOverflow" + | "InvalidJump" + | "InvalidRange" + | "DesignatedInvalid" + | "CallTooDeep" + | "CreateCollision" + | "CreateContractLimit" + | "OutOfOffset" + | "OutOfGas" + | "OutOfFund" + | "PcUnderflow" + | "CreateEmpty" + | "Other" + | "MaxNonce" + | "InvalidCode"; + } + + /** @name EvmCoreErrorExitRevert (53) */ + interface EvmCoreErrorExitRevert extends Enum { + readonly isReverted: boolean; + readonly type: "Reverted"; + } + + /** @name EvmCoreErrorExitFatal (54) */ + interface EvmCoreErrorExitFatal extends Enum { + readonly isNotSupported: boolean; + readonly isUnhandledInterrupt: boolean; + readonly isCallErrorAsFatal: boolean; + readonly asCallErrorAsFatal: EvmCoreErrorExitError; + readonly isOther: boolean; + readonly asOther: Text; + readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; + } + + /** @name PalletParachainStakingEvent (55) */ interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { @@ -678,13 +840,13 @@ declare module "@polkadot/types/lookup" { | "Compounded"; } - /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (39) */ + /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (56) */ interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingDelegationRequestsDelegationAction (40) */ + /** @name PalletParachainStakingDelegationRequestsDelegationAction (57) */ interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; @@ -693,7 +855,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Revoke" | "Decrease"; } - /** @name PalletParachainStakingDelegatorAdded (41) */ + /** @name PalletParachainStakingDelegatorAdded (58) */ interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { @@ -703,121 +865,217 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletParachainStakingInflationDistributionConfig (43) */ + /** @name PalletParachainStakingInflationDistributionConfig (60) */ interface PalletParachainStakingInflationDistributionConfig extends Vec {} - /** @name PalletParachainStakingInflationDistributionAccount (45) */ + /** @name PalletParachainStakingInflationDistributionAccount (62) */ interface PalletParachainStakingInflationDistributionAccount extends Struct { readonly account: AccountId20; readonly percent: Percent; } - /** @name PalletAuthorSlotFilterEvent (47) */ - interface PalletAuthorSlotFilterEvent extends Enum { - readonly isEligibleUpdated: boolean; - readonly asEligibleUpdated: u32; - readonly type: "EligibleUpdated"; - } - - /** @name PalletAuthorMappingEvent (49) */ - interface PalletAuthorMappingEvent extends Enum { - readonly isKeysRegistered: boolean; - readonly asKeysRegistered: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; - } & Struct; - readonly isKeysRemoved: boolean; - readonly asKeysRemoved: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + /** @name PalletSchedulerEvent (64) */ + interface PalletSchedulerEvent extends Enum { + readonly isScheduled: boolean; + readonly asScheduled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isKeysRotated: boolean; - readonly asKeysRotated: { - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + readonly isCanceled: boolean; + readonly asCanceled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; - } - - /** @name NimbusPrimitivesNimbusCryptoPublic (50) */ - interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (51) */ - interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - - /** @name PalletMoonbeamOrbitersEvent (52) */ - interface PalletMoonbeamOrbitersEvent extends Enum { - readonly isOrbiterJoinCollatorPool: boolean; - readonly asOrbiterJoinCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isDispatched: boolean; + readonly asDispatched: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly result: Result; } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isRetrySet: boolean; + readonly asRetrySet: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly period: u32; + readonly retries: u8; } & Struct; - readonly isOrbiterRewarded: boolean; - readonly asOrbiterRewarded: { - readonly account: AccountId20; - readonly rewards: u128; + readonly isRetryCancelled: boolean; + readonly asRetryCancelled: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRotation: boolean; - readonly asOrbiterRotation: { - readonly collator: AccountId20; - readonly oldOrbiter: Option; - readonly newOrbiter: Option; + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterRegistered: boolean; - readonly asOrbiterRegistered: { - readonly account: AccountId20; - readonly deposit: u128; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isOrbiterUnregistered: boolean; - readonly asOrbiterUnregistered: { - readonly account: AccountId20; + readonly isRetryFailed: boolean; + readonly asRetryFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + } & Struct; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; readonly type: - | "OrbiterJoinCollatorPool" - | "OrbiterLeaveCollatorPool" - | "OrbiterRewarded" - | "OrbiterRotation" - | "OrbiterRegistered" - | "OrbiterUnregistered"; + | "Scheduled" + | "Canceled" + | "Dispatched" + | "RetrySet" + | "RetryCancelled" + | "CallUnavailable" + | "PeriodicFailed" + | "RetryFailed" + | "PermanentlyOverweight"; } - /** @name PalletUtilityEvent (54) */ - interface PalletUtilityEvent extends Enum { - readonly isBatchInterrupted: boolean; - readonly asBatchInterrupted: { + /** @name PalletTreasuryEvent (66) */ + interface PalletTreasuryEvent extends Enum { + readonly isSpending: boolean; + readonly asSpending: { + readonly budgetRemaining: u128; + } & Struct; + readonly isAwarded: boolean; + readonly asAwarded: { + readonly proposalIndex: u32; + readonly award: u128; + readonly account: AccountId20; + } & Struct; + readonly isBurnt: boolean; + readonly asBurnt: { + readonly burntFunds: u128; + } & Struct; + readonly isRollover: boolean; + readonly asRollover: { + readonly rolloverBalance: u128; + } & Struct; + readonly isDeposit: boolean; + readonly asDeposit: { + readonly value: u128; + } & Struct; + readonly isSpendApproved: boolean; + readonly asSpendApproved: { + readonly proposalIndex: u32; + readonly amount: u128; + readonly beneficiary: AccountId20; + } & Struct; + readonly isUpdatedInactive: boolean; + readonly asUpdatedInactive: { + readonly reactivated: u128; + readonly deactivated: u128; + } & Struct; + readonly isAssetSpendApproved: boolean; + readonly asAssetSpendApproved: { readonly index: u32; - readonly error: SpRuntimeDispatchError; + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; } & Struct; - readonly isBatchCompleted: boolean; - readonly isBatchCompletedWithErrors: boolean; - readonly isItemCompleted: boolean; - readonly isItemFailed: boolean; - readonly asItemFailed: { - readonly error: SpRuntimeDispatchError; + readonly isAssetSpendVoided: boolean; + readonly asAssetSpendVoided: { + readonly index: u32; } & Struct; - readonly isDispatchedAs: boolean; - readonly asDispatchedAs: { - readonly result: Result; + readonly isPaid: boolean; + readonly asPaid: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isPaymentFailed: boolean; + readonly asPaymentFailed: { + readonly index: u32; + readonly paymentId: Null; + } & Struct; + readonly isSpendProcessed: boolean; + readonly asSpendProcessed: { + readonly index: u32; } & Struct; readonly type: - | "BatchInterrupted" - | "BatchCompleted" - | "BatchCompletedWithErrors" - | "ItemCompleted" - | "ItemFailed" - | "DispatchedAs"; + | "Spending" + | "Awarded" + | "Burnt" + | "Rollover" + | "Deposit" + | "SpendApproved" + | "UpdatedInactive" + | "AssetSpendApproved" + | "AssetSpendVoided" + | "Paid" + | "PaymentFailed" + | "SpendProcessed"; + } + + /** @name PalletAuthorSlotFilterEvent (67) */ + interface PalletAuthorSlotFilterEvent extends Enum { + readonly isEligibleUpdated: boolean; + readonly asEligibleUpdated: u32; + readonly type: "EligibleUpdated"; + } + + /** @name PalletCrowdloanRewardsEvent (69) */ + interface PalletCrowdloanRewardsEvent extends Enum { + readonly isInitialPaymentMade: boolean; + readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; + readonly isNativeIdentityAssociated: boolean; + readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; + readonly isRewardsPaid: boolean; + readonly asRewardsPaid: ITuple<[AccountId20, u128]>; + readonly isRewardAddressUpdated: boolean; + readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; + readonly isInitializedAlreadyInitializedAccount: boolean; + readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; + readonly isInitializedAccountWithNotEnoughContribution: boolean; + readonly asInitializedAccountWithNotEnoughContribution: ITuple< + [U8aFixed, Option, u128] + >; + readonly type: + | "InitialPaymentMade" + | "NativeIdentityAssociated" + | "RewardsPaid" + | "RewardAddressUpdated" + | "InitializedAlreadyInitializedAccount" + | "InitializedAccountWithNotEnoughContribution"; + } + + /** @name PalletAuthorMappingEvent (70) */ + interface PalletAuthorMappingEvent extends Enum { + readonly isKeysRegistered: boolean; + readonly asKeysRegistered: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRemoved: boolean; + readonly asKeysRemoved: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly isKeysRotated: boolean; + readonly asKeysRotated: { + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + } & Struct; + readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name PalletProxyEvent (57) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (71) */ + interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} + + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (72) */ + interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} + + /** @name PalletProxyEvent (73) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -827,7 +1085,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -840,21 +1098,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbaseRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonriverRuntimeProxyType (58) */ - interface MoonriverRuntimeProxyType extends Enum { + /** @name MoonbaseRuntimeProxyType (74) */ + interface MoonbaseRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -874,7 +1132,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (60) */ + /** @name PalletMaintenanceModeEvent (76) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -893,7 +1151,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (61) */ + /** @name PalletIdentityEvent (77) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -999,5014 +1257,4737 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (63) */ - interface PalletMigrationsEvent extends Enum { - readonly isRuntimeUpgradeStarted: boolean; - readonly isRuntimeUpgradeCompleted: boolean; - readonly asRuntimeUpgradeCompleted: { - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly isMigrationStarted: boolean; - readonly asMigrationStarted: { - readonly migrationName: Bytes; + /** @name CumulusPalletXcmpQueueEvent (79) */ + interface CumulusPalletXcmpQueueEvent extends Enum { + readonly isXcmpMessageSent: boolean; + readonly asXcmpMessageSent: { + readonly messageHash: U8aFixed; } & Struct; - readonly isMigrationCompleted: boolean; - readonly asMigrationCompleted: { - readonly migrationName: Bytes; - readonly consumedWeight: SpWeightsWeightV2Weight; + readonly type: "XcmpMessageSent"; + } + + /** @name CumulusPalletXcmEvent (80) */ + interface CumulusPalletXcmEvent extends Enum { + readonly isInvalidFormat: boolean; + readonly asInvalidFormat: U8aFixed; + readonly isUnsupportedVersion: boolean; + readonly asUnsupportedVersion: U8aFixed; + readonly isExecutedDownward: boolean; + readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; + readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + } + + /** @name StagingXcmV4TraitsOutcome (81) */ + interface StagingXcmV4TraitsOutcome extends Enum { + readonly isComplete: boolean; + readonly asComplete: { + readonly used: SpWeightsWeightV2Weight; } & Struct; - readonly isFailedToSuspendIdleXcmExecution: boolean; - readonly asFailedToSuspendIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isIncomplete: boolean; + readonly asIncomplete: { + readonly used: SpWeightsWeightV2Weight; + readonly error: XcmV3TraitsError; } & Struct; - readonly isFailedToResumeIdleXcmExecution: boolean; - readonly asFailedToResumeIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isError: boolean; + readonly asError: { + readonly error: XcmV3TraitsError; } & Struct; - readonly type: - | "RuntimeUpgradeStarted" - | "RuntimeUpgradeCompleted" - | "MigrationStarted" - | "MigrationCompleted" - | "FailedToSuspendIdleXcmExecution" - | "FailedToResumeIdleXcmExecution"; + readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name PalletMultisigEvent (64) */ - interface PalletMultisigEvent extends Enum { - readonly isNewMultisig: boolean; - readonly asNewMultisig: { - readonly approving: AccountId20; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + /** @name XcmV3TraitsError (82) */ + interface XcmV3TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isLocationFull: boolean; + readonly isLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isExpectationFalse: boolean; + readonly isPalletNotFound: boolean; + readonly isNameMismatch: boolean; + readonly isVersionIncompatible: boolean; + readonly isHoldingWouldOverflow: boolean; + readonly isExportError: boolean; + readonly isReanchorFailed: boolean; + readonly isNoDeal: boolean; + readonly isFeesNotMet: boolean; + readonly isLockError: boolean; + readonly isNoPermission: boolean; + readonly isUnanchored: boolean; + readonly isNotDepositable: boolean; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: SpWeightsWeightV2Weight; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; + readonly isExceedsStackLimit: boolean; + readonly type: + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "LocationFull" + | "LocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "ExpectationFalse" + | "PalletNotFound" + | "NameMismatch" + | "VersionIncompatible" + | "HoldingWouldOverflow" + | "ExportError" + | "ReanchorFailed" + | "NoDeal" + | "FeesNotMet" + | "LockError" + | "NoPermission" + | "Unanchored" + | "NotDepositable" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable" + | "ExceedsStackLimit"; + } + + /** @name PalletXcmEvent (83) */ + interface PalletXcmEvent extends Enum { + readonly isAttempted: boolean; + readonly asAttempted: { + readonly outcome: StagingXcmV4TraitsOutcome; } & Struct; - readonly isMultisigApproval: boolean; - readonly asMultisigApproval: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isSent: boolean; + readonly asSent: { + readonly origin: StagingXcmV4Location; + readonly destination: StagingXcmV4Location; + readonly message: StagingXcmV4Xcm; + readonly messageId: U8aFixed; } & Struct; - readonly isMultisigExecuted: boolean; - readonly asMultisigExecuted: { - readonly approving: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; - readonly result: Result; + readonly isUnexpectedResponse: boolean; + readonly asUnexpectedResponse: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isMultisigCancelled: boolean; - readonly asMultisigCancelled: { - readonly cancelling: AccountId20; - readonly timepoint: PalletMultisigTimepoint; - readonly multisig: AccountId20; - readonly callHash: U8aFixed; + readonly isResponseReady: boolean; + readonly asResponseReady: { + readonly queryId: u64; + readonly response: StagingXcmV4Response; } & Struct; - readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; - } - - /** @name PalletMultisigTimepoint (65) */ - interface PalletMultisigTimepoint extends Struct { - readonly height: u32; - readonly index: u32; - } - - /** @name PalletParametersEvent (66) */ - interface PalletParametersEvent extends Enum { - readonly isUpdated: boolean; - readonly asUpdated: { - readonly key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - readonly oldValue: Option; - readonly newValue: Option; + readonly isNotified: boolean; + readonly asNotified: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly type: "Updated"; - } - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersKey (67) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersKey extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { - readonly isDeposit: boolean; - readonly type: "Deposit"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (71) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersValue (73) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersValue extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (74) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: Perbill; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (75) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: u128; - readonly type: "Deposit"; - } - - /** @name PalletEvmEvent (77) */ - interface PalletEvmEvent extends Enum { - readonly isLog: boolean; - readonly asLog: { - readonly log: EthereumLog; + readonly isNotifyOverweight: boolean; + readonly asNotifyOverweight: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; + readonly actualWeight: SpWeightsWeightV2Weight; + readonly maxBudgetedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isCreated: boolean; - readonly asCreated: { - readonly address: H160; + readonly isNotifyDispatchError: boolean; + readonly asNotifyDispatchError: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isCreatedFailed: boolean; - readonly asCreatedFailed: { - readonly address: H160; + readonly isNotifyDecodeFailed: boolean; + readonly asNotifyDecodeFailed: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly address: H160; + readonly isInvalidResponder: boolean; + readonly asInvalidResponder: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedLocation: Option; } & Struct; - readonly isExecutedFailed: boolean; - readonly asExecutedFailed: { - readonly address: H160; + readonly isInvalidResponderVersion: boolean; + readonly asInvalidResponderVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; - } - - /** @name EthereumLog (78) */ - interface EthereumLog extends Struct { - readonly address: H160; - readonly topics: Vec; - readonly data: Bytes; - } - - /** @name PalletEthereumEvent (81) */ - interface PalletEthereumEvent extends Enum { - readonly isExecuted: boolean; - readonly asExecuted: { - readonly from: H160; - readonly to: H160; - readonly transactionHash: H256; - readonly exitReason: EvmCoreErrorExitReason; - readonly extraData: Bytes; + readonly isResponseTaken: boolean; + readonly asResponseTaken: { + readonly queryId: u64; } & Struct; - readonly type: "Executed"; - } - - /** @name EvmCoreErrorExitReason (82) */ - interface EvmCoreErrorExitReason extends Enum { - readonly isSucceed: boolean; - readonly asSucceed: EvmCoreErrorExitSucceed; - readonly isError: boolean; - readonly asError: EvmCoreErrorExitError; - readonly isRevert: boolean; - readonly asRevert: EvmCoreErrorExitRevert; - readonly isFatal: boolean; - readonly asFatal: EvmCoreErrorExitFatal; - readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; - } - - /** @name EvmCoreErrorExitSucceed (83) */ - interface EvmCoreErrorExitSucceed extends Enum { - readonly isStopped: boolean; - readonly isReturned: boolean; - readonly isSuicided: boolean; - readonly type: "Stopped" | "Returned" | "Suicided"; - } - - /** @name EvmCoreErrorExitError (84) */ - interface EvmCoreErrorExitError extends Enum { - readonly isStackUnderflow: boolean; - readonly isStackOverflow: boolean; - readonly isInvalidJump: boolean; - readonly isInvalidRange: boolean; - readonly isDesignatedInvalid: boolean; - readonly isCallTooDeep: boolean; - readonly isCreateCollision: boolean; - readonly isCreateContractLimit: boolean; - readonly isOutOfOffset: boolean; - readonly isOutOfGas: boolean; - readonly isOutOfFund: boolean; - readonly isPcUnderflow: boolean; - readonly isCreateEmpty: boolean; - readonly isOther: boolean; - readonly asOther: Text; - readonly isMaxNonce: boolean; - readonly isInvalidCode: boolean; - readonly asInvalidCode: u8; - readonly type: - | "StackUnderflow" - | "StackOverflow" - | "InvalidJump" - | "InvalidRange" - | "DesignatedInvalid" - | "CallTooDeep" - | "CreateCollision" - | "CreateContractLimit" - | "OutOfOffset" - | "OutOfGas" - | "OutOfFund" - | "PcUnderflow" - | "CreateEmpty" - | "Other" - | "MaxNonce" - | "InvalidCode"; - } - - /** @name EvmCoreErrorExitRevert (88) */ - interface EvmCoreErrorExitRevert extends Enum { - readonly isReverted: boolean; - readonly type: "Reverted"; - } - - /** @name EvmCoreErrorExitFatal (89) */ - interface EvmCoreErrorExitFatal extends Enum { - readonly isNotSupported: boolean; - readonly isUnhandledInterrupt: boolean; - readonly isCallErrorAsFatal: boolean; - readonly asCallErrorAsFatal: EvmCoreErrorExitError; - readonly isOther: boolean; - readonly asOther: Text; - readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; - } - - /** @name PalletSchedulerEvent (90) */ - interface PalletSchedulerEvent extends Enum { - readonly isScheduled: boolean; - readonly asScheduled: { - readonly when: u32; - readonly index: u32; + readonly isAssetsTrapped: boolean; + readonly asAssetsTrapped: { + readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly isCanceled: boolean; - readonly asCanceled: { - readonly when: u32; - readonly index: u32; + readonly isVersionChangeNotified: boolean; + readonly asVersionChangeNotified: { + readonly destination: StagingXcmV4Location; + readonly result: u32; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isDispatched: boolean; - readonly asDispatched: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly result: Result; + readonly isSupportedVersionChanged: boolean; + readonly asSupportedVersionChanged: { + readonly location: StagingXcmV4Location; + readonly version: u32; } & Struct; - readonly isRetrySet: boolean; - readonly asRetrySet: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly period: u32; - readonly retries: u8; + readonly isNotifyTargetSendFail: boolean; + readonly asNotifyTargetSendFail: { + readonly location: StagingXcmV4Location; + readonly queryId: u64; + readonly error: XcmV3TraitsError; } & Struct; - readonly isRetryCancelled: boolean; - readonly asRetryCancelled: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isNotifyTargetMigrationFail: boolean; + readonly asNotifyTargetMigrationFail: { + readonly location: XcmVersionedLocation; + readonly queryId: u64; } & Struct; - readonly isCallUnavailable: boolean; - readonly asCallUnavailable: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerierVersion: boolean; + readonly asInvalidQuerierVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isPeriodicFailed: boolean; - readonly asPeriodicFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isInvalidQuerier: boolean; + readonly asInvalidQuerier: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedQuerier: StagingXcmV4Location; + readonly maybeActualQuerier: Option; } & Struct; - readonly isRetryFailed: boolean; - readonly asRetryFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isVersionNotifyStarted: boolean; + readonly asVersionNotifyStarted: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isPermanentlyOverweight: boolean; - readonly asPermanentlyOverweight: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + readonly isVersionNotifyRequested: boolean; + readonly asVersionNotifyRequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly type: - | "Scheduled" - | "Canceled" - | "Dispatched" - | "RetrySet" - | "RetryCancelled" - | "CallUnavailable" - | "PeriodicFailed" - | "RetryFailed" - | "PermanentlyOverweight"; - } - - /** @name PalletPreimageEvent (92) */ - interface PalletPreimageEvent extends Enum { - readonly isNoted: boolean; - readonly asNoted: { - readonly hash_: H256; + readonly isVersionNotifyUnrequested: boolean; + readonly asVersionNotifyUnrequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly hash_: H256; + readonly isFeesPaid: boolean; + readonly asFeesPaid: { + readonly paying: StagingXcmV4Location; + readonly fees: StagingXcmV4AssetAssets; } & Struct; - readonly isCleared: boolean; - readonly asCleared: { + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: { readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly type: "Noted" | "Requested" | "Cleared"; + readonly isVersionMigrationFinished: boolean; + readonly asVersionMigrationFinished: { + readonly version: u32; + } & Struct; + readonly type: + | "Attempted" + | "Sent" + | "UnexpectedResponse" + | "ResponseReady" + | "Notified" + | "NotifyOverweight" + | "NotifyDispatchError" + | "NotifyDecodeFailed" + | "InvalidResponder" + | "InvalidResponderVersion" + | "ResponseTaken" + | "AssetsTrapped" + | "VersionChangeNotified" + | "SupportedVersionChanged" + | "NotifyTargetSendFail" + | "NotifyTargetMigrationFail" + | "InvalidQuerierVersion" + | "InvalidQuerier" + | "VersionNotifyStarted" + | "VersionNotifyRequested" + | "VersionNotifyUnrequested" + | "FeesPaid" + | "AssetsClaimed" + | "VersionMigrationFinished"; } - /** @name PalletConvictionVotingEvent (93) */ - interface PalletConvictionVotingEvent extends Enum { - readonly isDelegated: boolean; - readonly asDelegated: ITuple<[AccountId20, AccountId20]>; - readonly isUndelegated: boolean; - readonly asUndelegated: AccountId20; - readonly type: "Delegated" | "Undelegated"; + /** @name StagingXcmV4Location (84) */ + interface StagingXcmV4Location extends Struct { + readonly parents: u8; + readonly interior: StagingXcmV4Junctions; } - /** @name PalletReferendaEvent (94) */ - interface PalletReferendaEvent extends Enum { - readonly isSubmitted: boolean; - readonly asSubmitted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; + /** @name StagingXcmV4Junctions (85) */ + interface StagingXcmV4Junctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: StagingXcmV4Junction; + readonly isX2: boolean; + readonly asX2: StagingXcmV4Junction; + readonly isX3: boolean; + readonly asX3: StagingXcmV4Junction; + readonly isX4: boolean; + readonly asX4: StagingXcmV4Junction; + readonly isX5: boolean; + readonly asX5: StagingXcmV4Junction; + readonly isX6: boolean; + readonly asX6: StagingXcmV4Junction; + readonly isX7: boolean; + readonly asX7: StagingXcmV4Junction; + readonly isX8: boolean; + readonly asX8: StagingXcmV4Junction; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + } + + /** @name StagingXcmV4Junction (87) */ + interface StagingXcmV4Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: Option; + readonly id: U8aFixed; } & Struct; - readonly isDecisionDepositPlaced: boolean; - readonly asDecisionDepositPlaced: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: Option; + readonly index: Compact; } & Struct; - readonly isDecisionDepositRefunded: boolean; - readonly asDecisionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isDepositSlashed: boolean; - readonly asDepositSlashed: { - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isDecisionStarted: boolean; - readonly asDecisionStarted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isConfirmStarted: boolean; - readonly asConfirmStarted: { - readonly index: u32; - } & Struct; - readonly isConfirmAborted: boolean; - readonly asConfirmAborted: { - readonly index: u32; - } & Struct; - readonly isConfirmed: boolean; - readonly asConfirmed: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly index: u32; - } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isTimedOut: boolean; - readonly asTimedOut: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isCancelled: boolean; - readonly asCancelled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isKilled: boolean; - readonly asKilled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; - } & Struct; - readonly isSubmissionDepositRefunded: boolean; - readonly asSubmissionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: Option; + readonly key: U8aFixed; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly index: u32; - readonly hash_: H256; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: { + readonly length: u8; + readonly data: U8aFixed; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly index: u32; - readonly hash_: H256; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV3JunctionBodyId; + readonly part: XcmV3JunctionBodyPart; } & Struct; + readonly isGlobalConsensus: boolean; + readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; readonly type: - | "Submitted" - | "DecisionDepositPlaced" - | "DecisionDepositRefunded" - | "DepositSlashed" - | "DecisionStarted" - | "ConfirmStarted" - | "ConfirmAborted" - | "Confirmed" - | "Approved" - | "Rejected" - | "TimedOut" - | "Cancelled" - | "Killed" - | "SubmissionDepositRefunded" - | "MetadataSet" - | "MetadataCleared"; + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality" + | "GlobalConsensus"; } - /** @name FrameSupportPreimagesBounded (95) */ - interface FrameSupportPreimagesBounded extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: { - readonly hash_: H256; + /** @name StagingXcmV4JunctionNetworkId (90) */ + interface StagingXcmV4JunctionNetworkId extends Enum { + readonly isByGenesis: boolean; + readonly asByGenesis: U8aFixed; + readonly isByFork: boolean; + readonly asByFork: { + readonly blockNumber: u64; + readonly blockHash: U8aFixed; } & Struct; - readonly isInline: boolean; - readonly asInline: Bytes; - readonly isLookup: boolean; - readonly asLookup: { - readonly hash_: H256; - readonly len: u32; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly isWestend: boolean; + readonly isRococo: boolean; + readonly isWococo: boolean; + readonly isEthereum: boolean; + readonly asEthereum: { + readonly chainId: Compact; } & Struct; - readonly type: "Legacy" | "Inline" | "Lookup"; + readonly isBitcoinCore: boolean; + readonly isBitcoinCash: boolean; + readonly isPolkadotBulletin: boolean; + readonly type: + | "ByGenesis" + | "ByFork" + | "Polkadot" + | "Kusama" + | "Westend" + | "Rococo" + | "Wococo" + | "Ethereum" + | "BitcoinCore" + | "BitcoinCash" + | "PolkadotBulletin"; } - /** @name FrameSystemCall (97) */ - interface FrameSystemCall extends Enum { - readonly isRemark: boolean; - readonly asRemark: { - readonly remark: Bytes; + /** @name XcmV3JunctionBodyId (92) */ + interface XcmV3JunctionBodyId extends Enum { + readonly isUnit: boolean; + readonly isMoniker: boolean; + readonly asMoniker: U8aFixed; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; + readonly type: + | "Unit" + | "Moniker" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } + + /** @name XcmV3JunctionBodyPart (93) */ + interface XcmV3JunctionBodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isSetHeapPages: boolean; - readonly asSetHeapPages: { - readonly pages: u64; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isSetCode: boolean; - readonly asSetCode: { - readonly code: Bytes; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isSetCodeWithoutChecks: boolean; - readonly asSetCodeWithoutChecks: { - readonly code: Bytes; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isSetStorage: boolean; - readonly asSetStorage: { - readonly items: Vec>; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; + } + + /** @name StagingXcmV4Xcm (101) */ + interface StagingXcmV4Xcm extends Vec {} + + /** @name StagingXcmV4Instruction (103) */ + interface StagingXcmV4Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: StagingXcmV4AssetAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: StagingXcmV4Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isKillStorage: boolean; - readonly asKillStorage: { - readonly keys_: Vec; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isKillPrefix: boolean; - readonly asKillPrefix: { - readonly prefix: Bytes; - readonly subkeys: u32; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isRemarkWithEvent: boolean; - readonly asRemarkWithEvent: { - readonly remark: Bytes; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isAuthorizeUpgradeWithoutChecks: boolean; - readonly asAuthorizeUpgradeWithoutChecks: { - readonly codeHash: H256; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isApplyAuthorizedUpgrade: boolean; - readonly asApplyAuthorizedUpgrade: { - readonly code: Bytes; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly type: - | "Remark" - | "SetHeapPages" - | "SetCode" - | "SetCodeWithoutChecks" - | "SetStorage" - | "KillStorage" - | "KillPrefix" - | "RemarkWithEvent" - | "AuthorizeUpgrade" - | "AuthorizeUpgradeWithoutChecks" - | "ApplyAuthorizedUpgrade"; - } - - /** @name CumulusPalletParachainSystemCall (101) */ - interface CumulusPalletParachainSystemCall extends Enum { - readonly isSetValidationData: boolean; - readonly asSetValidationData: { - readonly data: CumulusPrimitivesParachainInherentParachainInherentData; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: StagingXcmV4Junctions; + readonly isReportError: boolean; + readonly asReportError: StagingXcmV4QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly beneficiary: StagingXcmV4Location; } & Struct; - readonly isSudoSendUpwardMessage: boolean; - readonly asSudoSendUpwardMessage: { - readonly message: Bytes; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: StagingXcmV4AssetAssetFilter; + readonly want: StagingXcmV4AssetAssets; + readonly maximal: bool; } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly reserve: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly type: - | "SetValidationData" - | "SudoSendUpwardMessage" - | "AuthorizeUpgrade" - | "EnactAuthorizedUpgrade"; - } - - /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ - interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; - readonly relayChainState: SpTrieStorageProof; - readonly downwardMessages: Vec; - readonly horizontalMessages: BTreeMap>; - } - - /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { - readonly parentHead: Bytes; - readonly relayParentNumber: u32; - readonly relayParentStorageRoot: H256; - readonly maxPovSize: u32; - } - - /** @name SpTrieStorageProof (105) */ - interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSet; - } - - /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ - interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { - readonly sentAt: u32; - readonly msg: Bytes; - } - - /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ - interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { - readonly sentAt: u32; - readonly data: Bytes; - } - - /** @name PalletTimestampCall (115) */ - interface PalletTimestampCall extends Enum { - readonly isSet: boolean; - readonly asSet: { - readonly now: Compact; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly type: "Set"; - } - - /** @name PalletRootTestingCall (116) */ - interface PalletRootTestingCall extends Enum { - readonly isFillBlock: boolean; - readonly asFillBlock: { - readonly ratio: Perbill; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly assets: StagingXcmV4AssetAssetFilter; } & Struct; - readonly isTriggerDefensive: boolean; - readonly type: "FillBlock" | "TriggerDefensive"; - } - - /** @name PalletBalancesCall (117) */ - interface PalletBalancesCall extends Enum { - readonly isTransferAllowDeath: boolean; - readonly asTransferAllowDeath: { - readonly dest: AccountId20; - readonly value: Compact; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: StagingXcmV4Asset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly source: AccountId20; - readonly dest: AccountId20; - readonly value: Compact; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: StagingXcmV4Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: StagingXcmV4Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: StagingXcmV4AssetAssets; + readonly ticket: StagingXcmV4Location; } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly dest: AccountId20; - readonly value: Compact; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTransferAll: boolean; - readonly asTransferAll: { - readonly dest: AccountId20; - readonly keepAlive: bool; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: StagingXcmV4AssetAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: StagingXcmV4AssetAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: StagingXcmV4QueryResponseInfo; } & Struct; - readonly isForceUnreserve: boolean; - readonly asForceUnreserve: { - readonly who: AccountId20; - readonly amount: u128; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; } & Struct; - readonly isUpgradeAccounts: boolean; - readonly asUpgradeAccounts: { - readonly who: Vec; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: StagingXcmV4Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: StagingXcmV4JunctionNetworkId; + readonly destination: StagingXcmV4Junctions; + readonly xcm: StagingXcmV4Xcm; } & Struct; - readonly isForceSetBalance: boolean; - readonly asForceSetBalance: { - readonly who: AccountId20; - readonly newFree: Compact; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: StagingXcmV4Asset; + readonly unlocker: StagingXcmV4Location; } & Struct; - readonly isForceAdjustTotalIssuance: boolean; - readonly asForceAdjustTotalIssuance: { - readonly direction: PalletBalancesAdjustmentDirection; - readonly delta: Compact; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: StagingXcmV4Asset; + readonly target: StagingXcmV4Location; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly value: Compact; - readonly keepAlive: bool; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: StagingXcmV4Asset; + readonly owner: StagingXcmV4Location; + } & Struct; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: StagingXcmV4Asset; + readonly locker: StagingXcmV4Location; + } & Struct; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; + } & Struct; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV4Location; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: - | "TransferAllowDeath" - | "ForceTransfer" - | "TransferKeepAlive" - | "TransferAll" - | "ForceUnreserve" - | "UpgradeAccounts" - | "ForceSetBalance" - | "ForceAdjustTotalIssuance" - | "Burn"; - } - - /** @name PalletBalancesAdjustmentDirection (120) */ - interface PalletBalancesAdjustmentDirection extends Enum { - readonly isIncrease: boolean; - readonly isDecrease: boolean; - readonly type: "Increase" | "Decrease"; - } - - /** @name PalletParachainStakingCall (121) */ - interface PalletParachainStakingCall extends Enum { - readonly isSetStakingExpectations: boolean; - readonly asSetStakingExpectations: { - readonly expectations: { - readonly min: u128; - readonly ideal: u128; - readonly max: u128; - } & Struct; - } & Struct; - readonly isSetInflation: boolean; - readonly asSetInflation: { - readonly schedule: { - readonly min: Perbill; - readonly ideal: Perbill; - readonly max: Perbill; - } & Struct; - } & Struct; - readonly isSetParachainBondAccount: boolean; - readonly asSetParachainBondAccount: { - readonly new_: AccountId20; - } & Struct; - readonly isSetParachainBondReservePercent: boolean; - readonly asSetParachainBondReservePercent: { - readonly new_: Percent; - } & Struct; - readonly isSetTotalSelected: boolean; - readonly asSetTotalSelected: { - readonly new_: u32; - } & Struct; - readonly isSetCollatorCommission: boolean; - readonly asSetCollatorCommission: { - readonly new_: Perbill; - } & Struct; - readonly isSetBlocksPerRound: boolean; - readonly asSetBlocksPerRound: { - readonly new_: u32; - } & Struct; - readonly isJoinCandidates: boolean; - readonly asJoinCandidates: { - readonly bond: u128; - readonly candidateCount: u32; - } & Struct; - readonly isScheduleLeaveCandidates: boolean; - readonly asScheduleLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isExecuteLeaveCandidates: boolean; - readonly asExecuteLeaveCandidates: { - readonly candidate: AccountId20; - readonly candidateDelegationCount: u32; - } & Struct; - readonly isCancelLeaveCandidates: boolean; - readonly asCancelLeaveCandidates: { - readonly candidateCount: u32; - } & Struct; - readonly isGoOffline: boolean; - readonly isGoOnline: boolean; - readonly isCandidateBondMore: boolean; - readonly asCandidateBondMore: { - readonly more: u128; - } & Struct; - readonly isScheduleCandidateBondLess: boolean; - readonly asScheduleCandidateBondLess: { - readonly less: u128; - } & Struct; - readonly isExecuteCandidateBondLess: boolean; - readonly asExecuteCandidateBondLess: { - readonly candidate: AccountId20; - } & Struct; - readonly isCancelCandidateBondLess: boolean; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly candidateDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isDelegateWithAutoCompound: boolean; - readonly asDelegateWithAutoCompound: { - readonly candidate: AccountId20; - readonly amount: u128; - readonly autoCompound: Percent; - readonly candidateDelegationCount: u32; - readonly candidateAutoCompoundingDelegationCount: u32; - readonly delegationCount: u32; - } & Struct; - readonly isRemovedCall19: boolean; - readonly isRemovedCall20: boolean; - readonly isRemovedCall21: boolean; - readonly isScheduleRevokeDelegation: boolean; - readonly asScheduleRevokeDelegation: { - readonly collator: AccountId20; - } & Struct; - readonly isDelegatorBondMore: boolean; - readonly asDelegatorBondMore: { - readonly candidate: AccountId20; - readonly more: u128; - } & Struct; - readonly isScheduleDelegatorBondLess: boolean; - readonly asScheduleDelegatorBondLess: { - readonly candidate: AccountId20; - readonly less: u128; - } & Struct; - readonly isExecuteDelegationRequest: boolean; - readonly asExecuteDelegationRequest: { - readonly delegator: AccountId20; - readonly candidate: AccountId20; - } & Struct; - readonly isCancelDelegationRequest: boolean; - readonly asCancelDelegationRequest: { - readonly candidate: AccountId20; - } & Struct; - readonly isSetAutoCompound: boolean; - readonly asSetAutoCompound: { - readonly candidate: AccountId20; - readonly value: Percent; - readonly candidateAutoCompoundingDelegationCountHint: u32; - readonly delegationCountHint: u32; - } & Struct; - readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; - readonly asHotfixRemoveDelegationRequestsExitedCandidates: { - readonly candidates: Vec; - } & Struct; - readonly isNotifyInactiveCollator: boolean; - readonly asNotifyInactiveCollator: { - readonly collator: AccountId20; - } & Struct; - readonly isEnableMarkingOffline: boolean; - readonly asEnableMarkingOffline: { - readonly value: bool; - } & Struct; - readonly isForceJoinCandidates: boolean; - readonly asForceJoinCandidates: { - readonly account: AccountId20; - readonly bond: u128; - readonly candidateCount: u32; - } & Struct; - readonly isSetInflationDistributionConfig: boolean; - readonly asSetInflationDistributionConfig: { - readonly new_: PalletParachainStakingInflationDistributionConfig; - } & Struct; - readonly type: - | "SetStakingExpectations" - | "SetInflation" - | "SetParachainBondAccount" - | "SetParachainBondReservePercent" - | "SetTotalSelected" - | "SetCollatorCommission" - | "SetBlocksPerRound" - | "JoinCandidates" - | "ScheduleLeaveCandidates" - | "ExecuteLeaveCandidates" - | "CancelLeaveCandidates" - | "GoOffline" - | "GoOnline" - | "CandidateBondMore" - | "ScheduleCandidateBondLess" - | "ExecuteCandidateBondLess" - | "CancelCandidateBondLess" - | "Delegate" - | "DelegateWithAutoCompound" - | "RemovedCall19" - | "RemovedCall20" - | "RemovedCall21" - | "ScheduleRevokeDelegation" - | "DelegatorBondMore" - | "ScheduleDelegatorBondLess" - | "ExecuteDelegationRequest" - | "CancelDelegationRequest" - | "SetAutoCompound" - | "HotfixRemoveDelegationRequestsExitedCandidates" - | "NotifyInactiveCollator" - | "EnableMarkingOffline" - | "ForceJoinCandidates" - | "SetInflationDistributionConfig"; - } - - /** @name PalletAuthorInherentCall (124) */ - interface PalletAuthorInherentCall extends Enum { - readonly isKickOffAuthorshipValidation: boolean; - readonly type: "KickOffAuthorshipValidation"; - } - - /** @name PalletAuthorSlotFilterCall (125) */ - interface PalletAuthorSlotFilterCall extends Enum { - readonly isSetEligible: boolean; - readonly asSetEligible: { - readonly new_: u32; - } & Struct; - readonly type: "SetEligible"; - } - - /** @name PalletAuthorMappingCall (126) */ - interface PalletAuthorMappingCall extends Enum { - readonly isAddAssociation: boolean; - readonly asAddAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isUpdateAssociation: boolean; - readonly asUpdateAssociation: { - readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isClearAssociation: boolean; - readonly asClearAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - } & Struct; - readonly isRemoveKeys: boolean; - readonly isSetKeys: boolean; - readonly asSetKeys: { - readonly keys_: Bytes; - } & Struct; - readonly type: - | "AddAssociation" - | "UpdateAssociation" - | "ClearAssociation" - | "RemoveKeys" - | "SetKeys"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name PalletMoonbeamOrbitersCall (127) */ - interface PalletMoonbeamOrbitersCall extends Enum { - readonly isCollatorAddOrbiter: boolean; - readonly asCollatorAddOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isCollatorRemoveOrbiter: boolean; - readonly asCollatorRemoveOrbiter: { - readonly orbiter: AccountId20; - } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - } & Struct; - readonly isOrbiterRegister: boolean; - readonly isOrbiterUnregister: boolean; - readonly asOrbiterUnregister: { - readonly collatorsPoolCount: u32; - } & Struct; - readonly isAddCollator: boolean; - readonly asAddCollator: { - readonly collator: AccountId20; - } & Struct; - readonly isRemoveCollator: boolean; - readonly asRemoveCollator: { - readonly collator: AccountId20; - } & Struct; - readonly type: - | "CollatorAddOrbiter" - | "CollatorRemoveOrbiter" - | "OrbiterLeaveCollatorPool" - | "OrbiterRegister" - | "OrbiterUnregister" - | "AddCollator" - | "RemoveCollator"; - } + /** @name StagingXcmV4AssetAssets (104) */ + interface StagingXcmV4AssetAssets extends Vec {} - /** @name PalletUtilityCall (128) */ - interface PalletUtilityCall extends Enum { - readonly isBatch: boolean; - readonly asBatch: { - readonly calls: Vec; - } & Struct; - readonly isAsDerivative: boolean; - readonly asAsDerivative: { - readonly index: u16; - readonly call: Call; - } & Struct; - readonly isBatchAll: boolean; - readonly asBatchAll: { - readonly calls: Vec; - } & Struct; - readonly isDispatchAs: boolean; - readonly asDispatchAs: { - readonly asOrigin: MoonriverRuntimeOriginCaller; - readonly call: Call; - } & Struct; - readonly isForceBatch: boolean; - readonly asForceBatch: { - readonly calls: Vec; - } & Struct; - readonly isWithWeight: boolean; - readonly asWithWeight: { - readonly call: Call; - readonly weight: SpWeightsWeightV2Weight; - } & Struct; - readonly type: - | "Batch" - | "AsDerivative" - | "BatchAll" - | "DispatchAs" - | "ForceBatch" - | "WithWeight"; + /** @name StagingXcmV4Asset (106) */ + interface StagingXcmV4Asset extends Struct { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetFungibility; } - /** @name MoonriverRuntimeOriginCaller (130) */ - interface MoonriverRuntimeOriginCaller extends Enum { - readonly isSystem: boolean; - readonly asSystem: FrameSupportDispatchRawOrigin; - readonly isVoid: boolean; - readonly isEthereum: boolean; - readonly asEthereum: PalletEthereumRawOrigin; - readonly isOrigins: boolean; - readonly asOrigins: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; - readonly isTreasuryCouncilCollective: boolean; - readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; - readonly isOpenTechCommitteeCollective: boolean; - readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; - readonly isCumulusXcm: boolean; - readonly asCumulusXcm: CumulusPalletXcmOrigin; - readonly isPolkadotXcm: boolean; - readonly asPolkadotXcm: PalletXcmOrigin; - readonly isEthereumXcm: boolean; - readonly asEthereumXcm: PalletEthereumXcmRawOrigin; - readonly type: - | "System" - | "Void" - | "Ethereum" - | "Origins" - | "TreasuryCouncilCollective" - | "OpenTechCommitteeCollective" - | "CumulusXcm" - | "PolkadotXcm" - | "EthereumXcm"; - } + /** @name StagingXcmV4AssetAssetId (107) */ + interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name FrameSupportDispatchRawOrigin (131) */ - interface FrameSupportDispatchRawOrigin extends Enum { - readonly isRoot: boolean; - readonly isSigned: boolean; - readonly asSigned: AccountId20; - readonly isNone: boolean; - readonly type: "Root" | "Signed" | "None"; + /** @name StagingXcmV4AssetFungibility (108) */ + interface StagingXcmV4AssetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: StagingXcmV4AssetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PalletEthereumRawOrigin (132) */ - interface PalletEthereumRawOrigin extends Enum { - readonly isEthereumTransaction: boolean; - readonly asEthereumTransaction: H160; - readonly type: "EthereumTransaction"; + /** @name StagingXcmV4AssetAssetInstance (109) */ + interface StagingXcmV4AssetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ - interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { - readonly isWhitelistedCaller: boolean; - readonly isGeneralAdmin: boolean; - readonly isReferendumCanceller: boolean; - readonly isReferendumKiller: boolean; - readonly isFastGeneralAdmin: boolean; + /** @name StagingXcmV4Response (112) */ + interface StagingXcmV4Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: StagingXcmV4AssetAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; readonly type: - | "WhitelistedCaller" - | "GeneralAdmin" - | "ReferendumCanceller" - | "ReferendumKiller" - | "FastGeneralAdmin"; - } - - /** @name PalletCollectiveRawOrigin (134) */ - interface PalletCollectiveRawOrigin extends Enum { - readonly isMembers: boolean; - readonly asMembers: ITuple<[u32, u32]>; - readonly isMember: boolean; - readonly asMember: AccountId20; - readonly isPhantom: boolean; - readonly type: "Members" | "Member" | "Phantom"; - } - - /** @name CumulusPalletXcmOrigin (136) */ - interface CumulusPalletXcmOrigin extends Enum { - readonly isRelay: boolean; - readonly isSiblingParachain: boolean; - readonly asSiblingParachain: u32; - readonly type: "Relay" | "SiblingParachain"; + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name PalletXcmOrigin (137) */ - interface PalletXcmOrigin extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV4Location; - readonly isResponse: boolean; - readonly asResponse: StagingXcmV4Location; - readonly type: "Xcm" | "Response"; + /** @name StagingXcmV4PalletInfo (116) */ + interface StagingXcmV4PalletInfo extends Struct { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name StagingXcmV4Location (138) */ - interface StagingXcmV4Location extends Struct { - readonly parents: u8; - readonly interior: StagingXcmV4Junctions; + /** @name XcmV3MaybeErrorCode (119) */ + interface XcmV3MaybeErrorCode extends Enum { + readonly isSuccess: boolean; + readonly isError: boolean; + readonly asError: Bytes; + readonly isTruncatedError: boolean; + readonly asTruncatedError: Bytes; + readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name StagingXcmV4Junctions (139) */ - interface StagingXcmV4Junctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: StagingXcmV4Junction; - readonly isX2: boolean; - readonly asX2: StagingXcmV4Junction; - readonly isX3: boolean; - readonly asX3: StagingXcmV4Junction; - readonly isX4: boolean; - readonly asX4: StagingXcmV4Junction; - readonly isX5: boolean; - readonly asX5: StagingXcmV4Junction; - readonly isX6: boolean; - readonly asX6: StagingXcmV4Junction; - readonly isX7: boolean; - readonly asX7: StagingXcmV4Junction; - readonly isX8: boolean; - readonly asX8: StagingXcmV4Junction; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + /** @name XcmV3OriginKind (122) */ + interface XcmV3OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name StagingXcmV4Junction (141) */ - interface StagingXcmV4Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: Option; - readonly id: U8aFixed; - } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: Option; - readonly index: Compact; - } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: Option; - readonly key: U8aFixed; - } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: { - readonly length: u8; - readonly data: U8aFixed; - } & Struct; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV3JunctionBodyId; - readonly part: XcmV3JunctionBodyPart; - } & Struct; - readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId; - readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality" - | "GlobalConsensus"; + /** @name XcmDoubleEncoded (123) */ + interface XcmDoubleEncoded extends Struct { + readonly encoded: Bytes; } - /** @name StagingXcmV4JunctionNetworkId (144) */ - interface StagingXcmV4JunctionNetworkId extends Enum { - readonly isByGenesis: boolean; - readonly asByGenesis: U8aFixed; - readonly isByFork: boolean; - readonly asByFork: { - readonly blockNumber: u64; - readonly blockHash: U8aFixed; - } & Struct; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly isWestend: boolean; - readonly isRococo: boolean; - readonly isWococo: boolean; - readonly isEthereum: boolean; - readonly asEthereum: { - readonly chainId: Compact; - } & Struct; - readonly isBitcoinCore: boolean; - readonly isBitcoinCash: boolean; - readonly isPolkadotBulletin: boolean; - readonly type: - | "ByGenesis" - | "ByFork" - | "Polkadot" - | "Kusama" - | "Westend" - | "Rococo" - | "Wococo" - | "Ethereum" - | "BitcoinCore" - | "BitcoinCash" - | "PolkadotBulletin"; + /** @name StagingXcmV4QueryResponseInfo (124) */ + interface StagingXcmV4QueryResponseInfo extends Struct { + readonly destination: StagingXcmV4Location; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3JunctionBodyId (145) */ - interface XcmV3JunctionBodyId extends Enum { - readonly isUnit: boolean; - readonly isMoniker: boolean; - readonly asMoniker: U8aFixed; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Moniker" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + /** @name StagingXcmV4AssetAssetFilter (125) */ + interface StagingXcmV4AssetAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: StagingXcmV4AssetAssets; + readonly isWild: boolean; + readonly asWild: StagingXcmV4AssetWildAsset; + readonly type: "Definite" | "Wild"; } - /** @name XcmV3JunctionBodyPart (146) */ - interface XcmV3JunctionBodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; - } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; + /** @name StagingXcmV4AssetWildAsset (126) */ + interface StagingXcmV4AssetWildAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; + readonly count: Compact; } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name PalletEthereumXcmRawOrigin (154) */ - interface PalletEthereumXcmRawOrigin extends Enum { - readonly isXcmEthereumTransaction: boolean; - readonly asXcmEthereumTransaction: H160; - readonly type: "XcmEthereumTransaction"; + /** @name StagingXcmV4AssetWildFungibility (127) */ + interface StagingXcmV4AssetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name SpCoreVoid (155) */ - type SpCoreVoid = Null; + /** @name XcmV3WeightLimit (128) */ + interface XcmV3WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: SpWeightsWeightV2Weight; + readonly type: "Unlimited" | "Limited"; + } - /** @name PalletProxyCall (156) */ - interface PalletProxyCall extends Enum { - readonly isProxy: boolean; - readonly asProxy: { - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; - } & Struct; - readonly isAddProxy: boolean; - readonly asAddProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; - } & Struct; - readonly isRemoveProxy: boolean; - readonly asRemoveProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; - } & Struct; - readonly isRemoveProxies: boolean; - readonly isCreatePure: boolean; - readonly asCreatePure: { - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; - readonly index: u16; - } & Struct; - readonly isKillPure: boolean; - readonly asKillPure: { - readonly spawner: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly index: u16; - readonly height: Compact; - readonly extIndex: Compact; - } & Struct; - readonly isAnnounce: boolean; - readonly asAnnounce: { - readonly real: AccountId20; - readonly callHash: H256; - } & Struct; - readonly isRemoveAnnouncement: boolean; - readonly asRemoveAnnouncement: { - readonly real: AccountId20; - readonly callHash: H256; - } & Struct; - readonly isRejectAnnouncement: boolean; - readonly asRejectAnnouncement: { - readonly delegate: AccountId20; - readonly callHash: H256; - } & Struct; - readonly isProxyAnnounced: boolean; - readonly asProxyAnnounced: { - readonly delegate: AccountId20; - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; - } & Struct; - readonly type: - | "Proxy" - | "AddProxy" - | "RemoveProxy" - | "RemoveProxies" - | "CreatePure" - | "KillPure" - | "Announce" - | "RemoveAnnouncement" - | "RejectAnnouncement" - | "ProxyAnnounced"; + /** @name XcmVersionedAssets (129) */ + interface XcmVersionedAssets extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiassetMultiAssets; + readonly isV3: boolean; + readonly asV3: XcmV3MultiassetMultiAssets; + readonly isV4: boolean; + readonly asV4: StagingXcmV4AssetAssets; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name XcmV2MultiassetMultiAssets (130) */ + interface XcmV2MultiassetMultiAssets extends Vec {} + + /** @name XcmV2MultiAsset (132) */ + interface XcmV2MultiAsset extends Struct { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetFungibility; + } + + /** @name XcmV2MultiassetAssetId (133) */ + interface XcmV2MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: XcmV2MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: Bytes; + readonly type: "Concrete" | "Abstract"; + } + + /** @name XcmV2MultiLocation (134) */ + interface XcmV2MultiLocation extends Struct { + readonly parents: u8; + readonly interior: XcmV2MultilocationJunctions; } - /** @name PalletMaintenanceModeCall (158) */ - interface PalletMaintenanceModeCall extends Enum { - readonly isEnterMaintenanceMode: boolean; - readonly isResumeNormalOperation: boolean; - readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; + /** @name XcmV2MultilocationJunctions (135) */ + interface XcmV2MultilocationJunctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: XcmV2Junction; + readonly isX2: boolean; + readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; + readonly isX3: boolean; + readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX4: boolean; + readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; + readonly isX5: boolean; + readonly asX5: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX6: boolean; + readonly asX6: ITuple< + [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] + >; + readonly isX7: boolean; + readonly asX7: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly isX8: boolean; + readonly asX8: ITuple< + [ + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction, + XcmV2Junction + ] + >; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name PalletIdentityCall (159) */ - interface PalletIdentityCall extends Enum { - readonly isAddRegistrar: boolean; - readonly asAddRegistrar: { - readonly account: AccountId20; - } & Struct; - readonly isSetIdentity: boolean; - readonly asSetIdentity: { - readonly info: PalletIdentityLegacyIdentityInfo; - } & Struct; - readonly isSetSubs: boolean; - readonly asSetSubs: { - readonly subs: Vec>; - } & Struct; - readonly isClearIdentity: boolean; - readonly isRequestJudgement: boolean; - readonly asRequestJudgement: { - readonly regIndex: Compact; - readonly maxFee: Compact; - } & Struct; - readonly isCancelRequest: boolean; - readonly asCancelRequest: { - readonly regIndex: u32; - } & Struct; - readonly isSetFee: boolean; - readonly asSetFee: { - readonly index: Compact; - readonly fee: Compact; - } & Struct; - readonly isSetAccountId: boolean; - readonly asSetAccountId: { - readonly index: Compact; - readonly new_: AccountId20; - } & Struct; - readonly isSetFields: boolean; - readonly asSetFields: { - readonly index: Compact; - readonly fields: u64; - } & Struct; - readonly isProvideJudgement: boolean; - readonly asProvideJudgement: { - readonly regIndex: Compact; - readonly target: AccountId20; - readonly judgement: PalletIdentityJudgement; - readonly identity: H256; - } & Struct; - readonly isKillIdentity: boolean; - readonly asKillIdentity: { - readonly target: AccountId20; - } & Struct; - readonly isAddSub: boolean; - readonly asAddSub: { - readonly sub: AccountId20; - readonly data: Data; - } & Struct; - readonly isRenameSub: boolean; - readonly asRenameSub: { - readonly sub: AccountId20; - readonly data: Data; - } & Struct; - readonly isRemoveSub: boolean; - readonly asRemoveSub: { - readonly sub: AccountId20; - } & Struct; - readonly isQuitSub: boolean; - readonly isAddUsernameAuthority: boolean; - readonly asAddUsernameAuthority: { - readonly authority: AccountId20; - readonly suffix: Bytes; - readonly allocation: u32; - } & Struct; - readonly isRemoveUsernameAuthority: boolean; - readonly asRemoveUsernameAuthority: { - readonly authority: AccountId20; - } & Struct; - readonly isSetUsernameFor: boolean; - readonly asSetUsernameFor: { - readonly who: AccountId20; - readonly username: Bytes; - readonly signature: Option; - } & Struct; - readonly isAcceptUsername: boolean; - readonly asAcceptUsername: { - readonly username: Bytes; + /** @name XcmV2Junction (136) */ + interface XcmV2Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: XcmV2NetworkId; + readonly id: U8aFixed; } & Struct; - readonly isRemoveExpiredApproval: boolean; - readonly asRemoveExpiredApproval: { - readonly username: Bytes; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: XcmV2NetworkId; + readonly index: Compact; } & Struct; - readonly isSetPrimaryUsername: boolean; - readonly asSetPrimaryUsername: { - readonly username: Bytes; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: XcmV2NetworkId; + readonly key: U8aFixed; } & Struct; - readonly isRemoveDanglingUsername: boolean; - readonly asRemoveDanglingUsername: { - readonly username: Bytes; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: Bytes; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV2BodyId; + readonly part: XcmV2BodyPart; } & Struct; readonly type: - | "AddRegistrar" - | "SetIdentity" - | "SetSubs" - | "ClearIdentity" - | "RequestJudgement" - | "CancelRequest" - | "SetFee" - | "SetAccountId" - | "SetFields" - | "ProvideJudgement" - | "KillIdentity" - | "AddSub" - | "RenameSub" - | "RemoveSub" - | "QuitSub" - | "AddUsernameAuthority" - | "RemoveUsernameAuthority" - | "SetUsernameFor" - | "AcceptUsername" - | "RemoveExpiredApproval" - | "SetPrimaryUsername" - | "RemoveDanglingUsername"; + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality"; } - /** @name PalletIdentityLegacyIdentityInfo (160) */ - interface PalletIdentityLegacyIdentityInfo extends Struct { - readonly additional: Vec>; - readonly display: Data; - readonly legal: Data; - readonly web: Data; - readonly riot: Data; - readonly email: Data; - readonly pgpFingerprint: Option; - readonly image: Data; - readonly twitter: Data; + /** @name XcmV2NetworkId (137) */ + interface XcmV2NetworkId extends Enum { + readonly isAny: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name PalletIdentityJudgement (198) */ - interface PalletIdentityJudgement extends Enum { - readonly isUnknown: boolean; - readonly isFeePaid: boolean; - readonly asFeePaid: u128; - readonly isReasonable: boolean; - readonly isKnownGood: boolean; - readonly isOutOfDate: boolean; - readonly isLowQuality: boolean; - readonly isErroneous: boolean; + /** @name XcmV2BodyId (139) */ + interface XcmV2BodyId extends Enum { + readonly isUnit: boolean; + readonly isNamed: boolean; + readonly asNamed: Bytes; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isExecutive: boolean; + readonly isTechnical: boolean; + readonly isLegislative: boolean; + readonly isJudicial: boolean; + readonly isDefense: boolean; + readonly isAdministration: boolean; + readonly isTreasury: boolean; readonly type: - | "Unknown" - | "FeePaid" - | "Reasonable" - | "KnownGood" - | "OutOfDate" - | "LowQuality" - | "Erroneous"; - } - - /** @name AccountEthereumSignature (200) */ - interface AccountEthereumSignature extends U8aFixed {} + | "Unit" + | "Named" + | "Index" + | "Executive" + | "Technical" + | "Legislative" + | "Judicial" + | "Defense" + | "Administration" + | "Treasury"; + } - /** @name PalletMultisigCall (202) */ - interface PalletMultisigCall extends Enum { - readonly isAsMultiThreshold1: boolean; - readonly asAsMultiThreshold1: { - readonly otherSignatories: Vec; - readonly call: Call; + /** @name XcmV2BodyPart (140) */ + interface XcmV2BodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isAsMulti: boolean; - readonly asAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly call: Call; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isApproveAsMulti: boolean; - readonly asApproveAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly callHash: U8aFixed; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isCancelAsMulti: boolean; - readonly asCancelAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly timepoint: PalletMultisigTimepoint; - readonly callHash: U8aFixed; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletMoonbeamLazyMigrationsCall (204) */ - interface PalletMoonbeamLazyMigrationsCall extends Enum { - readonly isClearSuicidedStorage: boolean; - readonly asClearSuicidedStorage: { - readonly addresses: Vec; - readonly limit: u32; - } & Struct; - readonly isCreateContractMetadata: boolean; - readonly asCreateContractMetadata: { - readonly address: H160; - } & Struct; - readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; + /** @name XcmV2MultiassetFungibility (141) */ + interface XcmV2MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV2MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name PalletParametersCall (207) */ - interface PalletParametersCall extends Enum { - readonly isSetParameter: boolean; - readonly asSetParameter: { - readonly keyValue: MoonriverRuntimeRuntimeParamsRuntimeParameters; - } & Struct; - readonly type: "SetParameter"; + /** @name XcmV2MultiassetAssetInstance (142) */ + interface XcmV2MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly isBlob: boolean; + readonly asBlob: Bytes; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name MoonriverRuntimeRuntimeParamsRuntimeParameters (208) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParameters extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - readonly type: "RuntimeConfig" | "PalletRandomness"; + /** @name XcmV3MultiassetMultiAssets (143) */ + interface XcmV3MultiassetMultiAssets extends Vec {} + + /** @name XcmV3MultiAsset (145) */ + interface XcmV3MultiAsset extends Struct { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetFungibility; } - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: ITuple< + /** @name XcmV3MultiassetAssetId (146) */ + interface XcmV3MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: StagingXcmV3MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: U8aFixed; + readonly type: "Concrete" | "Abstract"; + } + + /** @name StagingXcmV3MultiLocation (147) */ + interface StagingXcmV3MultiLocation extends Struct { + readonly parents: u8; + readonly interior: XcmV3Junctions; + } + + /** @name XcmV3Junctions (148) */ + interface XcmV3Junctions extends Enum { + readonly isHere: boolean; + readonly isX1: boolean; + readonly asX1: XcmV3Junction; + readonly isX2: boolean; + readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; + readonly isX3: boolean; + readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; + readonly isX4: boolean; + readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; + readonly isX5: boolean; + readonly asX5: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; + readonly isX6: boolean; + readonly asX6: ITuple< + [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] + >; + readonly isX7: boolean; + readonly asX7: ITuple< [ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - Option + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction ] >; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: ITuple< - [MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] + readonly isX8: boolean; + readonly asX8: ITuple< + [ + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction, + XcmV3Junction + ] >; - readonly type: "Deposit"; + readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name PalletEvmCall (213) */ - interface PalletEvmCall extends Enum { - readonly isWithdraw: boolean; - readonly asWithdraw: { - readonly address: H160; - readonly value: u128; + /** @name XcmV3Junction (149) */ + interface XcmV3Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: Option; + readonly id: U8aFixed; } & Struct; - readonly isCall: boolean; - readonly asCall: { - readonly source: H160; - readonly target: H160; - readonly input: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: Option; + readonly index: Compact; } & Struct; - readonly isCreate: boolean; - readonly asCreate: { - readonly source: H160; - readonly init: Bytes; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: Option; + readonly key: U8aFixed; } & Struct; - readonly isCreate2: boolean; - readonly asCreate2: { - readonly source: H160; - readonly init: Bytes; - readonly salt: H256; - readonly value: U256; - readonly gasLimit: u64; - readonly maxFeePerGas: U256; - readonly maxPriorityFeePerGas: Option; - readonly nonce: Option; - readonly accessList: Vec]>>; + readonly isPalletInstance: boolean; + readonly asPalletInstance: u8; + readonly isGeneralIndex: boolean; + readonly asGeneralIndex: Compact; + readonly isGeneralKey: boolean; + readonly asGeneralKey: { + readonly length: u8; + readonly data: U8aFixed; } & Struct; - readonly type: "Withdraw" | "Call" | "Create" | "Create2"; - } - - /** @name PalletEthereumCall (219) */ - interface PalletEthereumCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly transaction: EthereumTransactionTransactionV2; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV3JunctionBodyId; + readonly part: XcmV3JunctionBodyPart; } & Struct; - readonly type: "Transact"; - } - - /** @name EthereumTransactionTransactionV2 (220) */ - interface EthereumTransactionTransactionV2 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumTransactionLegacyTransaction; - readonly isEip2930: boolean; - readonly asEip2930: EthereumTransactionEip2930Transaction; - readonly isEip1559: boolean; - readonly asEip1559: EthereumTransactionEip1559Transaction; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; - } - - /** @name EthereumTransactionLegacyTransaction (221) */ - interface EthereumTransactionLegacyTransaction extends Struct { - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly signature: EthereumTransactionTransactionSignature; - } - - /** @name EthereumTransactionTransactionAction (222) */ - interface EthereumTransactionTransactionAction extends Enum { - readonly isCall: boolean; - readonly asCall: H160; - readonly isCreate: boolean; - readonly type: "Call" | "Create"; + readonly isGlobalConsensus: boolean; + readonly asGlobalConsensus: XcmV3JunctionNetworkId; + readonly type: + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality" + | "GlobalConsensus"; } - /** @name EthereumTransactionTransactionSignature (223) */ - interface EthereumTransactionTransactionSignature extends Struct { - readonly v: u64; - readonly r: H256; - readonly s: H256; + /** @name XcmV3JunctionNetworkId (151) */ + interface XcmV3JunctionNetworkId extends Enum { + readonly isByGenesis: boolean; + readonly asByGenesis: U8aFixed; + readonly isByFork: boolean; + readonly asByFork: { + readonly blockNumber: u64; + readonly blockHash: U8aFixed; + } & Struct; + readonly isPolkadot: boolean; + readonly isKusama: boolean; + readonly isWestend: boolean; + readonly isRococo: boolean; + readonly isWococo: boolean; + readonly isEthereum: boolean; + readonly asEthereum: { + readonly chainId: Compact; + } & Struct; + readonly isBitcoinCore: boolean; + readonly isBitcoinCash: boolean; + readonly isPolkadotBulletin: boolean; + readonly type: + | "ByGenesis" + | "ByFork" + | "Polkadot" + | "Kusama" + | "Westend" + | "Rococo" + | "Wococo" + | "Ethereum" + | "BitcoinCore" + | "BitcoinCash" + | "PolkadotBulletin"; } - /** @name EthereumTransactionEip2930Transaction (225) */ - interface EthereumTransactionEip2930Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly gasPrice: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name XcmV3MultiassetFungibility (152) */ + interface XcmV3MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV3MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; } - /** @name EthereumTransactionAccessListItem (227) */ - interface EthereumTransactionAccessListItem extends Struct { - readonly address: H160; - readonly storageKeys: Vec; + /** @name XcmV3MultiassetAssetInstance (153) */ + interface XcmV3MultiassetAssetInstance extends Enum { + readonly isUndefined: boolean; + readonly isIndex: boolean; + readonly asIndex: Compact; + readonly isArray4: boolean; + readonly asArray4: U8aFixed; + readonly isArray8: boolean; + readonly asArray8: U8aFixed; + readonly isArray16: boolean; + readonly asArray16: U8aFixed; + readonly isArray32: boolean; + readonly asArray32: U8aFixed; + readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name EthereumTransactionEip1559Transaction (228) */ - interface EthereumTransactionEip1559Transaction extends Struct { - readonly chainId: u64; - readonly nonce: U256; - readonly maxPriorityFeePerGas: U256; - readonly maxFeePerGas: U256; - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Vec; - readonly oddYParity: bool; - readonly r: H256; - readonly s: H256; + /** @name XcmVersionedLocation (154) */ + interface XcmVersionedLocation extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2MultiLocation; + readonly isV3: boolean; + readonly asV3: StagingXcmV3MultiLocation; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Location; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletSchedulerCall (229) */ - interface PalletSchedulerCall extends Enum { - readonly isSchedule: boolean; - readonly asSchedule: { - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + /** @name PalletAssetsEvent (155) */ + interface PalletAssetsEvent extends Enum { + readonly isCreated: boolean; + readonly asCreated: { + readonly assetId: u128; + readonly creator: AccountId20; + readonly owner: AccountId20; } & Struct; - readonly isCancel: boolean; - readonly asCancel: { - readonly when: u32; - readonly index: u32; + readonly isIssued: boolean; + readonly asIssued: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly amount: u128; } & Struct; - readonly isScheduleNamed: boolean; - readonly asScheduleNamed: { - readonly id: U8aFixed; - readonly when: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + readonly isTransferred: boolean; + readonly asTransferred: { + readonly assetId: u128; + readonly from: AccountId20; + readonly to: AccountId20; + readonly amount: u128; } & Struct; - readonly isCancelNamed: boolean; - readonly asCancelNamed: { - readonly id: U8aFixed; + readonly isBurned: boolean; + readonly asBurned: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly balance: u128; } & Struct; - readonly isScheduleAfter: boolean; - readonly asScheduleAfter: { - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + readonly isTeamChanged: boolean; + readonly asTeamChanged: { + readonly assetId: u128; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly isScheduleNamedAfter: boolean; - readonly asScheduleNamedAfter: { - readonly id: U8aFixed; - readonly after: u32; - readonly maybePeriodic: Option>; - readonly priority: u8; - readonly call: Call; + readonly isOwnerChanged: boolean; + readonly asOwnerChanged: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isSetRetry: boolean; - readonly asSetRetry: { - readonly task: ITuple<[u32, u32]>; - readonly retries: u8; - readonly period: u32; + readonly isFrozen: boolean; + readonly asFrozen: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isSetRetryNamed: boolean; - readonly asSetRetryNamed: { - readonly id: U8aFixed; - readonly retries: u8; - readonly period: u32; + readonly isThawed: boolean; + readonly asThawed: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isCancelRetry: boolean; - readonly asCancelRetry: { - readonly task: ITuple<[u32, u32]>; + readonly isAssetFrozen: boolean; + readonly asAssetFrozen: { + readonly assetId: u128; } & Struct; - readonly isCancelRetryNamed: boolean; - readonly asCancelRetryNamed: { - readonly id: U8aFixed; + readonly isAssetThawed: boolean; + readonly asAssetThawed: { + readonly assetId: u128; } & Struct; - readonly type: - | "Schedule" - | "Cancel" - | "ScheduleNamed" - | "CancelNamed" - | "ScheduleAfter" - | "ScheduleNamedAfter" - | "SetRetry" - | "SetRetryNamed" - | "CancelRetry" - | "CancelRetryNamed"; - } - - /** @name PalletPreimageCall (231) */ - interface PalletPreimageCall extends Enum { - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly bytes: Bytes; + readonly isAccountsDestroyed: boolean; + readonly asAccountsDestroyed: { + readonly assetId: u128; + readonly accountsDestroyed: u32; + readonly accountsRemaining: u32; } & Struct; - readonly isUnnotePreimage: boolean; - readonly asUnnotePreimage: { - readonly hash_: H256; + readonly isApprovalsDestroyed: boolean; + readonly asApprovalsDestroyed: { + readonly assetId: u128; + readonly approvalsDestroyed: u32; + readonly approvalsRemaining: u32; } & Struct; - readonly isRequestPreimage: boolean; - readonly asRequestPreimage: { - readonly hash_: H256; + readonly isDestructionStarted: boolean; + readonly asDestructionStarted: { + readonly assetId: u128; } & Struct; - readonly isUnrequestPreimage: boolean; - readonly asUnrequestPreimage: { - readonly hash_: H256; + readonly isDestroyed: boolean; + readonly asDestroyed: { + readonly assetId: u128; } & Struct; - readonly isEnsureUpdated: boolean; - readonly asEnsureUpdated: { - readonly hashes: Vec; + readonly isForceCreated: boolean; + readonly asForceCreated: { + readonly assetId: u128; + readonly owner: AccountId20; + } & Struct; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly assetId: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } & Struct; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly assetId: u128; } & Struct; - readonly type: - | "NotePreimage" - | "UnnotePreimage" - | "RequestPreimage" - | "UnrequestPreimage" - | "EnsureUpdated"; - } - - /** @name PalletConvictionVotingCall (232) */ - interface PalletConvictionVotingCall extends Enum { - readonly isVote: boolean; - readonly asVote: { - readonly pollIndex: Compact; - readonly vote: PalletConvictionVotingVoteAccountVote; + readonly isApprovedTransfer: boolean; + readonly asApprovedTransfer: { + readonly assetId: u128; + readonly source: AccountId20; + readonly delegate: AccountId20; + readonly amount: u128; } & Struct; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly class: u16; - readonly to: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly balance: u128; + readonly isApprovalCancelled: boolean; + readonly asApprovalCancelled: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly isUndelegate: boolean; - readonly asUndelegate: { - readonly class: u16; + readonly isTransferredApproved: boolean; + readonly asTransferredApproved: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; + readonly destination: AccountId20; + readonly amount: u128; } & Struct; - readonly isUnlock: boolean; - readonly asUnlock: { - readonly class: u16; - readonly target: AccountId20; + readonly isAssetStatusChanged: boolean; + readonly asAssetStatusChanged: { + readonly assetId: u128; } & Struct; - readonly isRemoveVote: boolean; - readonly asRemoveVote: { - readonly class: Option; - readonly index: u32; + readonly isAssetMinBalanceChanged: boolean; + readonly asAssetMinBalanceChanged: { + readonly assetId: u128; + readonly newMinBalance: u128; } & Struct; - readonly isRemoveOtherVote: boolean; - readonly asRemoveOtherVote: { - readonly target: AccountId20; - readonly class: u16; - readonly index: u32; + readonly isTouched: boolean; + readonly asTouched: { + readonly assetId: u128; + readonly who: AccountId20; + readonly depositor: AccountId20; } & Struct; - readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; - } - - /** @name PalletConvictionVotingVoteAccountVote (233) */ - interface PalletConvictionVotingVoteAccountVote extends Enum { - readonly isStandard: boolean; - readonly asStandard: { - readonly vote: Vote; - readonly balance: u128; + readonly isBlocked: boolean; + readonly asBlocked: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isSplit: boolean; - readonly asSplit: { - readonly aye: u128; - readonly nay: u128; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isSplitAbstain: boolean; - readonly asSplitAbstain: { - readonly aye: u128; - readonly nay: u128; - readonly abstain: u128; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly type: "Standard" | "Split" | "SplitAbstain"; - } - - /** @name PalletConvictionVotingConviction (235) */ - interface PalletConvictionVotingConviction extends Enum { - readonly isNone: boolean; - readonly isLocked1x: boolean; - readonly isLocked2x: boolean; - readonly isLocked3x: boolean; - readonly isLocked4x: boolean; - readonly isLocked5x: boolean; - readonly isLocked6x: boolean; readonly type: - | "None" - | "Locked1x" - | "Locked2x" - | "Locked3x" - | "Locked4x" - | "Locked5x" - | "Locked6x"; + | "Created" + | "Issued" + | "Transferred" + | "Burned" + | "TeamChanged" + | "OwnerChanged" + | "Frozen" + | "Thawed" + | "AssetFrozen" + | "AssetThawed" + | "AccountsDestroyed" + | "ApprovalsDestroyed" + | "DestructionStarted" + | "Destroyed" + | "ForceCreated" + | "MetadataSet" + | "MetadataCleared" + | "ApprovedTransfer" + | "ApprovalCancelled" + | "TransferredApproved" + | "AssetStatusChanged" + | "AssetMinBalanceChanged" + | "Touched" + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name PalletReferendaCall (237) */ - interface PalletReferendaCall extends Enum { - readonly isSubmit: boolean; - readonly asSubmit: { - readonly proposalOrigin: MoonriverRuntimeOriginCaller; - readonly proposal: FrameSupportPreimagesBounded; - readonly enactmentMoment: FrameSupportScheduleDispatchTime; - } & Struct; - readonly isPlaceDecisionDeposit: boolean; - readonly asPlaceDecisionDeposit: { - readonly index: u32; - } & Struct; - readonly isRefundDecisionDeposit: boolean; - readonly asRefundDecisionDeposit: { - readonly index: u32; - } & Struct; - readonly isCancel: boolean; - readonly asCancel: { - readonly index: u32; + /** @name PalletAssetManagerEvent (156) */ + interface PalletAssetManagerEvent extends Enum { + readonly isForeignAssetRegistered: boolean; + readonly asForeignAssetRegistered: { + readonly assetId: u128; + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; - readonly isKill: boolean; - readonly asKill: { - readonly index: u32; + readonly isUnitsPerSecondChanged: boolean; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isNudgeReferendum: boolean; - readonly asNudgeReferendum: { - readonly index: u32; + readonly isForeignAssetRemoved: boolean; + readonly asForeignAssetRemoved: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isOneFewerDeciding: boolean; - readonly asOneFewerDeciding: { - readonly track: u16; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isRefundSubmissionDeposit: boolean; - readonly asRefundSubmissionDeposit: { - readonly index: u32; + readonly isForeignAssetDestroyed: boolean; + readonly asForeignAssetDestroyed: { + readonly assetId: u128; + readonly assetType: MoonbaseRuntimeXcmConfigAssetType; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { - readonly index: u32; - readonly maybeHash: Option; + readonly isLocalAssetDestroyed: boolean; + readonly asLocalAssetDestroyed: { + readonly assetId: u128; } & Struct; readonly type: - | "Submit" - | "PlaceDecisionDeposit" - | "RefundDecisionDeposit" - | "Cancel" - | "Kill" - | "NudgeReferendum" - | "OneFewerDeciding" - | "RefundSubmissionDeposit" - | "SetMetadata"; + | "ForeignAssetRegistered" + | "UnitsPerSecondChanged" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetRemoved" + | "SupportedAssetRemoved" + | "ForeignAssetDestroyed" + | "LocalAssetDestroyed"; } - /** @name FrameSupportScheduleDispatchTime (238) */ - interface FrameSupportScheduleDispatchTime extends Enum { - readonly isAt: boolean; - readonly asAt: u32; - readonly isAfter: boolean; - readonly asAfter: u32; - readonly type: "At" | "After"; + /** @name MoonbaseRuntimeXcmConfigAssetType (157) */ + interface MoonbaseRuntimeXcmConfigAssetType extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV3MultiLocation; + readonly type: "Xcm"; } - /** @name PalletWhitelistCall (240) */ - interface PalletWhitelistCall extends Enum { - readonly isWhitelistCall: boolean; - readonly asWhitelistCall: { - readonly callHash: H256; + /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (158) */ + interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } + + /** @name PalletMigrationsEvent (159) */ + interface PalletMigrationsEvent extends Enum { + readonly isRuntimeUpgradeStarted: boolean; + readonly isRuntimeUpgradeCompleted: boolean; + readonly asRuntimeUpgradeCompleted: { + readonly weight: SpWeightsWeightV2Weight; } & Struct; - readonly isRemoveWhitelistedCall: boolean; - readonly asRemoveWhitelistedCall: { - readonly callHash: H256; + readonly isMigrationStarted: boolean; + readonly asMigrationStarted: { + readonly migrationName: Bytes; } & Struct; - readonly isDispatchWhitelistedCall: boolean; - readonly asDispatchWhitelistedCall: { - readonly callHash: H256; - readonly callEncodedLen: u32; - readonly callWeightWitness: SpWeightsWeightV2Weight; + readonly isMigrationCompleted: boolean; + readonly asMigrationCompleted: { + readonly migrationName: Bytes; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isDispatchWhitelistedCallWithPreimage: boolean; - readonly asDispatchWhitelistedCallWithPreimage: { - readonly call: Call; + readonly isFailedToSuspendIdleXcmExecution: boolean; + readonly asFailedToSuspendIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; + } & Struct; + readonly isFailedToResumeIdleXcmExecution: boolean; + readonly asFailedToResumeIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; readonly type: - | "WhitelistCall" - | "RemoveWhitelistedCall" - | "DispatchWhitelistedCall" - | "DispatchWhitelistedCallWithPreimage"; + | "RuntimeUpgradeStarted" + | "RuntimeUpgradeCompleted" + | "MigrationStarted" + | "MigrationCompleted" + | "FailedToSuspendIdleXcmExecution" + | "FailedToResumeIdleXcmExecution"; } - /** @name PalletCollectiveCall (241) */ - interface PalletCollectiveCall extends Enum { - readonly isSetMembers: boolean; - readonly asSetMembers: { - readonly newMembers: Vec; - readonly prime: Option; - readonly oldCount: u32; - } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly proposal: Call; - readonly lengthBound: Compact; + /** @name PalletXcmTransactorEvent (160) */ + interface PalletXcmTransactorEvent extends Enum { + readonly isTransactedDerivative: boolean; + readonly asTransactedDerivative: { + readonly accountId: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; + readonly index: u16; } & Struct; - readonly isPropose: boolean; - readonly asPropose: { - readonly threshold: Compact; - readonly proposal: Call; - readonly lengthBound: Compact; + readonly isTransactedSovereign: boolean; + readonly asTransactedSovereign: { + readonly feePayer: Option; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isVote: boolean; - readonly asVote: { - readonly proposal: H256; - readonly index: Compact; - readonly approve: bool; + readonly isTransactedSigned: boolean; + readonly asTransactedSigned: { + readonly feePayer: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isDisapproveProposal: boolean; - readonly asDisapproveProposal: { - readonly proposalHash: H256; + readonly isRegisteredDerivative: boolean; + readonly asRegisteredDerivative: { + readonly accountId: AccountId20; + readonly index: u16; } & Struct; - readonly isClose: boolean; - readonly asClose: { - readonly proposalHash: H256; - readonly index: Compact; - readonly proposalWeightBound: SpWeightsWeightV2Weight; - readonly lengthBound: Compact; + readonly isDeRegisteredDerivative: boolean; + readonly asDeRegisteredDerivative: { + readonly index: u16; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; - } - - /** @name PalletTreasuryCall (243) */ - interface PalletTreasuryCall extends Enum { - readonly isSpendLocal: boolean; - readonly asSpendLocal: { - readonly amount: Compact; - readonly beneficiary: AccountId20; + readonly isTransactFailed: boolean; + readonly asTransactFailed: { + readonly error: XcmV3TraitsError; } & Struct; - readonly isRemoveApproval: boolean; - readonly asRemoveApproval: { - readonly proposalId: Compact; + readonly isTransactInfoChanged: boolean; + readonly asTransactInfoChanged: { + readonly location: StagingXcmV4Location; + readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; } & Struct; - readonly isSpend: boolean; - readonly asSpend: { - readonly assetKind: Null; - readonly amount: Compact; - readonly beneficiary: AccountId20; - readonly validFrom: Option; + readonly isTransactInfoRemoved: boolean; + readonly asTransactInfoRemoved: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isPayout: boolean; - readonly asPayout: { - readonly index: u32; + readonly isDestFeePerSecondChanged: boolean; + readonly asDestFeePerSecondChanged: { + readonly location: StagingXcmV4Location; + readonly feePerSecond: u128; } & Struct; - readonly isCheckStatus: boolean; - readonly asCheckStatus: { - readonly index: u32; + readonly isDestFeePerSecondRemoved: boolean; + readonly asDestFeePerSecondRemoved: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isVoidSpend: boolean; - readonly asVoidSpend: { - readonly index: u32; + readonly isHrmpManagementSent: boolean; + readonly asHrmpManagementSent: { + readonly action: PalletXcmTransactorHrmpOperation; } & Struct; readonly type: - | "SpendLocal" - | "RemoveApproval" - | "Spend" - | "Payout" - | "CheckStatus" - | "VoidSpend"; + | "TransactedDerivative" + | "TransactedSovereign" + | "TransactedSigned" + | "RegisteredDerivative" + | "DeRegisteredDerivative" + | "TransactFailed" + | "TransactInfoChanged" + | "TransactInfoRemoved" + | "DestFeePerSecondChanged" + | "DestFeePerSecondRemoved" + | "HrmpManagementSent"; } - /** @name PalletCrowdloanRewardsCall (245) */ - interface PalletCrowdloanRewardsCall extends Enum { - readonly isAssociateNativeIdentity: boolean; - readonly asAssociateNativeIdentity: { - readonly rewardAccount: AccountId20; - readonly relayAccount: U8aFixed; - readonly proof: SpRuntimeMultiSignature; - } & Struct; - readonly isChangeAssociationWithRelayKeys: boolean; - readonly asChangeAssociationWithRelayKeys: { - readonly rewardAccount: AccountId20; - readonly previousAccount: AccountId20; - readonly proofs: Vec>; - } & Struct; - readonly isClaim: boolean; - readonly isUpdateRewardAddress: boolean; - readonly asUpdateRewardAddress: { - readonly newRewardAccount: AccountId20; - } & Struct; - readonly isCompleteInitialization: boolean; - readonly asCompleteInitialization: { - readonly leaseEndingBlock: u32; + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (161) */ + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; + } + + /** @name PalletXcmTransactorHrmpOperation (163) */ + interface PalletXcmTransactorHrmpOperation extends Enum { + readonly isInitOpen: boolean; + readonly asInitOpen: PalletXcmTransactorHrmpInitParams; + readonly isAccept: boolean; + readonly asAccept: { + readonly paraId: u32; } & Struct; - readonly isInitializeRewardVec: boolean; - readonly asInitializeRewardVec: { - readonly rewards: Vec, u128]>>; + readonly isClose: boolean; + readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly isCancel: boolean; + readonly asCancel: { + readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; + readonly openRequests: u32; } & Struct; - readonly type: - | "AssociateNativeIdentity" - | "ChangeAssociationWithRelayKeys" - | "Claim" - | "UpdateRewardAddress" - | "CompleteInitialization" - | "InitializeRewardVec"; + readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name SpRuntimeMultiSignature (246) */ - interface SpRuntimeMultiSignature extends Enum { - readonly isEd25519: boolean; - readonly asEd25519: U8aFixed; - readonly isSr25519: boolean; - readonly asSr25519: U8aFixed; - readonly isEcdsa: boolean; - readonly asEcdsa: U8aFixed; - readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; + /** @name PalletXcmTransactorHrmpInitParams (164) */ + interface PalletXcmTransactorHrmpInitParams extends Struct { + readonly paraId: u32; + readonly proposedMaxCapacity: u32; + readonly proposedMaxMessageSize: u32; } - /** @name PalletXcmCall (252) */ - interface PalletXcmCall extends Enum { - readonly isSend: boolean; - readonly asSend: { - readonly dest: XcmVersionedLocation; - readonly message: XcmVersionedXcm; + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (166) */ + interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { + readonly sender: u32; + readonly recipient: u32; + } + + /** @name PalletMoonbeamOrbitersEvent (167) */ + interface PalletMoonbeamOrbitersEvent extends Enum { + readonly isOrbiterJoinCollatorPool: boolean; + readonly asOrbiterJoinCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isTeleportAssets: boolean; - readonly asTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isReserveTransferAssets: boolean; - readonly asReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; + readonly isOrbiterRewarded: boolean; + readonly asOrbiterRewarded: { + readonly account: AccountId20; + readonly rewards: u128; + } & Struct; + readonly isOrbiterRotation: boolean; + readonly asOrbiterRotation: { + readonly collator: AccountId20; + readonly oldOrbiter: Option; + readonly newOrbiter: Option; + } & Struct; + readonly isOrbiterRegistered: boolean; + readonly asOrbiterRegistered: { + readonly account: AccountId20; + readonly deposit: u128; + } & Struct; + readonly isOrbiterUnregistered: boolean; + readonly asOrbiterUnregistered: { + readonly account: AccountId20; + } & Struct; + readonly type: + | "OrbiterJoinCollatorPool" + | "OrbiterLeaveCollatorPool" + | "OrbiterRewarded" + | "OrbiterRotation" + | "OrbiterRegistered" + | "OrbiterUnregistered"; + } + + /** @name PalletEthereumXcmEvent (168) */ + interface PalletEthereumXcmEvent extends Enum { + readonly isExecutedFromXcm: boolean; + readonly asExecutedFromXcm: { + readonly xcmMsgHash: H256; + readonly ethTxHash: H256; } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly message: XcmVersionedXcm; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly type: "ExecutedFromXcm"; + } + + /** @name PalletRandomnessEvent (169) */ + interface PalletRandomnessEvent extends Enum { + readonly isRandomnessRequestedBabeEpoch: boolean; + readonly asRandomnessRequestedBabeEpoch: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestEpoch: u64; } & Struct; - readonly isForceXcmVersion: boolean; - readonly asForceXcmVersion: { - readonly location: StagingXcmV4Location; - readonly version: u32; + readonly isRandomnessRequestedLocal: boolean; + readonly asRandomnessRequestedLocal: { + readonly id: u64; + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly earliestBlock: u32; } & Struct; - readonly isForceDefaultXcmVersion: boolean; - readonly asForceDefaultXcmVersion: { - readonly maybeXcmVersion: Option; + readonly isRequestFulfilled: boolean; + readonly asRequestFulfilled: { + readonly id: u64; } & Struct; - readonly isForceSubscribeVersionNotify: boolean; - readonly asForceSubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isRequestFeeIncreased: boolean; + readonly asRequestFeeIncreased: { + readonly id: u64; + readonly newFee: u128; } & Struct; - readonly isForceUnsubscribeVersionNotify: boolean; - readonly asForceUnsubscribeVersionNotify: { - readonly location: XcmVersionedLocation; + readonly isRequestExpirationExecuted: boolean; + readonly asRequestExpirationExecuted: { + readonly id: u64; } & Struct; - readonly isLimitedReserveTransferAssets: boolean; - readonly asLimitedReserveTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly type: + | "RandomnessRequestedBabeEpoch" + | "RandomnessRequestedLocal" + | "RequestFulfilled" + | "RequestFeeIncreased" + | "RequestExpirationExecuted"; + } + + /** @name PalletCollectiveEvent (170) */ + interface PalletCollectiveEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly account: AccountId20; + readonly proposalIndex: u32; + readonly proposalHash: H256; + readonly threshold: u32; } & Struct; - readonly isLimitedTeleportAssets: boolean; - readonly asLimitedTeleportAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isVoted: boolean; + readonly asVoted: { + readonly account: AccountId20; + readonly proposalHash: H256; + readonly voted: bool; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly isForceSuspension: boolean; - readonly asForceSuspension: { - readonly suspended: bool; + readonly isApproved: boolean; + readonly asApproved: { + readonly proposalHash: H256; } & Struct; - readonly isTransferAssets: boolean; - readonly asTransferAssets: { - readonly dest: XcmVersionedLocation; - readonly beneficiary: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly feeAssetItem: u32; - readonly weightLimit: XcmV3WeightLimit; + readonly isDisapproved: boolean; + readonly asDisapproved: { + readonly proposalHash: H256; } & Struct; - readonly isClaimAssets: boolean; - readonly asClaimAssets: { - readonly assets: XcmVersionedAssets; - readonly beneficiary: XcmVersionedLocation; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isTransferAssetsUsingTypeAndThen: boolean; - readonly asTransferAssetsUsingTypeAndThen: { - readonly dest: XcmVersionedLocation; - readonly assets: XcmVersionedAssets; - readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly remoteFeesId: XcmVersionedAssetId; - readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; - readonly customXcmOnDest: XcmVersionedXcm; - readonly weightLimit: XcmV3WeightLimit; + readonly isMemberExecuted: boolean; + readonly asMemberExecuted: { + readonly proposalHash: H256; + readonly result: Result; + } & Struct; + readonly isClosed: boolean; + readonly asClosed: { + readonly proposalHash: H256; + readonly yes: u32; + readonly no: u32; } & Struct; readonly type: - | "Send" - | "TeleportAssets" - | "ReserveTransferAssets" - | "Execute" - | "ForceXcmVersion" - | "ForceDefaultXcmVersion" - | "ForceSubscribeVersionNotify" - | "ForceUnsubscribeVersionNotify" - | "LimitedReserveTransferAssets" - | "LimitedTeleportAssets" - | "ForceSuspension" - | "TransferAssets" - | "ClaimAssets" - | "TransferAssetsUsingTypeAndThen"; - } - - /** @name XcmVersionedLocation (253) */ - interface XcmVersionedLocation extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiLocation; - readonly isV3: boolean; - readonly asV3: StagingXcmV3MultiLocation; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Location; - readonly type: "V2" | "V3" | "V4"; - } - - /** @name XcmV2MultiLocation (254) */ - interface XcmV2MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV2MultilocationJunctions; + | "Proposed" + | "Voted" + | "Approved" + | "Disapproved" + | "Executed" + | "MemberExecuted" + | "Closed"; } - /** @name XcmV2MultilocationJunctions (255) */ - interface XcmV2MultilocationJunctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV2Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction, - XcmV2Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + /** @name PalletConvictionVotingEvent (171) */ + interface PalletConvictionVotingEvent extends Enum { + readonly isDelegated: boolean; + readonly asDelegated: ITuple<[AccountId20, AccountId20]>; + readonly isUndelegated: boolean; + readonly asUndelegated: AccountId20; + readonly type: "Delegated" | "Undelegated"; } - /** @name XcmV2Junction (256) */ - interface XcmV2Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: XcmV2NetworkId; - readonly id: U8aFixed; + /** @name PalletReferendaEvent (172) */ + interface PalletReferendaEvent extends Enum { + readonly isSubmitted: boolean; + readonly asSubmitted: { + readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + } & Struct; + readonly isDecisionDepositPlaced: boolean; + readonly asDecisionDepositPlaced: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionDepositRefunded: boolean; + readonly asDecisionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDepositSlashed: boolean; + readonly asDepositSlashed: { + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isDecisionStarted: boolean; + readonly asDecisionStarted: { + readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isConfirmStarted: boolean; + readonly asConfirmStarted: { + readonly index: u32; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: XcmV2NetworkId; - readonly index: Compact; + readonly isConfirmAborted: boolean; + readonly asConfirmAborted: { + readonly index: u32; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: XcmV2NetworkId; - readonly key: U8aFixed; + readonly isConfirmed: boolean; + readonly asConfirmed: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: Bytes; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV2BodyId; - readonly part: XcmV2BodyPart; + readonly isApproved: boolean; + readonly asApproved: { + readonly index: u32; + } & Struct; + readonly isRejected: boolean; + readonly asRejected: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isTimedOut: boolean; + readonly asTimedOut: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isCancelled: boolean; + readonly asCancelled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isKilled: boolean; + readonly asKilled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; + } & Struct; + readonly isSubmissionDepositRefunded: boolean; + readonly asSubmissionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly index: u32; + readonly hash_: H256; + } & Struct; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly index: u32; + readonly hash_: H256; } & Struct; readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality"; - } - - /** @name XcmV2NetworkId (257) */ - interface XcmV2NetworkId extends Enum { - readonly isAny: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; + | "Submitted" + | "DecisionDepositPlaced" + | "DecisionDepositRefunded" + | "DepositSlashed" + | "DecisionStarted" + | "ConfirmStarted" + | "ConfirmAborted" + | "Confirmed" + | "Approved" + | "Rejected" + | "TimedOut" + | "Cancelled" + | "Killed" + | "SubmissionDepositRefunded" + | "MetadataSet" + | "MetadataCleared"; } - /** @name XcmV2BodyId (259) */ - interface XcmV2BodyId extends Enum { - readonly isUnit: boolean; - readonly isNamed: boolean; - readonly asNamed: Bytes; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isExecutive: boolean; - readonly isTechnical: boolean; - readonly isLegislative: boolean; - readonly isJudicial: boolean; - readonly isDefense: boolean; - readonly isAdministration: boolean; - readonly isTreasury: boolean; - readonly type: - | "Unit" - | "Named" - | "Index" - | "Executive" - | "Technical" - | "Legislative" - | "Judicial" - | "Defense" - | "Administration" - | "Treasury"; + /** @name FrameSupportPreimagesBounded (173) */ + interface FrameSupportPreimagesBounded extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: { + readonly hash_: H256; + } & Struct; + readonly isInline: boolean; + readonly asInline: Bytes; + readonly isLookup: boolean; + readonly asLookup: { + readonly hash_: H256; + readonly len: u32; + } & Struct; + readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name XcmV2BodyPart (260) */ - interface XcmV2BodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; + /** @name FrameSystemCall (175) */ + interface FrameSystemCall extends Enum { + readonly isRemark: boolean; + readonly asRemark: { + readonly remark: Bytes; } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; + readonly isSetHeapPages: boolean; + readonly asSetHeapPages: { + readonly pages: u64; } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isSetCode: boolean; + readonly asSetCode: { + readonly code: Bytes; } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isSetCodeWithoutChecks: boolean; + readonly asSetCodeWithoutChecks: { + readonly code: Bytes; } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; - } - - /** @name StagingXcmV3MultiLocation (261) */ - interface StagingXcmV3MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV3Junctions; - } - - /** @name XcmV3Junctions (262) */ - interface XcmV3Junctions extends Enum { - readonly isHere: boolean; - readonly isX1: boolean; - readonly asX1: XcmV3Junction; - readonly isX2: boolean; - readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>; - readonly isX3: boolean; - readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX4: boolean; - readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>; - readonly isX5: boolean; - readonly asX5: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX6: boolean; - readonly asX6: ITuple< - [XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction] - >; - readonly isX7: boolean; - readonly asX7: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly isX8: boolean; - readonly asX8: ITuple< - [ - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction, - XcmV3Junction - ] - >; - readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; + readonly isSetStorage: boolean; + readonly asSetStorage: { + readonly items: Vec>; + } & Struct; + readonly isKillStorage: boolean; + readonly asKillStorage: { + readonly keys_: Vec; + } & Struct; + readonly isKillPrefix: boolean; + readonly asKillPrefix: { + readonly prefix: Bytes; + readonly subkeys: u32; + } & Struct; + readonly isRemarkWithEvent: boolean; + readonly asRemarkWithEvent: { + readonly remark: Bytes; + } & Struct; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + } & Struct; + readonly isAuthorizeUpgradeWithoutChecks: boolean; + readonly asAuthorizeUpgradeWithoutChecks: { + readonly codeHash: H256; + } & Struct; + readonly isApplyAuthorizedUpgrade: boolean; + readonly asApplyAuthorizedUpgrade: { + readonly code: Bytes; + } & Struct; + readonly type: + | "Remark" + | "SetHeapPages" + | "SetCode" + | "SetCodeWithoutChecks" + | "SetStorage" + | "KillStorage" + | "KillPrefix" + | "RemarkWithEvent" + | "AuthorizeUpgrade" + | "AuthorizeUpgradeWithoutChecks" + | "ApplyAuthorizedUpgrade"; } - /** @name XcmV3Junction (263) */ - interface XcmV3Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: Option; - readonly id: U8aFixed; + /** @name PalletUtilityCall (179) */ + interface PalletUtilityCall extends Enum { + readonly isBatch: boolean; + readonly asBatch: { + readonly calls: Vec; } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: Option; - readonly index: Compact; + readonly isAsDerivative: boolean; + readonly asAsDerivative: { + readonly index: u16; + readonly call: Call; } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: Option; - readonly key: U8aFixed; + readonly isBatchAll: boolean; + readonly asBatchAll: { + readonly calls: Vec; } & Struct; - readonly isPalletInstance: boolean; - readonly asPalletInstance: u8; - readonly isGeneralIndex: boolean; - readonly asGeneralIndex: Compact; - readonly isGeneralKey: boolean; - readonly asGeneralKey: { - readonly length: u8; - readonly data: U8aFixed; + readonly isDispatchAs: boolean; + readonly asDispatchAs: { + readonly asOrigin: MoonbaseRuntimeOriginCaller; + readonly call: Call; } & Struct; - readonly isOnlyChild: boolean; - readonly isPlurality: boolean; - readonly asPlurality: { - readonly id: XcmV3JunctionBodyId; - readonly part: XcmV3JunctionBodyPart; + readonly isForceBatch: boolean; + readonly asForceBatch: { + readonly calls: Vec; + } & Struct; + readonly isWithWeight: boolean; + readonly asWithWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; } & Struct; - readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: XcmV3JunctionNetworkId; readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality" - | "GlobalConsensus"; + | "Batch" + | "AsDerivative" + | "BatchAll" + | "DispatchAs" + | "ForceBatch" + | "WithWeight"; } - /** @name XcmV3JunctionNetworkId (265) */ - interface XcmV3JunctionNetworkId extends Enum { - readonly isByGenesis: boolean; - readonly asByGenesis: U8aFixed; - readonly isByFork: boolean; - readonly asByFork: { - readonly blockNumber: u64; - readonly blockHash: U8aFixed; - } & Struct; - readonly isPolkadot: boolean; - readonly isKusama: boolean; - readonly isWestend: boolean; - readonly isRococo: boolean; - readonly isWococo: boolean; + /** @name MoonbaseRuntimeOriginCaller (181) */ + interface MoonbaseRuntimeOriginCaller extends Enum { + readonly isSystem: boolean; + readonly asSystem: FrameSupportDispatchRawOrigin; + readonly isVoid: boolean; readonly isEthereum: boolean; - readonly asEthereum: { - readonly chainId: Compact; - } & Struct; - readonly isBitcoinCore: boolean; - readonly isBitcoinCash: boolean; - readonly isPolkadotBulletin: boolean; + readonly asEthereum: PalletEthereumRawOrigin; + readonly isCumulusXcm: boolean; + readonly asCumulusXcm: CumulusPalletXcmOrigin; + readonly isPolkadotXcm: boolean; + readonly asPolkadotXcm: PalletXcmOrigin; + readonly isEthereumXcm: boolean; + readonly asEthereumXcm: PalletEthereumXcmRawOrigin; + readonly isTreasuryCouncilCollective: boolean; + readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; + readonly isOrigins: boolean; + readonly asOrigins: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; + readonly isOpenTechCommitteeCollective: boolean; + readonly asOpenTechCommitteeCollective: PalletCollectiveRawOrigin; readonly type: - | "ByGenesis" - | "ByFork" - | "Polkadot" - | "Kusama" - | "Westend" - | "Rococo" - | "Wococo" + | "System" + | "Void" | "Ethereum" - | "BitcoinCore" - | "BitcoinCash" - | "PolkadotBulletin"; + | "CumulusXcm" + | "PolkadotXcm" + | "EthereumXcm" + | "TreasuryCouncilCollective" + | "Origins" + | "OpenTechCommitteeCollective"; } - /** @name XcmVersionedXcm (266) */ - interface XcmVersionedXcm extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Xcm; - readonly isV3: boolean; - readonly asV3: XcmV3Xcm; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Xcm; - readonly type: "V2" | "V3" | "V4"; + /** @name FrameSupportDispatchRawOrigin (182) */ + interface FrameSupportDispatchRawOrigin extends Enum { + readonly isRoot: boolean; + readonly isSigned: boolean; + readonly asSigned: AccountId20; + readonly isNone: boolean; + readonly type: "Root" | "Signed" | "None"; } - /** @name XcmV2Xcm (267) */ - interface XcmV2Xcm extends Vec {} + /** @name PalletEthereumRawOrigin (183) */ + interface PalletEthereumRawOrigin extends Enum { + readonly isEthereumTransaction: boolean; + readonly asEthereumTransaction: H160; + readonly type: "EthereumTransaction"; + } - /** @name XcmV2Instruction (269) */ - interface XcmV2Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV2Response; - readonly maxWeight: Compact; + /** @name CumulusPalletXcmOrigin (184) */ + interface CumulusPalletXcmOrigin extends Enum { + readonly isRelay: boolean; + readonly isSiblingParachain: boolean; + readonly asSiblingParachain: u32; + readonly type: "Relay" | "SiblingParachain"; + } + + /** @name PalletXcmOrigin (185) */ + interface PalletXcmOrigin extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV4Location; + readonly isResponse: boolean; + readonly asResponse: StagingXcmV4Location; + readonly type: "Xcm" | "Response"; + } + + /** @name PalletEthereumXcmRawOrigin (186) */ + interface PalletEthereumXcmRawOrigin extends Enum { + readonly isXcmEthereumTransaction: boolean; + readonly asXcmEthereumTransaction: H160; + readonly type: "XcmEthereumTransaction"; + } + + /** @name PalletCollectiveRawOrigin (187) */ + interface PalletCollectiveRawOrigin extends Enum { + readonly isMembers: boolean; + readonly asMembers: ITuple<[u32, u32]>; + readonly isMember: boolean; + readonly asMember: AccountId20; + readonly isPhantom: boolean; + readonly type: "Members" | "Member" | "Phantom"; + } + + /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (188) */ + interface MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { + readonly isWhitelistedCaller: boolean; + readonly isGeneralAdmin: boolean; + readonly isReferendumCanceller: boolean; + readonly isReferendumKiller: boolean; + readonly isFastGeneralAdmin: boolean; + readonly type: + | "WhitelistedCaller" + | "GeneralAdmin" + | "ReferendumCanceller" + | "ReferendumKiller" + | "FastGeneralAdmin"; + } + + /** @name SpCoreVoid (190) */ + type SpCoreVoid = Null; + + /** @name PalletTimestampCall (191) */ + interface PalletTimestampCall extends Enum { + readonly isSet: boolean; + readonly asSet: { + readonly now: Compact; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly beneficiary: XcmV2MultiLocation; + readonly type: "Set"; + } + + /** @name PalletBalancesCall (192) */ + interface PalletBalancesCall extends Enum { + readonly isTransferAllowDeath: boolean; + readonly asTransferAllowDeath: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly source: AccountId20; + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originType: XcmV2OriginKind; - readonly requireWeightAtMost: Compact; - readonly call: XcmDoubleEncoded; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly dest: AccountId20; + readonly value: Compact; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isTransferAll: boolean; + readonly asTransferAll: { + readonly dest: AccountId20; + readonly keepAlive: bool; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isForceUnreserve: boolean; + readonly asForceUnreserve: { + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isUpgradeAccounts: boolean; + readonly asUpgradeAccounts: { + readonly who: Vec; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV2MultilocationJunctions; - readonly isReportError: boolean; - readonly asReportError: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly maxResponseWeight: Compact; + readonly isForceSetBalance: boolean; + readonly asForceSetBalance: { + readonly who: AccountId20; + readonly newFree: Compact; } & Struct; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly beneficiary: XcmV2MultiLocation; + readonly isForceAdjustTotalIssuance: boolean; + readonly asForceAdjustTotalIssuance: { + readonly direction: PalletBalancesAdjustmentDirection; + readonly delta: Compact; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV2MultiassetMultiAssetFilter; - readonly receive: XcmV2MultiassetMultiAssets; + readonly type: + | "TransferAllowDeath" + | "ForceTransfer" + | "TransferKeepAlive" + | "TransferAll" + | "ForceUnreserve" + | "UpgradeAccounts" + | "ForceSetBalance" + | "ForceAdjustTotalIssuance" + | "Burn"; + } + + /** @name PalletBalancesAdjustmentDirection (194) */ + interface PalletBalancesAdjustmentDirection extends Enum { + readonly isIncrease: boolean; + readonly isDecrease: boolean; + readonly type: "Increase" | "Decrease"; + } + + /** @name PalletSudoCall (195) */ + interface PalletSudoCall extends Enum { + readonly isSudo: boolean; + readonly asSudo: { + readonly call: Call; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly reserve: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isSudoUncheckedWeight: boolean; + readonly asSudoUncheckedWeight: { + readonly call: Call; + readonly weight: SpWeightsWeightV2Weight; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly isSetKey: boolean; + readonly asSetKey: { + readonly new_: AccountId20; } & Struct; - readonly isQueryHolding: boolean; - readonly asQueryHolding: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxResponseWeight: Compact; + readonly isSudoAs: boolean; + readonly asSudoAs: { + readonly who: AccountId20; + readonly call: Call; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV2MultiAsset; - readonly weightLimit: XcmV2WeightLimit; + readonly isRemoveKey: boolean; + readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey"; + } + + /** @name CumulusPalletParachainSystemCall (196) */ + interface CumulusPalletParachainSystemCall extends Enum { + readonly isSetValidationData: boolean; + readonly asSetValidationData: { + readonly data: CumulusPrimitivesParachainInherentParachainInherentData; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV2Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV2Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly ticket: XcmV2MultiLocation; + readonly isSudoSendUpwardMessage: boolean; + readonly asSudoSendUpwardMessage: { + readonly message: Bytes; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: Compact; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + readonly checkVersion: bool; + } & Struct; + readonly isEnactAuthorizedUpgrade: boolean; + readonly asEnactAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; - readonly isUnsubscribeVersion: boolean; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "QueryHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion"; + | "SetValidationData" + | "SudoSendUpwardMessage" + | "AuthorizeUpgrade" + | "EnactAuthorizedUpgrade"; } - /** @name XcmV2MultiassetMultiAssets (270) */ - interface XcmV2MultiassetMultiAssets extends Vec {} + /** @name CumulusPrimitivesParachainInherentParachainInherentData (197) */ + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly relayChainState: SpTrieStorageProof; + readonly downwardMessages: Vec; + readonly horizontalMessages: BTreeMap>; + } - /** @name XcmV2MultiAsset (272) */ - interface XcmV2MultiAsset extends Struct { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetFungibility; + /** @name PolkadotPrimitivesV7PersistedValidationData (198) */ + interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + readonly parentHead: Bytes; + readonly relayParentNumber: u32; + readonly relayParentStorageRoot: H256; + readonly maxPovSize: u32; } - /** @name XcmV2MultiassetAssetId (273) */ - interface XcmV2MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: XcmV2MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: Bytes; - readonly type: "Concrete" | "Abstract"; + /** @name SpTrieStorageProof (200) */ + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } - /** @name XcmV2MultiassetFungibility (274) */ - interface XcmV2MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV2MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; + /** @name PolkadotCorePrimitivesInboundDownwardMessage (203) */ + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + readonly sentAt: u32; + readonly msg: Bytes; } - /** @name XcmV2MultiassetAssetInstance (275) */ - interface XcmV2MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly isBlob: boolean; - readonly asBlob: Bytes; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; + /** @name PolkadotCorePrimitivesInboundHrmpMessage (206) */ + interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { + readonly sentAt: u32; + readonly data: Bytes; } - /** @name XcmV2Response (276) */ - interface XcmV2Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV2MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; + /** @name PalletEvmCall (209) */ + interface PalletEvmCall extends Enum { + readonly isWithdraw: boolean; + readonly asWithdraw: { + readonly address: H160; + readonly value: u128; + } & Struct; + readonly isCall: boolean; + readonly asCall: { + readonly source: H160; + readonly target: H160; + readonly input: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; + } & Struct; + readonly isCreate: boolean; + readonly asCreate: { + readonly source: H160; + readonly init: Bytes; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; + } & Struct; + readonly isCreate2: boolean; + readonly asCreate2: { + readonly source: H160; + readonly init: Bytes; + readonly salt: H256; + readonly value: U256; + readonly gasLimit: u64; + readonly maxFeePerGas: U256; + readonly maxPriorityFeePerGas: Option; + readonly nonce: Option; + readonly accessList: Vec]>>; + } & Struct; + readonly type: "Withdraw" | "Call" | "Create" | "Create2"; + } + + /** @name PalletEthereumCall (215) */ + interface PalletEthereumCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly transaction: EthereumTransactionTransactionV2; + } & Struct; + readonly type: "Transact"; } - /** @name XcmV2TraitsError (279) */ - interface XcmV2TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isMultiLocationFull: boolean; - readonly isMultiLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: u64; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "MultiLocationFull" - | "MultiLocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable"; + /** @name EthereumTransactionTransactionV2 (216) */ + interface EthereumTransactionTransactionV2 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumTransactionLegacyTransaction; + readonly isEip2930: boolean; + readonly asEip2930: EthereumTransactionEip2930Transaction; + readonly isEip1559: boolean; + readonly asEip1559: EthereumTransactionEip1559Transaction; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name XcmV2OriginKind (280) */ - interface XcmV2OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + /** @name EthereumTransactionLegacyTransaction (217) */ + interface EthereumTransactionLegacyTransaction extends Struct { + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly signature: EthereumTransactionTransactionSignature; } - /** @name XcmDoubleEncoded (281) */ - interface XcmDoubleEncoded extends Struct { - readonly encoded: Bytes; + /** @name EthereumTransactionTransactionAction (218) */ + interface EthereumTransactionTransactionAction extends Enum { + readonly isCall: boolean; + readonly asCall: H160; + readonly isCreate: boolean; + readonly type: "Call" | "Create"; } - /** @name XcmV2MultiassetMultiAssetFilter (282) */ - interface XcmV2MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV2MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV2MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; + /** @name EthereumTransactionTransactionSignature (219) */ + interface EthereumTransactionTransactionSignature extends Struct { + readonly v: u64; + readonly r: H256; + readonly s: H256; } - /** @name XcmV2MultiassetWildMultiAsset (283) */ - interface XcmV2MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetWildFungibility; - } & Struct; - readonly type: "All" | "AllOf"; + /** @name EthereumTransactionEip2930Transaction (221) */ + interface EthereumTransactionEip2930Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly gasPrice: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; } - /** @name XcmV2MultiassetWildFungibility (284) */ - interface XcmV2MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; + /** @name EthereumTransactionAccessListItem (223) */ + interface EthereumTransactionAccessListItem extends Struct { + readonly address: H160; + readonly storageKeys: Vec; } - /** @name XcmV2WeightLimit (285) */ - interface XcmV2WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: Compact; - readonly type: "Unlimited" | "Limited"; + /** @name EthereumTransactionEip1559Transaction (224) */ + interface EthereumTransactionEip1559Transaction extends Struct { + readonly chainId: u64; + readonly nonce: U256; + readonly maxPriorityFeePerGas: U256; + readonly maxFeePerGas: U256; + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Vec; + readonly oddYParity: bool; + readonly r: H256; + readonly s: H256; } - /** @name XcmV3Xcm (286) */ - interface XcmV3Xcm extends Vec {} - - /** @name XcmV3Instruction (288) */ - interface XcmV3Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: XcmV3Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; + /** @name PalletParachainStakingCall (225) */ + interface PalletParachainStakingCall extends Enum { + readonly isSetStakingExpectations: boolean; + readonly asSetStakingExpectations: { + readonly expectations: { + readonly min: u128; + readonly ideal: u128; + readonly max: u128; + } & Struct; } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly isSetInflation: boolean; + readonly asSetInflation: { + readonly schedule: { + readonly min: Perbill; + readonly ideal: Perbill; + readonly max: Perbill; + } & Struct; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isSetParachainBondAccount: boolean; + readonly asSetParachainBondAccount: { + readonly new_: AccountId20; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV3OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isSetParachainBondReservePercent: boolean; + readonly asSetParachainBondReservePercent: { + readonly new_: Percent; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isSetTotalSelected: boolean; + readonly asSetTotalSelected: { + readonly new_: u32; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isSetCollatorCommission: boolean; + readonly asSetCollatorCommission: { + readonly new_: Perbill; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isSetBlocksPerRound: boolean; + readonly asSetBlocksPerRound: { + readonly new_: u32; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV3Junctions; - readonly isReportError: boolean; - readonly asReportError: XcmV3QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly isJoinCandidates: boolean; + readonly asJoinCandidates: { + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isScheduleLeaveCandidates: boolean; + readonly asScheduleLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: XcmV3MultiassetMultiAssetFilter; - readonly want: XcmV3MultiassetMultiAssets; - readonly maximal: bool; + readonly isExecuteLeaveCandidates: boolean; + readonly asExecuteLeaveCandidates: { + readonly candidate: AccountId20; + readonly candidateDelegationCount: u32; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly reserve: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isCancelLeaveCandidates: boolean; + readonly asCancelLeaveCandidates: { + readonly candidateCount: u32; + } & Struct; + readonly isGoOffline: boolean; + readonly isGoOnline: boolean; + readonly isCandidateBondMore: boolean; + readonly asCandidateBondMore: { + readonly more: u128; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly isScheduleCandidateBondLess: boolean; + readonly asScheduleCandidateBondLess: { + readonly less: u128; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: XcmV3QueryResponseInfo; - readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly isExecuteCandidateBondLess: boolean; + readonly asExecuteCandidateBondLess: { + readonly candidate: AccountId20; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: XcmV3MultiAsset; - readonly weightLimit: XcmV3WeightLimit; + readonly isCancelCandidateBondLess: boolean; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly candidateDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV3Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV3Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly ticket: StagingXcmV3MultiLocation; + readonly isDelegateWithAutoCompound: boolean; + readonly asDelegateWithAutoCompound: { + readonly candidate: AccountId20; + readonly amount: u128; + readonly autoCompound: Percent; + readonly candidateDelegationCount: u32; + readonly candidateAutoCompoundingDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly isRemovedCall19: boolean; + readonly isRemovedCall20: boolean; + readonly isRemovedCall21: boolean; + readonly isScheduleRevokeDelegation: boolean; + readonly asScheduleRevokeDelegation: { + readonly collator: AccountId20; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: XcmV3MultiassetMultiAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: XcmV3MultiassetMultiAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: XcmV3QueryResponseInfo; + readonly isDelegatorBondMore: boolean; + readonly asDelegatorBondMore: { + readonly candidate: AccountId20; + readonly more: u128; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; + readonly isScheduleDelegatorBondLess: boolean; + readonly asScheduleDelegatorBondLess: { + readonly candidate: AccountId20; + readonly less: u128; } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: XcmV3QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: XcmV3Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: XcmV3JunctionNetworkId; - readonly destination: XcmV3Junctions; - readonly xcm: XcmV3Xcm; + readonly isExecuteDelegationRequest: boolean; + readonly asExecuteDelegationRequest: { + readonly delegator: AccountId20; + readonly candidate: AccountId20; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: XcmV3MultiAsset; - readonly unlocker: StagingXcmV3MultiLocation; + readonly isCancelDelegationRequest: boolean; + readonly asCancelDelegationRequest: { + readonly candidate: AccountId20; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: XcmV3MultiAsset; - readonly target: StagingXcmV3MultiLocation; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: XcmV3MultiAsset; - readonly owner: StagingXcmV3MultiLocation; + readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; + readonly asHotfixRemoveDelegationRequestsExitedCandidates: { + readonly candidates: Vec; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: XcmV3MultiAsset; - readonly locker: StagingXcmV3MultiLocation; + readonly isNotifyInactiveCollator: boolean; + readonly asNotifyInactiveCollator: { + readonly collator: AccountId20; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isEnableMarkingOffline: boolean; + readonly asEnableMarkingOffline: { + readonly value: bool; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV3MultiLocation; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isForceJoinCandidates: boolean; + readonly asForceJoinCandidates: { + readonly account: AccountId20; + readonly bond: u128; + readonly candidateCount: u32; + } & Struct; + readonly isSetInflationDistributionConfig: boolean; + readonly asSetInflationDistributionConfig: { + readonly new_: PalletParachainStakingInflationDistributionConfig; } & Struct; readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name XcmV3MultiassetMultiAssets (289) */ - interface XcmV3MultiassetMultiAssets extends Vec {} - - /** @name XcmV3MultiAsset (291) */ - interface XcmV3MultiAsset extends Struct { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetFungibility; - } - - /** @name XcmV3MultiassetAssetId (292) */ - interface XcmV3MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: StagingXcmV3MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: U8aFixed; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV3MultiassetFungibility (293) */ - interface XcmV3MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV3MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV3MultiassetAssetInstance (294) */ - interface XcmV3MultiassetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name XcmV3Response (295) */ - interface XcmV3Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: XcmV3MultiassetMultiAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; + | "SetStakingExpectations" + | "SetInflation" + | "SetParachainBondAccount" + | "SetParachainBondReservePercent" + | "SetTotalSelected" + | "SetCollatorCommission" + | "SetBlocksPerRound" + | "JoinCandidates" + | "ScheduleLeaveCandidates" + | "ExecuteLeaveCandidates" + | "CancelLeaveCandidates" + | "GoOffline" + | "GoOnline" + | "CandidateBondMore" + | "ScheduleCandidateBondLess" + | "ExecuteCandidateBondLess" + | "CancelCandidateBondLess" + | "Delegate" + | "DelegateWithAutoCompound" + | "RemovedCall19" + | "RemovedCall20" + | "RemovedCall21" + | "ScheduleRevokeDelegation" + | "DelegatorBondMore" + | "ScheduleDelegatorBondLess" + | "ExecuteDelegationRequest" + | "CancelDelegationRequest" + | "SetAutoCompound" + | "HotfixRemoveDelegationRequestsExitedCandidates" + | "NotifyInactiveCollator" + | "EnableMarkingOffline" + | "ForceJoinCandidates" + | "SetInflationDistributionConfig"; } - /** @name XcmV3TraitsError (298) */ - interface XcmV3TraitsError extends Enum { - readonly isOverflow: boolean; - readonly isUnimplemented: boolean; - readonly isUntrustedReserveLocation: boolean; - readonly isUntrustedTeleportLocation: boolean; - readonly isLocationFull: boolean; - readonly isLocationNotInvertible: boolean; - readonly isBadOrigin: boolean; - readonly isInvalidLocation: boolean; - readonly isAssetNotFound: boolean; - readonly isFailedToTransactAsset: boolean; - readonly isNotWithdrawable: boolean; - readonly isLocationCannotHold: boolean; - readonly isExceedsMaxMessageSize: boolean; - readonly isDestinationUnsupported: boolean; - readonly isTransport: boolean; - readonly isUnroutable: boolean; - readonly isUnknownClaim: boolean; - readonly isFailedToDecode: boolean; - readonly isMaxWeightInvalid: boolean; - readonly isNotHoldingFees: boolean; - readonly isTooExpensive: boolean; - readonly isTrap: boolean; - readonly asTrap: u64; - readonly isExpectationFalse: boolean; - readonly isPalletNotFound: boolean; - readonly isNameMismatch: boolean; - readonly isVersionIncompatible: boolean; - readonly isHoldingWouldOverflow: boolean; - readonly isExportError: boolean; - readonly isReanchorFailed: boolean; - readonly isNoDeal: boolean; - readonly isFeesNotMet: boolean; - readonly isLockError: boolean; - readonly isNoPermission: boolean; - readonly isUnanchored: boolean; - readonly isNotDepositable: boolean; - readonly isUnhandledXcmVersion: boolean; - readonly isWeightLimitReached: boolean; - readonly asWeightLimitReached: SpWeightsWeightV2Weight; - readonly isBarrier: boolean; - readonly isWeightNotComputable: boolean; - readonly isExceedsStackLimit: boolean; + /** @name PalletSchedulerCall (228) */ + interface PalletSchedulerCall extends Enum { + readonly isSchedule: boolean; + readonly asSchedule: { + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; + } & Struct; + readonly isCancel: boolean; + readonly asCancel: { + readonly when: u32; + readonly index: u32; + } & Struct; + readonly isScheduleNamed: boolean; + readonly asScheduleNamed: { + readonly id: U8aFixed; + readonly when: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; + } & Struct; + readonly isCancelNamed: boolean; + readonly asCancelNamed: { + readonly id: U8aFixed; + } & Struct; + readonly isScheduleAfter: boolean; + readonly asScheduleAfter: { + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; + } & Struct; + readonly isScheduleNamedAfter: boolean; + readonly asScheduleNamedAfter: { + readonly id: U8aFixed; + readonly after: u32; + readonly maybePeriodic: Option>; + readonly priority: u8; + readonly call: Call; + } & Struct; + readonly isSetRetry: boolean; + readonly asSetRetry: { + readonly task: ITuple<[u32, u32]>; + readonly retries: u8; + readonly period: u32; + } & Struct; + readonly isSetRetryNamed: boolean; + readonly asSetRetryNamed: { + readonly id: U8aFixed; + readonly retries: u8; + readonly period: u32; + } & Struct; + readonly isCancelRetry: boolean; + readonly asCancelRetry: { + readonly task: ITuple<[u32, u32]>; + } & Struct; + readonly isCancelRetryNamed: boolean; + readonly asCancelRetryNamed: { + readonly id: U8aFixed; + } & Struct; readonly type: - | "Overflow" - | "Unimplemented" - | "UntrustedReserveLocation" - | "UntrustedTeleportLocation" - | "LocationFull" - | "LocationNotInvertible" - | "BadOrigin" - | "InvalidLocation" - | "AssetNotFound" - | "FailedToTransactAsset" - | "NotWithdrawable" - | "LocationCannotHold" - | "ExceedsMaxMessageSize" - | "DestinationUnsupported" - | "Transport" - | "Unroutable" - | "UnknownClaim" - | "FailedToDecode" - | "MaxWeightInvalid" - | "NotHoldingFees" - | "TooExpensive" - | "Trap" - | "ExpectationFalse" - | "PalletNotFound" - | "NameMismatch" - | "VersionIncompatible" - | "HoldingWouldOverflow" - | "ExportError" - | "ReanchorFailed" - | "NoDeal" - | "FeesNotMet" - | "LockError" - | "NoPermission" - | "Unanchored" - | "NotDepositable" - | "UnhandledXcmVersion" - | "WeightLimitReached" - | "Barrier" - | "WeightNotComputable" - | "ExceedsStackLimit"; - } - - /** @name XcmV3PalletInfo (300) */ - interface XcmV3PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; - } - - /** @name XcmV3MaybeErrorCode (303) */ - interface XcmV3MaybeErrorCode extends Enum { - readonly isSuccess: boolean; - readonly isError: boolean; - readonly asError: Bytes; - readonly isTruncatedError: boolean; - readonly asTruncatedError: Bytes; - readonly type: "Success" | "Error" | "TruncatedError"; + | "Schedule" + | "Cancel" + | "ScheduleNamed" + | "CancelNamed" + | "ScheduleAfter" + | "ScheduleNamedAfter" + | "SetRetry" + | "SetRetryNamed" + | "CancelRetry" + | "CancelRetryNamed"; } - /** @name XcmV3OriginKind (306) */ - interface XcmV3OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + /** @name PalletTreasuryCall (230) */ + interface PalletTreasuryCall extends Enum { + readonly isSpendLocal: boolean; + readonly asSpendLocal: { + readonly amount: Compact; + readonly beneficiary: AccountId20; + } & Struct; + readonly isRemoveApproval: boolean; + readonly asRemoveApproval: { + readonly proposalId: Compact; + } & Struct; + readonly isSpend: boolean; + readonly asSpend: { + readonly assetKind: Null; + readonly amount: Compact; + readonly beneficiary: AccountId20; + readonly validFrom: Option; + } & Struct; + readonly isPayout: boolean; + readonly asPayout: { + readonly index: u32; + } & Struct; + readonly isCheckStatus: boolean; + readonly asCheckStatus: { + readonly index: u32; + } & Struct; + readonly isVoidSpend: boolean; + readonly asVoidSpend: { + readonly index: u32; + } & Struct; + readonly type: + | "SpendLocal" + | "RemoveApproval" + | "Spend" + | "Payout" + | "CheckStatus" + | "VoidSpend"; } - /** @name XcmV3QueryResponseInfo (307) */ - interface XcmV3QueryResponseInfo extends Struct { - readonly destination: StagingXcmV3MultiLocation; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; + /** @name PalletAuthorInherentCall (232) */ + interface PalletAuthorInherentCall extends Enum { + readonly isKickOffAuthorshipValidation: boolean; + readonly type: "KickOffAuthorshipValidation"; } - /** @name XcmV3MultiassetMultiAssetFilter (308) */ - interface XcmV3MultiassetMultiAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: XcmV3MultiassetMultiAssets; - readonly isWild: boolean; - readonly asWild: XcmV3MultiassetWildMultiAsset; - readonly type: "Definite" | "Wild"; + /** @name PalletAuthorSlotFilterCall (233) */ + interface PalletAuthorSlotFilterCall extends Enum { + readonly isSetEligible: boolean; + readonly asSetEligible: { + readonly new_: u32; + } & Struct; + readonly type: "SetEligible"; } - /** @name XcmV3MultiassetWildMultiAsset (309) */ - interface XcmV3MultiassetWildMultiAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; + /** @name PalletCrowdloanRewardsCall (234) */ + interface PalletCrowdloanRewardsCall extends Enum { + readonly isAssociateNativeIdentity: boolean; + readonly asAssociateNativeIdentity: { + readonly rewardAccount: AccountId20; + readonly relayAccount: U8aFixed; + readonly proof: SpRuntimeMultiSignature; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; - readonly count: Compact; + readonly isChangeAssociationWithRelayKeys: boolean; + readonly asChangeAssociationWithRelayKeys: { + readonly rewardAccount: AccountId20; + readonly previousAccount: AccountId20; + readonly proofs: Vec>; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + readonly isClaim: boolean; + readonly isUpdateRewardAddress: boolean; + readonly asUpdateRewardAddress: { + readonly newRewardAccount: AccountId20; + } & Struct; + readonly isCompleteInitialization: boolean; + readonly asCompleteInitialization: { + readonly leaseEndingBlock: u32; + } & Struct; + readonly isInitializeRewardVec: boolean; + readonly asInitializeRewardVec: { + readonly rewards: Vec, u128]>>; + } & Struct; + readonly type: + | "AssociateNativeIdentity" + | "ChangeAssociationWithRelayKeys" + | "Claim" + | "UpdateRewardAddress" + | "CompleteInitialization" + | "InitializeRewardVec"; } - /** @name XcmV3MultiassetWildFungibility (310) */ - interface XcmV3MultiassetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; + /** @name SpRuntimeMultiSignature (235) */ + interface SpRuntimeMultiSignature extends Enum { + readonly isEd25519: boolean; + readonly asEd25519: U8aFixed; + readonly isSr25519: boolean; + readonly asSr25519: U8aFixed; + readonly isEcdsa: boolean; + readonly asEcdsa: U8aFixed; + readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name XcmV3WeightLimit (311) */ - interface XcmV3WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: SpWeightsWeightV2Weight; - readonly type: "Unlimited" | "Limited"; + /** @name PalletAuthorMappingCall (242) */ + interface PalletAuthorMappingCall extends Enum { + readonly isAddAssociation: boolean; + readonly asAddAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + } & Struct; + readonly isUpdateAssociation: boolean; + readonly asUpdateAssociation: { + readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + } & Struct; + readonly isClearAssociation: boolean; + readonly asClearAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + } & Struct; + readonly isRemoveKeys: boolean; + readonly isSetKeys: boolean; + readonly asSetKeys: { + readonly keys_: Bytes; + } & Struct; + readonly type: + | "AddAssociation" + | "UpdateAssociation" + | "ClearAssociation" + | "RemoveKeys" + | "SetKeys"; } - /** @name StagingXcmV4Xcm (312) */ - interface StagingXcmV4Xcm extends Vec {} - - /** @name StagingXcmV4Instruction (314) */ - interface StagingXcmV4Instruction extends Enum { - readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: StagingXcmV4AssetAssets; - readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; - readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; - readonly isQueryResponse: boolean; - readonly asQueryResponse: { - readonly queryId: Compact; - readonly response: StagingXcmV4Response; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; - } & Struct; - readonly isTransferAsset: boolean; - readonly asTransferAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly beneficiary: StagingXcmV4Location; + /** @name PalletProxyCall (243) */ + interface PalletProxyCall extends Enum { + readonly isProxy: boolean; + readonly asProxy: { + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isAddProxy: boolean; + readonly asAddProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV3OriginKind; - readonly requireWeightAtMost: SpWeightsWeightV2Weight; - readonly call: XcmDoubleEncoded; + readonly isRemoveProxy: boolean; + readonly asRemoveProxy: { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } & Struct; - readonly isHrmpNewChannelOpenRequest: boolean; - readonly asHrmpNewChannelOpenRequest: { - readonly sender: Compact; - readonly maxMessageSize: Compact; - readonly maxCapacity: Compact; + readonly isRemoveProxies: boolean; + readonly isCreatePure: boolean; + readonly asCreatePure: { + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; + readonly index: u16; } & Struct; - readonly isHrmpChannelAccepted: boolean; - readonly asHrmpChannelAccepted: { - readonly recipient: Compact; + readonly isKillPure: boolean; + readonly asKillPure: { + readonly spawner: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly index: u16; + readonly height: Compact; + readonly extIndex: Compact; } & Struct; - readonly isHrmpChannelClosing: boolean; - readonly asHrmpChannelClosing: { - readonly initiator: Compact; - readonly sender: Compact; - readonly recipient: Compact; + readonly isAnnounce: boolean; + readonly asAnnounce: { + readonly real: AccountId20; + readonly callHash: H256; } & Struct; - readonly isClearOrigin: boolean; - readonly isDescendOrigin: boolean; - readonly asDescendOrigin: StagingXcmV4Junctions; - readonly isReportError: boolean; - readonly asReportError: StagingXcmV4QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly beneficiary: StagingXcmV4Location; + readonly isRemoveAnnouncement: boolean; + readonly asRemoveAnnouncement: { + readonly real: AccountId20; + readonly callHash: H256; } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isRejectAnnouncement: boolean; + readonly asRejectAnnouncement: { + readonly delegate: AccountId20; + readonly callHash: H256; } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: StagingXcmV4AssetAssetFilter; - readonly want: StagingXcmV4AssetAssets; - readonly maximal: bool; + readonly isProxyAnnounced: boolean; + readonly asProxyAnnounced: { + readonly delegate: AccountId20; + readonly real: AccountId20; + readonly forceProxyType: Option; + readonly call: Call; } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly reserve: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly type: + | "Proxy" + | "AddProxy" + | "RemoveProxy" + | "RemoveProxies" + | "CreatePure" + | "KillPure" + | "Announce" + | "RemoveAnnouncement" + | "RejectAnnouncement" + | "ProxyAnnounced"; + } + + /** @name PalletMaintenanceModeCall (245) */ + interface PalletMaintenanceModeCall extends Enum { + readonly isEnterMaintenanceMode: boolean; + readonly isResumeNormalOperation: boolean; + readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; + } + + /** @name PalletIdentityCall (246) */ + interface PalletIdentityCall extends Enum { + readonly isAddRegistrar: boolean; + readonly asAddRegistrar: { + readonly account: AccountId20; } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; + readonly isSetIdentity: boolean; + readonly asSetIdentity: { + readonly info: PalletIdentityLegacyIdentityInfo; } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: StagingXcmV4QueryResponseInfo; - readonly assets: StagingXcmV4AssetAssetFilter; + readonly isSetSubs: boolean; + readonly asSetSubs: { + readonly subs: Vec>; } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: StagingXcmV4Asset; - readonly weightLimit: XcmV3WeightLimit; + readonly isClearIdentity: boolean; + readonly isRequestJudgement: boolean; + readonly asRequestJudgement: { + readonly regIndex: Compact; + readonly maxFee: Compact; } & Struct; - readonly isRefundSurplus: boolean; - readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: StagingXcmV4Xcm; - readonly isSetAppendix: boolean; - readonly asSetAppendix: StagingXcmV4Xcm; - readonly isClearError: boolean; - readonly isClaimAsset: boolean; - readonly asClaimAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly ticket: StagingXcmV4Location; + readonly isCancelRequest: boolean; + readonly asCancelRequest: { + readonly regIndex: u32; } & Struct; - readonly isTrap: boolean; - readonly asTrap: Compact; - readonly isSubscribeVersion: boolean; - readonly asSubscribeVersion: { - readonly queryId: Compact; - readonly maxResponseWeight: SpWeightsWeightV2Weight; + readonly isSetFee: boolean; + readonly asSetFee: { + readonly index: Compact; + readonly fee: Compact; } & Struct; - readonly isUnsubscribeVersion: boolean; - readonly isBurnAsset: boolean; - readonly asBurnAsset: StagingXcmV4AssetAssets; - readonly isExpectAsset: boolean; - readonly asExpectAsset: StagingXcmV4AssetAssets; - readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; - readonly isExpectError: boolean; - readonly asExpectError: Option>; - readonly isExpectTransactStatus: boolean; - readonly asExpectTransactStatus: XcmV3MaybeErrorCode; - readonly isQueryPallet: boolean; - readonly asQueryPallet: { - readonly moduleName: Bytes; - readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly isSetAccountId: boolean; + readonly asSetAccountId: { + readonly index: Compact; + readonly new_: AccountId20; } & Struct; - readonly isExpectPallet: boolean; - readonly asExpectPallet: { + readonly isSetFields: boolean; + readonly asSetFields: { readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly crateMajor: Compact; - readonly minCrateMinor: Compact; + readonly fields: u64; } & Struct; - readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; - readonly isClearTransactStatus: boolean; - readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: StagingXcmV4Junction; - readonly isExportMessage: boolean; - readonly asExportMessage: { - readonly network: StagingXcmV4JunctionNetworkId; - readonly destination: StagingXcmV4Junctions; - readonly xcm: StagingXcmV4Xcm; + readonly isProvideJudgement: boolean; + readonly asProvideJudgement: { + readonly regIndex: Compact; + readonly target: AccountId20; + readonly judgement: PalletIdentityJudgement; + readonly identity: H256; } & Struct; - readonly isLockAsset: boolean; - readonly asLockAsset: { - readonly asset: StagingXcmV4Asset; - readonly unlocker: StagingXcmV4Location; + readonly isKillIdentity: boolean; + readonly asKillIdentity: { + readonly target: AccountId20; } & Struct; - readonly isUnlockAsset: boolean; - readonly asUnlockAsset: { - readonly asset: StagingXcmV4Asset; - readonly target: StagingXcmV4Location; + readonly isAddSub: boolean; + readonly asAddSub: { + readonly sub: AccountId20; + readonly data: Data; } & Struct; - readonly isNoteUnlockable: boolean; - readonly asNoteUnlockable: { - readonly asset: StagingXcmV4Asset; - readonly owner: StagingXcmV4Location; + readonly isRenameSub: boolean; + readonly asRenameSub: { + readonly sub: AccountId20; + readonly data: Data; } & Struct; - readonly isRequestUnlock: boolean; - readonly asRequestUnlock: { - readonly asset: StagingXcmV4Asset; - readonly locker: StagingXcmV4Location; + readonly isRemoveSub: boolean; + readonly asRemoveSub: { + readonly sub: AccountId20; } & Struct; - readonly isSetFeesMode: boolean; - readonly asSetFeesMode: { - readonly jitWithdraw: bool; + readonly isQuitSub: boolean; + readonly isAddUsernameAuthority: boolean; + readonly asAddUsernameAuthority: { + readonly authority: AccountId20; + readonly suffix: Bytes; + readonly allocation: u32; } & Struct; - readonly isSetTopic: boolean; - readonly asSetTopic: U8aFixed; - readonly isClearTopic: boolean; - readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV4Location; - readonly isUnpaidExecution: boolean; - readonly asUnpaidExecution: { - readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly isRemoveUsernameAuthority: boolean; + readonly asRemoveUsernameAuthority: { + readonly authority: AccountId20; } & Struct; - readonly type: - | "WithdrawAsset" - | "ReserveAssetDeposited" - | "ReceiveTeleportedAsset" - | "QueryResponse" - | "TransferAsset" - | "TransferReserveAsset" - | "Transact" - | "HrmpNewChannelOpenRequest" - | "HrmpChannelAccepted" - | "HrmpChannelClosing" - | "ClearOrigin" - | "DescendOrigin" - | "ReportError" - | "DepositAsset" - | "DepositReserveAsset" - | "ExchangeAsset" - | "InitiateReserveWithdraw" - | "InitiateTeleport" - | "ReportHolding" - | "BuyExecution" - | "RefundSurplus" - | "SetErrorHandler" - | "SetAppendix" - | "ClearError" - | "ClaimAsset" - | "Trap" - | "SubscribeVersion" - | "UnsubscribeVersion" - | "BurnAsset" - | "ExpectAsset" - | "ExpectOrigin" - | "ExpectError" - | "ExpectTransactStatus" - | "QueryPallet" - | "ExpectPallet" - | "ReportTransactStatus" - | "ClearTransactStatus" - | "UniversalOrigin" - | "ExportMessage" - | "LockAsset" - | "UnlockAsset" - | "NoteUnlockable" - | "RequestUnlock" - | "SetFeesMode" - | "SetTopic" - | "ClearTopic" - | "AliasOrigin" - | "UnpaidExecution"; - } - - /** @name StagingXcmV4AssetAssets (315) */ - interface StagingXcmV4AssetAssets extends Vec {} - - /** @name StagingXcmV4Asset (317) */ - interface StagingXcmV4Asset extends Struct { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetFungibility; - } - - /** @name StagingXcmV4AssetAssetId (318) */ - interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - - /** @name StagingXcmV4AssetFungibility (319) */ - interface StagingXcmV4AssetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: StagingXcmV4AssetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name StagingXcmV4AssetAssetInstance (320) */ - interface StagingXcmV4AssetAssetInstance extends Enum { - readonly isUndefined: boolean; - readonly isIndex: boolean; - readonly asIndex: Compact; - readonly isArray4: boolean; - readonly asArray4: U8aFixed; - readonly isArray8: boolean; - readonly asArray8: U8aFixed; - readonly isArray16: boolean; - readonly asArray16: U8aFixed; - readonly isArray32: boolean; - readonly asArray32: U8aFixed; - readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; - } - - /** @name StagingXcmV4Response (321) */ - interface StagingXcmV4Response extends Enum { - readonly isNull: boolean; - readonly isAssets: boolean; - readonly asAssets: StagingXcmV4AssetAssets; - readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; - readonly isVersion: boolean; - readonly asVersion: u32; - readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; - readonly isDispatchResult: boolean; - readonly asDispatchResult: XcmV3MaybeErrorCode; - readonly type: - | "Null" - | "Assets" - | "ExecutionResult" - | "Version" - | "PalletsInfo" - | "DispatchResult"; - } - - /** @name StagingXcmV4PalletInfo (323) */ - interface StagingXcmV4PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; - } - - /** @name StagingXcmV4QueryResponseInfo (327) */ - interface StagingXcmV4QueryResponseInfo extends Struct { - readonly destination: StagingXcmV4Location; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; - } - - /** @name StagingXcmV4AssetAssetFilter (328) */ - interface StagingXcmV4AssetAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: StagingXcmV4AssetAssets; - readonly isWild: boolean; - readonly asWild: StagingXcmV4AssetWildAsset; - readonly type: "Definite" | "Wild"; - } - - /** @name StagingXcmV4AssetWildAsset (329) */ - interface StagingXcmV4AssetWildAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; + readonly isSetUsernameFor: boolean; + readonly asSetUsernameFor: { + readonly who: AccountId20; + readonly username: Bytes; + readonly signature: Option; } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; - readonly count: Compact; + readonly isAcceptUsername: boolean; + readonly asAcceptUsername: { + readonly username: Bytes; } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; + readonly isRemoveExpiredApproval: boolean; + readonly asRemoveExpiredApproval: { + readonly username: Bytes; + } & Struct; + readonly isSetPrimaryUsername: boolean; + readonly asSetPrimaryUsername: { + readonly username: Bytes; + } & Struct; + readonly isRemoveDanglingUsername: boolean; + readonly asRemoveDanglingUsername: { + readonly username: Bytes; + } & Struct; + readonly type: + | "AddRegistrar" + | "SetIdentity" + | "SetSubs" + | "ClearIdentity" + | "RequestJudgement" + | "CancelRequest" + | "SetFee" + | "SetAccountId" + | "SetFields" + | "ProvideJudgement" + | "KillIdentity" + | "AddSub" + | "RenameSub" + | "RemoveSub" + | "QuitSub" + | "AddUsernameAuthority" + | "RemoveUsernameAuthority" + | "SetUsernameFor" + | "AcceptUsername" + | "RemoveExpiredApproval" + | "SetPrimaryUsername" + | "RemoveDanglingUsername"; } - /** @name StagingXcmV4AssetWildFungibility (330) */ - interface StagingXcmV4AssetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; + /** @name PalletIdentityLegacyIdentityInfo (247) */ + interface PalletIdentityLegacyIdentityInfo extends Struct { + readonly additional: Vec>; + readonly display: Data; + readonly legal: Data; + readonly web: Data; + readonly riot: Data; + readonly email: Data; + readonly pgpFingerprint: Option; + readonly image: Data; + readonly twitter: Data; } - /** @name XcmVersionedAssets (331) */ - interface XcmVersionedAssets extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiassetMultiAssets; - readonly isV3: boolean; - readonly asV3: XcmV3MultiassetMultiAssets; - readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssets; - readonly type: "V2" | "V3" | "V4"; + /** @name PalletIdentityJudgement (283) */ + interface PalletIdentityJudgement extends Enum { + readonly isUnknown: boolean; + readonly isFeePaid: boolean; + readonly asFeePaid: u128; + readonly isReasonable: boolean; + readonly isKnownGood: boolean; + readonly isOutOfDate: boolean; + readonly isLowQuality: boolean; + readonly isErroneous: boolean; + readonly type: + | "Unknown" + | "FeePaid" + | "Reasonable" + | "KnownGood" + | "OutOfDate" + | "LowQuality" + | "Erroneous"; } - /** @name StagingXcmExecutorAssetTransferTransferType (343) */ - interface StagingXcmExecutorAssetTransferTransferType extends Enum { - readonly isTeleport: boolean; - readonly isLocalReserve: boolean; - readonly isDestinationReserve: boolean; - readonly isRemoteReserve: boolean; - readonly asRemoteReserve: XcmVersionedLocation; - readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; - } + /** @name AccountEthereumSignature (285) */ + interface AccountEthereumSignature extends U8aFixed {} - /** @name XcmVersionedAssetId (344) */ - interface XcmVersionedAssetId extends Enum { - readonly isV3: boolean; - readonly asV3: XcmV3MultiassetAssetId; - readonly isV4: boolean; - readonly asV4: StagingXcmV4AssetAssetId; - readonly type: "V3" | "V4"; + /** @name CumulusPalletXcmpQueueCall (286) */ + interface CumulusPalletXcmpQueueCall extends Enum { + readonly isSuspendXcmExecution: boolean; + readonly isResumeXcmExecution: boolean; + readonly isUpdateSuspendThreshold: boolean; + readonly asUpdateSuspendThreshold: { + readonly new_: u32; + } & Struct; + readonly isUpdateDropThreshold: boolean; + readonly asUpdateDropThreshold: { + readonly new_: u32; + } & Struct; + readonly isUpdateResumeThreshold: boolean; + readonly asUpdateResumeThreshold: { + readonly new_: u32; + } & Struct; + readonly type: + | "SuspendXcmExecution" + | "ResumeXcmExecution" + | "UpdateSuspendThreshold" + | "UpdateDropThreshold" + | "UpdateResumeThreshold"; } - /** @name PalletAssetsCall (345) */ - interface PalletAssetsCall extends Enum { - readonly isCreate: boolean; - readonly asCreate: { - readonly id: Compact; - readonly admin: AccountId20; - readonly minBalance: u128; - } & Struct; - readonly isForceCreate: boolean; - readonly asForceCreate: { - readonly id: Compact; - readonly owner: AccountId20; - readonly isSufficient: bool; - readonly minBalance: Compact; + /** @name PalletXcmCall (287) */ + interface PalletXcmCall extends Enum { + readonly isSend: boolean; + readonly asSend: { + readonly dest: XcmVersionedLocation; + readonly message: XcmVersionedXcm; } & Struct; - readonly isStartDestroy: boolean; - readonly asStartDestroy: { - readonly id: Compact; + readonly isTeleportAssets: boolean; + readonly asTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; } & Struct; - readonly isDestroyAccounts: boolean; - readonly asDestroyAccounts: { - readonly id: Compact; + readonly isReserveTransferAssets: boolean; + readonly asReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; } & Struct; - readonly isDestroyApprovals: boolean; - readonly asDestroyApprovals: { - readonly id: Compact; + readonly isExecute: boolean; + readonly asExecute: { + readonly message: XcmVersionedXcm; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isFinishDestroy: boolean; - readonly asFinishDestroy: { - readonly id: Compact; + readonly isForceXcmVersion: boolean; + readonly asForceXcmVersion: { + readonly location: StagingXcmV4Location; + readonly version: u32; } & Struct; - readonly isMint: boolean; - readonly asMint: { - readonly id: Compact; - readonly beneficiary: AccountId20; - readonly amount: Compact; + readonly isForceDefaultXcmVersion: boolean; + readonly asForceDefaultXcmVersion: { + readonly maybeXcmVersion: Option; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly id: Compact; - readonly who: AccountId20; - readonly amount: Compact; + readonly isForceSubscribeVersionNotify: boolean; + readonly asForceSubscribeVersionNotify: { + readonly location: XcmVersionedLocation; } & Struct; - readonly isTransfer: boolean; - readonly asTransfer: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isForceUnsubscribeVersionNotify: boolean; + readonly asForceUnsubscribeVersionNotify: { + readonly location: XcmVersionedLocation; } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly id: Compact; - readonly target: AccountId20; - readonly amount: Compact; + readonly isLimitedReserveTransferAssets: boolean; + readonly asLimitedReserveTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly id: Compact; - readonly source: AccountId20; - readonly dest: AccountId20; - readonly amount: Compact; + readonly isLimitedTeleportAssets: boolean; + readonly asLimitedTeleportAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isFreeze: boolean; - readonly asFreeze: { - readonly id: Compact; - readonly who: AccountId20; + readonly isForceSuspension: boolean; + readonly asForceSuspension: { + readonly suspended: bool; } & Struct; - readonly isThaw: boolean; - readonly asThaw: { - readonly id: Compact; - readonly who: AccountId20; + readonly isTransferAssets: boolean; + readonly asTransferAssets: { + readonly dest: XcmVersionedLocation; + readonly beneficiary: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly feeAssetItem: u32; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isFreezeAsset: boolean; - readonly asFreezeAsset: { - readonly id: Compact; + readonly isClaimAssets: boolean; + readonly asClaimAssets: { + readonly assets: XcmVersionedAssets; + readonly beneficiary: XcmVersionedLocation; } & Struct; - readonly isThawAsset: boolean; - readonly asThawAsset: { - readonly id: Compact; + readonly isTransferAssetsUsingTypeAndThen: boolean; + readonly asTransferAssetsUsingTypeAndThen: { + readonly dest: XcmVersionedLocation; + readonly assets: XcmVersionedAssets; + readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly remoteFeesId: XcmVersionedAssetId; + readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType; + readonly customXcmOnDest: XcmVersionedXcm; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isTransferOwnership: boolean; - readonly asTransferOwnership: { - readonly id: Compact; - readonly owner: AccountId20; + readonly type: + | "Send" + | "TeleportAssets" + | "ReserveTransferAssets" + | "Execute" + | "ForceXcmVersion" + | "ForceDefaultXcmVersion" + | "ForceSubscribeVersionNotify" + | "ForceUnsubscribeVersionNotify" + | "LimitedReserveTransferAssets" + | "LimitedTeleportAssets" + | "ForceSuspension" + | "TransferAssets" + | "ClaimAssets" + | "TransferAssetsUsingTypeAndThen"; + } + + /** @name XcmVersionedXcm (288) */ + interface XcmVersionedXcm extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Xcm; + readonly isV3: boolean; + readonly asV3: XcmV3Xcm; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Xcm; + readonly type: "V2" | "V3" | "V4"; + } + + /** @name XcmV2Xcm (289) */ + interface XcmV2Xcm extends Vec {} + + /** @name XcmV2Instruction (291) */ + interface XcmV2Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV2Response; + readonly maxWeight: Compact; } & Struct; - readonly isSetTeam: boolean; - readonly asSetTeam: { - readonly id: Compact; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isClearMetadata: boolean; - readonly asClearMetadata: { - readonly id: Compact; + readonly isTransact: boolean; + readonly asTransact: { + readonly originType: XcmV2OriginKind; + readonly requireWeightAtMost: Compact; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isForceSetMetadata: boolean; - readonly asForceSetMetadata: { - readonly id: Compact; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isForceClearMetadata: boolean; - readonly asForceClearMetadata: { - readonly id: Compact; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isForceAssetStatus: boolean; - readonly asForceAssetStatus: { - readonly id: Compact; - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly minBalance: Compact; - readonly isSufficient: bool; - readonly isFrozen: bool; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isApproveTransfer: boolean; - readonly asApproveTransfer: { - readonly id: Compact; - readonly delegate: AccountId20; - readonly amount: Compact; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV2MultilocationJunctions; + readonly isReportError: boolean; + readonly asReportError: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly maxResponseWeight: Compact; } & Struct; - readonly isCancelApproval: boolean; - readonly asCancelApproval: { - readonly id: Compact; - readonly delegate: AccountId20; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isForceCancelApproval: boolean; - readonly asForceCancelApproval: { - readonly id: Compact; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isTransferApproved: boolean; - readonly asTransferApproved: { - readonly id: Compact; - readonly owner: AccountId20; - readonly destination: AccountId20; - readonly amount: Compact; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV2MultiassetMultiAssetFilter; + readonly receive: XcmV2MultiassetMultiAssets; } & Struct; - readonly isTouch: boolean; - readonly asTouch: { - readonly id: Compact; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly reserve: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isRefund: boolean; - readonly asRefund: { - readonly id: Compact; - readonly allowBurn: bool; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isSetMinBalance: boolean; - readonly asSetMinBalance: { - readonly id: Compact; - readonly minBalance: u128; + readonly isQueryHolding: boolean; + readonly asQueryHolding: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxResponseWeight: Compact; } & Struct; - readonly isTouchOther: boolean; - readonly asTouchOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV2MultiAsset; + readonly weightLimit: XcmV2WeightLimit; } & Struct; - readonly isRefundOther: boolean; - readonly asRefundOther: { - readonly id: Compact; - readonly who: AccountId20; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV2Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV2Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly ticket: XcmV2MultiLocation; } & Struct; - readonly isBlock: boolean; - readonly asBlock: { - readonly id: Compact; - readonly who: AccountId20; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: Compact; } & Struct; + readonly isUnsubscribeVersion: boolean; readonly type: - | "Create" - | "ForceCreate" - | "StartDestroy" - | "DestroyAccounts" - | "DestroyApprovals" - | "FinishDestroy" - | "Mint" - | "Burn" - | "Transfer" - | "TransferKeepAlive" - | "ForceTransfer" - | "Freeze" - | "Thaw" - | "FreezeAsset" - | "ThawAsset" - | "TransferOwnership" - | "SetTeam" - | "SetMetadata" - | "ClearMetadata" - | "ForceSetMetadata" - | "ForceClearMetadata" - | "ForceAssetStatus" - | "ApproveTransfer" - | "CancelApproval" - | "ForceCancelApproval" - | "TransferApproved" - | "Touch" - | "Refund" - | "SetMinBalance" - | "TouchOther" - | "RefundOther" - | "Block"; + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" + | "Transact" + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "QueryHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion"; } - /** @name PalletAssetManagerCall (346) */ - interface PalletAssetManagerCall extends Enum { - readonly isRegisterForeignAsset: boolean; - readonly asRegisterForeignAsset: { - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - readonly minAmount: u128; - readonly isSufficient: bool; - } & Struct; - readonly isChangeExistingAssetType: boolean; - readonly asChangeExistingAssetType: { - readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; - readonly numAssetsWeightHint: u32; - } & Struct; - readonly isRemoveExistingAssetType: boolean; - readonly asRemoveExistingAssetType: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; - } & Struct; - readonly isDestroyForeignAsset: boolean; - readonly asDestroyForeignAsset: { - readonly assetId: u128; - readonly numAssetsWeightHint: u32; - } & Struct; + /** @name XcmV2Response (292) */ + interface XcmV2Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV2MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; + } + + /** @name XcmV2TraitsError (295) */ + interface XcmV2TraitsError extends Enum { + readonly isOverflow: boolean; + readonly isUnimplemented: boolean; + readonly isUntrustedReserveLocation: boolean; + readonly isUntrustedTeleportLocation: boolean; + readonly isMultiLocationFull: boolean; + readonly isMultiLocationNotInvertible: boolean; + readonly isBadOrigin: boolean; + readonly isInvalidLocation: boolean; + readonly isAssetNotFound: boolean; + readonly isFailedToTransactAsset: boolean; + readonly isNotWithdrawable: boolean; + readonly isLocationCannotHold: boolean; + readonly isExceedsMaxMessageSize: boolean; + readonly isDestinationUnsupported: boolean; + readonly isTransport: boolean; + readonly isUnroutable: boolean; + readonly isUnknownClaim: boolean; + readonly isFailedToDecode: boolean; + readonly isMaxWeightInvalid: boolean; + readonly isNotHoldingFees: boolean; + readonly isTooExpensive: boolean; + readonly isTrap: boolean; + readonly asTrap: u64; + readonly isUnhandledXcmVersion: boolean; + readonly isWeightLimitReached: boolean; + readonly asWeightLimitReached: u64; + readonly isBarrier: boolean; + readonly isWeightNotComputable: boolean; readonly type: - | "RegisterForeignAsset" - | "ChangeExistingAssetType" - | "RemoveExistingAssetType" - | "DestroyForeignAsset"; + | "Overflow" + | "Unimplemented" + | "UntrustedReserveLocation" + | "UntrustedTeleportLocation" + | "MultiLocationFull" + | "MultiLocationNotInvertible" + | "BadOrigin" + | "InvalidLocation" + | "AssetNotFound" + | "FailedToTransactAsset" + | "NotWithdrawable" + | "LocationCannotHold" + | "ExceedsMaxMessageSize" + | "DestinationUnsupported" + | "Transport" + | "Unroutable" + | "UnknownClaim" + | "FailedToDecode" + | "MaxWeightInvalid" + | "NotHoldingFees" + | "TooExpensive" + | "Trap" + | "UnhandledXcmVersion" + | "WeightLimitReached" + | "Barrier" + | "WeightNotComputable"; } - /** @name MoonriverRuntimeXcmConfigAssetType (347) */ - interface MoonriverRuntimeXcmConfigAssetType extends Enum { + /** @name XcmV2OriginKind (296) */ + interface XcmV2OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; readonly isXcm: boolean; - readonly asXcm: StagingXcmV3MultiLocation; - readonly type: "Xcm"; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ - interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name XcmV2MultiassetMultiAssetFilter (297) */ + interface XcmV2MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV2MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV2MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; } - /** @name OrmlXtokensModuleCall (349) */ - interface OrmlXtokensModuleCall extends Enum { - readonly isTransfer: boolean; - readonly asTransfer: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiasset: boolean; - readonly asTransferMultiasset: { - readonly asset: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferWithFee: boolean; - readonly asTransferWithFee: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly fee: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassetWithFee: boolean; - readonly asTransferMultiassetWithFee: { - readonly asset: XcmVersionedAsset; - readonly fee: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMulticurrencies: boolean; - readonly asTransferMulticurrencies: { - readonly currencies: Vec>; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassets: boolean; - readonly asTransferMultiassets: { - readonly assets: XcmVersionedAssets; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; + /** @name XcmV2MultiassetWildMultiAsset (298) */ + interface XcmV2MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetWildFungibility; } & Struct; - readonly type: - | "Transfer" - | "TransferMultiasset" - | "TransferWithFee" - | "TransferMultiassetWithFee" - | "TransferMulticurrencies" - | "TransferMultiassets"; + readonly type: "All" | "AllOf"; } - /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ - interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { - readonly isSelfReserve: boolean; - readonly isForeignAsset: boolean; - readonly asForeignAsset: u128; - readonly isErc20: boolean; - readonly asErc20: { - readonly contractAddress: H160; - } & Struct; - readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + /** @name XcmV2MultiassetWildFungibility (299) */ + interface XcmV2MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAsset (351) */ - interface XcmVersionedAsset extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiAsset; - readonly isV3: boolean; - readonly asV3: XcmV3MultiAsset; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Asset; - readonly type: "V2" | "V3" | "V4"; + /** @name XcmV2WeightLimit (300) */ + interface XcmV2WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: Compact; + readonly type: "Unlimited" | "Limited"; } - /** @name PalletXcmTransactorCall (354) */ - interface PalletXcmTransactorCall extends Enum { - readonly isRegister: boolean; - readonly asRegister: { - readonly who: AccountId20; - readonly index: u16; + /** @name XcmV3Xcm (301) */ + interface XcmV3Xcm extends Vec {} + + /** @name XcmV3Instruction (303) */ + interface XcmV3Instruction extends Enum { + readonly isWithdrawAsset: boolean; + readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; + readonly isReserveAssetDeposited: boolean; + readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; + readonly isReceiveTeleportedAsset: boolean; + readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; + readonly isQueryResponse: boolean; + readonly asQueryResponse: { + readonly queryId: Compact; + readonly response: XcmV3Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; - readonly isDeregister: boolean; - readonly asDeregister: { - readonly index: u16; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; - readonly isTransactThroughDerivative: boolean; - readonly asTransactThroughDerivative: { - readonly dest: MoonriverRuntimeXcmConfigTransactors; - readonly index: u16; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly innerCall: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; + } & Struct; + readonly isTransact: boolean; + readonly asTransact: { + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; + readonly call: XcmDoubleEncoded; + } & Struct; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; + } & Struct; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; + } & Struct; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; + } & Struct; + readonly isClearOrigin: boolean; + readonly isDescendOrigin: boolean; + readonly asDescendOrigin: XcmV3Junctions; + readonly isReportError: boolean; + readonly asReportError: XcmV3QueryResponseInfo; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly beneficiary: StagingXcmV3MultiLocation; + } & Struct; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; + } & Struct; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV3MultiassetMultiAssetFilter; + readonly want: XcmV3MultiassetMultiAssets; + readonly maximal: bool; + } & Struct; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly reserve: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; + } & Struct; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; + } & Struct; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: XcmV3QueryResponseInfo; + readonly assets: XcmV3MultiassetMultiAssetFilter; } & Struct; - readonly isTransactThroughSovereign: boolean; - readonly asTransactThroughSovereign: { - readonly dest: XcmVersionedLocation; - readonly feePayer: Option; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly originKind: XcmV3OriginKind; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV3MultiAsset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; - readonly isSetTransactInfo: boolean; - readonly asSetTransactInfo: { - readonly location: XcmVersionedLocation; - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + readonly isRefundSurplus: boolean; + readonly isSetErrorHandler: boolean; + readonly asSetErrorHandler: XcmV3Xcm; + readonly isSetAppendix: boolean; + readonly asSetAppendix: XcmV3Xcm; + readonly isClearError: boolean; + readonly isClaimAsset: boolean; + readonly asClaimAsset: { + readonly assets: XcmV3MultiassetMultiAssets; + readonly ticket: StagingXcmV3MultiLocation; } & Struct; - readonly isRemoveTransactInfo: boolean; - readonly asRemoveTransactInfo: { - readonly location: XcmVersionedLocation; + readonly isTrap: boolean; + readonly asTrap: Compact; + readonly isSubscribeVersion: boolean; + readonly asSubscribeVersion: { + readonly queryId: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isTransactThroughSigned: boolean; - readonly asTransactThroughSigned: { - readonly dest: XcmVersionedLocation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly call: Bytes; - readonly weightInfo: PalletXcmTransactorTransactWeights; - readonly refund: bool; + readonly isUnsubscribeVersion: boolean; + readonly isBurnAsset: boolean; + readonly asBurnAsset: XcmV3MultiassetMultiAssets; + readonly isExpectAsset: boolean; + readonly asExpectAsset: XcmV3MultiassetMultiAssets; + readonly isExpectOrigin: boolean; + readonly asExpectOrigin: Option; + readonly isExpectError: boolean; + readonly asExpectError: Option>; + readonly isExpectTransactStatus: boolean; + readonly asExpectTransactStatus: XcmV3MaybeErrorCode; + readonly isQueryPallet: boolean; + readonly asQueryPallet: { + readonly moduleName: Bytes; + readonly responseInfo: XcmV3QueryResponseInfo; } & Struct; - readonly isSetFeePerSecond: boolean; - readonly asSetFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; - readonly feePerSecond: u128; + readonly isExpectPallet: boolean; + readonly asExpectPallet: { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly crateMajor: Compact; + readonly minCrateMinor: Compact; } & Struct; - readonly isRemoveFeePerSecond: boolean; - readonly asRemoveFeePerSecond: { - readonly assetLocation: XcmVersionedLocation; + readonly isReportTransactStatus: boolean; + readonly asReportTransactStatus: XcmV3QueryResponseInfo; + readonly isClearTransactStatus: boolean; + readonly isUniversalOrigin: boolean; + readonly asUniversalOrigin: XcmV3Junction; + readonly isExportMessage: boolean; + readonly asExportMessage: { + readonly network: XcmV3JunctionNetworkId; + readonly destination: XcmV3Junctions; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isHrmpManage: boolean; - readonly asHrmpManage: { - readonly action: PalletXcmTransactorHrmpOperation; - readonly fee: PalletXcmTransactorCurrencyPayment; - readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: XcmV3MultiAsset; + readonly unlocker: StagingXcmV3MultiLocation; } & Struct; - readonly type: - | "Register" - | "Deregister" - | "TransactThroughDerivative" - | "TransactThroughSovereign" - | "SetTransactInfo" - | "RemoveTransactInfo" - | "TransactThroughSigned" - | "SetFeePerSecond" - | "RemoveFeePerSecond" - | "HrmpManage"; - } - - /** @name MoonriverRuntimeXcmConfigTransactors (355) */ - interface MoonriverRuntimeXcmConfigTransactors extends Enum { - readonly isRelay: boolean; - readonly type: "Relay"; - } - - /** @name PalletXcmTransactorCurrencyPayment (356) */ - interface PalletXcmTransactorCurrencyPayment extends Struct { - readonly currency: PalletXcmTransactorCurrency; - readonly feeAmount: Option; - } - - /** @name PalletXcmTransactorCurrency (357) */ - interface PalletXcmTransactorCurrency extends Enum { - readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly isAsMultiLocation: boolean; - readonly asAsMultiLocation: XcmVersionedLocation; - readonly type: "AsCurrencyId" | "AsMultiLocation"; - } - - /** @name PalletXcmTransactorTransactWeights (359) */ - interface PalletXcmTransactorTransactWeights extends Struct { - readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; - readonly overallWeight: Option; - } - - /** @name PalletXcmTransactorHrmpOperation (362) */ - interface PalletXcmTransactorHrmpOperation extends Enum { - readonly isInitOpen: boolean; - readonly asInitOpen: PalletXcmTransactorHrmpInitParams; - readonly isAccept: boolean; - readonly asAccept: { - readonly paraId: u32; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: XcmV3MultiAsset; + readonly target: StagingXcmV3MultiLocation; } & Struct; - readonly isClose: boolean; - readonly asClose: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly isCancel: boolean; - readonly asCancel: { - readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId; - readonly openRequests: u32; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: XcmV3MultiAsset; + readonly owner: StagingXcmV3MultiLocation; } & Struct; - readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; - } - - /** @name PalletXcmTransactorHrmpInitParams (363) */ - interface PalletXcmTransactorHrmpInitParams extends Struct { - readonly paraId: u32; - readonly proposedMaxCapacity: u32; - readonly proposedMaxMessageSize: u32; - } - - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (364) */ - interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { - readonly sender: u32; - readonly recipient: u32; - } - - /** @name PalletEthereumXcmCall (365) */ - interface PalletEthereumXcmCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: XcmV3MultiAsset; + readonly locker: StagingXcmV3MultiLocation; } & Struct; - readonly isTransactThroughProxy: boolean; - readonly asTransactThroughProxy: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: bool; } & Struct; - readonly isSuspendEthereumXcmExecution: boolean; - readonly isResumeEthereumXcmExecution: boolean; - readonly isForceTransactAs: boolean; - readonly asForceTransactAs: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; - readonly forceCreateAddress: Option; + readonly isSetTopic: boolean; + readonly asSetTopic: U8aFixed; + readonly isClearTopic: boolean; + readonly isAliasOrigin: boolean; + readonly asAliasOrigin: StagingXcmV3MultiLocation; + readonly isUnpaidExecution: boolean; + readonly asUnpaidExecution: { + readonly weightLimit: XcmV3WeightLimit; + readonly checkOrigin: Option; } & Struct; readonly type: + | "WithdrawAsset" + | "ReserveAssetDeposited" + | "ReceiveTeleportedAsset" + | "QueryResponse" + | "TransferAsset" + | "TransferReserveAsset" | "Transact" - | "TransactThroughProxy" - | "SuspendEthereumXcmExecution" - | "ResumeEthereumXcmExecution" - | "ForceTransactAs"; + | "HrmpNewChannelOpenRequest" + | "HrmpChannelAccepted" + | "HrmpChannelClosing" + | "ClearOrigin" + | "DescendOrigin" + | "ReportError" + | "DepositAsset" + | "DepositReserveAsset" + | "ExchangeAsset" + | "InitiateReserveWithdraw" + | "InitiateTeleport" + | "ReportHolding" + | "BuyExecution" + | "RefundSurplus" + | "SetErrorHandler" + | "SetAppendix" + | "ClearError" + | "ClaimAsset" + | "Trap" + | "SubscribeVersion" + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; + } + + /** @name XcmV3Response (304) */ + interface XcmV3Response extends Enum { + readonly isNull: boolean; + readonly isAssets: boolean; + readonly asAssets: XcmV3MultiassetMultiAssets; + readonly isExecutionResult: boolean; + readonly asExecutionResult: Option>; + readonly isVersion: boolean; + readonly asVersion: u32; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { - readonly isV1: boolean; - readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; - readonly isV2: boolean; - readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; - readonly type: "V1" | "V2"; + /** @name XcmV3PalletInfo (306) */ + interface XcmV3PalletInfo extends Struct { + readonly index: Compact; + readonly name: Bytes; + readonly moduleName: Bytes; + readonly major: Compact; + readonly minor: Compact; + readonly patch: Compact; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (367) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { - readonly gasLimit: U256; - readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; + /** @name XcmV3QueryResponseInfo (310) */ + interface XcmV3QueryResponseInfo extends Struct { + readonly destination: StagingXcmV3MultiLocation; + readonly queryId: Compact; + readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ - interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { - readonly isManual: boolean; - readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; - readonly isAuto: boolean; - readonly type: "Manual" | "Auto"; + /** @name XcmV3MultiassetMultiAssetFilter (311) */ + interface XcmV3MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV3MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV3MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ - interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { - readonly gasPrice: Option; - readonly maxFeePerGas: Option; + /** @name XcmV3MultiassetWildMultiAsset (312) */ + interface XcmV3MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; + } & Struct; + readonly isAllCounted: boolean; + readonly asAllCounted: Compact; + readonly isAllOfCounted: boolean; + readonly asAllOfCounted: { + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; + readonly count: Compact; + } & Struct; + readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; + /** @name XcmV3MultiassetWildFungibility (313) */ + interface XcmV3MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name PalletMessageQueueCall (374) */ - interface PalletMessageQueueCall extends Enum { - readonly isReapPage: boolean; - readonly asReapPage: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly pageIndex: u32; - } & Struct; - readonly isExecuteOverweight: boolean; - readonly asExecuteOverweight: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly page: u32; - readonly index: u32; - readonly weightLimit: SpWeightsWeightV2Weight; - } & Struct; - readonly type: "ReapPage" | "ExecuteOverweight"; + /** @name StagingXcmExecutorAssetTransferTransferType (325) */ + interface StagingXcmExecutorAssetTransferTransferType extends Enum { + readonly isTeleport: boolean; + readonly isLocalReserve: boolean; + readonly isDestinationReserve: boolean; + readonly isRemoteReserve: boolean; + readonly asRemoteReserve: XcmVersionedLocation; + readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (375) */ - interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { - readonly isHere: boolean; - readonly isParent: boolean; - readonly isSibling: boolean; - readonly asSibling: u32; - readonly type: "Here" | "Parent" | "Sibling"; + /** @name XcmVersionedAssetId (326) */ + interface XcmVersionedAssetId extends Enum { + readonly isV3: boolean; + readonly asV3: XcmV3MultiassetAssetId; + readonly isV4: boolean; + readonly asV4: StagingXcmV4AssetAssetId; + readonly type: "V3" | "V4"; } - /** @name PalletMoonbeamForeignAssetsCall (376) */ - interface PalletMoonbeamForeignAssetsCall extends Enum { - readonly isCreateForeignAsset: boolean; - readonly asCreateForeignAsset: { - readonly assetId: u128; - readonly xcmLocation: StagingXcmV4Location; - readonly decimals: u8; - readonly symbol: Bytes; - readonly name: Bytes; + /** @name PalletAssetsCall (327) */ + interface PalletAssetsCall extends Enum { + readonly isCreate: boolean; + readonly asCreate: { + readonly id: Compact; + readonly admin: AccountId20; + readonly minBalance: u128; } & Struct; - readonly isChangeXcmLocation: boolean; - readonly asChangeXcmLocation: { - readonly assetId: u128; - readonly newXcmLocation: StagingXcmV4Location; + readonly isForceCreate: boolean; + readonly asForceCreate: { + readonly id: Compact; + readonly owner: AccountId20; + readonly isSufficient: bool; + readonly minBalance: Compact; } & Struct; - readonly isFreezeForeignAsset: boolean; - readonly asFreezeForeignAsset: { - readonly assetId: u128; - readonly allowXcmDeposit: bool; + readonly isStartDestroy: boolean; + readonly asStartDestroy: { + readonly id: Compact; } & Struct; - readonly isUnfreezeForeignAsset: boolean; - readonly asUnfreezeForeignAsset: { - readonly assetId: u128; + readonly isDestroyAccounts: boolean; + readonly asDestroyAccounts: { + readonly id: Compact; } & Struct; - readonly type: - | "CreateForeignAsset" - | "ChangeXcmLocation" - | "FreezeForeignAsset" - | "UnfreezeForeignAsset"; - } - - /** @name PalletXcmWeightTraderCall (378) */ - interface PalletXcmWeightTraderCall extends Enum { - readonly isAddAsset: boolean; - readonly asAddAsset: { - readonly location: StagingXcmV4Location; - readonly relativePrice: u128; + readonly isDestroyApprovals: boolean; + readonly asDestroyApprovals: { + readonly id: Compact; } & Struct; - readonly isEditAsset: boolean; - readonly asEditAsset: { - readonly location: StagingXcmV4Location; - readonly relativePrice: u128; + readonly isFinishDestroy: boolean; + readonly asFinishDestroy: { + readonly id: Compact; + } & Struct; + readonly isMint: boolean; + readonly asMint: { + readonly id: Compact; + readonly beneficiary: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly id: Compact; + readonly who: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isTransfer: boolean; + readonly asTransfer: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isTransferKeepAlive: boolean; + readonly asTransferKeepAlive: { + readonly id: Compact; + readonly target: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isForceTransfer: boolean; + readonly asForceTransfer: { + readonly id: Compact; + readonly source: AccountId20; + readonly dest: AccountId20; + readonly amount: Compact; + } & Struct; + readonly isFreeze: boolean; + readonly asFreeze: { + readonly id: Compact; + readonly who: AccountId20; + } & Struct; + readonly isThaw: boolean; + readonly asThaw: { + readonly id: Compact; + readonly who: AccountId20; + } & Struct; + readonly isFreezeAsset: boolean; + readonly asFreezeAsset: { + readonly id: Compact; + } & Struct; + readonly isThawAsset: boolean; + readonly asThawAsset: { + readonly id: Compact; + } & Struct; + readonly isTransferOwnership: boolean; + readonly asTransferOwnership: { + readonly id: Compact; + readonly owner: AccountId20; + } & Struct; + readonly isSetTeam: boolean; + readonly asSetTeam: { + readonly id: Compact; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + } & Struct; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + } & Struct; + readonly isClearMetadata: boolean; + readonly asClearMetadata: { + readonly id: Compact; + } & Struct; + readonly isForceSetMetadata: boolean; + readonly asForceSetMetadata: { + readonly id: Compact; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } & Struct; + readonly isForceClearMetadata: boolean; + readonly asForceClearMetadata: { + readonly id: Compact; + } & Struct; + readonly isForceAssetStatus: boolean; + readonly asForceAssetStatus: { + readonly id: Compact; + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly minBalance: Compact; + readonly isSufficient: bool; + readonly isFrozen: bool; } & Struct; - readonly isPauseAssetSupport: boolean; - readonly asPauseAssetSupport: { - readonly location: StagingXcmV4Location; + readonly isApproveTransfer: boolean; + readonly asApproveTransfer: { + readonly id: Compact; + readonly delegate: AccountId20; + readonly amount: Compact; } & Struct; - readonly isResumeAssetSupport: boolean; - readonly asResumeAssetSupport: { - readonly location: StagingXcmV4Location; + readonly isCancelApproval: boolean; + readonly asCancelApproval: { + readonly id: Compact; + readonly delegate: AccountId20; } & Struct; - readonly isRemoveAsset: boolean; - readonly asRemoveAsset: { - readonly location: StagingXcmV4Location; + readonly isForceCancelApproval: boolean; + readonly asForceCancelApproval: { + readonly id: Compact; + readonly owner: AccountId20; + readonly delegate: AccountId20; } & Struct; - readonly type: - | "AddAsset" - | "EditAsset" - | "PauseAssetSupport" - | "ResumeAssetSupport" - | "RemoveAsset"; - } - - /** @name PalletEmergencyParaXcmCall (379) */ - interface PalletEmergencyParaXcmCall extends Enum { - readonly isPausedToNormal: boolean; - readonly isFastAuthorizeUpgrade: boolean; - readonly asFastAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isTransferApproved: boolean; + readonly asTransferApproved: { + readonly id: Compact; + readonly owner: AccountId20; + readonly destination: AccountId20; + readonly amount: Compact; } & Struct; - readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; - } - - /** @name PalletRandomnessCall (380) */ - interface PalletRandomnessCall extends Enum { - readonly isSetBabeRandomnessResults: boolean; - readonly type: "SetBabeRandomnessResults"; - } - - /** @name SpRuntimeBlakeTwo256 (381) */ - type SpRuntimeBlakeTwo256 = Null; - - /** @name PalletConvictionVotingTally (383) */ - interface PalletConvictionVotingTally extends Struct { - readonly ayes: u128; - readonly nays: u128; - readonly support: u128; - } - - /** @name PalletWhitelistEvent (384) */ - interface PalletWhitelistEvent extends Enum { - readonly isCallWhitelisted: boolean; - readonly asCallWhitelisted: { - readonly callHash: H256; + readonly isTouch: boolean; + readonly asTouch: { + readonly id: Compact; } & Struct; - readonly isWhitelistedCallRemoved: boolean; - readonly asWhitelistedCallRemoved: { - readonly callHash: H256; + readonly isRefund: boolean; + readonly asRefund: { + readonly id: Compact; + readonly allowBurn: bool; } & Struct; - readonly isWhitelistedCallDispatched: boolean; - readonly asWhitelistedCallDispatched: { - readonly callHash: H256; - readonly result: Result< - FrameSupportDispatchPostDispatchInfo, - SpRuntimeDispatchErrorWithPostInfo - >; + readonly isSetMinBalance: boolean; + readonly asSetMinBalance: { + readonly id: Compact; + readonly minBalance: u128; } & Struct; - readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; - } - - /** @name FrameSupportDispatchPostDispatchInfo (386) */ - interface FrameSupportDispatchPostDispatchInfo extends Struct { - readonly actualWeight: Option; - readonly paysFee: FrameSupportDispatchPays; - } - - /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ - interface SpRuntimeDispatchErrorWithPostInfo extends Struct { - readonly postInfo: FrameSupportDispatchPostDispatchInfo; - readonly error: SpRuntimeDispatchError; - } - - /** @name PalletCollectiveEvent (388) */ - interface PalletCollectiveEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly account: AccountId20; - readonly proposalIndex: u32; - readonly proposalHash: H256; - readonly threshold: u32; + readonly isTouchOther: boolean; + readonly asTouchOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isVoted: boolean; - readonly asVoted: { - readonly account: AccountId20; - readonly proposalHash: H256; - readonly voted: bool; - readonly yes: u32; - readonly no: u32; + readonly isRefundOther: boolean; + readonly asRefundOther: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly proposalHash: H256; + readonly isBlock: boolean; + readonly asBlock: { + readonly id: Compact; + readonly who: AccountId20; } & Struct; - readonly isDisapproved: boolean; - readonly asDisapproved: { - readonly proposalHash: H256; + readonly type: + | "Create" + | "ForceCreate" + | "StartDestroy" + | "DestroyAccounts" + | "DestroyApprovals" + | "FinishDestroy" + | "Mint" + | "Burn" + | "Transfer" + | "TransferKeepAlive" + | "ForceTransfer" + | "Freeze" + | "Thaw" + | "FreezeAsset" + | "ThawAsset" + | "TransferOwnership" + | "SetTeam" + | "SetMetadata" + | "ClearMetadata" + | "ForceSetMetadata" + | "ForceClearMetadata" + | "ForceAssetStatus" + | "ApproveTransfer" + | "CancelApproval" + | "ForceCancelApproval" + | "TransferApproved" + | "Touch" + | "Refund" + | "SetMinBalance" + | "TouchOther" + | "RefundOther" + | "Block"; + } + + /** @name PalletAssetManagerCall (328) */ + interface PalletAssetManagerCall extends Enum { + readonly isRegisterForeignAsset: boolean; + readonly asRegisterForeignAsset: { + readonly asset: MoonbaseRuntimeXcmConfigAssetType; + readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + readonly minAmount: u128; + readonly isSufficient: bool; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isChangeExistingAssetType: boolean; + readonly asChangeExistingAssetType: { + readonly assetId: u128; + readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isMemberExecuted: boolean; - readonly asMemberExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isRemoveExistingAssetType: boolean; + readonly asRemoveExistingAssetType: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; - readonly isClosed: boolean; - readonly asClosed: { - readonly proposalHash: H256; - readonly yes: u32; - readonly no: u32; + readonly isDestroyForeignAsset: boolean; + readonly asDestroyForeignAsset: { + readonly assetId: u128; + readonly numAssetsWeightHint: u32; } & Struct; readonly type: - | "Proposed" - | "Voted" - | "Approved" - | "Disapproved" - | "Executed" - | "MemberExecuted" - | "Closed"; + | "RegisterForeignAsset" + | "ChangeExistingAssetType" + | "RemoveExistingAssetType" + | "DestroyForeignAsset"; } - /** @name PalletTreasuryEvent (390) */ - interface PalletTreasuryEvent extends Enum { - readonly isSpending: boolean; - readonly asSpending: { - readonly budgetRemaining: u128; - } & Struct; - readonly isAwarded: boolean; - readonly asAwarded: { - readonly proposalIndex: u32; - readonly award: u128; - readonly account: AccountId20; - } & Struct; - readonly isBurnt: boolean; - readonly asBurnt: { - readonly burntFunds: u128; + /** @name PalletXcmTransactorCall (329) */ + interface PalletXcmTransactorCall extends Enum { + readonly isRegister: boolean; + readonly asRegister: { + readonly who: AccountId20; + readonly index: u16; } & Struct; - readonly isRollover: boolean; - readonly asRollover: { - readonly rolloverBalance: u128; + readonly isDeregister: boolean; + readonly asDeregister: { + readonly index: u16; } & Struct; - readonly isDeposit: boolean; - readonly asDeposit: { - readonly value: u128; + readonly isTransactThroughDerivative: boolean; + readonly asTransactThroughDerivative: { + readonly dest: MoonbaseRuntimeXcmConfigTransactors; + readonly index: u16; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly innerCall: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isSpendApproved: boolean; - readonly asSpendApproved: { - readonly proposalIndex: u32; - readonly amount: u128; - readonly beneficiary: AccountId20; + readonly isTransactThroughSovereign: boolean; + readonly asTransactThroughSovereign: { + readonly dest: XcmVersionedLocation; + readonly feePayer: Option; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly originKind: XcmV3OriginKind; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isUpdatedInactive: boolean; - readonly asUpdatedInactive: { - readonly reactivated: u128; - readonly deactivated: u128; + readonly isSetTransactInfo: boolean; + readonly asSetTransactInfo: { + readonly location: XcmVersionedLocation; + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } & Struct; - readonly isAssetSpendApproved: boolean; - readonly asAssetSpendApproved: { - readonly index: u32; - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; + readonly isRemoveTransactInfo: boolean; + readonly asRemoveTransactInfo: { + readonly location: XcmVersionedLocation; } & Struct; - readonly isAssetSpendVoided: boolean; - readonly asAssetSpendVoided: { - readonly index: u32; + readonly isTransactThroughSigned: boolean; + readonly asTransactThroughSigned: { + readonly dest: XcmVersionedLocation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly call: Bytes; + readonly weightInfo: PalletXcmTransactorTransactWeights; + readonly refund: bool; } & Struct; - readonly isPaid: boolean; - readonly asPaid: { - readonly index: u32; - readonly paymentId: Null; + readonly isSetFeePerSecond: boolean; + readonly asSetFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; + readonly feePerSecond: u128; } & Struct; - readonly isPaymentFailed: boolean; - readonly asPaymentFailed: { - readonly index: u32; - readonly paymentId: Null; + readonly isRemoveFeePerSecond: boolean; + readonly asRemoveFeePerSecond: { + readonly assetLocation: XcmVersionedLocation; } & Struct; - readonly isSpendProcessed: boolean; - readonly asSpendProcessed: { - readonly index: u32; + readonly isHrmpManage: boolean; + readonly asHrmpManage: { + readonly action: PalletXcmTransactorHrmpOperation; + readonly fee: PalletXcmTransactorCurrencyPayment; + readonly weightInfo: PalletXcmTransactorTransactWeights; } & Struct; readonly type: - | "Spending" - | "Awarded" - | "Burnt" - | "Rollover" - | "Deposit" - | "SpendApproved" - | "UpdatedInactive" - | "AssetSpendApproved" - | "AssetSpendVoided" - | "Paid" - | "PaymentFailed" - | "SpendProcessed"; + | "Register" + | "Deregister" + | "TransactThroughDerivative" + | "TransactThroughSovereign" + | "SetTransactInfo" + | "RemoveTransactInfo" + | "TransactThroughSigned" + | "SetFeePerSecond" + | "RemoveFeePerSecond" + | "HrmpManage"; } - /** @name PalletCrowdloanRewardsEvent (391) */ - interface PalletCrowdloanRewardsEvent extends Enum { - readonly isInitialPaymentMade: boolean; - readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; - readonly isNativeIdentityAssociated: boolean; - readonly asNativeIdentityAssociated: ITuple<[U8aFixed, AccountId20, u128]>; - readonly isRewardsPaid: boolean; - readonly asRewardsPaid: ITuple<[AccountId20, u128]>; - readonly isRewardAddressUpdated: boolean; - readonly asRewardAddressUpdated: ITuple<[AccountId20, AccountId20]>; - readonly isInitializedAlreadyInitializedAccount: boolean; - readonly asInitializedAlreadyInitializedAccount: ITuple<[U8aFixed, Option, u128]>; - readonly isInitializedAccountWithNotEnoughContribution: boolean; - readonly asInitializedAccountWithNotEnoughContribution: ITuple< - [U8aFixed, Option, u128] - >; - readonly type: - | "InitialPaymentMade" - | "NativeIdentityAssociated" - | "RewardsPaid" - | "RewardAddressUpdated" - | "InitializedAlreadyInitializedAccount" - | "InitializedAccountWithNotEnoughContribution"; + /** @name MoonbaseRuntimeXcmConfigTransactors (330) */ + interface MoonbaseRuntimeXcmConfigTransactors extends Enum { + readonly isRelay: boolean; + readonly type: "Relay"; } - /** @name CumulusPalletXcmpQueueEvent (392) */ - interface CumulusPalletXcmpQueueEvent extends Enum { - readonly isXcmpMessageSent: boolean; - readonly asXcmpMessageSent: { - readonly messageHash: U8aFixed; + /** @name PalletXcmTransactorCurrencyPayment (331) */ + interface PalletXcmTransactorCurrencyPayment extends Struct { + readonly currency: PalletXcmTransactorCurrency; + readonly feeAmount: Option; + } + + /** @name MoonbaseRuntimeXcmConfigCurrencyId (332) */ + interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { + readonly isSelfReserve: boolean; + readonly isForeignAsset: boolean; + readonly asForeignAsset: u128; + readonly isErc20: boolean; + readonly asErc20: { + readonly contractAddress: H160; } & Struct; - readonly type: "XcmpMessageSent"; + readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name CumulusPalletXcmEvent (393) */ - interface CumulusPalletXcmEvent extends Enum { - readonly isInvalidFormat: boolean; - readonly asInvalidFormat: U8aFixed; - readonly isUnsupportedVersion: boolean; - readonly asUnsupportedVersion: U8aFixed; - readonly isExecutedDownward: boolean; - readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV4TraitsOutcome]>; - readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; + /** @name PalletXcmTransactorCurrency (333) */ + interface PalletXcmTransactorCurrency extends Enum { + readonly isAsCurrencyId: boolean; + readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly isAsMultiLocation: boolean; + readonly asAsMultiLocation: XcmVersionedLocation; + readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name StagingXcmV4TraitsOutcome (394) */ - interface StagingXcmV4TraitsOutcome extends Enum { - readonly isComplete: boolean; - readonly asComplete: { - readonly used: SpWeightsWeightV2Weight; - } & Struct; - readonly isIncomplete: boolean; - readonly asIncomplete: { - readonly used: SpWeightsWeightV2Weight; - readonly error: XcmV3TraitsError; - } & Struct; - readonly isError: boolean; - readonly asError: { - readonly error: XcmV3TraitsError; - } & Struct; - readonly type: "Complete" | "Incomplete" | "Error"; + /** @name PalletXcmTransactorTransactWeights (335) */ + interface PalletXcmTransactorTransactWeights extends Struct { + readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; + readonly overallWeight: Option; } - /** @name PalletXcmEvent (395) */ - interface PalletXcmEvent extends Enum { - readonly isAttempted: boolean; - readonly asAttempted: { - readonly outcome: StagingXcmV4TraitsOutcome; + /** @name PalletMoonbeamOrbitersCall (337) */ + interface PalletMoonbeamOrbitersCall extends Enum { + readonly isCollatorAddOrbiter: boolean; + readonly asCollatorAddOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isSent: boolean; - readonly asSent: { - readonly origin: StagingXcmV4Location; - readonly destination: StagingXcmV4Location; - readonly message: StagingXcmV4Xcm; - readonly messageId: U8aFixed; + readonly isCollatorRemoveOrbiter: boolean; + readonly asCollatorRemoveOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isUnexpectedResponse: boolean; - readonly asUnexpectedResponse: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; } & Struct; - readonly isResponseReady: boolean; - readonly asResponseReady: { - readonly queryId: u64; - readonly response: StagingXcmV4Response; + readonly isOrbiterRegister: boolean; + readonly isOrbiterUnregister: boolean; + readonly asOrbiterUnregister: { + readonly collatorsPoolCount: u32; } & Struct; - readonly isNotified: boolean; - readonly asNotified: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; + readonly isAddCollator: boolean; + readonly asAddCollator: { + readonly collator: AccountId20; } & Struct; - readonly isNotifyOverweight: boolean; - readonly asNotifyOverweight: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; - readonly actualWeight: SpWeightsWeightV2Weight; - readonly maxBudgetedWeight: SpWeightsWeightV2Weight; + readonly isRemoveCollator: boolean; + readonly asRemoveCollator: { + readonly collator: AccountId20; } & Struct; - readonly isNotifyDispatchError: boolean; - readonly asNotifyDispatchError: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; + readonly type: + | "CollatorAddOrbiter" + | "CollatorRemoveOrbiter" + | "OrbiterLeaveCollatorPool" + | "OrbiterRegister" + | "OrbiterUnregister" + | "AddCollator" + | "RemoveCollator"; + } + + /** @name PalletEthereumXcmCall (338) */ + interface PalletEthereumXcmCall extends Enum { + readonly isTransact: boolean; + readonly asTransact: { + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isNotifyDecodeFailed: boolean; - readonly asNotifyDecodeFailed: { - readonly queryId: u64; - readonly palletIndex: u8; - readonly callIndex: u8; + readonly isTransactThroughProxy: boolean; + readonly asTransactThroughProxy: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; } & Struct; - readonly isInvalidResponder: boolean; - readonly asInvalidResponder: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedLocation: Option; + readonly isSuspendEthereumXcmExecution: boolean; + readonly isResumeEthereumXcmExecution: boolean; + readonly isForceTransactAs: boolean; + readonly asForceTransactAs: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly forceCreateAddress: Option; } & Struct; - readonly isInvalidResponderVersion: boolean; - readonly asInvalidResponderVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly type: + | "Transact" + | "TransactThroughProxy" + | "SuspendEthereumXcmExecution" + | "ResumeEthereumXcmExecution" + | "ForceTransactAs"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (339) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { + readonly isV1: boolean; + readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; + readonly isV2: boolean; + readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; + readonly type: "V1" | "V2"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (340) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { + readonly gasLimit: U256; + readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (341) */ + interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { + readonly isManual: boolean; + readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; + readonly isAuto: boolean; + readonly type: "Manual" | "Auto"; + } + + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (342) */ + interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { + readonly gasPrice: Option; + readonly maxFeePerGas: Option; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (345) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @name PalletRandomnessCall (347) */ + interface PalletRandomnessCall extends Enum { + readonly isSetBabeRandomnessResults: boolean; + readonly type: "SetBabeRandomnessResults"; + } + + /** @name PalletCollectiveCall (348) */ + interface PalletCollectiveCall extends Enum { + readonly isSetMembers: boolean; + readonly asSetMembers: { + readonly newMembers: Vec; + readonly prime: Option; + readonly oldCount: u32; } & Struct; - readonly isResponseTaken: boolean; - readonly asResponseTaken: { - readonly queryId: u64; + readonly isExecute: boolean; + readonly asExecute: { + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isAssetsTrapped: boolean; - readonly asAssetsTrapped: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly isPropose: boolean; + readonly asPropose: { + readonly threshold: Compact; + readonly proposal: Call; + readonly lengthBound: Compact; } & Struct; - readonly isVersionChangeNotified: boolean; - readonly asVersionChangeNotified: { - readonly destination: StagingXcmV4Location; - readonly result: u32; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isVote: boolean; + readonly asVote: { + readonly proposal: H256; + readonly index: Compact; + readonly approve: bool; } & Struct; - readonly isSupportedVersionChanged: boolean; - readonly asSupportedVersionChanged: { - readonly location: StagingXcmV4Location; - readonly version: u32; + readonly isDisapproveProposal: boolean; + readonly asDisapproveProposal: { + readonly proposalHash: H256; } & Struct; - readonly isNotifyTargetSendFail: boolean; - readonly asNotifyTargetSendFail: { - readonly location: StagingXcmV4Location; - readonly queryId: u64; - readonly error: XcmV3TraitsError; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; } & Struct; - readonly isNotifyTargetMigrationFail: boolean; - readonly asNotifyTargetMigrationFail: { - readonly location: XcmVersionedLocation; - readonly queryId: u64; + readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + } + + /** @name PalletConvictionVotingCall (349) */ + interface PalletConvictionVotingCall extends Enum { + readonly isVote: boolean; + readonly asVote: { + readonly pollIndex: Compact; + readonly vote: PalletConvictionVotingVoteAccountVote; } & Struct; - readonly isInvalidQuerierVersion: boolean; - readonly asInvalidQuerierVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly class: u16; + readonly to: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly balance: u128; } & Struct; - readonly isInvalidQuerier: boolean; - readonly asInvalidQuerier: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedQuerier: StagingXcmV4Location; - readonly maybeActualQuerier: Option; + readonly isUndelegate: boolean; + readonly asUndelegate: { + readonly class: u16; } & Struct; - readonly isVersionNotifyStarted: boolean; - readonly asVersionNotifyStarted: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isUnlock: boolean; + readonly asUnlock: { + readonly class: u16; + readonly target: AccountId20; } & Struct; - readonly isVersionNotifyRequested: boolean; - readonly asVersionNotifyRequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isRemoveVote: boolean; + readonly asRemoveVote: { + readonly class: Option; + readonly index: u32; } & Struct; - readonly isVersionNotifyUnrequested: boolean; - readonly asVersionNotifyUnrequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; + readonly isRemoveOtherVote: boolean; + readonly asRemoveOtherVote: { + readonly target: AccountId20; + readonly class: u16; + readonly index: u32; } & Struct; - readonly isFeesPaid: boolean; - readonly asFeesPaid: { - readonly paying: StagingXcmV4Location; - readonly fees: StagingXcmV4AssetAssets; + readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; + } + + /** @name PalletConvictionVotingVoteAccountVote (350) */ + interface PalletConvictionVotingVoteAccountVote extends Enum { + readonly isStandard: boolean; + readonly asStandard: { + readonly vote: Vote; + readonly balance: u128; } & Struct; - readonly isAssetsClaimed: boolean; - readonly asAssetsClaimed: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; + readonly isSplit: boolean; + readonly asSplit: { + readonly aye: u128; + readonly nay: u128; } & Struct; - readonly isVersionMigrationFinished: boolean; - readonly asVersionMigrationFinished: { - readonly version: u32; + readonly isSplitAbstain: boolean; + readonly asSplitAbstain: { + readonly aye: u128; + readonly nay: u128; + readonly abstain: u128; } & Struct; + readonly type: "Standard" | "Split" | "SplitAbstain"; + } + + /** @name PalletConvictionVotingConviction (352) */ + interface PalletConvictionVotingConviction extends Enum { + readonly isNone: boolean; + readonly isLocked1x: boolean; + readonly isLocked2x: boolean; + readonly isLocked3x: boolean; + readonly isLocked4x: boolean; + readonly isLocked5x: boolean; + readonly isLocked6x: boolean; readonly type: - | "Attempted" - | "Sent" - | "UnexpectedResponse" - | "ResponseReady" - | "Notified" - | "NotifyOverweight" - | "NotifyDispatchError" - | "NotifyDecodeFailed" - | "InvalidResponder" - | "InvalidResponderVersion" - | "ResponseTaken" - | "AssetsTrapped" - | "VersionChangeNotified" - | "SupportedVersionChanged" - | "NotifyTargetSendFail" - | "NotifyTargetMigrationFail" - | "InvalidQuerierVersion" - | "InvalidQuerier" - | "VersionNotifyStarted" - | "VersionNotifyRequested" - | "VersionNotifyUnrequested" - | "FeesPaid" - | "AssetsClaimed" - | "VersionMigrationFinished"; + | "None" + | "Locked1x" + | "Locked2x" + | "Locked3x" + | "Locked4x" + | "Locked5x" + | "Locked6x"; } - /** @name PalletAssetsEvent (396) */ - interface PalletAssetsEvent extends Enum { - readonly isCreated: boolean; - readonly asCreated: { - readonly assetId: u128; - readonly creator: AccountId20; - readonly owner: AccountId20; - } & Struct; - readonly isIssued: boolean; - readonly asIssued: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly amount: u128; - } & Struct; - readonly isTransferred: boolean; - readonly asTransferred: { - readonly assetId: u128; - readonly from: AccountId20; - readonly to: AccountId20; - readonly amount: u128; - } & Struct; - readonly isBurned: boolean; - readonly asBurned: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly balance: u128; + /** @name PalletReferendaCall (354) */ + interface PalletReferendaCall extends Enum { + readonly isSubmit: boolean; + readonly asSubmit: { + readonly proposalOrigin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; - readonly isTeamChanged: boolean; - readonly asTeamChanged: { - readonly assetId: u128; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + readonly isPlaceDecisionDeposit: boolean; + readonly asPlaceDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isOwnerChanged: boolean; - readonly asOwnerChanged: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly isRefundDecisionDeposit: boolean; + readonly asRefundDecisionDeposit: { + readonly index: u32; } & Struct; - readonly isFrozen: boolean; - readonly asFrozen: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isCancel: boolean; + readonly asCancel: { + readonly index: u32; } & Struct; - readonly isThawed: boolean; - readonly asThawed: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isKill: boolean; + readonly asKill: { + readonly index: u32; } & Struct; - readonly isAssetFrozen: boolean; - readonly asAssetFrozen: { - readonly assetId: u128; + readonly isNudgeReferendum: boolean; + readonly asNudgeReferendum: { + readonly index: u32; } & Struct; - readonly isAssetThawed: boolean; - readonly asAssetThawed: { - readonly assetId: u128; + readonly isOneFewerDeciding: boolean; + readonly asOneFewerDeciding: { + readonly track: u16; } & Struct; - readonly isAccountsDestroyed: boolean; - readonly asAccountsDestroyed: { - readonly assetId: u128; - readonly accountsDestroyed: u32; - readonly accountsRemaining: u32; + readonly isRefundSubmissionDeposit: boolean; + readonly asRefundSubmissionDeposit: { + readonly index: u32; } & Struct; - readonly isApprovalsDestroyed: boolean; - readonly asApprovalsDestroyed: { - readonly assetId: u128; - readonly approvalsDestroyed: u32; - readonly approvalsRemaining: u32; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly index: u32; + readonly maybeHash: Option; } & Struct; - readonly isDestructionStarted: boolean; - readonly asDestructionStarted: { - readonly assetId: u128; + readonly type: + | "Submit" + | "PlaceDecisionDeposit" + | "RefundDecisionDeposit" + | "Cancel" + | "Kill" + | "NudgeReferendum" + | "OneFewerDeciding" + | "RefundSubmissionDeposit" + | "SetMetadata"; + } + + /** @name FrameSupportScheduleDispatchTime (355) */ + interface FrameSupportScheduleDispatchTime extends Enum { + readonly isAt: boolean; + readonly asAt: u32; + readonly isAfter: boolean; + readonly asAfter: u32; + readonly type: "At" | "After"; + } + + /** @name PalletPreimageCall (357) */ + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; } & Struct; - readonly isDestroyed: boolean; - readonly asDestroyed: { - readonly assetId: u128; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; } & Struct; - readonly isForceCreated: boolean; - readonly asForceCreated: { - readonly assetId: u128; - readonly owner: AccountId20; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly assetId: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly assetId: u128; + readonly isEnsureUpdated: boolean; + readonly asEnsureUpdated: { + readonly hashes: Vec; } & Struct; - readonly isApprovedTransfer: boolean; - readonly asApprovedTransfer: { - readonly assetId: u128; - readonly source: AccountId20; - readonly delegate: AccountId20; - readonly amount: u128; + readonly type: + | "NotePreimage" + | "UnnotePreimage" + | "RequestPreimage" + | "UnrequestPreimage" + | "EnsureUpdated"; + } + + /** @name PalletWhitelistCall (358) */ + interface PalletWhitelistCall extends Enum { + readonly isWhitelistCall: boolean; + readonly asWhitelistCall: { + readonly callHash: H256; } & Struct; - readonly isApprovalCancelled: boolean; - readonly asApprovalCancelled: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isRemoveWhitelistedCall: boolean; + readonly asRemoveWhitelistedCall: { + readonly callHash: H256; } & Struct; - readonly isTransferredApproved: boolean; - readonly asTransferredApproved: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; - readonly destination: AccountId20; - readonly amount: u128; + readonly isDispatchWhitelistedCall: boolean; + readonly asDispatchWhitelistedCall: { + readonly callHash: H256; + readonly callEncodedLen: u32; + readonly callWeightWitness: SpWeightsWeightV2Weight; } & Struct; - readonly isAssetStatusChanged: boolean; - readonly asAssetStatusChanged: { - readonly assetId: u128; + readonly isDispatchWhitelistedCallWithPreimage: boolean; + readonly asDispatchWhitelistedCallWithPreimage: { + readonly call: Call; } & Struct; - readonly isAssetMinBalanceChanged: boolean; - readonly asAssetMinBalanceChanged: { - readonly assetId: u128; - readonly newMinBalance: u128; + readonly type: + | "WhitelistCall" + | "RemoveWhitelistedCall" + | "DispatchWhitelistedCall" + | "DispatchWhitelistedCallWithPreimage"; + } + + /** @name PalletRootTestingCall (360) */ + interface PalletRootTestingCall extends Enum { + readonly isFillBlock: boolean; + readonly asFillBlock: { + readonly ratio: Perbill; } & Struct; - readonly isTouched: boolean; - readonly asTouched: { - readonly assetId: u128; - readonly who: AccountId20; - readonly depositor: AccountId20; + readonly isTriggerDefensive: boolean; + readonly type: "FillBlock" | "TriggerDefensive"; + } + + /** @name PalletMultisigCall (361) */ + interface PalletMultisigCall extends Enum { + readonly isAsMultiThreshold1: boolean; + readonly asAsMultiThreshold1: { + readonly otherSignatories: Vec; + readonly call: Call; } & Struct; - readonly isBlocked: boolean; - readonly asBlocked: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isAsMulti: boolean; + readonly asAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly call: Call; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isDeposited: boolean; - readonly asDeposited: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; + readonly isApproveAsMulti: boolean; + readonly asApproveAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly callHash: U8aFixed; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isWithdrawn: boolean; - readonly asWithdrawn: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; + readonly isCancelAsMulti: boolean; + readonly asCancelAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly timepoint: PalletMultisigTimepoint; + readonly callHash: U8aFixed; } & Struct; - readonly type: - | "Created" - | "Issued" - | "Transferred" - | "Burned" - | "TeamChanged" - | "OwnerChanged" - | "Frozen" - | "Thawed" - | "AssetFrozen" - | "AssetThawed" - | "AccountsDestroyed" - | "ApprovalsDestroyed" - | "DestructionStarted" - | "Destroyed" - | "ForceCreated" - | "MetadataSet" - | "MetadataCleared" - | "ApprovedTransfer" - | "ApprovalCancelled" - | "TransferredApproved" - | "AssetStatusChanged" - | "AssetMinBalanceChanged" - | "Touched" - | "Blocked" - | "Deposited" - | "Withdrawn"; + readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; + } + + /** @name PalletMultisigTimepoint (363) */ + interface PalletMultisigTimepoint extends Struct { + readonly height: u32; + readonly index: u32; + } + + /** @name PalletMoonbeamLazyMigrationsCall (364) */ + interface PalletMoonbeamLazyMigrationsCall extends Enum { + readonly isClearSuicidedStorage: boolean; + readonly asClearSuicidedStorage: { + readonly addresses: Vec; + readonly limit: u32; + } & Struct; + readonly isCreateContractMetadata: boolean; + readonly asCreateContractMetadata: { + readonly address: H160; + } & Struct; + readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletAssetManagerEvent (397) */ - interface PalletAssetManagerEvent extends Enum { - readonly isForeignAssetRegistered: boolean; - readonly asForeignAssetRegistered: { - readonly assetId: u128; - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + /** @name PalletMessageQueueCall (367) */ + interface PalletMessageQueueCall extends Enum { + readonly isReapPage: boolean; + readonly asReapPage: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly pageIndex: u32; } & Struct; - readonly isUnitsPerSecondChanged: boolean; - readonly isForeignAssetXcmLocationChanged: boolean; - readonly asForeignAssetXcmLocationChanged: { - readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; + readonly isExecuteOverweight: boolean; + readonly asExecuteOverweight: { + readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; + readonly page: u32; + readonly index: u32; + readonly weightLimit: SpWeightsWeightV2Weight; } & Struct; - readonly isForeignAssetRemoved: boolean; - readonly asForeignAssetRemoved: { + readonly type: "ReapPage" | "ExecuteOverweight"; + } + + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (368) */ + interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { + readonly isHere: boolean; + readonly isParent: boolean; + readonly isSibling: boolean; + readonly asSibling: u32; + readonly type: "Here" | "Parent" | "Sibling"; + } + + /** @name PalletEmergencyParaXcmCall (369) */ + interface PalletEmergencyParaXcmCall extends Enum { + readonly isPausedToNormal: boolean; + readonly isFastAuthorizeUpgrade: boolean; + readonly asFastAuthorizeUpgrade: { + readonly codeHash: H256; + } & Struct; + readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; + } + + /** @name PalletMoonbeamForeignAssetsCall (370) */ + interface PalletMoonbeamForeignAssetsCall extends Enum { + readonly isCreateForeignAsset: boolean; + readonly asCreateForeignAsset: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly xcmLocation: StagingXcmV4Location; + readonly decimals: u8; + readonly symbol: Bytes; + readonly name: Bytes; } & Struct; - readonly isSupportedAssetRemoved: boolean; - readonly asSupportedAssetRemoved: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly isChangeXcmLocation: boolean; + readonly asChangeXcmLocation: { + readonly assetId: u128; + readonly newXcmLocation: StagingXcmV4Location; } & Struct; - readonly isForeignAssetDestroyed: boolean; - readonly asForeignAssetDestroyed: { + readonly isFreezeForeignAsset: boolean; + readonly asFreezeForeignAsset: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly allowXcmDeposit: bool; } & Struct; - readonly isLocalAssetDestroyed: boolean; - readonly asLocalAssetDestroyed: { + readonly isUnfreezeForeignAsset: boolean; + readonly asUnfreezeForeignAsset: { readonly assetId: u128; } & Struct; readonly type: - | "ForeignAssetRegistered" - | "UnitsPerSecondChanged" - | "ForeignAssetXcmLocationChanged" - | "ForeignAssetRemoved" - | "SupportedAssetRemoved" - | "ForeignAssetDestroyed" - | "LocalAssetDestroyed"; + | "CreateForeignAsset" + | "ChangeXcmLocation" + | "FreezeForeignAsset" + | "UnfreezeForeignAsset"; } - /** @name OrmlXtokensModuleEvent (398) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; + /** @name PalletParametersCall (372) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonbaseRuntimeRuntimeParamsRuntimeParameters; } & Struct; - readonly type: "TransferredAssets"; + readonly type: "SetParameter"; } - /** @name PalletXcmTransactorEvent (399) */ - interface PalletXcmTransactorEvent extends Enum { - readonly isTransactedDerivative: boolean; - readonly asTransactedDerivative: { - readonly accountId: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; - readonly index: u16; + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (373) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (374) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (375) */ + type MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (377) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: ITuple< + [MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] + >; + readonly type: "Deposit"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (378) */ + type MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; + + /** @name PalletXcmWeightTraderCall (381) */ + interface PalletXcmWeightTraderCall extends Enum { + readonly isAddAsset: boolean; + readonly asAddAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSovereign: boolean; - readonly asTransactedSovereign: { - readonly feePayer: Option; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isEditAsset: boolean; + readonly asEditAsset: { + readonly location: StagingXcmV4Location; + readonly relativePrice: u128; } & Struct; - readonly isTransactedSigned: boolean; - readonly asTransactedSigned: { - readonly feePayer: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isPauseAssetSupport: boolean; + readonly asPauseAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isRegisteredDerivative: boolean; - readonly asRegisteredDerivative: { - readonly accountId: AccountId20; - readonly index: u16; + readonly isResumeAssetSupport: boolean; + readonly asResumeAssetSupport: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isDeRegisteredDerivative: boolean; - readonly asDeRegisteredDerivative: { - readonly index: u16; + readonly isRemoveAsset: boolean; + readonly asRemoveAsset: { + readonly location: StagingXcmV4Location; } & Struct; - readonly isTransactFailed: boolean; - readonly asTransactFailed: { - readonly error: XcmV3TraitsError; + readonly type: + | "AddAsset" + | "EditAsset" + | "PauseAssetSupport" + | "ResumeAssetSupport" + | "RemoveAsset"; + } + + /** @name SpRuntimeBlakeTwo256 (382) */ + type SpRuntimeBlakeTwo256 = Null; + + /** @name PalletConvictionVotingTally (384) */ + interface PalletConvictionVotingTally extends Struct { + readonly ayes: u128; + readonly nays: u128; + readonly support: u128; + } + + /** @name PalletPreimageEvent (385) */ + interface PalletPreimageEvent extends Enum { + readonly isNoted: boolean; + readonly asNoted: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoChanged: boolean; - readonly asTransactInfoChanged: { - readonly location: StagingXcmV4Location; - readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; } & Struct; - readonly isTransactInfoRemoved: boolean; - readonly asTransactInfoRemoved: { - readonly location: StagingXcmV4Location; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; } & Struct; - readonly isDestFeePerSecondChanged: boolean; - readonly asDestFeePerSecondChanged: { - readonly location: StagingXcmV4Location; - readonly feePerSecond: u128; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** @name PalletWhitelistEvent (386) */ + interface PalletWhitelistEvent extends Enum { + readonly isCallWhitelisted: boolean; + readonly asCallWhitelisted: { + readonly callHash: H256; } & Struct; - readonly isDestFeePerSecondRemoved: boolean; - readonly asDestFeePerSecondRemoved: { - readonly location: StagingXcmV4Location; + readonly isWhitelistedCallRemoved: boolean; + readonly asWhitelistedCallRemoved: { + readonly callHash: H256; } & Struct; - readonly isHrmpManagementSent: boolean; - readonly asHrmpManagementSent: { - readonly action: PalletXcmTransactorHrmpOperation; + readonly isWhitelistedCallDispatched: boolean; + readonly asWhitelistedCallDispatched: { + readonly callHash: H256; + readonly result: Result< + FrameSupportDispatchPostDispatchInfo, + SpRuntimeDispatchErrorWithPostInfo + >; } & Struct; - readonly type: - | "TransactedDerivative" - | "TransactedSovereign" - | "TransactedSigned" - | "RegisteredDerivative" - | "DeRegisteredDerivative" - | "TransactFailed" - | "TransactInfoChanged" - | "TransactInfoRemoved" - | "DestFeePerSecondChanged" - | "DestFeePerSecondRemoved" - | "HrmpManagementSent"; + readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ - interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + /** @name FrameSupportDispatchPostDispatchInfo (388) */ + interface FrameSupportDispatchPostDispatchInfo extends Struct { + readonly actualWeight: Option; + readonly paysFee: FrameSupportDispatchPays; } - /** @name PalletEthereumXcmEvent (401) */ - interface PalletEthereumXcmEvent extends Enum { - readonly isExecutedFromXcm: boolean; - readonly asExecutedFromXcm: { - readonly xcmMsgHash: H256; - readonly ethTxHash: H256; + /** @name SpRuntimeDispatchErrorWithPostInfo (389) */ + interface SpRuntimeDispatchErrorWithPostInfo extends Struct { + readonly postInfo: FrameSupportDispatchPostDispatchInfo; + readonly error: SpRuntimeDispatchError; + } + + /** @name PalletRootTestingEvent (391) */ + interface PalletRootTestingEvent extends Enum { + readonly isDefensiveTestCall: boolean; + readonly type: "DefensiveTestCall"; + } + + /** @name PalletMultisigEvent (392) */ + interface PalletMultisigEvent extends Enum { + readonly isNewMultisig: boolean; + readonly asNewMultisig: { + readonly approving: AccountId20; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly isMultisigApproval: boolean; + readonly asMultisigApproval: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly type: "ExecutedFromXcm"; + readonly isMultisigExecuted: boolean; + readonly asMultisigExecuted: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + readonly result: Result; + } & Struct; + readonly isMultisigCancelled: boolean; + readonly asMultisigCancelled: { + readonly cancelling: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + } & Struct; + readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMessageQueueEvent (402) */ + /** @name PalletMessageQueueEvent (393) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -6036,7 +6017,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (403) */ + /** @name FrameSupportMessagesProcessMessageError (394) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -6054,7 +6035,14 @@ declare module "@polkadot/types/lookup" { | "StackLimitReached"; } - /** @name PalletMoonbeamForeignAssetsEvent (404) */ + /** @name PalletEmergencyParaXcmEvent (395) */ + interface PalletEmergencyParaXcmEvent extends Enum { + readonly isEnteredPausedXcmMode: boolean; + readonly isNormalXcmOperationResumed: boolean; + readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; + } + + /** @name PalletMoonbeamForeignAssetsEvent (396) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6084,6 +6072,61 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } + /** @name PalletParametersEvent (397) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; + } & Struct; + readonly type: "Updated"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (398) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (399) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (400) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { + readonly isDeposit: boolean; + readonly type: "Deposit"; + } + + /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (402) */ + interface MoonbaseRuntimeRuntimeParamsRuntimeParametersValue extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (403) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: Perbill; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (404) */ + interface MoonbaseRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: u128; + readonly type: "Deposit"; + } + /** @name PalletXcmWeightTraderEvent (405) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; @@ -6116,59 +6159,7 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (406) */ - interface PalletEmergencyParaXcmEvent extends Enum { - readonly isEnteredPausedXcmMode: boolean; - readonly isNormalXcmOperationResumed: boolean; - readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; - } - - /** @name PalletRandomnessEvent (407) */ - interface PalletRandomnessEvent extends Enum { - readonly isRandomnessRequestedBabeEpoch: boolean; - readonly asRandomnessRequestedBabeEpoch: { - readonly id: u64; - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestEpoch: u64; - } & Struct; - readonly isRandomnessRequestedLocal: boolean; - readonly asRandomnessRequestedLocal: { - readonly id: u64; - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly earliestBlock: u32; - } & Struct; - readonly isRequestFulfilled: boolean; - readonly asRequestFulfilled: { - readonly id: u64; - } & Struct; - readonly isRequestFeeIncreased: boolean; - readonly asRequestFeeIncreased: { - readonly id: u64; - readonly newFee: u128; - } & Struct; - readonly isRequestExpirationExecuted: boolean; - readonly asRequestExpirationExecuted: { - readonly id: u64; - } & Struct; - readonly type: - | "RandomnessRequestedBabeEpoch" - | "RandomnessRequestedLocal" - | "RequestFulfilled" - | "RequestFeeIncreased" - | "RequestExpirationExecuted"; - } - - /** @name FrameSystemPhase (408) */ + /** @name FrameSystemPhase (406) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6177,33 +6168,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (408) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (411) */ + /** @name FrameSystemCodeUpgradeAuthorization (409) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (412) */ + /** @name FrameSystemLimitsBlockWeights (410) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (411) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (414) */ + /** @name FrameSystemLimitsWeightsPerClass (412) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6211,25 +6202,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (415) */ + /** @name FrameSystemLimitsBlockLength (413) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (414) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (417) */ + /** @name SpWeightsRuntimeDbWeight (415) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (418) */ + /** @name SpVersionRuntimeVersion (416) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6241,7 +6232,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (422) */ + /** @name FrameSystemError (420) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6264,14 +6255,95 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ + /** @name PalletUtilityError (421) */ + interface PalletUtilityError extends Enum { + readonly isTooManyCalls: boolean; + readonly type: "TooManyCalls"; + } + + /** @name PalletBalancesBalanceLock (423) */ + interface PalletBalancesBalanceLock extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + readonly reasons: PalletBalancesReasons; + } + + /** @name PalletBalancesReasons (424) */ + interface PalletBalancesReasons extends Enum { + readonly isFee: boolean; + readonly isMisc: boolean; + readonly isAll: boolean; + readonly type: "Fee" | "Misc" | "All"; + } + + /** @name PalletBalancesReserveData (427) */ + interface PalletBalancesReserveData extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + } + + /** @name MoonbaseRuntimeRuntimeHoldReason (431) */ + interface MoonbaseRuntimeRuntimeHoldReason extends Enum { + readonly isPreimage: boolean; + readonly asPreimage: PalletPreimageHoldReason; + readonly type: "Preimage"; + } + + /** @name PalletPreimageHoldReason (432) */ + interface PalletPreimageHoldReason extends Enum { + readonly isPreimage: boolean; + readonly type: "Preimage"; + } + + /** @name FrameSupportTokensMiscIdAmount (435) */ + interface FrameSupportTokensMiscIdAmount extends Struct { + readonly id: Null; + readonly amount: u128; + } + + /** @name PalletBalancesError (437) */ + interface PalletBalancesError extends Enum { + readonly isVestingBalance: boolean; + readonly isLiquidityRestrictions: boolean; + readonly isInsufficientBalance: boolean; + readonly isExistentialDeposit: boolean; + readonly isExpendability: boolean; + readonly isExistingVestingSchedule: boolean; + readonly isDeadAccount: boolean; + readonly isTooManyReserves: boolean; + readonly isTooManyHolds: boolean; + readonly isTooManyFreezes: boolean; + readonly isIssuanceDeactivated: boolean; + readonly isDeltaZero: boolean; + readonly type: + | "VestingBalance" + | "LiquidityRestrictions" + | "InsufficientBalance" + | "ExistentialDeposit" + | "Expendability" + | "ExistingVestingSchedule" + | "DeadAccount" + | "TooManyReserves" + | "TooManyHolds" + | "TooManyFreezes" + | "IssuanceDeactivated" + | "DeltaZero"; + } + + /** @name PalletSudoError (438) */ + interface PalletSudoError extends Enum { + readonly isRequireSudo: boolean; + readonly type: "RequireSudo"; + } + + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (440) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (441) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6281,33 +6353,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (443) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (447) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (448) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (450) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (451) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6315,14 +6387,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (452) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (455) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6332,7 +6404,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (456) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6346,19 +6418,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (457) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (463) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (449) */ + /** @name CumulusPalletParachainSystemError (465) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6379,83 +6451,120 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (451) */ - interface PalletBalancesBalanceLock extends Struct { - readonly id: U8aFixed; - readonly amount: u128; - readonly reasons: PalletBalancesReasons; + /** @name PalletTransactionPaymentReleases (466) */ + interface PalletTransactionPaymentReleases extends Enum { + readonly isV1Ancient: boolean; + readonly isV2: boolean; + readonly type: "V1Ancient" | "V2"; } - /** @name PalletBalancesReasons (452) */ - interface PalletBalancesReasons extends Enum { - readonly isFee: boolean; - readonly isMisc: boolean; - readonly isAll: boolean; - readonly type: "Fee" | "Misc" | "All"; + /** @name PalletEvmCodeMetadata (467) */ + interface PalletEvmCodeMetadata extends Struct { + readonly size_: u64; + readonly hash_: H256; } - /** @name PalletBalancesReserveData (455) */ - interface PalletBalancesReserveData extends Struct { - readonly id: U8aFixed; - readonly amount: u128; + /** @name PalletEvmError (469) */ + interface PalletEvmError extends Enum { + readonly isBalanceLow: boolean; + readonly isFeeOverflow: boolean; + readonly isPaymentOverflow: boolean; + readonly isWithdrawFailed: boolean; + readonly isGasPriceTooLow: boolean; + readonly isInvalidNonce: boolean; + readonly isGasLimitTooLow: boolean; + readonly isGasLimitTooHigh: boolean; + readonly isInvalidChainId: boolean; + readonly isInvalidSignature: boolean; + readonly isReentrancy: boolean; + readonly isTransactionMustComeFromEOA: boolean; + readonly isUndefined: boolean; + readonly type: + | "BalanceLow" + | "FeeOverflow" + | "PaymentOverflow" + | "WithdrawFailed" + | "GasPriceTooLow" + | "InvalidNonce" + | "GasLimitTooLow" + | "GasLimitTooHigh" + | "InvalidChainId" + | "InvalidSignature" + | "Reentrancy" + | "TransactionMustComeFromEOA" + | "Undefined"; } - /** @name MoonriverRuntimeRuntimeHoldReason (459) */ - interface MoonriverRuntimeRuntimeHoldReason extends Enum { - readonly isPreimage: boolean; - readonly asPreimage: PalletPreimageHoldReason; - readonly type: "Preimage"; + /** @name FpRpcTransactionStatus (472) */ + interface FpRpcTransactionStatus extends Struct { + readonly transactionHash: H256; + readonly transactionIndex: u32; + readonly from: H160; + readonly to: Option; + readonly contractAddress: Option; + readonly logs: Vec; + readonly logsBloom: EthbloomBloom; + } + + /** @name EthbloomBloom (474) */ + interface EthbloomBloom extends U8aFixed {} + + /** @name EthereumReceiptReceiptV3 (476) */ + interface EthereumReceiptReceiptV3 extends Enum { + readonly isLegacy: boolean; + readonly asLegacy: EthereumReceiptEip658ReceiptData; + readonly isEip2930: boolean; + readonly asEip2930: EthereumReceiptEip658ReceiptData; + readonly isEip1559: boolean; + readonly asEip1559: EthereumReceiptEip658ReceiptData; + readonly type: "Legacy" | "Eip2930" | "Eip1559"; + } + + /** @name EthereumReceiptEip658ReceiptData (477) */ + interface EthereumReceiptEip658ReceiptData extends Struct { + readonly statusCode: u8; + readonly usedGas: U256; + readonly logsBloom: EthbloomBloom; + readonly logs: Vec; } - /** @name PalletPreimageHoldReason (460) */ - interface PalletPreimageHoldReason extends Enum { - readonly isPreimage: boolean; - readonly type: "Preimage"; + /** @name EthereumBlock (478) */ + interface EthereumBlock extends Struct { + readonly header: EthereumHeader; + readonly transactions: Vec; + readonly ommers: Vec; } - /** @name FrameSupportTokensMiscIdAmount (463) */ - interface FrameSupportTokensMiscIdAmount extends Struct { - readonly id: Null; - readonly amount: u128; + /** @name EthereumHeader (479) */ + interface EthereumHeader extends Struct { + readonly parentHash: H256; + readonly ommersHash: H256; + readonly beneficiary: H160; + readonly stateRoot: H256; + readonly transactionsRoot: H256; + readonly receiptsRoot: H256; + readonly logsBloom: EthbloomBloom; + readonly difficulty: U256; + readonly number: U256; + readonly gasLimit: U256; + readonly gasUsed: U256; + readonly timestamp: u64; + readonly extraData: Bytes; + readonly mixHash: H256; + readonly nonce: EthereumTypesHashH64; } - /** @name PalletBalancesError (465) */ - interface PalletBalancesError extends Enum { - readonly isVestingBalance: boolean; - readonly isLiquidityRestrictions: boolean; - readonly isInsufficientBalance: boolean; - readonly isExistentialDeposit: boolean; - readonly isExpendability: boolean; - readonly isExistingVestingSchedule: boolean; - readonly isDeadAccount: boolean; - readonly isTooManyReserves: boolean; - readonly isTooManyHolds: boolean; - readonly isTooManyFreezes: boolean; - readonly isIssuanceDeactivated: boolean; - readonly isDeltaZero: boolean; - readonly type: - | "VestingBalance" - | "LiquidityRestrictions" - | "InsufficientBalance" - | "ExistentialDeposit" - | "Expendability" - | "ExistingVestingSchedule" - | "DeadAccount" - | "TooManyReserves" - | "TooManyHolds" - | "TooManyFreezes" - | "IssuanceDeactivated" - | "DeltaZero"; - } + /** @name EthereumTypesHashH64 (480) */ + interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletTransactionPaymentReleases (466) */ - interface PalletTransactionPaymentReleases extends Enum { - readonly isV1Ancient: boolean; - readonly isV2: boolean; - readonly type: "V1Ancient" | "V2"; + /** @name PalletEthereumError (485) */ + interface PalletEthereumError extends Enum { + readonly isInvalidSignature: boolean; + readonly isPreLogExists: boolean; + readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletParachainStakingRoundInfo (467) */ + /** @name PalletParachainStakingRoundInfo (486) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6463,7 +6572,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (468) */ + /** @name PalletParachainStakingDelegator (487) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6472,16 +6581,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (469) */ + /** @name PalletParachainStakingSetOrderedSet (488) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (470) */ + /** @name PalletParachainStakingBond (489) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (472) */ + /** @name PalletParachainStakingDelegatorStatus (491) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6489,7 +6598,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (473) */ + /** @name PalletParachainStakingCandidateMetadata (492) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6503,7 +6612,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (474) */ + /** @name PalletParachainStakingCapacityStatus (493) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6511,13 +6620,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (476) */ + /** @name PalletParachainStakingCandidateBondLessRequest (495) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (477) */ + /** @name PalletParachainStakingCollatorStatus (496) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6526,50 +6635,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (498) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (501) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (484) */ + /** @name PalletParachainStakingDelegations (503) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (505) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (489) */ + /** @name PalletParachainStakingCollatorSnapshot (508) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (491) */ + /** @name PalletParachainStakingBondWithAutoCompound (510) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (492) */ + /** @name PalletParachainStakingDelayedPayout (511) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (493) */ + /** @name PalletParachainStakingInflationInflationInfo (512) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6588,7 +6697,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (494) */ + /** @name PalletParachainStakingError (513) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6694,1239 +6803,1158 @@ declare module "@polkadot/types/lookup" { | "TooLowCandidateAutoCompoundingDelegationCountToAutoCompound" | "TooLowCandidateAutoCompoundingDelegationCountToDelegate" | "TooLowCollatorCountToNotifyAsInactive" - | "CannotBeNotifiedAsInactive" - | "TooLowCandidateAutoCompoundingDelegationCountToLeaveCandidates" - | "TooLowCandidateCountWeightHint" - | "TooLowCandidateCountWeightHintGoOffline" - | "CandidateLimitReached" - | "CannotSetAboveMaxCandidates" - | "RemovedCall" - | "MarkingOfflineNotEnabled" - | "CurrentRoundTooLow"; - } - - /** @name PalletAuthorInherentError (495) */ - interface PalletAuthorInherentError extends Enum { - readonly isAuthorAlreadySet: boolean; - readonly isNoAccountId: boolean; - readonly isCannotBeAuthor: boolean; - readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; - } - - /** @name PalletAuthorMappingRegistrationInfo (496) */ - interface PalletAuthorMappingRegistrationInfo extends Struct { - readonly account: AccountId20; - readonly deposit: u128; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; - } - - /** @name PalletAuthorMappingError (497) */ - interface PalletAuthorMappingError extends Enum { - readonly isAssociationNotFound: boolean; - readonly isNotYourAssociation: boolean; - readonly isCannotAffordSecurityDeposit: boolean; - readonly isAlreadyAssociated: boolean; - readonly isOldAuthorIdNotFound: boolean; - readonly isWrongKeySize: boolean; - readonly isDecodeNimbusFailed: boolean; - readonly isDecodeKeysFailed: boolean; - readonly type: - | "AssociationNotFound" - | "NotYourAssociation" - | "CannotAffordSecurityDeposit" - | "AlreadyAssociated" - | "OldAuthorIdNotFound" - | "WrongKeySize" - | "DecodeNimbusFailed" - | "DecodeKeysFailed"; - } - - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (498) */ - interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { - readonly orbiters: Vec; - readonly maybeCurrentOrbiter: Option; - readonly nextOrbiter: u32; - } - - /** @name PalletMoonbeamOrbitersCurrentOrbiter (500) */ - interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { - readonly accountId: AccountId20; - readonly removed: bool; - } - - /** @name PalletMoonbeamOrbitersError (501) */ - interface PalletMoonbeamOrbitersError extends Enum { - readonly isCollatorAlreadyAdded: boolean; - readonly isCollatorNotFound: boolean; - readonly isCollatorPoolTooLarge: boolean; - readonly isCollatorsPoolCountTooLow: boolean; - readonly isMinOrbiterDepositNotSet: boolean; - readonly isOrbiterAlreadyInPool: boolean; - readonly isOrbiterDepositNotFound: boolean; - readonly isOrbiterNotFound: boolean; - readonly isOrbiterStillInAPool: boolean; - readonly type: - | "CollatorAlreadyAdded" - | "CollatorNotFound" - | "CollatorPoolTooLarge" - | "CollatorsPoolCountTooLow" - | "MinOrbiterDepositNotSet" - | "OrbiterAlreadyInPool" - | "OrbiterDepositNotFound" - | "OrbiterNotFound" - | "OrbiterStillInAPool"; - } - - /** @name PalletUtilityError (504) */ - interface PalletUtilityError extends Enum { - readonly isTooManyCalls: boolean; - readonly type: "TooManyCalls"; - } - - /** @name PalletProxyProxyDefinition (507) */ - interface PalletProxyProxyDefinition extends Struct { - readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; - readonly delay: u32; - } - - /** @name PalletProxyAnnouncement (511) */ - interface PalletProxyAnnouncement extends Struct { - readonly real: AccountId20; - readonly callHash: H256; - readonly height: u32; - } - - /** @name PalletProxyError (513) */ - interface PalletProxyError extends Enum { - readonly isTooMany: boolean; - readonly isNotFound: boolean; - readonly isNotProxy: boolean; - readonly isUnproxyable: boolean; - readonly isDuplicate: boolean; - readonly isNoPermission: boolean; - readonly isUnannounced: boolean; - readonly isNoSelfProxy: boolean; - readonly type: - | "TooMany" - | "NotFound" - | "NotProxy" - | "Unproxyable" - | "Duplicate" - | "NoPermission" - | "Unannounced" - | "NoSelfProxy"; - } - - /** @name PalletMaintenanceModeError (514) */ - interface PalletMaintenanceModeError extends Enum { - readonly isAlreadyInMaintenanceMode: boolean; - readonly isNotInMaintenanceMode: boolean; - readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; - } - - /** @name PalletIdentityRegistration (516) */ - interface PalletIdentityRegistration extends Struct { - readonly judgements: Vec>; - readonly deposit: u128; - readonly info: PalletIdentityLegacyIdentityInfo; - } - - /** @name PalletIdentityRegistrarInfo (525) */ - interface PalletIdentityRegistrarInfo extends Struct { - readonly account: AccountId20; - readonly fee: u128; - readonly fields: u64; - } - - /** @name PalletIdentityAuthorityProperties (527) */ - interface PalletIdentityAuthorityProperties extends Struct { - readonly suffix: Bytes; - readonly allocation: u32; - } - - /** @name PalletIdentityError (530) */ - interface PalletIdentityError extends Enum { - readonly isTooManySubAccounts: boolean; - readonly isNotFound: boolean; - readonly isNotNamed: boolean; - readonly isEmptyIndex: boolean; - readonly isFeeChanged: boolean; - readonly isNoIdentity: boolean; - readonly isStickyJudgement: boolean; - readonly isJudgementGiven: boolean; - readonly isInvalidJudgement: boolean; - readonly isInvalidIndex: boolean; - readonly isInvalidTarget: boolean; - readonly isTooManyRegistrars: boolean; - readonly isAlreadyClaimed: boolean; - readonly isNotSub: boolean; - readonly isNotOwned: boolean; - readonly isJudgementForDifferentIdentity: boolean; - readonly isJudgementPaymentFailed: boolean; - readonly isInvalidSuffix: boolean; - readonly isNotUsernameAuthority: boolean; - readonly isNoAllocation: boolean; - readonly isInvalidSignature: boolean; - readonly isRequiresSignature: boolean; - readonly isInvalidUsername: boolean; - readonly isUsernameTaken: boolean; - readonly isNoUsername: boolean; - readonly isNotExpired: boolean; - readonly type: - | "TooManySubAccounts" - | "NotFound" - | "NotNamed" - | "EmptyIndex" - | "FeeChanged" - | "NoIdentity" - | "StickyJudgement" - | "JudgementGiven" - | "InvalidJudgement" - | "InvalidIndex" - | "InvalidTarget" - | "TooManyRegistrars" - | "AlreadyClaimed" - | "NotSub" - | "NotOwned" - | "JudgementForDifferentIdentity" - | "JudgementPaymentFailed" - | "InvalidSuffix" - | "NotUsernameAuthority" - | "NoAllocation" - | "InvalidSignature" - | "RequiresSignature" - | "InvalidUsername" - | "UsernameTaken" - | "NoUsername" - | "NotExpired"; + | "CannotBeNotifiedAsInactive" + | "TooLowCandidateAutoCompoundingDelegationCountToLeaveCandidates" + | "TooLowCandidateCountWeightHint" + | "TooLowCandidateCountWeightHintGoOffline" + | "CandidateLimitReached" + | "CannotSetAboveMaxCandidates" + | "RemovedCall" + | "MarkingOfflineNotEnabled" + | "CurrentRoundTooLow"; } - /** @name PalletMigrationsError (531) */ - interface PalletMigrationsError extends Enum { - readonly isPreimageMissing: boolean; - readonly isWrongUpperBound: boolean; - readonly isPreimageIsTooBig: boolean; - readonly isPreimageAlreadyExists: boolean; - readonly type: - | "PreimageMissing" - | "WrongUpperBound" - | "PreimageIsTooBig" - | "PreimageAlreadyExists"; + /** @name PalletSchedulerScheduled (516) */ + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; + readonly priority: u8; + readonly call: FrameSupportPreimagesBounded; + readonly maybePeriodic: Option>; + readonly origin: MoonbaseRuntimeOriginCaller; } - /** @name PalletMultisigMultisig (533) */ - interface PalletMultisigMultisig extends Struct { - readonly when: PalletMultisigTimepoint; - readonly deposit: u128; - readonly depositor: AccountId20; - readonly approvals: Vec; + /** @name PalletSchedulerRetryConfig (518) */ + interface PalletSchedulerRetryConfig extends Struct { + readonly totalRetries: u8; + readonly remaining: u8; + readonly period: u32; } - /** @name PalletMultisigError (535) */ - interface PalletMultisigError extends Enum { - readonly isMinimumThreshold: boolean; - readonly isAlreadyApproved: boolean; - readonly isNoApprovalsNeeded: boolean; - readonly isTooFewSignatories: boolean; - readonly isTooManySignatories: boolean; - readonly isSignatoriesOutOfOrder: boolean; - readonly isSenderInSignatories: boolean; + /** @name PalletSchedulerError (519) */ + interface PalletSchedulerError extends Enum { + readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; - readonly isNotOwner: boolean; - readonly isNoTimepoint: boolean; - readonly isWrongTimepoint: boolean; - readonly isUnexpectedTimepoint: boolean; - readonly isMaxWeightTooLow: boolean; - readonly isAlreadyStored: boolean; + readonly isTargetBlockNumberInPast: boolean; + readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; readonly type: - | "MinimumThreshold" - | "AlreadyApproved" - | "NoApprovalsNeeded" - | "TooFewSignatories" - | "TooManySignatories" - | "SignatoriesOutOfOrder" - | "SenderInSignatories" + | "FailedToSchedule" | "NotFound" - | "NotOwner" - | "NoTimepoint" - | "WrongTimepoint" - | "UnexpectedTimepoint" - | "MaxWeightTooLow" - | "AlreadyStored"; + | "TargetBlockNumberInPast" + | "RescheduleNoChange" + | "Named"; } - /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (537) */ - interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { - readonly isNotStarted: boolean; - readonly isStarted: boolean; - readonly asStarted: Bytes; - readonly isError: boolean; - readonly asError: Bytes; - readonly isComplete: boolean; - readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + /** @name PalletTreasuryProposal (520) */ + interface PalletTreasuryProposal extends Struct { + readonly proposer: AccountId20; + readonly value: u128; + readonly beneficiary: AccountId20; + readonly bond: u128; } - /** @name PalletMoonbeamLazyMigrationsError (539) */ - interface PalletMoonbeamLazyMigrationsError extends Enum { - readonly isLimitCannotBeZero: boolean; - readonly isAddressesLengthCannotBeZero: boolean; - readonly isContractNotCorrupted: boolean; - readonly isContractMetadataAlreadySet: boolean; - readonly isContractNotExist: boolean; - readonly isKeyTooLong: boolean; - readonly type: - | "LimitCannotBeZero" - | "AddressesLengthCannotBeZero" - | "ContractNotCorrupted" - | "ContractMetadataAlreadySet" - | "ContractNotExist" - | "KeyTooLong"; + /** @name PalletTreasurySpendStatus (523) */ + interface PalletTreasurySpendStatus extends Struct { + readonly assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; + readonly status: PalletTreasuryPaymentState; } - /** @name PalletEvmCodeMetadata (540) */ - interface PalletEvmCodeMetadata extends Struct { - readonly size_: u64; - readonly hash_: H256; + /** @name PalletTreasuryPaymentState (524) */ + interface PalletTreasuryPaymentState extends Enum { + readonly isPending: boolean; + readonly isAttempted: boolean; + readonly asAttempted: { + readonly id: Null; + } & Struct; + readonly isFailed: boolean; + readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name PalletEvmError (542) */ - interface PalletEvmError extends Enum { - readonly isBalanceLow: boolean; - readonly isFeeOverflow: boolean; - readonly isPaymentOverflow: boolean; - readonly isWithdrawFailed: boolean; - readonly isGasPriceTooLow: boolean; - readonly isInvalidNonce: boolean; - readonly isGasLimitTooLow: boolean; - readonly isGasLimitTooHigh: boolean; - readonly isInvalidChainId: boolean; - readonly isInvalidSignature: boolean; - readonly isReentrancy: boolean; - readonly isTransactionMustComeFromEOA: boolean; - readonly isUndefined: boolean; + /** @name FrameSupportPalletId (526) */ + interface FrameSupportPalletId extends U8aFixed {} + + /** @name PalletTreasuryError (527) */ + interface PalletTreasuryError extends Enum { + readonly isInvalidIndex: boolean; + readonly isTooManyApprovals: boolean; + readonly isInsufficientPermission: boolean; + readonly isProposalNotApproved: boolean; + readonly isFailedToConvertBalance: boolean; + readonly isSpendExpired: boolean; + readonly isEarlyPayout: boolean; + readonly isAlreadyAttempted: boolean; + readonly isPayoutError: boolean; + readonly isNotAttempted: boolean; + readonly isInconclusive: boolean; readonly type: - | "BalanceLow" - | "FeeOverflow" - | "PaymentOverflow" - | "WithdrawFailed" - | "GasPriceTooLow" - | "InvalidNonce" - | "GasLimitTooLow" - | "GasLimitTooHigh" - | "InvalidChainId" - | "InvalidSignature" - | "Reentrancy" - | "TransactionMustComeFromEOA" - | "Undefined"; + | "InvalidIndex" + | "TooManyApprovals" + | "InsufficientPermission" + | "ProposalNotApproved" + | "FailedToConvertBalance" + | "SpendExpired" + | "EarlyPayout" + | "AlreadyAttempted" + | "PayoutError" + | "NotAttempted" + | "Inconclusive"; } - /** @name FpRpcTransactionStatus (545) */ - interface FpRpcTransactionStatus extends Struct { - readonly transactionHash: H256; - readonly transactionIndex: u32; - readonly from: H160; - readonly to: Option; - readonly contractAddress: Option; - readonly logs: Vec; - readonly logsBloom: EthbloomBloom; + /** @name PalletAuthorInherentError (528) */ + interface PalletAuthorInherentError extends Enum { + readonly isAuthorAlreadySet: boolean; + readonly isNoAccountId: boolean; + readonly isCannotBeAuthor: boolean; + readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name EthbloomBloom (547) */ - interface EthbloomBloom extends U8aFixed {} + /** @name PalletCrowdloanRewardsRewardInfo (529) */ + interface PalletCrowdloanRewardsRewardInfo extends Struct { + readonly totalReward: u128; + readonly claimedReward: u128; + readonly contributedRelayAddresses: Vec; + } - /** @name EthereumReceiptReceiptV3 (549) */ - interface EthereumReceiptReceiptV3 extends Enum { - readonly isLegacy: boolean; - readonly asLegacy: EthereumReceiptEip658ReceiptData; - readonly isEip2930: boolean; - readonly asEip2930: EthereumReceiptEip658ReceiptData; - readonly isEip1559: boolean; - readonly asEip1559: EthereumReceiptEip658ReceiptData; - readonly type: "Legacy" | "Eip2930" | "Eip1559"; + /** @name PalletCrowdloanRewardsError (531) */ + interface PalletCrowdloanRewardsError extends Enum { + readonly isAlreadyAssociated: boolean; + readonly isBatchBeyondFundPot: boolean; + readonly isFirstClaimAlreadyDone: boolean; + readonly isRewardNotHighEnough: boolean; + readonly isInvalidClaimSignature: boolean; + readonly isInvalidFreeClaimSignature: boolean; + readonly isNoAssociatedClaim: boolean; + readonly isRewardsAlreadyClaimed: boolean; + readonly isRewardVecAlreadyInitialized: boolean; + readonly isRewardVecNotFullyInitializedYet: boolean; + readonly isRewardsDoNotMatchFund: boolean; + readonly isTooManyContributors: boolean; + readonly isVestingPeriodNonValid: boolean; + readonly isNonContributedAddressProvided: boolean; + readonly isInsufficientNumberOfValidProofs: boolean; + readonly type: + | "AlreadyAssociated" + | "BatchBeyondFundPot" + | "FirstClaimAlreadyDone" + | "RewardNotHighEnough" + | "InvalidClaimSignature" + | "InvalidFreeClaimSignature" + | "NoAssociatedClaim" + | "RewardsAlreadyClaimed" + | "RewardVecAlreadyInitialized" + | "RewardVecNotFullyInitializedYet" + | "RewardsDoNotMatchFund" + | "TooManyContributors" + | "VestingPeriodNonValid" + | "NonContributedAddressProvided" + | "InsufficientNumberOfValidProofs"; } - /** @name EthereumReceiptEip658ReceiptData (550) */ - interface EthereumReceiptEip658ReceiptData extends Struct { - readonly statusCode: u8; - readonly usedGas: U256; - readonly logsBloom: EthbloomBloom; - readonly logs: Vec; + /** @name PalletAuthorMappingRegistrationInfo (532) */ + interface PalletAuthorMappingRegistrationInfo extends Struct { + readonly account: AccountId20; + readonly deposit: u128; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + } + + /** @name PalletAuthorMappingError (533) */ + interface PalletAuthorMappingError extends Enum { + readonly isAssociationNotFound: boolean; + readonly isNotYourAssociation: boolean; + readonly isCannotAffordSecurityDeposit: boolean; + readonly isAlreadyAssociated: boolean; + readonly isOldAuthorIdNotFound: boolean; + readonly isWrongKeySize: boolean; + readonly isDecodeNimbusFailed: boolean; + readonly isDecodeKeysFailed: boolean; + readonly type: + | "AssociationNotFound" + | "NotYourAssociation" + | "CannotAffordSecurityDeposit" + | "AlreadyAssociated" + | "OldAuthorIdNotFound" + | "WrongKeySize" + | "DecodeNimbusFailed" + | "DecodeKeysFailed"; + } + + /** @name PalletProxyProxyDefinition (536) */ + interface PalletProxyProxyDefinition extends Struct { + readonly delegate: AccountId20; + readonly proxyType: MoonbaseRuntimeProxyType; + readonly delay: u32; } - /** @name EthereumBlock (551) */ - interface EthereumBlock extends Struct { - readonly header: EthereumHeader; - readonly transactions: Vec; - readonly ommers: Vec; + /** @name PalletProxyAnnouncement (540) */ + interface PalletProxyAnnouncement extends Struct { + readonly real: AccountId20; + readonly callHash: H256; + readonly height: u32; } - /** @name EthereumHeader (552) */ - interface EthereumHeader extends Struct { - readonly parentHash: H256; - readonly ommersHash: H256; - readonly beneficiary: H160; - readonly stateRoot: H256; - readonly transactionsRoot: H256; - readonly receiptsRoot: H256; - readonly logsBloom: EthbloomBloom; - readonly difficulty: U256; - readonly number: U256; - readonly gasLimit: U256; - readonly gasUsed: U256; - readonly timestamp: u64; - readonly extraData: Bytes; - readonly mixHash: H256; - readonly nonce: EthereumTypesHashH64; + /** @name PalletProxyError (542) */ + interface PalletProxyError extends Enum { + readonly isTooMany: boolean; + readonly isNotFound: boolean; + readonly isNotProxy: boolean; + readonly isUnproxyable: boolean; + readonly isDuplicate: boolean; + readonly isNoPermission: boolean; + readonly isUnannounced: boolean; + readonly isNoSelfProxy: boolean; + readonly type: + | "TooMany" + | "NotFound" + | "NotProxy" + | "Unproxyable" + | "Duplicate" + | "NoPermission" + | "Unannounced" + | "NoSelfProxy"; } - /** @name EthereumTypesHashH64 (553) */ - interface EthereumTypesHashH64 extends U8aFixed {} + /** @name PalletMaintenanceModeError (543) */ + interface PalletMaintenanceModeError extends Enum { + readonly isAlreadyInMaintenanceMode: boolean; + readonly isNotInMaintenanceMode: boolean; + readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; + } - /** @name PalletEthereumError (558) */ - interface PalletEthereumError extends Enum { - readonly isInvalidSignature: boolean; - readonly isPreLogExists: boolean; - readonly type: "InvalidSignature" | "PreLogExists"; + /** @name PalletIdentityRegistration (545) */ + interface PalletIdentityRegistration extends Struct { + readonly judgements: Vec>; + readonly deposit: u128; + readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletSchedulerScheduled (561) */ - interface PalletSchedulerScheduled extends Struct { - readonly maybeId: Option; - readonly priority: u8; - readonly call: FrameSupportPreimagesBounded; - readonly maybePeriodic: Option>; - readonly origin: MoonriverRuntimeOriginCaller; + /** @name PalletIdentityRegistrarInfo (554) */ + interface PalletIdentityRegistrarInfo extends Struct { + readonly account: AccountId20; + readonly fee: u128; + readonly fields: u64; } - /** @name PalletSchedulerRetryConfig (563) */ - interface PalletSchedulerRetryConfig extends Struct { - readonly totalRetries: u8; - readonly remaining: u8; - readonly period: u32; + /** @name PalletIdentityAuthorityProperties (556) */ + interface PalletIdentityAuthorityProperties extends Struct { + readonly suffix: Bytes; + readonly allocation: u32; } - /** @name PalletSchedulerError (564) */ - interface PalletSchedulerError extends Enum { - readonly isFailedToSchedule: boolean; + /** @name PalletIdentityError (559) */ + interface PalletIdentityError extends Enum { + readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; - readonly isTargetBlockNumberInPast: boolean; - readonly isRescheduleNoChange: boolean; - readonly isNamed: boolean; + readonly isNotNamed: boolean; + readonly isEmptyIndex: boolean; + readonly isFeeChanged: boolean; + readonly isNoIdentity: boolean; + readonly isStickyJudgement: boolean; + readonly isJudgementGiven: boolean; + readonly isInvalidJudgement: boolean; + readonly isInvalidIndex: boolean; + readonly isInvalidTarget: boolean; + readonly isTooManyRegistrars: boolean; + readonly isAlreadyClaimed: boolean; + readonly isNotSub: boolean; + readonly isNotOwned: boolean; + readonly isJudgementForDifferentIdentity: boolean; + readonly isJudgementPaymentFailed: boolean; + readonly isInvalidSuffix: boolean; + readonly isNotUsernameAuthority: boolean; + readonly isNoAllocation: boolean; + readonly isInvalidSignature: boolean; + readonly isRequiresSignature: boolean; + readonly isInvalidUsername: boolean; + readonly isUsernameTaken: boolean; + readonly isNoUsername: boolean; + readonly isNotExpired: boolean; readonly type: - | "FailedToSchedule" + | "TooManySubAccounts" | "NotFound" - | "TargetBlockNumberInPast" - | "RescheduleNoChange" - | "Named"; + | "NotNamed" + | "EmptyIndex" + | "FeeChanged" + | "NoIdentity" + | "StickyJudgement" + | "JudgementGiven" + | "InvalidJudgement" + | "InvalidIndex" + | "InvalidTarget" + | "TooManyRegistrars" + | "AlreadyClaimed" + | "NotSub" + | "NotOwned" + | "JudgementForDifferentIdentity" + | "JudgementPaymentFailed" + | "InvalidSuffix" + | "NotUsernameAuthority" + | "NoAllocation" + | "InvalidSignature" + | "RequiresSignature" + | "InvalidUsername" + | "UsernameTaken" + | "NoUsername" + | "NotExpired"; } - /** @name PalletPreimageOldRequestStatus (565) */ - interface PalletPreimageOldRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly deposit: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly deposit: Option>; - readonly count: u32; - readonly len: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (564) */ + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + readonly recipient: u32; + readonly state: CumulusPalletXcmpQueueOutboundState; + readonly signalsExist: bool; + readonly firstIndex: u16; + readonly lastIndex: u16; } - /** @name PalletPreimageRequestStatus (568) */ - interface PalletPreimageRequestStatus extends Enum { - readonly isUnrequested: boolean; - readonly asUnrequested: { - readonly ticket: ITuple<[AccountId20, u128]>; - readonly len: u32; - } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly maybeTicket: Option>; - readonly count: u32; - readonly maybeLen: Option; - } & Struct; - readonly type: "Unrequested" | "Requested"; + /** @name CumulusPalletXcmpQueueOutboundState (565) */ + interface CumulusPalletXcmpQueueOutboundState extends Enum { + readonly isOk: boolean; + readonly isSuspended: boolean; + readonly type: "Ok" | "Suspended"; } - /** @name PalletPreimageError (574) */ - interface PalletPreimageError extends Enum { + /** @name CumulusPalletXcmpQueueQueueConfigData (569) */ + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + readonly suspendThreshold: u32; + readonly dropThreshold: u32; + readonly resumeThreshold: u32; + } + + /** @name CumulusPalletXcmpQueueError (570) */ + interface CumulusPalletXcmpQueueError extends Enum { + readonly isBadQueueConfig: boolean; + readonly isAlreadySuspended: boolean; + readonly isAlreadyResumed: boolean; + readonly isTooManyActiveOutboundChannels: boolean; readonly isTooBig: boolean; - readonly isAlreadyNoted: boolean; - readonly isNotAuthorized: boolean; - readonly isNotNoted: boolean; - readonly isRequested: boolean; - readonly isNotRequested: boolean; - readonly isTooMany: boolean; - readonly isTooFew: boolean; - readonly isNoCost: boolean; readonly type: - | "TooBig" - | "AlreadyNoted" - | "NotAuthorized" - | "NotNoted" - | "Requested" - | "NotRequested" - | "TooMany" - | "TooFew" - | "NoCost"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletConvictionVotingVoteVoting (576) */ - interface PalletConvictionVotingVoteVoting extends Enum { - readonly isCasting: boolean; - readonly asCasting: PalletConvictionVotingVoteCasting; - readonly isDelegating: boolean; - readonly asDelegating: PalletConvictionVotingVoteDelegating; - readonly type: "Casting" | "Delegating"; + /** @name PalletXcmQueryStatus (571) */ + interface PalletXcmQueryStatus extends Enum { + readonly isPending: boolean; + readonly asPending: { + readonly responder: XcmVersionedLocation; + readonly maybeMatchQuerier: Option; + readonly maybeNotify: Option>; + readonly timeout: u32; + } & Struct; + readonly isVersionNotifier: boolean; + readonly asVersionNotifier: { + readonly origin: XcmVersionedLocation; + readonly isActive: bool; + } & Struct; + readonly isReady: boolean; + readonly asReady: { + readonly response: XcmVersionedResponse; + readonly at: u32; + } & Struct; + readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name PalletConvictionVotingVoteCasting (577) */ - interface PalletConvictionVotingVoteCasting extends Struct { - readonly votes: Vec>; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name XcmVersionedResponse (575) */ + interface XcmVersionedResponse extends Enum { + readonly isV2: boolean; + readonly asV2: XcmV2Response; + readonly isV3: boolean; + readonly asV3: XcmV3Response; + readonly isV4: boolean; + readonly asV4: StagingXcmV4Response; + readonly type: "V2" | "V3" | "V4"; } - /** @name PalletConvictionVotingDelegations (581) */ - interface PalletConvictionVotingDelegations extends Struct { - readonly votes: u128; - readonly capital: u128; + /** @name PalletXcmVersionMigrationStage (581) */ + interface PalletXcmVersionMigrationStage extends Enum { + readonly isMigrateSupportedVersion: boolean; + readonly isMigrateVersionNotifiers: boolean; + readonly isNotifyCurrentTargets: boolean; + readonly asNotifyCurrentTargets: Option; + readonly isMigrateAndNotifyOldTargets: boolean; + readonly type: + | "MigrateSupportedVersion" + | "MigrateVersionNotifiers" + | "NotifyCurrentTargets" + | "MigrateAndNotifyOldTargets"; } - /** @name PalletConvictionVotingVotePriorLock (582) */ - interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - - /** @name PalletConvictionVotingVoteDelegating (583) */ - interface PalletConvictionVotingVoteDelegating extends Struct { - readonly balance: u128; - readonly target: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletXcmRemoteLockedFungibleRecord (584) */ + interface PalletXcmRemoteLockedFungibleRecord extends Struct { + readonly amount: u128; + readonly owner: XcmVersionedLocation; + readonly locker: XcmVersionedLocation; + readonly consumers: Vec>; } - /** @name PalletConvictionVotingError (587) */ - interface PalletConvictionVotingError extends Enum { - readonly isNotOngoing: boolean; - readonly isNotVoter: boolean; - readonly isNoPermission: boolean; - readonly isNoPermissionYet: boolean; - readonly isAlreadyDelegating: boolean; - readonly isAlreadyVoting: boolean; - readonly isInsufficientFunds: boolean; - readonly isNotDelegating: boolean; - readonly isNonsense: boolean; - readonly isMaxVotesReached: boolean; - readonly isClassNeeded: boolean; - readonly isBadClass: boolean; + /** @name PalletXcmError (591) */ + interface PalletXcmError extends Enum { + readonly isUnreachable: boolean; + readonly isSendFailure: boolean; + readonly isFiltered: boolean; + readonly isUnweighableMessage: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isEmpty: boolean; + readonly isCannotReanchor: boolean; + readonly isTooManyAssets: boolean; + readonly isInvalidOrigin: boolean; + readonly isBadVersion: boolean; + readonly isBadLocation: boolean; + readonly isNoSubscription: boolean; + readonly isAlreadySubscribed: boolean; + readonly isCannotCheckOutTeleport: boolean; + readonly isLowBalance: boolean; + readonly isTooManyLocks: boolean; + readonly isAccountNotSovereign: boolean; + readonly isFeesNotMet: boolean; + readonly isLockNotFound: boolean; + readonly isInUse: boolean; + readonly isInvalidAssetUnknownReserve: boolean; + readonly isInvalidAssetUnsupportedReserve: boolean; + readonly isTooManyReserves: boolean; + readonly isLocalExecutionIncomplete: boolean; readonly type: - | "NotOngoing" - | "NotVoter" - | "NoPermission" - | "NoPermissionYet" - | "AlreadyDelegating" - | "AlreadyVoting" - | "InsufficientFunds" - | "NotDelegating" - | "Nonsense" - | "MaxVotesReached" - | "ClassNeeded" - | "BadClass"; + | "Unreachable" + | "SendFailure" + | "Filtered" + | "UnweighableMessage" + | "DestinationNotInvertible" + | "Empty" + | "CannotReanchor" + | "TooManyAssets" + | "InvalidOrigin" + | "BadVersion" + | "BadLocation" + | "NoSubscription" + | "AlreadySubscribed" + | "CannotCheckOutTeleport" + | "LowBalance" + | "TooManyLocks" + | "AccountNotSovereign" + | "FeesNotMet" + | "LockNotFound" + | "InUse" + | "InvalidAssetUnknownReserve" + | "InvalidAssetUnsupportedReserve" + | "TooManyReserves" + | "LocalExecutionIncomplete"; } - /** @name PalletReferendaReferendumInfo (588) */ - interface PalletReferendaReferendumInfo extends Enum { - readonly isOngoing: boolean; - readonly asOngoing: PalletReferendaReferendumStatus; - readonly isApproved: boolean; - readonly asApproved: ITuple< - [u32, Option, Option] - >; - readonly isRejected: boolean; - readonly asRejected: ITuple< - [u32, Option, Option] - >; - readonly isCancelled: boolean; - readonly asCancelled: ITuple< - [u32, Option, Option] - >; - readonly isTimedOut: boolean; - readonly asTimedOut: ITuple< - [u32, Option, Option] - >; - readonly isKilled: boolean; - readonly asKilled: u32; - readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; + /** @name PalletAssetsAssetDetails (592) */ + interface PalletAssetsAssetDetails extends Struct { + readonly owner: AccountId20; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; + readonly supply: u128; + readonly deposit: u128; + readonly minBalance: u128; + readonly isSufficient: bool; + readonly accounts: u32; + readonly sufficients: u32; + readonly approvals: u32; + readonly status: PalletAssetsAssetStatus; } - /** @name PalletReferendaReferendumStatus (589) */ - interface PalletReferendaReferendumStatus extends Struct { - readonly track: u16; - readonly origin: MoonriverRuntimeOriginCaller; - readonly proposal: FrameSupportPreimagesBounded; - readonly enactment: FrameSupportScheduleDispatchTime; - readonly submitted: u32; - readonly submissionDeposit: PalletReferendaDeposit; - readonly decisionDeposit: Option; - readonly deciding: Option; - readonly tally: PalletConvictionVotingTally; - readonly inQueue: bool; - readonly alarm: Option]>>; + /** @name PalletAssetsAssetStatus (593) */ + interface PalletAssetsAssetStatus extends Enum { + readonly isLive: boolean; + readonly isFrozen: boolean; + readonly isDestroying: boolean; + readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletReferendaDeposit (590) */ - interface PalletReferendaDeposit extends Struct { - readonly who: AccountId20; - readonly amount: u128; + /** @name PalletAssetsAssetAccount (595) */ + interface PalletAssetsAssetAccount extends Struct { + readonly balance: u128; + readonly status: PalletAssetsAccountStatus; + readonly reason: PalletAssetsExistenceReason; + readonly extra: Null; } - /** @name PalletReferendaDecidingStatus (593) */ - interface PalletReferendaDecidingStatus extends Struct { - readonly since: u32; - readonly confirming: Option; + /** @name PalletAssetsAccountStatus (596) */ + interface PalletAssetsAccountStatus extends Enum { + readonly isLiquid: boolean; + readonly isFrozen: boolean; + readonly isBlocked: boolean; + readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletReferendaTrackInfo (601) */ - interface PalletReferendaTrackInfo extends Struct { - readonly name: Text; - readonly maxDeciding: u32; - readonly decisionDeposit: u128; - readonly preparePeriod: u32; - readonly decisionPeriod: u32; - readonly confirmPeriod: u32; - readonly minEnactmentPeriod: u32; - readonly minApproval: PalletReferendaCurve; - readonly minSupport: PalletReferendaCurve; + /** @name PalletAssetsExistenceReason (597) */ + interface PalletAssetsExistenceReason extends Enum { + readonly isConsumer: boolean; + readonly isSufficient: boolean; + readonly isDepositHeld: boolean; + readonly asDepositHeld: u128; + readonly isDepositRefunded: boolean; + readonly isDepositFrom: boolean; + readonly asDepositFrom: ITuple<[AccountId20, u128]>; + readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletReferendaCurve (602) */ - interface PalletReferendaCurve extends Enum { - readonly isLinearDecreasing: boolean; - readonly asLinearDecreasing: { - readonly length: Perbill; - readonly floor: Perbill; - readonly ceil: Perbill; - } & Struct; - readonly isSteppedDecreasing: boolean; - readonly asSteppedDecreasing: { - readonly begin: Perbill; - readonly end: Perbill; - readonly step: Perbill; - readonly period: Perbill; - } & Struct; - readonly isReciprocal: boolean; - readonly asReciprocal: { - readonly factor: i64; - readonly xOffset: i64; - readonly yOffset: i64; - } & Struct; - readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; + /** @name PalletAssetsApproval (599) */ + interface PalletAssetsApproval extends Struct { + readonly amount: u128; + readonly deposit: u128; } - /** @name PalletReferendaError (605) */ - interface PalletReferendaError extends Enum { - readonly isNotOngoing: boolean; - readonly isHasDeposit: boolean; - readonly isBadTrack: boolean; - readonly isFull: boolean; - readonly isQueueEmpty: boolean; - readonly isBadReferendum: boolean; - readonly isNothingToDo: boolean; - readonly isNoTrack: boolean; - readonly isUnfinished: boolean; + /** @name PalletAssetsAssetMetadata (600) */ + interface PalletAssetsAssetMetadata extends Struct { + readonly deposit: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } + + /** @name PalletAssetsError (602) */ + interface PalletAssetsError extends Enum { + readonly isBalanceLow: boolean; + readonly isNoAccount: boolean; readonly isNoPermission: boolean; + readonly isUnknown: boolean; + readonly isFrozen: boolean; + readonly isInUse: boolean; + readonly isBadWitness: boolean; + readonly isMinBalanceZero: boolean; + readonly isUnavailableConsumer: boolean; + readonly isBadMetadata: boolean; + readonly isUnapproved: boolean; + readonly isWouldDie: boolean; + readonly isAlreadyExists: boolean; readonly isNoDeposit: boolean; - readonly isBadStatus: boolean; - readonly isPreimageNotExist: boolean; - readonly isPreimageStoredWithDifferentLength: boolean; + readonly isWouldBurn: boolean; + readonly isLiveAsset: boolean; + readonly isAssetNotLive: boolean; + readonly isIncorrectStatus: boolean; + readonly isNotFrozen: boolean; + readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: - | "NotOngoing" - | "HasDeposit" - | "BadTrack" - | "Full" - | "QueueEmpty" - | "BadReferendum" - | "NothingToDo" - | "NoTrack" - | "Unfinished" + | "BalanceLow" + | "NoAccount" | "NoPermission" + | "Unknown" + | "Frozen" + | "InUse" + | "BadWitness" + | "MinBalanceZero" + | "UnavailableConsumer" + | "BadMetadata" + | "Unapproved" + | "WouldDie" + | "AlreadyExists" | "NoDeposit" - | "BadStatus" - | "PreimageNotExist" - | "PreimageStoredWithDifferentLength"; + | "WouldBurn" + | "LiveAsset" + | "AssetNotLive" + | "IncorrectStatus" + | "NotFrozen" + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletWhitelistError (606) */ - interface PalletWhitelistError extends Enum { - readonly isUnavailablePreImage: boolean; - readonly isUndecodableCall: boolean; - readonly isInvalidCallWeightWitness: boolean; - readonly isCallIsNotWhitelisted: boolean; - readonly isCallAlreadyWhitelisted: boolean; + /** @name PalletAssetManagerError (603) */ + interface PalletAssetManagerError extends Enum { + readonly isErrorCreatingAsset: boolean; + readonly isAssetAlreadyExists: boolean; + readonly isAssetDoesNotExist: boolean; + readonly isTooLowNumAssetsWeightHint: boolean; + readonly isLocalAssetLimitReached: boolean; + readonly isErrorDestroyingAsset: boolean; + readonly isNotSufficientDeposit: boolean; + readonly isNonExistentLocalAsset: boolean; readonly type: - | "UnavailablePreImage" - | "UndecodableCall" - | "InvalidCallWeightWitness" - | "CallIsNotWhitelisted" - | "CallAlreadyWhitelisted"; - } - - /** @name PalletCollectiveVotes (608) */ - interface PalletCollectiveVotes extends Struct { - readonly index: u32; - readonly threshold: u32; - readonly ayes: Vec; - readonly nays: Vec; - readonly end: u32; + | "ErrorCreatingAsset" + | "AssetAlreadyExists" + | "AssetDoesNotExist" + | "TooLowNumAssetsWeightHint" + | "LocalAssetLimitReached" + | "ErrorDestroyingAsset" + | "NotSufficientDeposit" + | "NonExistentLocalAsset"; } - /** @name PalletCollectiveError (609) */ - interface PalletCollectiveError extends Enum { - readonly isNotMember: boolean; - readonly isDuplicateProposal: boolean; - readonly isProposalMissing: boolean; - readonly isWrongIndex: boolean; - readonly isDuplicateVote: boolean; - readonly isAlreadyInitialized: boolean; - readonly isTooEarly: boolean; - readonly isTooManyProposals: boolean; - readonly isWrongProposalWeight: boolean; - readonly isWrongProposalLength: boolean; - readonly isPrimeAccountNotMember: boolean; + /** @name PalletMigrationsError (604) */ + interface PalletMigrationsError extends Enum { + readonly isPreimageMissing: boolean; + readonly isWrongUpperBound: boolean; + readonly isPreimageIsTooBig: boolean; + readonly isPreimageAlreadyExists: boolean; readonly type: - | "NotMember" - | "DuplicateProposal" - | "ProposalMissing" - | "WrongIndex" - | "DuplicateVote" - | "AlreadyInitialized" - | "TooEarly" - | "TooManyProposals" - | "WrongProposalWeight" - | "WrongProposalLength" - | "PrimeAccountNotMember"; - } - - /** @name PalletTreasuryProposal (612) */ - interface PalletTreasuryProposal extends Struct { - readonly proposer: AccountId20; - readonly value: u128; - readonly beneficiary: AccountId20; - readonly bond: u128; + | "PreimageMissing" + | "WrongUpperBound" + | "PreimageIsTooBig" + | "PreimageAlreadyExists"; } - /** @name PalletTreasurySpendStatus (615) */ - interface PalletTreasurySpendStatus extends Struct { - readonly assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; - readonly status: PalletTreasuryPaymentState; + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (605) */ + interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { + readonly staking: u8; + readonly utility: u8; + readonly hrmp: u8; + readonly bond: u8; + readonly bondExtra: u8; + readonly unbond: u8; + readonly withdrawUnbonded: u8; + readonly validate: u8; + readonly nominate: u8; + readonly chill: u8; + readonly setPayee: u8; + readonly setController: u8; + readonly rebond: u8; + readonly asDerivative: u8; + readonly initOpenChannel: u8; + readonly acceptOpenChannel: u8; + readonly closeChannel: u8; + readonly cancelOpenRequest: u8; } - /** @name PalletTreasuryPaymentState (616) */ - interface PalletTreasuryPaymentState extends Enum { - readonly isPending: boolean; - readonly isAttempted: boolean; - readonly asAttempted: { - readonly id: Null; - } & Struct; - readonly isFailed: boolean; - readonly type: "Pending" | "Attempted" | "Failed"; + /** @name PalletXcmTransactorError (606) */ + interface PalletXcmTransactorError extends Enum { + readonly isIndexAlreadyClaimed: boolean; + readonly isUnclaimedIndex: boolean; + readonly isNotOwner: boolean; + readonly isUnweighableMessage: boolean; + readonly isCannotReanchor: boolean; + readonly isAssetHasNoReserve: boolean; + readonly isInvalidDest: boolean; + readonly isNotCrossChainTransfer: boolean; + readonly isAssetIsNotReserveInDestination: boolean; + readonly isDestinationNotInvertible: boolean; + readonly isErrorDelivering: boolean; + readonly isDispatchWeightBiggerThanTotalWeight: boolean; + readonly isWeightOverflow: boolean; + readonly isAmountOverflow: boolean; + readonly isTransactorInfoNotSet: boolean; + readonly isNotCrossChainTransferableCurrency: boolean; + readonly isXcmExecuteError: boolean; + readonly isBadVersion: boolean; + readonly isMaxWeightTransactReached: boolean; + readonly isUnableToWithdrawAsset: boolean; + readonly isFeePerSecondNotSet: boolean; + readonly isSignedTransactNotAllowedForDestination: boolean; + readonly isFailedMultiLocationToJunction: boolean; + readonly isHrmpHandlerNotImplemented: boolean; + readonly isTooMuchFeeUsed: boolean; + readonly isErrorValidating: boolean; + readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly type: + | "IndexAlreadyClaimed" + | "UnclaimedIndex" + | "NotOwner" + | "UnweighableMessage" + | "CannotReanchor" + | "AssetHasNoReserve" + | "InvalidDest" + | "NotCrossChainTransfer" + | "AssetIsNotReserveInDestination" + | "DestinationNotInvertible" + | "ErrorDelivering" + | "DispatchWeightBiggerThanTotalWeight" + | "WeightOverflow" + | "AmountOverflow" + | "TransactorInfoNotSet" + | "NotCrossChainTransferableCurrency" + | "XcmExecuteError" + | "BadVersion" + | "MaxWeightTransactReached" + | "UnableToWithdrawAsset" + | "FeePerSecondNotSet" + | "SignedTransactNotAllowedForDestination" + | "FailedMultiLocationToJunction" + | "HrmpHandlerNotImplemented" + | "TooMuchFeeUsed" + | "ErrorValidating" + | "RefundNotSupportedWithTransactInfo"; } - /** @name FrameSupportPalletId (618) */ - interface FrameSupportPalletId extends U8aFixed {} - - /** @name PalletTreasuryError (619) */ - interface PalletTreasuryError extends Enum { - readonly isInvalidIndex: boolean; - readonly isTooManyApprovals: boolean; - readonly isInsufficientPermission: boolean; - readonly isProposalNotApproved: boolean; - readonly isFailedToConvertBalance: boolean; - readonly isSpendExpired: boolean; - readonly isEarlyPayout: boolean; - readonly isAlreadyAttempted: boolean; - readonly isPayoutError: boolean; - readonly isNotAttempted: boolean; - readonly isInconclusive: boolean; - readonly type: - | "InvalidIndex" - | "TooManyApprovals" - | "InsufficientPermission" - | "ProposalNotApproved" - | "FailedToConvertBalance" - | "SpendExpired" - | "EarlyPayout" - | "AlreadyAttempted" - | "PayoutError" - | "NotAttempted" - | "Inconclusive"; + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (607) */ + interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { + readonly orbiters: Vec; + readonly maybeCurrentOrbiter: Option; + readonly nextOrbiter: u32; } - /** @name PalletCrowdloanRewardsRewardInfo (620) */ - interface PalletCrowdloanRewardsRewardInfo extends Struct { - readonly totalReward: u128; - readonly claimedReward: u128; - readonly contributedRelayAddresses: Vec; + /** @name PalletMoonbeamOrbitersCurrentOrbiter (609) */ + interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { + readonly accountId: AccountId20; + readonly removed: bool; } - /** @name PalletCrowdloanRewardsError (622) */ - interface PalletCrowdloanRewardsError extends Enum { - readonly isAlreadyAssociated: boolean; - readonly isBatchBeyondFundPot: boolean; - readonly isFirstClaimAlreadyDone: boolean; - readonly isRewardNotHighEnough: boolean; - readonly isInvalidClaimSignature: boolean; - readonly isInvalidFreeClaimSignature: boolean; - readonly isNoAssociatedClaim: boolean; - readonly isRewardsAlreadyClaimed: boolean; - readonly isRewardVecAlreadyInitialized: boolean; - readonly isRewardVecNotFullyInitializedYet: boolean; - readonly isRewardsDoNotMatchFund: boolean; - readonly isTooManyContributors: boolean; - readonly isVestingPeriodNonValid: boolean; - readonly isNonContributedAddressProvided: boolean; - readonly isInsufficientNumberOfValidProofs: boolean; - readonly type: - | "AlreadyAssociated" - | "BatchBeyondFundPot" - | "FirstClaimAlreadyDone" - | "RewardNotHighEnough" - | "InvalidClaimSignature" - | "InvalidFreeClaimSignature" - | "NoAssociatedClaim" - | "RewardsAlreadyClaimed" - | "RewardVecAlreadyInitialized" - | "RewardVecNotFullyInitializedYet" - | "RewardsDoNotMatchFund" - | "TooManyContributors" - | "VestingPeriodNonValid" - | "NonContributedAddressProvided" - | "InsufficientNumberOfValidProofs"; + /** @name PalletMoonbeamOrbitersError (610) */ + interface PalletMoonbeamOrbitersError extends Enum { + readonly isCollatorAlreadyAdded: boolean; + readonly isCollatorNotFound: boolean; + readonly isCollatorPoolTooLarge: boolean; + readonly isCollatorsPoolCountTooLow: boolean; + readonly isMinOrbiterDepositNotSet: boolean; + readonly isOrbiterAlreadyInPool: boolean; + readonly isOrbiterDepositNotFound: boolean; + readonly isOrbiterNotFound: boolean; + readonly isOrbiterStillInAPool: boolean; + readonly type: + | "CollatorAlreadyAdded" + | "CollatorNotFound" + | "CollatorPoolTooLarge" + | "CollatorsPoolCountTooLow" + | "MinOrbiterDepositNotSet" + | "OrbiterAlreadyInPool" + | "OrbiterDepositNotFound" + | "OrbiterNotFound" + | "OrbiterStillInAPool"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ - interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { - readonly recipient: u32; - readonly state: CumulusPalletXcmpQueueOutboundState; - readonly signalsExist: bool; - readonly firstIndex: u16; - readonly lastIndex: u16; + /** @name PalletEthereumXcmError (611) */ + interface PalletEthereumXcmError extends Enum { + readonly isEthereumXcmExecutionSuspended: boolean; + readonly type: "EthereumXcmExecutionSuspended"; } - /** @name CumulusPalletXcmpQueueOutboundState (628) */ - interface CumulusPalletXcmpQueueOutboundState extends Enum { - readonly isOk: boolean; - readonly isSuspended: boolean; - readonly type: "Ok" | "Suspended"; + /** @name PalletRandomnessRequestState (612) */ + interface PalletRandomnessRequestState extends Struct { + readonly request: PalletRandomnessRequest; + readonly deposit: u128; } - /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ - interface CumulusPalletXcmpQueueQueueConfigData extends Struct { - readonly suspendThreshold: u32; - readonly dropThreshold: u32; - readonly resumeThreshold: u32; + /** @name PalletRandomnessRequest (613) */ + interface PalletRandomnessRequest extends Struct { + readonly refundAddress: H160; + readonly contractAddress: H160; + readonly fee: u128; + readonly gasLimit: u64; + readonly numWords: u8; + readonly salt: H256; + readonly info: PalletRandomnessRequestInfo; } - /** @name CumulusPalletXcmpQueueError (633) */ - interface CumulusPalletXcmpQueueError extends Enum { - readonly isBadQueueConfig: boolean; - readonly isAlreadySuspended: boolean; - readonly isAlreadyResumed: boolean; - readonly isTooManyActiveOutboundChannels: boolean; - readonly isTooBig: boolean; - readonly type: - | "BadQueueConfig" - | "AlreadySuspended" - | "AlreadyResumed" - | "TooManyActiveOutboundChannels" - | "TooBig"; + /** @name PalletRandomnessRequestInfo (614) */ + interface PalletRandomnessRequestInfo extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: ITuple<[u64, u64]>; + readonly isLocal: boolean; + readonly asLocal: ITuple<[u32, u32]>; + readonly type: "BabeEpoch" | "Local"; } - /** @name PalletXcmQueryStatus (634) */ - interface PalletXcmQueryStatus extends Enum { - readonly isPending: boolean; - readonly asPending: { - readonly responder: XcmVersionedLocation; - readonly maybeMatchQuerier: Option; - readonly maybeNotify: Option>; - readonly timeout: u32; - } & Struct; - readonly isVersionNotifier: boolean; - readonly asVersionNotifier: { - readonly origin: XcmVersionedLocation; - readonly isActive: bool; - } & Struct; - readonly isReady: boolean; - readonly asReady: { - readonly response: XcmVersionedResponse; - readonly at: u32; - } & Struct; - readonly type: "Pending" | "VersionNotifier" | "Ready"; + /** @name PalletRandomnessRequestType (615) */ + interface PalletRandomnessRequestType extends Enum { + readonly isBabeEpoch: boolean; + readonly asBabeEpoch: u64; + readonly isLocal: boolean; + readonly asLocal: u32; + readonly type: "BabeEpoch" | "Local"; } - /** @name XcmVersionedResponse (638) */ - interface XcmVersionedResponse extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2Response; - readonly isV3: boolean; - readonly asV3: XcmV3Response; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Response; - readonly type: "V2" | "V3" | "V4"; + /** @name PalletRandomnessRandomnessResult (616) */ + interface PalletRandomnessRandomnessResult extends Struct { + readonly randomness: Option; + readonly requestCount: u64; } - /** @name PalletXcmVersionMigrationStage (644) */ - interface PalletXcmVersionMigrationStage extends Enum { - readonly isMigrateSupportedVersion: boolean; - readonly isMigrateVersionNotifiers: boolean; - readonly isNotifyCurrentTargets: boolean; - readonly asNotifyCurrentTargets: Option; - readonly isMigrateAndNotifyOldTargets: boolean; + /** @name PalletRandomnessError (617) */ + interface PalletRandomnessError extends Enum { + readonly isRequestCounterOverflowed: boolean; + readonly isRequestFeeOverflowed: boolean; + readonly isMustRequestAtLeastOneWord: boolean; + readonly isCannotRequestMoreWordsThanMax: boolean; + readonly isCannotRequestRandomnessAfterMaxDelay: boolean; + readonly isCannotRequestRandomnessBeforeMinDelay: boolean; + readonly isRequestDNE: boolean; + readonly isRequestCannotYetBeFulfilled: boolean; + readonly isOnlyRequesterCanIncreaseFee: boolean; + readonly isRequestHasNotExpired: boolean; + readonly isRandomnessResultDNE: boolean; + readonly isRandomnessResultNotFilled: boolean; readonly type: - | "MigrateSupportedVersion" - | "MigrateVersionNotifiers" - | "NotifyCurrentTargets" - | "MigrateAndNotifyOldTargets"; + | "RequestCounterOverflowed" + | "RequestFeeOverflowed" + | "MustRequestAtLeastOneWord" + | "CannotRequestMoreWordsThanMax" + | "CannotRequestRandomnessAfterMaxDelay" + | "CannotRequestRandomnessBeforeMinDelay" + | "RequestDNE" + | "RequestCannotYetBeFulfilled" + | "OnlyRequesterCanIncreaseFee" + | "RequestHasNotExpired" + | "RandomnessResultDNE" + | "RandomnessResultNotFilled"; } - /** @name PalletXcmRemoteLockedFungibleRecord (647) */ - interface PalletXcmRemoteLockedFungibleRecord extends Struct { - readonly amount: u128; - readonly owner: XcmVersionedLocation; - readonly locker: XcmVersionedLocation; - readonly consumers: Vec>; + /** @name PalletCollectiveVotes (619) */ + interface PalletCollectiveVotes extends Struct { + readonly index: u32; + readonly threshold: u32; + readonly ayes: Vec; + readonly nays: Vec; + readonly end: u32; } - /** @name PalletXcmError (654) */ - interface PalletXcmError extends Enum { - readonly isUnreachable: boolean; - readonly isSendFailure: boolean; - readonly isFiltered: boolean; - readonly isUnweighableMessage: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isEmpty: boolean; - readonly isCannotReanchor: boolean; - readonly isTooManyAssets: boolean; - readonly isInvalidOrigin: boolean; - readonly isBadVersion: boolean; - readonly isBadLocation: boolean; - readonly isNoSubscription: boolean; - readonly isAlreadySubscribed: boolean; - readonly isCannotCheckOutTeleport: boolean; - readonly isLowBalance: boolean; - readonly isTooManyLocks: boolean; - readonly isAccountNotSovereign: boolean; - readonly isFeesNotMet: boolean; - readonly isLockNotFound: boolean; - readonly isInUse: boolean; - readonly isInvalidAssetUnknownReserve: boolean; - readonly isInvalidAssetUnsupportedReserve: boolean; - readonly isTooManyReserves: boolean; - readonly isLocalExecutionIncomplete: boolean; + /** @name PalletCollectiveError (620) */ + interface PalletCollectiveError extends Enum { + readonly isNotMember: boolean; + readonly isDuplicateProposal: boolean; + readonly isProposalMissing: boolean; + readonly isWrongIndex: boolean; + readonly isDuplicateVote: boolean; + readonly isAlreadyInitialized: boolean; + readonly isTooEarly: boolean; + readonly isTooManyProposals: boolean; + readonly isWrongProposalWeight: boolean; + readonly isWrongProposalLength: boolean; + readonly isPrimeAccountNotMember: boolean; readonly type: - | "Unreachable" - | "SendFailure" - | "Filtered" - | "UnweighableMessage" - | "DestinationNotInvertible" - | "Empty" - | "CannotReanchor" - | "TooManyAssets" - | "InvalidOrigin" - | "BadVersion" - | "BadLocation" - | "NoSubscription" - | "AlreadySubscribed" - | "CannotCheckOutTeleport" - | "LowBalance" - | "TooManyLocks" - | "AccountNotSovereign" - | "FeesNotMet" - | "LockNotFound" - | "InUse" - | "InvalidAssetUnknownReserve" - | "InvalidAssetUnsupportedReserve" - | "TooManyReserves" - | "LocalExecutionIncomplete"; + | "NotMember" + | "DuplicateProposal" + | "ProposalMissing" + | "WrongIndex" + | "DuplicateVote" + | "AlreadyInitialized" + | "TooEarly" + | "TooManyProposals" + | "WrongProposalWeight" + | "WrongProposalLength" + | "PrimeAccountNotMember"; } - /** @name PalletAssetsAssetDetails (655) */ - interface PalletAssetsAssetDetails extends Struct { - readonly owner: AccountId20; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; - readonly supply: u128; - readonly deposit: u128; - readonly minBalance: u128; - readonly isSufficient: bool; - readonly accounts: u32; - readonly sufficients: u32; - readonly approvals: u32; - readonly status: PalletAssetsAssetStatus; + /** @name PalletConvictionVotingVoteVoting (622) */ + interface PalletConvictionVotingVoteVoting extends Enum { + readonly isCasting: boolean; + readonly asCasting: PalletConvictionVotingVoteCasting; + readonly isDelegating: boolean; + readonly asDelegating: PalletConvictionVotingVoteDelegating; + readonly type: "Casting" | "Delegating"; + } + + /** @name PalletConvictionVotingVoteCasting (623) */ + interface PalletConvictionVotingVoteCasting extends Struct { + readonly votes: Vec>; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; + } + + /** @name PalletConvictionVotingDelegations (627) */ + interface PalletConvictionVotingDelegations extends Struct { + readonly votes: u128; + readonly capital: u128; + } + + /** @name PalletConvictionVotingVotePriorLock (628) */ + interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} + + /** @name PalletConvictionVotingVoteDelegating (629) */ + interface PalletConvictionVotingVoteDelegating extends Struct { + readonly balance: u128; + readonly target: AccountId20; + readonly conviction: PalletConvictionVotingConviction; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; + } + + /** @name PalletConvictionVotingError (633) */ + interface PalletConvictionVotingError extends Enum { + readonly isNotOngoing: boolean; + readonly isNotVoter: boolean; + readonly isNoPermission: boolean; + readonly isNoPermissionYet: boolean; + readonly isAlreadyDelegating: boolean; + readonly isAlreadyVoting: boolean; + readonly isInsufficientFunds: boolean; + readonly isNotDelegating: boolean; + readonly isNonsense: boolean; + readonly isMaxVotesReached: boolean; + readonly isClassNeeded: boolean; + readonly isBadClass: boolean; + readonly type: + | "NotOngoing" + | "NotVoter" + | "NoPermission" + | "NoPermissionYet" + | "AlreadyDelegating" + | "AlreadyVoting" + | "InsufficientFunds" + | "NotDelegating" + | "Nonsense" + | "MaxVotesReached" + | "ClassNeeded" + | "BadClass"; } - /** @name PalletAssetsAssetStatus (656) */ - interface PalletAssetsAssetStatus extends Enum { - readonly isLive: boolean; - readonly isFrozen: boolean; - readonly isDestroying: boolean; - readonly type: "Live" | "Frozen" | "Destroying"; + /** @name PalletReferendaReferendumInfo (634) */ + interface PalletReferendaReferendumInfo extends Enum { + readonly isOngoing: boolean; + readonly asOngoing: PalletReferendaReferendumStatus; + readonly isApproved: boolean; + readonly asApproved: ITuple< + [u32, Option, Option] + >; + readonly isRejected: boolean; + readonly asRejected: ITuple< + [u32, Option, Option] + >; + readonly isCancelled: boolean; + readonly asCancelled: ITuple< + [u32, Option, Option] + >; + readonly isTimedOut: boolean; + readonly asTimedOut: ITuple< + [u32, Option, Option] + >; + readonly isKilled: boolean; + readonly asKilled: u32; + readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletAssetsAssetAccount (658) */ - interface PalletAssetsAssetAccount extends Struct { - readonly balance: u128; - readonly status: PalletAssetsAccountStatus; - readonly reason: PalletAssetsExistenceReason; - readonly extra: Null; + /** @name PalletReferendaReferendumStatus (635) */ + interface PalletReferendaReferendumStatus extends Struct { + readonly track: u16; + readonly origin: MoonbaseRuntimeOriginCaller; + readonly proposal: FrameSupportPreimagesBounded; + readonly enactment: FrameSupportScheduleDispatchTime; + readonly submitted: u32; + readonly submissionDeposit: PalletReferendaDeposit; + readonly decisionDeposit: Option; + readonly deciding: Option; + readonly tally: PalletConvictionVotingTally; + readonly inQueue: bool; + readonly alarm: Option]>>; } - /** @name PalletAssetsAccountStatus (659) */ - interface PalletAssetsAccountStatus extends Enum { - readonly isLiquid: boolean; - readonly isFrozen: boolean; - readonly isBlocked: boolean; - readonly type: "Liquid" | "Frozen" | "Blocked"; + /** @name PalletReferendaDeposit (636) */ + interface PalletReferendaDeposit extends Struct { + readonly who: AccountId20; + readonly amount: u128; } - /** @name PalletAssetsExistenceReason (660) */ - interface PalletAssetsExistenceReason extends Enum { - readonly isConsumer: boolean; - readonly isSufficient: boolean; - readonly isDepositHeld: boolean; - readonly asDepositHeld: u128; - readonly isDepositRefunded: boolean; - readonly isDepositFrom: boolean; - readonly asDepositFrom: ITuple<[AccountId20, u128]>; - readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; + /** @name PalletReferendaDecidingStatus (639) */ + interface PalletReferendaDecidingStatus extends Struct { + readonly since: u32; + readonly confirming: Option; } - /** @name PalletAssetsApproval (662) */ - interface PalletAssetsApproval extends Struct { - readonly amount: u128; - readonly deposit: u128; + /** @name PalletReferendaTrackInfo (647) */ + interface PalletReferendaTrackInfo extends Struct { + readonly name: Text; + readonly maxDeciding: u32; + readonly decisionDeposit: u128; + readonly preparePeriod: u32; + readonly decisionPeriod: u32; + readonly confirmPeriod: u32; + readonly minEnactmentPeriod: u32; + readonly minApproval: PalletReferendaCurve; + readonly minSupport: PalletReferendaCurve; } - /** @name PalletAssetsAssetMetadata (663) */ - interface PalletAssetsAssetMetadata extends Struct { - readonly deposit: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name PalletReferendaCurve (648) */ + interface PalletReferendaCurve extends Enum { + readonly isLinearDecreasing: boolean; + readonly asLinearDecreasing: { + readonly length: Perbill; + readonly floor: Perbill; + readonly ceil: Perbill; + } & Struct; + readonly isSteppedDecreasing: boolean; + readonly asSteppedDecreasing: { + readonly begin: Perbill; + readonly end: Perbill; + readonly step: Perbill; + readonly period: Perbill; + } & Struct; + readonly isReciprocal: boolean; + readonly asReciprocal: { + readonly factor: i64; + readonly xOffset: i64; + readonly yOffset: i64; + } & Struct; + readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletAssetsError (665) */ - interface PalletAssetsError extends Enum { - readonly isBalanceLow: boolean; - readonly isNoAccount: boolean; + /** @name PalletReferendaError (651) */ + interface PalletReferendaError extends Enum { + readonly isNotOngoing: boolean; + readonly isHasDeposit: boolean; + readonly isBadTrack: boolean; + readonly isFull: boolean; + readonly isQueueEmpty: boolean; + readonly isBadReferendum: boolean; + readonly isNothingToDo: boolean; + readonly isNoTrack: boolean; + readonly isUnfinished: boolean; readonly isNoPermission: boolean; - readonly isUnknown: boolean; - readonly isFrozen: boolean; - readonly isInUse: boolean; - readonly isBadWitness: boolean; - readonly isMinBalanceZero: boolean; - readonly isUnavailableConsumer: boolean; - readonly isBadMetadata: boolean; - readonly isUnapproved: boolean; - readonly isWouldDie: boolean; - readonly isAlreadyExists: boolean; readonly isNoDeposit: boolean; - readonly isWouldBurn: boolean; - readonly isLiveAsset: boolean; - readonly isAssetNotLive: boolean; - readonly isIncorrectStatus: boolean; - readonly isNotFrozen: boolean; - readonly isCallbackFailed: boolean; - readonly isBadAssetId: boolean; + readonly isBadStatus: boolean; + readonly isPreimageNotExist: boolean; + readonly isPreimageStoredWithDifferentLength: boolean; readonly type: - | "BalanceLow" - | "NoAccount" + | "NotOngoing" + | "HasDeposit" + | "BadTrack" + | "Full" + | "QueueEmpty" + | "BadReferendum" + | "NothingToDo" + | "NoTrack" + | "Unfinished" | "NoPermission" - | "Unknown" - | "Frozen" - | "InUse" - | "BadWitness" - | "MinBalanceZero" - | "UnavailableConsumer" - | "BadMetadata" - | "Unapproved" - | "WouldDie" - | "AlreadyExists" | "NoDeposit" - | "WouldBurn" - | "LiveAsset" - | "AssetNotLive" - | "IncorrectStatus" - | "NotFrozen" - | "CallbackFailed" - | "BadAssetId"; + | "BadStatus" + | "PreimageNotExist" + | "PreimageStoredWithDifferentLength"; } - /** @name PalletAssetManagerError (666) */ - interface PalletAssetManagerError extends Enum { - readonly isErrorCreatingAsset: boolean; - readonly isAssetAlreadyExists: boolean; - readonly isAssetDoesNotExist: boolean; - readonly isTooLowNumAssetsWeightHint: boolean; - readonly isLocalAssetLimitReached: boolean; - readonly isErrorDestroyingAsset: boolean; - readonly isNotSufficientDeposit: boolean; - readonly isNonExistentLocalAsset: boolean; + /** @name PalletPreimageOldRequestStatus (652) */ + interface PalletPreimageOldRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageRequestStatus (655) */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly ticket: ITuple<[AccountId20, u128]>; + readonly len: u32; + } & Struct; + readonly isRequested: boolean; + readonly asRequested: { + readonly maybeTicket: Option>; + readonly count: u32; + readonly maybeLen: Option; + } & Struct; + readonly type: "Unrequested" | "Requested"; + } + + /** @name PalletPreimageError (661) */ + interface PalletPreimageError extends Enum { + readonly isTooBig: boolean; + readonly isAlreadyNoted: boolean; + readonly isNotAuthorized: boolean; + readonly isNotNoted: boolean; + readonly isRequested: boolean; + readonly isNotRequested: boolean; + readonly isTooMany: boolean; + readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: - | "ErrorCreatingAsset" - | "AssetAlreadyExists" - | "AssetDoesNotExist" - | "TooLowNumAssetsWeightHint" - | "LocalAssetLimitReached" - | "ErrorDestroyingAsset" - | "NotSufficientDeposit" - | "NonExistentLocalAsset"; + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested" + | "TooMany" + | "TooFew" + | "NoCost"; } - /** @name OrmlXtokensModuleError (667) */ - interface OrmlXtokensModuleError extends Enum { - readonly isAssetHasNoReserve: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isUnweighableMessage: boolean; - readonly isXcmExecutionFailed: boolean; - readonly isCannotReanchor: boolean; - readonly isInvalidAncestry: boolean; - readonly isInvalidAsset: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isBadVersion: boolean; - readonly isDistinctReserveForAssetAndFee: boolean; - readonly isZeroFee: boolean; - readonly isZeroAmount: boolean; - readonly isTooManyAssetsBeingSent: boolean; - readonly isAssetIndexNonExistent: boolean; - readonly isFeeNotEnough: boolean; - readonly isNotSupportedLocation: boolean; - readonly isMinXcmFeeNotDefined: boolean; - readonly isRateLimited: boolean; + /** @name PalletWhitelistError (662) */ + interface PalletWhitelistError extends Enum { + readonly isUnavailablePreImage: boolean; + readonly isUndecodableCall: boolean; + readonly isInvalidCallWeightWitness: boolean; + readonly isCallIsNotWhitelisted: boolean; + readonly isCallAlreadyWhitelisted: boolean; readonly type: - | "AssetHasNoReserve" - | "NotCrossChainTransfer" - | "InvalidDest" - | "NotCrossChainTransferableCurrency" - | "UnweighableMessage" - | "XcmExecutionFailed" - | "CannotReanchor" - | "InvalidAncestry" - | "InvalidAsset" - | "DestinationNotInvertible" - | "BadVersion" - | "DistinctReserveForAssetAndFee" - | "ZeroFee" - | "ZeroAmount" - | "TooManyAssetsBeingSent" - | "AssetIndexNonExistent" - | "FeeNotEnough" - | "NotSupportedLocation" - | "MinXcmFeeNotDefined" - | "RateLimited"; - } - - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (668) */ - interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { - readonly staking: u8; - readonly utility: u8; - readonly hrmp: u8; - readonly bond: u8; - readonly bondExtra: u8; - readonly unbond: u8; - readonly withdrawUnbonded: u8; - readonly validate: u8; - readonly nominate: u8; - readonly chill: u8; - readonly setPayee: u8; - readonly setController: u8; - readonly rebond: u8; - readonly asDerivative: u8; - readonly initOpenChannel: u8; - readonly acceptOpenChannel: u8; - readonly closeChannel: u8; - readonly cancelOpenRequest: u8; + | "UnavailablePreImage" + | "UndecodableCall" + | "InvalidCallWeightWitness" + | "CallIsNotWhitelisted" + | "CallAlreadyWhitelisted"; } - /** @name PalletXcmTransactorError (669) */ - interface PalletXcmTransactorError extends Enum { - readonly isIndexAlreadyClaimed: boolean; - readonly isUnclaimedIndex: boolean; + /** @name PalletMultisigMultisig (666) */ + interface PalletMultisigMultisig extends Struct { + readonly when: PalletMultisigTimepoint; + readonly deposit: u128; + readonly depositor: AccountId20; + readonly approvals: Vec; + } + + /** @name PalletMultisigError (668) */ + interface PalletMultisigError extends Enum { + readonly isMinimumThreshold: boolean; + readonly isAlreadyApproved: boolean; + readonly isNoApprovalsNeeded: boolean; + readonly isTooFewSignatories: boolean; + readonly isTooManySignatories: boolean; + readonly isSignatoriesOutOfOrder: boolean; + readonly isSenderInSignatories: boolean; + readonly isNotFound: boolean; readonly isNotOwner: boolean; - readonly isUnweighableMessage: boolean; - readonly isCannotReanchor: boolean; - readonly isAssetHasNoReserve: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isAssetIsNotReserveInDestination: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isErrorDelivering: boolean; - readonly isDispatchWeightBiggerThanTotalWeight: boolean; - readonly isWeightOverflow: boolean; - readonly isAmountOverflow: boolean; - readonly isTransactorInfoNotSet: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isXcmExecuteError: boolean; - readonly isBadVersion: boolean; - readonly isMaxWeightTransactReached: boolean; - readonly isUnableToWithdrawAsset: boolean; - readonly isFeePerSecondNotSet: boolean; - readonly isSignedTransactNotAllowedForDestination: boolean; - readonly isFailedMultiLocationToJunction: boolean; - readonly isHrmpHandlerNotImplemented: boolean; - readonly isTooMuchFeeUsed: boolean; - readonly isErrorValidating: boolean; - readonly isRefundNotSupportedWithTransactInfo: boolean; + readonly isNoTimepoint: boolean; + readonly isWrongTimepoint: boolean; + readonly isUnexpectedTimepoint: boolean; + readonly isMaxWeightTooLow: boolean; + readonly isAlreadyStored: boolean; readonly type: - | "IndexAlreadyClaimed" - | "UnclaimedIndex" + | "MinimumThreshold" + | "AlreadyApproved" + | "NoApprovalsNeeded" + | "TooFewSignatories" + | "TooManySignatories" + | "SignatoriesOutOfOrder" + | "SenderInSignatories" + | "NotFound" | "NotOwner" - | "UnweighableMessage" - | "CannotReanchor" - | "AssetHasNoReserve" - | "InvalidDest" - | "NotCrossChainTransfer" - | "AssetIsNotReserveInDestination" - | "DestinationNotInvertible" - | "ErrorDelivering" - | "DispatchWeightBiggerThanTotalWeight" - | "WeightOverflow" - | "AmountOverflow" - | "TransactorInfoNotSet" - | "NotCrossChainTransferableCurrency" - | "XcmExecuteError" - | "BadVersion" - | "MaxWeightTransactReached" - | "UnableToWithdrawAsset" - | "FeePerSecondNotSet" - | "SignedTransactNotAllowedForDestination" - | "FailedMultiLocationToJunction" - | "HrmpHandlerNotImplemented" - | "TooMuchFeeUsed" - | "ErrorValidating" - | "RefundNotSupportedWithTransactInfo"; + | "NoTimepoint" + | "WrongTimepoint" + | "UnexpectedTimepoint" + | "MaxWeightTooLow" + | "AlreadyStored"; } - /** @name PalletEthereumXcmError (670) */ - interface PalletEthereumXcmError extends Enum { - readonly isEthereumXcmExecutionSuspended: boolean; - readonly type: "EthereumXcmExecutionSuspended"; + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (672) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (674) */ + interface PalletMoonbeamLazyMigrationsError extends Enum { + readonly isLimitCannotBeZero: boolean; + readonly isAddressesLengthCannotBeZero: boolean; + readonly isContractNotCorrupted: boolean; + readonly isContractMetadataAlreadySet: boolean; + readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; + readonly type: + | "LimitCannotBeZero" + | "AddressesLengthCannotBeZero" + | "ContractNotCorrupted" + | "ContractMetadataAlreadySet" + | "ContractNotExist" + | "KeyTooLong"; } - /** @name PalletMessageQueueBookState (671) */ + /** @name PalletPrecompileBenchmarksError (676) */ + interface PalletPrecompileBenchmarksError extends Enum { + readonly isBenchmarkError: boolean; + readonly type: "BenchmarkError"; + } + + /** @name PalletMessageQueueBookState (677) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7936,13 +7964,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (673) */ + /** @name PalletMessageQueueNeighbours (679) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (675) */ + /** @name PalletMessageQueuePage (681) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7952,7 +7980,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (677) */ + /** @name PalletMessageQueueError (683) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7975,7 +8003,20 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ + /** @name PalletEmergencyParaXcmXcmMode (684) */ + interface PalletEmergencyParaXcmXcmMode extends Enum { + readonly isNormal: boolean; + readonly isPaused: boolean; + readonly type: "Normal" | "Paused"; + } + + /** @name PalletEmergencyParaXcmError (685) */ + interface PalletEmergencyParaXcmError extends Enum { + readonly isNotInPausedMode: boolean; + readonly type: "NotInPausedMode"; + } + + /** @name PalletMoonbeamForeignAssetsAssetStatus (687) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7983,7 +8024,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (680) */ + /** @name PalletMoonbeamForeignAssetsError (688) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -8016,7 +8057,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (682) */ + /** @name PalletXcmWeightTraderError (690) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -8033,131 +8074,42 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (683) */ - interface PalletEmergencyParaXcmXcmMode extends Enum { - readonly isNormal: boolean; - readonly isPaused: boolean; - readonly type: "Normal" | "Paused"; - } - - /** @name PalletEmergencyParaXcmError (684) */ - interface PalletEmergencyParaXcmError extends Enum { - readonly isNotInPausedMode: boolean; - readonly type: "NotInPausedMode"; - } - - /** @name PalletPrecompileBenchmarksError (686) */ - interface PalletPrecompileBenchmarksError extends Enum { - readonly isBenchmarkError: boolean; - readonly type: "BenchmarkError"; - } - - /** @name PalletRandomnessRequestState (687) */ - interface PalletRandomnessRequestState extends Struct { - readonly request: PalletRandomnessRequest; - readonly deposit: u128; - } - - /** @name PalletRandomnessRequest (688) */ - interface PalletRandomnessRequest extends Struct { - readonly refundAddress: H160; - readonly contractAddress: H160; - readonly fee: u128; - readonly gasLimit: u64; - readonly numWords: u8; - readonly salt: H256; - readonly info: PalletRandomnessRequestInfo; - } - - /** @name PalletRandomnessRequestInfo (689) */ - interface PalletRandomnessRequestInfo extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: ITuple<[u64, u64]>; - readonly isLocal: boolean; - readonly asLocal: ITuple<[u32, u32]>; - readonly type: "BabeEpoch" | "Local"; - } - - /** @name PalletRandomnessRequestType (690) */ - interface PalletRandomnessRequestType extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: u64; - readonly isLocal: boolean; - readonly asLocal: u32; - readonly type: "BabeEpoch" | "Local"; - } - - /** @name PalletRandomnessRandomnessResult (691) */ - interface PalletRandomnessRandomnessResult extends Struct { - readonly randomness: Option; - readonly requestCount: u64; - } - - /** @name PalletRandomnessError (692) */ - interface PalletRandomnessError extends Enum { - readonly isRequestCounterOverflowed: boolean; - readonly isRequestFeeOverflowed: boolean; - readonly isMustRequestAtLeastOneWord: boolean; - readonly isCannotRequestMoreWordsThanMax: boolean; - readonly isCannotRequestRandomnessAfterMaxDelay: boolean; - readonly isCannotRequestRandomnessBeforeMinDelay: boolean; - readonly isRequestDNE: boolean; - readonly isRequestCannotYetBeFulfilled: boolean; - readonly isOnlyRequesterCanIncreaseFee: boolean; - readonly isRequestHasNotExpired: boolean; - readonly isRandomnessResultDNE: boolean; - readonly isRandomnessResultNotFilled: boolean; - readonly type: - | "RequestCounterOverflowed" - | "RequestFeeOverflowed" - | "MustRequestAtLeastOneWord" - | "CannotRequestMoreWordsThanMax" - | "CannotRequestRandomnessAfterMaxDelay" - | "CannotRequestRandomnessBeforeMinDelay" - | "RequestDNE" - | "RequestCannotYetBeFulfilled" - | "OnlyRequesterCanIncreaseFee" - | "RequestHasNotExpired" - | "RandomnessResultDNE" - | "RandomnessResultNotFilled"; - } - - /** @name FrameSystemExtensionsCheckNonZeroSender (695) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (693) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (696) */ + /** @name FrameSystemExtensionsCheckSpecVersion (694) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (697) */ + /** @name FrameSystemExtensionsCheckTxVersion (695) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (698) */ + /** @name FrameSystemExtensionsCheckGenesis (696) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (701) */ + /** @name FrameSystemExtensionsCheckNonce (699) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (702) */ + /** @name FrameSystemExtensionsCheckWeight (700) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (701) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (702) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (705) */ + /** @name FrameMetadataHashExtensionMode (703) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (704) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonriverRuntimeRuntime (708) */ - type MoonriverRuntimeRuntime = Null; + /** @name MoonbaseRuntimeRuntime (706) */ + type MoonbaseRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index 8f05a5b4df..8aa1f678ef 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -445,6 +445,15 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; + /** + * Fraction of a proposal's value that should be bonded in order to place the proposal. An + * accepted proposal gets these back. A rejected proposal does not. + */ + proposalBond: Permill & AugmentedConst; + /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ + proposalBondMaximum: Option & AugmentedConst; + /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ + proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -463,17 +472,6 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { - /** - * Maximal number of outbound XCMP channels that can have messages queued at the same time. - * - * If this is reached, then no further messages can be sent to channels that do not yet have a - * message queued. This should be set to the expected maximum of outbound channels which is - * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since - * otherwise the congestion control protocol will not work as intended and messages may be - * dropped. This value increases the PoV and should therefore not be picked too high. - * Governance needs to pay attention to not open more channels than this value. - */ - maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -482,14 +480,6 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; - /** - * The maximal page size for HRMP message pages. - * - * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case - * benchmarking. The limit for the size of a message is slightly below this, since some - * overhead is incurred for encoding the format. - */ - maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index 0d7660137d..28c1fedadf 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts @@ -28,8 +28,6 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; - /** The asset ID must be equal to the [`NextAssetId`]. */ - BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -395,8 +393,6 @@ declare module "@polkadot/api-base/types/errors" { ContractNotCorrupted: AugmentedError; /** Contract not exist */ ContractNotExist: AugmentedError; - /** The key lengths exceeds the maximum allowed */ - KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -541,7 +537,6 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; - TotalInflationDistributionPercentExceeds100: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -631,8 +626,6 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ - NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -769,6 +762,8 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; + /** Proposer's balance is too low. */ + InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -837,10 +832,6 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; - /** The message is too big. */ - TooBig: AugmentedError; - /** There are too many active outbound channels. */ - TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index bc1f640d3d..dadabc4c0b 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts @@ -30,17 +30,14 @@ import type { FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, + MoonbeamRuntimeProxyType, + MoonbeamRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegatorAdded, - PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, @@ -66,42 +63,42 @@ declare module "@polkadot/api-base/types/events" { /** Removed all information related to an assetId and destroyed asset */ ForeignAssetDestroyed: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonriverRuntimeXcmConfigAssetType, - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonbeamRuntimeXcmConfigAssetType, + metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonriverRuntimeXcmConfigAssetType; - metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonbeamRuntimeXcmConfigAssetType; + metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonbeamRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonbeamRuntimeXcmConfigAssetType } >; /** Removed all information related to an assetId and destroyed asset */ LocalAssetDestroyed: AugmentedEvent; /** Supported asset type for fee payment removed */ SupportedAssetRemoved: AugmentedEvent< ApiType, - [assetType: MoonriverRuntimeXcmConfigAssetType], - { assetType: MoonriverRuntimeXcmConfigAssetType } + [assetType: MoonbeamRuntimeXcmConfigAssetType], + { assetType: MoonbeamRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ UnitsPerSecondChanged: AugmentedEvent; @@ -163,12 +160,6 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; - /** Some assets were deposited (e.g. for transaction fees). */ - Deposited: AugmentedEvent< - ApiType, - [assetId: u128, who: AccountId20, amount: u128], - { assetId: u128; who: AccountId20; amount: u128 } - >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -247,12 +238,6 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; - /** Some assets were withdrawn from the account (e.g. for transaction fees). */ - Withdrawn: AugmentedEvent< - ApiType, - [assetId: u128, who: AccountId20, amount: u128], - { assetId: u128; who: AccountId20; amount: u128 } - >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -494,6 +479,40 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + dmpQueue: { + /** Some debris was cleaned up. */ + CleanedSome: AugmentedEvent; + /** The cleanup of remaining pallet storage completed. */ + Completed: AugmentedEvent; + /** The export of pages completed. */ + CompletedExport: AugmentedEvent; + /** The export of overweight messages completed. */ + CompletedOverweightExport: AugmentedEvent; + /** The export of a page completed. */ + Exported: AugmentedEvent; + /** The export of an overweight message completed. */ + ExportedOverweight: AugmentedEvent; + /** + * The export of a page failed. + * + * This should never be emitted. + */ + ExportFailed: AugmentedEvent; + /** + * The export of an overweight message failed. + * + * This should never be emitted. + */ + ExportOverweightFailed: AugmentedEvent; + /** The cleanup of remaining pallet storage started. */ + StartedCleanup: AugmentedEvent; + /** The export of pages started. */ + StartedExport: AugmentedEvent; + /** The export of overweight messages started. */ + StartedOverweightExport: AugmentedEvent; + /** Generic event */ + [key: string]: AugmentedEvent; + }; emergencyParaXcm: { /** The XCM incoming execution was Paused */ EnteredPausedXcmMode: AugmentedEvent; @@ -1124,23 +1143,6 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; - /** Transferred to account which holds funds reserved for parachain bond. */ - InflationDistributed: AugmentedEvent< - ApiType, - [index: u32, account: AccountId20, value: u128], - { index: u32; account: AccountId20; value: u128 } - >; - InflationDistributionConfigUpdated: AugmentedEvent< - ApiType, - [ - old: PalletParachainStakingInflationDistributionConfig, - new_: PalletParachainStakingInflationDistributionConfig - ], - { - old: PalletParachainStakingInflationDistributionConfig; - new_: PalletParachainStakingInflationDistributionConfig; - } - >; /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ InflationSet: AugmentedEvent< ApiType, @@ -1173,6 +1175,24 @@ declare module "@polkadot/api-base/types/events" { [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; + /** Account (re)set for parachain bond treasury. */ + ParachainBondAccountSet: AugmentedEvent< + ApiType, + [old: AccountId20, new_: AccountId20], + { old: AccountId20; new_: AccountId20 } + >; + /** Percent of inflation reserved for parachain bond (re)set. */ + ParachainBondReservePercentSet: AugmentedEvent< + ApiType, + [old: Percent, new_: Percent], + { old: Percent; new_: Percent } + >; + /** Transferred to account which holds funds reserved for parachain bond. */ + ReservedForParachainBond: AugmentedEvent< + ApiType, + [account: AccountId20, value: u128], + { account: AccountId20; value: u128 } + >; /** Paid the account (delegator or collator) the balance as liquid rewards. */ Rewarded: AugmentedEvent< ApiType, @@ -1218,28 +1238,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - parameters: { - /** - * A Parameter was set. - * - * Is also emitted when the value was not changed. - */ - Updated: AugmentedEvent< - ApiType, - [ - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - oldValue: Option, - newValue: Option - ], - { - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - oldValue: Option; - newValue: Option; - } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1512,13 +1510,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbeamRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbeamRuntimeProxyType; delay: u32; } >; @@ -1534,13 +1532,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbeamRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbeamRuntimeProxyType; delay: u32; } >; @@ -1550,13 +1548,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonriverRuntimeProxyType, + proxyType: MoonbeamRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonriverRuntimeProxyType; + proxyType: MoonbeamRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1867,6 +1865,14 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; + /** New proposal. */ + Proposed: AugmentedEvent; + /** A proposal was rejected; funds were slashed. */ + Rejected: AugmentedEvent< + ApiType, + [proposalIndex: u32, slashed: u128], + { proposalIndex: u32; slashed: u128 } + >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index ad204e092b..66325935a1 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts @@ -33,6 +33,7 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { + CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -44,16 +45,13 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, - FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, + MoonbeamRuntimeRuntimeHoldReason, + MoonbeamRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -62,6 +60,7 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, + PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, @@ -74,7 +73,6 @@ import type { PalletMessageQueueBookState, PalletMessageQueuePage, PalletMoonbeamForeignAssetsAssetStatus, - PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -85,9 +83,8 @@ import type { PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, - PalletParachainStakingInflationDistributionAccount, - PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, + PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletPreimageOldRequestStatus, @@ -116,9 +113,7 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, - StagingXcmV4Instruction, StagingXcmV4Location, - StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -138,7 +133,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -150,11 +145,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonriverRuntimeXcmConfigAssetType] + [MoonbeamRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -198,19 +193,6 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; - /** - * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage - * item has no effect. - * - * This can be useful for setting up constraints for IDs of the new assets. For example, by - * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an - * auto-increment model can be applied to all new asset IDs. - * - * The initial next asset ID can be set using the [`GenesisConfig`] or the - * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. - */ - nextAssetId: AugmentedQuery Observable>, []> & - QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -302,7 +284,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -312,7 +294,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonriverRuntimeRuntimeHoldReason; + readonly id: MoonbeamRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -425,6 +407,17 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + dmpQueue: { + /** The migration state of this pallet. */ + migrationStatus: AugmentedQuery< + ApiType, + () => Observable, + [] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; emergencyParaXcm: { /** Whether incoming XCM is enabled or paused */ mode: AugmentedQuery Observable, []> & @@ -709,12 +702,6 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { - stateMigrationStatusValue: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -918,15 +905,10 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** - * Inflation distribution configuration, including accounts that should receive inflation - * before it is distributed to collators and delegators. - * - * The sum of the distribution percents must be less than or equal to 100. - */ - inflationDistributionInfo: AugmentedQuery< + /** Parachain bond config info { account, percent_of_inflation } */ + parachainBondInfo: AugmentedQuery< ApiType, - () => Observable>, + () => Observable, [] > & QueryableStorageEntry; @@ -1182,24 +1164,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - parameters: { - /** Stored parameters. */ - parameters: AugmentedQuery< - ApiType, - ( - arg: - | MoonriverRuntimeRuntimeParamsRuntimeParametersKey - | { RuntimeConfig: any } - | { PalletRandomness: any } - | string - | Uint8Array - ) => Observable>, - [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; polkadotXcm: { /** * The existing asset traps. @@ -1239,19 +1203,6 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** - * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be - * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. - * - * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] - * implementation in the XCM executor configuration. - */ - recordedXcm: AugmentedQuery< - ApiType, - () => Observable>>, - [] - > & - QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1269,16 +1220,6 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** - * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only - * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and - * it's advised it stays false for all other use cases, so as to not degrade regular performance. - * - * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] - * implementation in the XCM executor configuration. - */ - shouldRecordXcm: AugmentedQuery Observable, []> & - QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts index 798d1db8cc..7bf0002f22 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts @@ -19,15 +19,10 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; -import type { - CallDryRunEffects, - XcmDryRunApiError, - XcmDryRunEffects, -} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -49,23 +44,15 @@ import type { Header, Index, KeyTypeId, - OriginCaller, Permill, - RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; -import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; -import type { - XcmVersionedAssetId, - XcmVersionedLocation, - XcmVersionedXcm, -} from "@polkadot/types/lookup"; +import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -183,43 +170,6 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; - /** 0x91b1c8b16328eb92/1 */ - dryRunApi: { - /** Dry run call */ - dryRunCall: AugmentedCall< - ApiType, - ( - origin: OriginCaller | { System: any } | string | Uint8Array, - call: RuntimeCall | IMethod | string | Uint8Array - ) => Observable> - >; - /** Dry run XCM program */ - dryRunXcm: AugmentedCall< - ApiType, - ( - originLocation: - | VersionedMultiLocation - | { V0: any } - | { V1: any } - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - xcm: - | VersionedXcm - | { V0: any } - | { V1: any } - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array - ) => Observable> - >; - /** Generic call */ - [key: string]: DecoratedCallBase; - }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -327,24 +277,6 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; - /** 0x9ffb505aa738d69c/1 */ - locationToAccountApi: { - /** Converts `Location` to `AccountId` */ - convertLocation: AugmentedCall< - ApiType, - ( - location: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array - ) => Observable> - >; - /** Generic call */ - [key: string]: DecoratedCallBase; - }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts index d0fce65b6e..edca8541f0 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts @@ -44,13 +44,12 @@ import type { EthereumTransactionTransactionV2, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParameters, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, + MoonbeamRuntimeOriginCaller, + MoonbeamRuntimeProxyType, + MoonbeamRuntimeXcmConfigAssetType, + MoonbeamRuntimeXcmConfigCurrencyId, + MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -58,7 +57,6 @@ import type { PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletMultisigTimepoint, - PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorHrmpOperation, PalletXcmTransactorTransactWeights, @@ -67,7 +65,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV3OriginKind, + XcmV2OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -91,10 +89,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonriverRuntimeXcmConfigAssetType, u32] + [u128, MoonbeamRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -110,9 +108,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonriverRuntimeAssetConfigAssetRegistrarMetadata + | MoonbeamRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -120,8 +118,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonbeamRuntimeXcmConfigAssetType, + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -259,7 +257,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * existing asset. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -419,7 +417,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * existing asset. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -916,22 +914,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { - /** - * Burn the specified liquid free balance from the origin account. - * - * If the origin's account ends up below the existential deposit as a result of the burn and - * `keep_alive` is false, the account will be reaped. - * - * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this - * `burn` operation will reduce total issuance by the amount _burned_. - */ - burn: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - keepAlive: bool | boolean | Uint8Array - ) => SubmittableExtrinsic, - [Compact, bool] - >; /** * Adjust the total issuance in a saturating way. * @@ -1313,6 +1295,10 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + dmpQueue: { + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; emergencyParaXcm: { /** Authorize a runtime upgrade. Only callable in `Paused` mode */ fastAuthorizeUpgrade: AugmentedSubmittable< @@ -2571,27 +2557,12 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the inflation distribution configuration. */ - setInflationDistributionConfig: AugmentedSubmittable< - ( - updated: PalletParachainStakingInflationDistributionConfig - ) => SubmittableExtrinsic, - [PalletParachainStakingInflationDistributionConfig] - >; - /** - * Deprecated: please use `set_inflation_distribution_config` instead. - * - * Set the account that will hold funds set aside for parachain bond - */ + /** Set the account that will hold funds set aside for parachain bond */ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** - * Deprecated: please use `set_inflation_distribution_config` instead. - * - * Set the percent of inflation set aside for parachain bond - */ + /** Set the percent of inflation set aside for parachain bond */ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] @@ -2697,27 +2668,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - parameters: { - /** - * Set the value of a parameter. - * - * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be - * deleted by setting them to `None`. - */ - setParameter: AugmentedSubmittable< - ( - keyValue: - | MoonriverRuntimeRuntimeParamsRuntimeParameters - | { RuntimeConfig: any } - | { PalletRandomness: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeRuntimeParamsRuntimeParameters] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3173,7 +3123,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -3309,7 +3259,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3322,7 +3272,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbeamRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3371,7 +3321,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3385,7 +3335,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeProxyType, u32, u16] + [MoonbeamRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3408,7 +3358,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3423,7 +3373,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonbeamRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3440,10 +3390,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3455,7 +3405,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, Option, Call] + [AccountId20, Option, Call] >; /** * Dispatch the given `call` from an account that the sender is authorized for through `add_proxy`. @@ -3475,10 +3425,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3490,7 +3440,7 @@ declare module "@polkadot/api-base/types/submittable" { | number, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, AccountId20, Option, Call] + [AccountId20, AccountId20, Option, Call] >; /** * Remove the given announcement of a delegate. @@ -3554,7 +3504,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonriverRuntimeProxyType + | MoonbeamRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3567,7 +3517,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonriverRuntimeProxyType, u32] + [AccountId20, MoonbeamRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3696,7 +3646,7 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonriverRuntimeOriginCaller + | MoonbeamRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } @@ -3723,7 +3673,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeOriginCaller, + MoonbeamRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -4003,6 +3953,30 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { + /** + * Approve a proposal. + * + * ## Dispatch Origin + * + * Must be [`Config::ApproveOrigin`]. + * + * ## Details + * + * At a later time, the proposal will be allocated to the beneficiary and the original deposit + * will be returned. + * + * ### Complexity + * + * - O(1). + * + * ## Events + * + * No events are emitted from this dispatch. + */ + approveProposal: AugmentedSubmittable< + (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] + >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -4034,7 +4008,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed + * Must be signed. * * ## Details * @@ -4055,6 +4029,56 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; + /** + * Put forward a suggestion for spending. + * + * ## Dispatch Origin + * + * Must be signed. + * + * ## Details + * + * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It + * is returned once the proposal is awarded. + * + * ### Complexity + * + * - O(1) + * + * ## Events + * + * Emits [`Event::Proposed`] if successful. + */ + proposeSpend: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + beneficiary: AccountId20 | string | Uint8Array + ) => SubmittableExtrinsic, + [Compact, AccountId20] + >; + /** + * Reject a proposed spend. + * + * ## Dispatch Origin + * + * Must be [`Config::RejectOrigin`]. + * + * ## Details + * + * The original deposit will be slashed. + * + * ### Complexity + * + * - O(1) + * + * ## Events + * + * Emits [`Event::Rejected`] if successful. + */ + rejectProposal: AugmentedSubmittable< + (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] + >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4415,7 +4439,7 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonriverRuntimeOriginCaller + | MoonbeamRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } @@ -4429,7 +4453,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeOriginCaller, Call] + [MoonbeamRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4635,7 +4659,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonbeamRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4651,7 +4675,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonriverRuntimeXcmConfigTransactors, + MoonbeamRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4718,7 +4742,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV3OriginKind + | XcmV2OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4737,7 +4761,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV3OriginKind, + XcmV2OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4797,7 +4821,7 @@ declare module "@polkadot/api-base/types/submittable" { transfer: AugmentedSubmittable< ( currencyId: - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbeamRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4818,7 +4842,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** * Transfer `Asset`. @@ -4947,10 +4971,10 @@ declare module "@polkadot/api-base/types/submittable" { transferMulticurrencies: AugmentedSubmittable< ( currencies: - | Vec> + | Vec> | [ ( - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbeamRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4975,7 +4999,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - Vec>, + Vec>, u32, XcmVersionedLocation, XcmV3WeightLimit @@ -5002,7 +5026,7 @@ declare module "@polkadot/api-base/types/submittable" { transferWithFee: AugmentedSubmittable< ( currencyId: - | MoonriverRuntimeXcmConfigCurrencyId + | MoonbeamRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -5024,7 +5048,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonbeamRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; diff --git a/typescript-api/src/moonbeam/interfaces/lookup.ts b/typescript-api/src/moonbeam/interfaces/lookup.ts index b44b1e11f5..18866d8c49 100644 --- a/typescript-api/src/moonbeam/interfaces/lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/lookup.ts @@ -48,7 +48,7 @@ export default { RuntimeEnvironmentUpdated: "Null", }, }, - /** Lookup21: frame_system::EventRecord */ + /** Lookup21: frame_system::EventRecord */ FrameSystemEventRecord: { phase: "FrameSystemPhase", event: "Event", @@ -405,17 +405,23 @@ export default { account: "AccountId20", rewards: "u128", }, - InflationDistributed: { - index: "u32", + ReservedForParachainBond: { account: "AccountId20", value: "u128", }, - InflationDistributionConfigUpdated: { + ParachainBondAccountSet: { _alias: { new_: "new", }, - old: "PalletParachainStakingInflationDistributionConfig", - new_: "PalletParachainStakingInflationDistributionConfig", + old: "AccountId20", + new_: "AccountId20", + }, + ParachainBondReservePercentSet: { + _alias: { + new_: "new", + }, + old: "Percent", + new_: "Percent", }, InflationSet: { annualMin: "Perbill", @@ -489,26 +495,13 @@ export default { AddedToBottom: "Null", }, }, - /** - * Lookup43: - * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", - /** - * Lookup45: - * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingInflationDistributionAccount: { - account: "AccountId20", - percent: "Percent", - }, - /** Lookup47: pallet_author_slot_filter::pallet::Event */ + /** Lookup44: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup49: pallet_author_mapping::pallet::Event */ + /** Lookup46: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -534,11 +527,11 @@ export default { }, }, }, - /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ + /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -567,7 +560,7 @@ export default { }, }, }, - /** Lookup54: pallet_utility::pallet::Event */ + /** Lookup51: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -585,7 +578,7 @@ export default { }, }, }, - /** Lookup57: pallet_proxy::pallet::Event */ + /** Lookup54: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -594,7 +587,7 @@ export default { PureCreated: { pure: "AccountId20", who: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", disambiguationIndex: "u16", }, Announced: { @@ -605,19 +598,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup58: moonriver_runtime::ProxyType */ - MoonriverRuntimeProxyType: { + /** Lookup55: moonbeam_runtime::ProxyType */ + MoonbeamRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -629,7 +622,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup60: pallet_maintenance_mode::pallet::Event */ + /** Lookup57: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -642,7 +635,7 @@ export default { }, }, }, - /** Lookup61: pallet_identity::pallet::Event */ + /** Lookup58: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -714,7 +707,7 @@ export default { }, }, }, - /** Lookup63: pallet_migrations::pallet::Event */ + /** Lookup60: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -736,7 +729,7 @@ export default { }, }, }, - /** Lookup64: pallet_multisig::pallet::Event */ + /** Lookup61: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -765,60 +758,12 @@ export default { }, }, }, - /** Lookup65: pallet_multisig::Timepoint */ + /** Lookup62: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup66: pallet_parameters::pallet::Event */ - PalletParametersEvent: { - _enum: { - Updated: { - key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", - oldValue: "Option", - newValue: "Option", - }, - }, - }, - /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", - }, - }, - /** Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { - _enum: ["FeesTreasuryProportion"], - }, - /** Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { - _enum: ["Deposit"], - }, - /** Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue */ - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", - }, - }, - /** Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { - _enum: { - FeesTreasuryProportion: "Perbill", - }, - }, - /** Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { - _enum: { - Deposit: "u128", - }, - }, - /** Lookup77: pallet_evm::pallet::Event */ + /** Lookup63: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { Log: { @@ -838,13 +783,13 @@ export default { }, }, }, - /** Lookup78: ethereum::log::Log */ + /** Lookup64: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup81: pallet_ethereum::pallet::Event */ + /** Lookup67: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -856,7 +801,7 @@ export default { }, }, }, - /** Lookup82: evm_core::error::ExitReason */ + /** Lookup68: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -865,11 +810,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup83: evm_core::error::ExitSucceed */ + /** Lookup69: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup84: evm_core::error::ExitError */ + /** Lookup70: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -890,11 +835,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup88: evm_core::error::ExitRevert */ + /** Lookup74: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup89: evm_core::error::ExitFatal */ + /** Lookup75: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -903,7 +848,7 @@ export default { Other: "Text", }, }, - /** Lookup90: pallet_scheduler::pallet::Event */ + /** Lookup76: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -947,7 +892,7 @@ export default { }, }, }, - /** Lookup92: pallet_preimage::pallet::Event */ + /** Lookup78: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -970,14 +915,14 @@ export default { }, }, }, - /** Lookup93: pallet_conviction_voting::pallet::Event */ + /** Lookup79: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup94: pallet_referenda::pallet::Event */ + /** Lookup80: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1056,7 +1001,7 @@ export default { }, }, /** - * Lookup95: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1077,7 +1022,7 @@ export default { }, }, }, - /** Lookup97: frame_system::pallet::Call */ + /** Lookup83: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1120,7 +1065,7 @@ export default { }, }, }, - /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1138,35 +1083,35 @@ export default { }, }, }, - /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup105: sp_trie::storage_proof::StorageProof */ + /** Lookup91: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup115: pallet_timestamp::pallet::Call */ + /** Lookup101: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1174,7 +1119,7 @@ export default { }, }, }, - /** Lookup116: pallet_root_testing::pallet::Call */ + /** Lookup102: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1183,7 +1128,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup117: pallet_balances::pallet::Call */ + /** Lookup103: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1220,17 +1165,13 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, - burn: { - value: "Compact", - keepAlive: "bool", - }, }, }, - /** Lookup120: pallet_balances::types::AdjustmentDirection */ + /** Lookup106: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup121: pallet_parachain_staking::pallet::Call */ + /** Lookup107: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1358,19 +1299,13 @@ export default { bond: "u128", candidateCount: "u32", }, - set_inflation_distribution_config: { - _alias: { - new_: "new", - }, - new_: "PalletParachainStakingInflationDistributionConfig", - }, }, }, - /** Lookup124: pallet_author_inherent::pallet::Call */ + /** Lookup110: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup125: pallet_author_slot_filter::pallet::Call */ + /** Lookup111: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1381,7 +1316,7 @@ export default { }, }, }, - /** Lookup126: pallet_author_mapping::pallet::Call */ + /** Lookup112: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1403,7 +1338,7 @@ export default { }, }, }, - /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1427,7 +1362,7 @@ export default { }, }, }, - /** Lookup128: pallet_utility::pallet::Call */ + /** Lookup114: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1441,7 +1376,7 @@ export default { calls: "Vec", }, dispatch_as: { - asOrigin: "MoonriverRuntimeOriginCaller", + asOrigin: "MoonbeamRuntimeOriginCaller", call: "Call", }, force_batch: { @@ -1453,8 +1388,8 @@ export default { }, }, }, - /** Lookup130: moonriver_runtime::OriginCaller */ - MoonriverRuntimeOriginCaller: { + /** Lookup116: moonbeam_runtime::OriginCaller */ + MoonbeamRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", __Unused1: "Null", @@ -1521,7 +1456,7 @@ export default { __Unused62: "Null", __Unused63: "Null", __Unused64: "Null", - Origins: "MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin", + Origins: "MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin", __Unused66: "Null", __Unused67: "Null", __Unused68: "Null", @@ -1568,7 +1503,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1576,14 +1511,14 @@ export default { None: "Null", }, }, - /** Lookup132: pallet_ethereum::RawOrigin */ + /** Lookup118: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { + /** Lookup119: moonbeam_runtime::governance::origins::custom_origins::Origin */ + MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", "GeneralAdmin", @@ -1592,7 +1527,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup134: pallet_collective::RawOrigin */ + /** Lookup120: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1600,40 +1535,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup137: pallet_xcm::pallet::Origin */ + /** Lookup123: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup138: staging_xcm::v4::location::Location */ + /** Lookup124: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup139: staging_xcm::v4::junctions::Junctions */ + /** Lookup125: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup141;1]", - X2: "[Lookup141;2]", - X3: "[Lookup141;3]", - X4: "[Lookup141;4]", - X5: "[Lookup141;5]", - X6: "[Lookup141;6]", - X7: "[Lookup141;7]", - X8: "[Lookup141;8]", + X1: "[Lookup127;1]", + X2: "[Lookup127;2]", + X3: "[Lookup127;3]", + X4: "[Lookup127;4]", + X5: "[Lookup127;5]", + X6: "[Lookup127;6]", + X7: "[Lookup127;7]", + X8: "[Lookup127;8]", }, }, - /** Lookup141: staging_xcm::v4::junction::Junction */ + /** Lookup127: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1663,7 +1598,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup144: staging_xcm::v4::junction::NetworkId */ + /** Lookup130: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1684,7 +1619,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup145: xcm::v3::junction::BodyId */ + /** Lookup131: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1699,7 +1634,7 @@ export default { Treasury: "Null", }, }, - /** Lookup146: xcm::v3::junction::BodyPart */ + /** Lookup132: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1720,41 +1655,41 @@ export default { }, }, }, - /** Lookup154: pallet_ethereum_xcm::RawOrigin */ + /** Lookup140: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup155: sp_core::Void */ + /** Lookup141: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup156: pallet_proxy::pallet::Call */ + /** Lookup142: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { real: "AccountId20", - forceProxyType: "Option", + forceProxyType: "Option", call: "Call", }, add_proxy: { delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, remove_proxy: { delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, remove_proxies: "Null", create_pure: { - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", index: "u16", }, kill_pure: { spawner: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", index: "u16", height: "Compact", extIndex: "Compact", @@ -1774,16 +1709,16 @@ export default { proxy_announced: { delegate: "AccountId20", real: "AccountId20", - forceProxyType: "Option", + forceProxyType: "Option", call: "Call", }, }, }, - /** Lookup158: pallet_maintenance_mode::pallet::Call */ + /** Lookup144: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup159: pallet_identity::pallet::Call */ + /** Lookup145: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1866,7 +1801,7 @@ export default { }, }, }, - /** Lookup160: pallet_identity::legacy::IdentityInfo */ + /** Lookup146: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1878,7 +1813,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup198: pallet_identity::types::Judgement */ + /** Lookup184: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1890,9 +1825,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup200: account::EthereumSignature */ + /** Lookup186: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup202: pallet_multisig::pallet::Call */ + /** Lookup188: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1921,7 +1856,7 @@ export default { }, }, }, - /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1934,35 +1869,7 @@ export default { }, }, }, - /** Lookup207: pallet_parameters::pallet::Call */ - PalletParametersCall: { - _enum: { - set_parameter: { - keyValue: "MoonriverRuntimeRuntimeParamsRuntimeParameters", - }, - }, - }, - /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ - MoonriverRuntimeRuntimeParamsRuntimeParameters: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", - }, - }, - /** Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { - _enum: { - FeesTreasuryProportion: - "(MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", - }, - }, - /** Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { - _enum: { - Deposit: "(MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", - }, - }, - /** Lookup213: pallet_evm::pallet::Call */ + /** Lookup193: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { withdraw: { @@ -2003,7 +1910,7 @@ export default { }, }, }, - /** Lookup219: pallet_ethereum::pallet::Call */ + /** Lookup199: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -2011,7 +1918,7 @@ export default { }, }, }, - /** Lookup220: ethereum::transaction::TransactionV2 */ + /** Lookup200: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2019,7 +1926,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup221: ethereum::transaction::LegacyTransaction */ + /** Lookup201: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2029,20 +1936,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup222: ethereum::transaction::TransactionAction */ + /** Lookup202: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup223: ethereum::transaction::TransactionSignature */ + /** Lookup203: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup225: ethereum::transaction::EIP2930Transaction */ + /** Lookup205: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2056,12 +1963,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup227: ethereum::transaction::AccessListItem */ + /** Lookup207: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup228: ethereum::transaction::EIP1559Transaction */ + /** Lookup208: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2076,7 +1983,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup229: pallet_scheduler::pallet::Call */ + /** Lookup209: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2130,7 +2037,7 @@ export default { }, }, }, - /** Lookup231: pallet_preimage::pallet::Call */ + /** Lookup211: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2159,7 +2066,7 @@ export default { }, }, }, - /** Lookup232: pallet_conviction_voting::pallet::Call */ + /** Lookup212: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2190,7 +2097,7 @@ export default { }, }, }, - /** Lookup233: pallet_conviction_voting::vote::AccountVote */ + /** Lookup213: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2208,15 +2115,15 @@ export default { }, }, }, - /** Lookup235: pallet_conviction_voting::conviction::Conviction */ + /** Lookup215: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup237: pallet_referenda::pallet::Call */ + /** Lookup217: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { - proposalOrigin: "MoonriverRuntimeOriginCaller", + proposalOrigin: "MoonbeamRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactmentMoment: "FrameSupportScheduleDispatchTime", }, @@ -2247,14 +2154,14 @@ export default { }, }, }, - /** Lookup238: frame_support::traits::schedule::DispatchTime */ + /** Lookup218: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup240: pallet_whitelist::pallet::Call */ + /** Lookup220: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2273,7 +2180,7 @@ export default { }, }, }, - /** Lookup241: pallet_collective::pallet::Call */ + /** Lookup221: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2307,12 +2214,19 @@ export default { }, }, }, - /** Lookup243: pallet_treasury::pallet::Call */ + /** Lookup223: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { - __Unused0: "Null", - __Unused1: "Null", - __Unused2: "Null", + propose_spend: { + value: "Compact", + beneficiary: "AccountId20", + }, + reject_proposal: { + proposalId: "Compact", + }, + approve_proposal: { + proposalId: "Compact", + }, spend_local: { amount: "Compact", beneficiary: "AccountId20", @@ -2337,7 +2251,7 @@ export default { }, }, }, - /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2362,7 +2276,7 @@ export default { }, }, }, - /** Lookup246: sp_runtime::MultiSignature */ + /** Lookup226: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2370,7 +2284,9 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup252: pallet_xcm::pallet::Call */ + /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ + CumulusPalletDmpQueueCall: "Null", + /** Lookup233: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2445,7 +2361,7 @@ export default { }, }, }, - /** Lookup253: xcm::VersionedLocation */ + /** Lookup234: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2455,12 +2371,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup254: xcm::v2::multilocation::MultiLocation */ + /** Lookup235: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup255: xcm::v2::multilocation::Junctions */ + /** Lookup236: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2474,7 +2390,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup256: xcm::v2::junction::Junction */ + /** Lookup237: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2500,7 +2416,7 @@ export default { }, }, }, - /** Lookup257: xcm::v2::NetworkId */ + /** Lookup238: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2509,7 +2425,7 @@ export default { Kusama: "Null", }, }, - /** Lookup259: xcm::v2::BodyId */ + /** Lookup240: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2524,7 +2440,7 @@ export default { Treasury: "Null", }, }, - /** Lookup260: xcm::v2::BodyPart */ + /** Lookup241: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2545,12 +2461,12 @@ export default { }, }, }, - /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup262: xcm::v3::junctions::Junctions */ + /** Lookup243: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2564,7 +2480,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup263: xcm::v3::junction::Junction */ + /** Lookup244: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2594,7 +2510,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup265: xcm::v3::junction::NetworkId */ + /** Lookup246: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2615,7 +2531,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup266: xcm::VersionedXcm */ + /** Lookup247: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2625,9 +2541,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup267: xcm::v2::Xcm */ + /** Lookup248: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup269: xcm::v2::Instruction */ + /** Lookup250: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2723,28 +2639,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup270: xcm::v2::multiasset::MultiAssets */ + /** Lookup251: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v2::multiasset::MultiAsset */ + /** Lookup253: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup273: xcm::v2::multiasset::AssetId */ + /** Lookup254: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup274: xcm::v2::multiasset::Fungibility */ + /** Lookup255: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup275: xcm::v2::multiasset::AssetInstance */ + /** Lookup256: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2756,7 +2672,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup276: xcm::v2::Response */ + /** Lookup257: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2765,7 +2681,7 @@ export default { Version: "u32", }, }, - /** Lookup279: xcm::v2::traits::Error */ + /** Lookup260: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2796,22 +2712,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup280: xcm::v2::OriginKind */ + /** Lookup261: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup281: xcm::double_encoded::DoubleEncoded */ + /** Lookup262: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2821,20 +2737,20 @@ export default { }, }, }, - /** Lookup284: xcm::v2::multiasset::WildFungibility */ + /** Lookup265: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup285: xcm::v2::WeightLimit */ + /** Lookup266: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup286: xcm::v3::Xcm */ + /** Lookup267: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup288: xcm::v3::Instruction */ + /** Lookup269: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2856,7 +2772,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2974,28 +2890,28 @@ export default { }, }, }, - /** Lookup289: xcm::v3::multiasset::MultiAssets */ + /** Lookup270: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup291: xcm::v3::multiasset::MultiAsset */ + /** Lookup272: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup292: xcm::v3::multiasset::AssetId */ + /** Lookup273: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup293: xcm::v3::multiasset::Fungibility */ + /** Lookup274: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup294: xcm::v3::multiasset::AssetInstance */ + /** Lookup275: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3006,7 +2922,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup295: xcm::v3::Response */ + /** Lookup276: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -3017,7 +2933,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup298: xcm::v3::traits::Error */ + /** Lookup279: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -3062,7 +2978,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup300: xcm::v3::PalletInfo */ + /** Lookup281: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3071,7 +2987,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup303: xcm::v3::MaybeErrorCode */ + /** Lookup284: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3079,24 +2995,20 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup306: xcm::v3::OriginKind */ - XcmV3OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], - }, - /** Lookup307: xcm::v3::QueryResponseInfo */ + /** Lookup287: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3112,20 +3024,20 @@ export default { }, }, }, - /** Lookup310: xcm::v3::multiasset::WildFungibility */ + /** Lookup290: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup311: xcm::v3::WeightLimit */ + /** Lookup291: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup312: staging_xcm::v4::Xcm */ + /** Lookup292: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup314: staging_xcm::v4::Instruction */ + /** Lookup294: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3147,7 +3059,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3265,23 +3177,23 @@ export default { }, }, }, - /** Lookup315: staging_xcm::v4::asset::Assets */ + /** Lookup295: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup317: staging_xcm::v4::asset::Asset */ + /** Lookup297: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup318: staging_xcm::v4::asset::AssetId */ + /** Lookup298: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup319: staging_xcm::v4::asset::Fungibility */ + /** Lookup299: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup320: staging_xcm::v4::asset::AssetInstance */ + /** Lookup300: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3292,7 +3204,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup321: staging_xcm::v4::Response */ + /** Lookup301: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3303,7 +3215,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup323: staging_xcm::v4::PalletInfo */ + /** Lookup303: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3312,20 +3224,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup327: staging_xcm::v4::QueryResponseInfo */ + /** Lookup307: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup328: staging_xcm::v4::asset::AssetFilter */ + /** Lookup308: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup329: staging_xcm::v4::asset::WildAsset */ + /** Lookup309: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3341,11 +3253,11 @@ export default { }, }, }, - /** Lookup330: staging_xcm::v4::asset::WildFungibility */ + /** Lookup310: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup331: xcm::VersionedAssets */ + /** Lookup311: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3355,7 +3267,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3364,7 +3276,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup344: xcm::VersionedAssetId */ + /** Lookup324: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3374,7 +3286,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup345: pallet_assets::pallet::Call */ + /** Lookup325: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3524,19 +3436,19 @@ export default { }, }, }, - /** Lookup346: pallet_asset_manager::pallet::Call */ + /** Lookup326: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", + asset: "MoonbeamRuntimeXcmConfigAssetType", + metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", minAmount: "u128", isSufficient: "bool", }, __Unused1: "Null", change_existing_asset_type: { assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", + newAssetType: "MoonbeamRuntimeXcmConfigAssetType", numAssetsWeightHint: "u32", }, __Unused3: "Null", @@ -3551,24 +3463,24 @@ export default { }, }, }, - /** Lookup347: moonriver_runtime::xcm_config::AssetType */ - MoonriverRuntimeXcmConfigAssetType: { + /** Lookup327: moonbeam_runtime::xcm_config::AssetType */ + MoonbeamRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { + /** Lookup328: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup349: orml_xtokens::module::Call */ + /** Lookup329: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { transfer: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", + currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", amount: "u128", dest: "XcmVersionedLocation", destWeightLimit: "XcmV3WeightLimit", @@ -3579,7 +3491,7 @@ export default { destWeightLimit: "XcmV3WeightLimit", }, transfer_with_fee: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", + currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", amount: "u128", fee: "u128", dest: "XcmVersionedLocation", @@ -3592,7 +3504,7 @@ export default { destWeightLimit: "XcmV3WeightLimit", }, transfer_multicurrencies: { - currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", + currencies: "Vec<(MoonbeamRuntimeXcmConfigCurrencyId,u128)>", feeItem: "u32", dest: "XcmVersionedLocation", destWeightLimit: "XcmV3WeightLimit", @@ -3605,8 +3517,8 @@ export default { }, }, }, - /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ - MoonriverRuntimeXcmConfigCurrencyId: { + /** Lookup330: moonbeam_runtime::xcm_config::CurrencyId */ + MoonbeamRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", ForeignAsset: "u128", @@ -3615,7 +3527,7 @@ export default { }, }, }, - /** Lookup351: xcm::VersionedAsset */ + /** Lookup331: xcm::VersionedAsset */ XcmVersionedAsset: { _enum: { __Unused0: "Null", @@ -3625,7 +3537,7 @@ export default { V4: "StagingXcmV4Asset", }, }, - /** Lookup354: pallet_xcm_transactor::pallet::Call */ + /** Lookup334: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3636,7 +3548,7 @@ export default { index: "u16", }, transact_through_derivative: { - dest: "MoonriverRuntimeXcmConfigTransactors", + dest: "MoonbeamRuntimeXcmConfigTransactors", index: "u16", fee: "PalletXcmTransactorCurrencyPayment", innerCall: "Bytes", @@ -3648,7 +3560,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3682,28 +3594,28 @@ export default { }, }, }, - /** Lookup355: moonriver_runtime::xcm_config::Transactors */ - MoonriverRuntimeXcmConfigTransactors: { + /** Lookup335: moonbeam_runtime::xcm_config::Transactors */ + MoonbeamRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup357: pallet_xcm_transactor::pallet::Currency */ + /** Lookup337: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { - AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", + AsCurrencyId: "MoonbeamRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3717,18 +3629,18 @@ export default { }, }, }, - /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup365: pallet_ethereum_xcm::pallet::Call */ + /** Lookup345: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3747,14 +3659,14 @@ export default { }, }, }, - /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup367: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3763,19 +3675,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup369: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup372: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3783,7 +3695,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup374: pallet_message_queue::pallet::Call */ + /** Lookup354: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3798,7 +3710,7 @@ export default { }, }, }, - /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3806,7 +3718,7 @@ export default { Sibling: "u32", }, }, - /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup356: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3829,7 +3741,7 @@ export default { }, }, }, - /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup358: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3851,7 +3763,7 @@ export default { }, }, }, - /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup359: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3860,19 +3772,19 @@ export default { }, }, }, - /** Lookup380: pallet_randomness::pallet::Call */ + /** Lookup360: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup381: sp_runtime::traits::BlakeTwo256 */ + /** Lookup361: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup383: pallet_conviction_voting::types::Tally */ + /** Lookup363: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup384: pallet_whitelist::pallet::Event */ + /** Lookup364: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3887,17 +3799,17 @@ export default { }, }, }, - /** Lookup386: frame_support::dispatch::PostDispatchInfo */ + /** Lookup366: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup367: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup388: pallet_collective::pallet::Event */ + /** Lookup368: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3934,9 +3846,12 @@ export default { }, }, }, - /** Lookup390: pallet_treasury::pallet::Event */ + /** Lookup370: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { + Proposed: { + proposalIndex: "u32", + }, Spending: { budgetRemaining: "u128", }, @@ -3945,6 +3860,10 @@ export default { award: "u128", account: "AccountId20", }, + Rejected: { + proposalIndex: "u32", + slashed: "u128", + }, Burnt: { burntFunds: "u128", }, @@ -3987,7 +3906,7 @@ export default { }, }, }, - /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup371: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3998,7 +3917,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup372: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -4006,7 +3925,7 @@ export default { }, }, }, - /** Lookup393: cumulus_pallet_xcm::pallet::Event */ + /** Lookup373: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -4014,7 +3933,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup394: staging_xcm::v4::traits::Outcome */ + /** Lookup374: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -4029,7 +3948,35 @@ export default { }, }, }, - /** Lookup395: pallet_xcm::pallet::Event */ + /** Lookup375: cumulus_pallet_dmp_queue::pallet::Event */ + CumulusPalletDmpQueueEvent: { + _enum: { + StartedExport: "Null", + Exported: { + page: "u32", + }, + ExportFailed: { + page: "u32", + }, + CompletedExport: "Null", + StartedOverweightExport: "Null", + ExportedOverweight: { + index: "u64", + }, + ExportOverweightFailed: { + index: "u64", + }, + CompletedOverweightExport: "Null", + StartedCleanup: "Null", + CleanedSome: { + keysRemoved: "u32", + }, + Completed: { + error: "bool", + }, + }, + }, + /** Lookup376: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4152,7 +4099,7 @@ export default { }, }, }, - /** Lookup396: pallet_assets::pallet::Event */ + /** Lookup377: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4264,48 +4211,38 @@ export default { assetId: "u128", who: "AccountId20", }, - Deposited: { - assetId: "u128", - who: "AccountId20", - amount: "u128", - }, - Withdrawn: { - assetId: "u128", - who: "AccountId20", - amount: "u128", - }, }, }, - /** Lookup397: pallet_asset_manager::pallet::Event */ + /** Lookup378: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { assetId: "u128", - asset: "MoonriverRuntimeXcmConfigAssetType", - metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", + asset: "MoonbeamRuntimeXcmConfigAssetType", + metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", }, UnitsPerSecondChanged: "Null", ForeignAssetXcmLocationChanged: { assetId: "u128", - newAssetType: "MoonriverRuntimeXcmConfigAssetType", + newAssetType: "MoonbeamRuntimeXcmConfigAssetType", }, ForeignAssetRemoved: { assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + assetType: "MoonbeamRuntimeXcmConfigAssetType", }, SupportedAssetRemoved: { - assetType: "MoonriverRuntimeXcmConfigAssetType", + assetType: "MoonbeamRuntimeXcmConfigAssetType", }, ForeignAssetDestroyed: { assetId: "u128", - assetType: "MoonriverRuntimeXcmConfigAssetType", + assetType: "MoonbeamRuntimeXcmConfigAssetType", }, LocalAssetDestroyed: { assetId: "u128", }, }, }, - /** Lookup398: orml_xtokens::module::Event */ + /** Lookup379: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { @@ -4316,7 +4253,7 @@ export default { }, }, }, - /** Lookup399: pallet_xcm_transactor::pallet::Event */ + /** Lookup380: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4364,13 +4301,13 @@ export default { }, }, }, - /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup381: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup401: pallet_ethereum_xcm::pallet::Event */ + /** Lookup382: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4379,7 +4316,7 @@ export default { }, }, }, - /** Lookup402: pallet_message_queue::pallet::Event */ + /** Lookup383: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4405,7 +4342,7 @@ export default { }, }, }, - /** Lookup403: frame_support::traits::messages::ProcessMessageError */ + /** Lookup384: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4413,10 +4350,9 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", - StackLimitReached: "Null", }, }, - /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup385: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4438,7 +4374,7 @@ export default { }, }, }, - /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup386: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4460,11 +4396,11 @@ export default { }, }, }, - /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup387: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup407: pallet_randomness::pallet::Event */ + /** Lookup388: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4499,7 +4435,7 @@ export default { }, }, }, - /** Lookup408: frame_system::Phase */ + /** Lookup389: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4507,51 +4443,51 @@ export default { Initialization: "Null", }, }, - /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup391: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup411: frame_system::CodeUpgradeAuthorization */ + /** Lookup392: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup412: frame_system::limits::BlockWeights */ + /** Lookup393: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup413: frame_support::dispatch::PerDispatchClass */ + /** Lookup394: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup414: frame_system::limits::WeightsPerClass */ + /** Lookup395: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup415: frame_system::limits::BlockLength */ + /** Lookup396: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup416: frame_support::dispatch::PerDispatchClass */ + /** Lookup397: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup417: sp_weights::RuntimeDbWeight */ + /** Lookup398: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup418: sp_version::RuntimeVersion */ + /** Lookup399: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4562,7 +4498,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup422: frame_system::pallet::Error */ + /** Lookup403: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4576,38 +4512,38 @@ export default { "Unauthorized", ], }, - /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup405: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup412: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup432: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup413: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup434: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup415: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup435: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup416: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4615,12 +4551,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup436: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup417: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup439: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup420: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4629,7 +4565,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup440: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup421: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4642,17 +4578,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup441: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup422: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup447: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup428: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup449: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup430: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4665,23 +4601,23 @@ export default { "Unauthorized", ], }, - /** Lookup451: pallet_balances::types::BalanceLock */ + /** Lookup432: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup452: pallet_balances::types::Reasons */ + /** Lookup433: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup455: pallet_balances::types::ReserveData */ + /** Lookup436: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup459: moonriver_runtime::RuntimeHoldReason */ - MoonriverRuntimeRuntimeHoldReason: { + /** Lookup440: moonbeam_runtime::RuntimeHoldReason */ + MoonbeamRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4748,16 +4684,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup460: pallet_preimage::pallet::HoldReason */ + /** Lookup441: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ - FrameSupportTokensMiscIdAmount: { + /** Lookup444: pallet_balances::types::IdAmount */ + PalletBalancesIdAmount: { id: "Null", amount: "u128", }, - /** Lookup465: pallet_balances::pallet::Error */ + /** Lookup446: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4774,18 +4710,26 @@ export default { "DeltaZero", ], }, - /** Lookup466: pallet_transaction_payment::Releases */ + /** Lookup447: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup467: pallet_parachain_staking::types::RoundInfo */ + /** + * Lookup448: + * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingParachainBondConfig: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup449: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup468: pallet_parachain_staking::types::Delegator */ + /** Lookup450: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4794,24 +4738,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup469: + * Lookup451: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup470: pallet_parachain_staking::types::Bond */ + /** Lookup452: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup454: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup455: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4824,16 +4768,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup456: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup458: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup459: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4841,50 +4785,50 @@ export default { Leaving: "u32", }, }, - /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup461: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup482: + * Lookup464: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup484: pallet_parachain_staking::types::Delegations */ + /** Lookup466: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup486: + * Lookup468: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup471: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup473: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup474: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup475: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4902,7 +4846,7 @@ export default { max: "Perbill", }, }, - /** Lookup494: pallet_parachain_staking::pallet::Error */ + /** Lookup476: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4932,7 +4876,6 @@ export default { "CannotSetBelowMin", "RoundLengthMustBeGreaterThanTotalSelectedCollators", "NoWritingSameValue", - "TotalInflationDistributionPercentExceeds100", "TooLowCandidateCountWeightHintJoinCandidates", "TooLowCandidateCountWeightHintCancelLeaveCandidates", "TooLowCandidateCountToLeaveCandidates", @@ -4963,11 +4906,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup495: pallet_author_inherent::pallet::Error */ + /** Lookup477: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup478: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4976,7 +4919,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup497: pallet_author_mapping::pallet::Error */ + /** Lookup479: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4989,18 +4932,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup480: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup482: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup483: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -5014,23 +4957,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup504: pallet_utility::pallet::Error */ + /** Lookup486: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup507: pallet_proxy::ProxyDefinition */ + /** Lookup489: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", - proxyType: "MoonriverRuntimeProxyType", + proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, - /** Lookup511: pallet_proxy::Announcement */ + /** Lookup493: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup513: pallet_proxy::pallet::Error */ + /** Lookup495: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -5043,12 +4986,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup514: pallet_maintenance_mode::pallet::Error */ + /** Lookup496: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup516: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5056,21 +4999,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup525: pallet_identity::types::RegistrarInfo */ + /** Lookup507: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup527: + * Lookup509: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup530: pallet_identity::pallet::Error */ + /** Lookup512: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5101,18 +5044,18 @@ export default { "NotExpired", ], }, - /** Lookup531: pallet_migrations::pallet::Error */ + /** Lookup513: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup533: pallet_multisig::Multisig */ + /** Lookup515: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup535: pallet_multisig::pallet::Error */ + /** Lookup517: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5131,16 +5074,7 @@ export default { "AlreadyStored", ], }, - /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ - PalletMoonbeamLazyMigrationsStateMigrationStatus: { - _enum: { - NotStarted: "Null", - Started: "Bytes", - Error: "Bytes", - Complete: "Null", - }, - }, - /** Lookup539: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup518: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5148,10 +5082,9 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", - "KeyTooLong", ], }, - /** Lookup540: pallet_evm::CodeMetadata */ + /** Lookup519: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5160,7 +5093,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup542: pallet_evm::pallet::Error */ + /** Lookup521: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5178,7 +5111,7 @@ export default { "Undefined", ], }, - /** Lookup545: fp_rpc::TransactionStatus */ + /** Lookup524: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5188,9 +5121,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup547: ethbloom::Bloom */ + /** Lookup526: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup549: ethereum::receipt::ReceiptV3 */ + /** Lookup528: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5198,7 +5131,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup550: ethereum::receipt::EIP658ReceiptData */ + /** Lookup529: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5206,7 +5139,7 @@ export default { logs: "Vec", }, /** - * Lookup551: + * Lookup530: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5214,7 +5147,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup552: ethereum::header::Header */ + /** Lookup531: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5232,31 +5165,31 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup553: ethereum_types::hash::H64 */ + /** Lookup532: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup558: pallet_ethereum::pallet::Error */ + /** Lookup537: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup561: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> + * Lookup540: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> */ PalletSchedulerScheduled: { maybeId: "Option<[u8;32]>", priority: "u8", call: "FrameSupportPreimagesBounded", maybePeriodic: "Option<(u32,u32)>", - origin: "MoonriverRuntimeOriginCaller", + origin: "MoonbeamRuntimeOriginCaller", }, - /** Lookup563: pallet_scheduler::RetryConfig */ + /** Lookup542: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup564: pallet_scheduler::pallet::Error */ + /** Lookup543: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5266,7 +5199,7 @@ export default { "Named", ], }, - /** Lookup565: pallet_preimage::OldRequestStatus */ + /** Lookup544: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5281,8 +5214,8 @@ export default { }, }, /** - * Lookup568: pallet_preimage::RequestStatus> + * Lookup547: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5297,7 +5230,7 @@ export default { }, }, }, - /** Lookup574: pallet_preimage::pallet::Error */ + /** Lookup553: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5308,11 +5241,10 @@ export default { "NotRequested", "TooMany", "TooFew", - "NoCost", ], }, /** - * Lookup576: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5321,20 +5253,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup577: pallet_conviction_voting::vote::Casting */ + /** Lookup556: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup581: pallet_conviction_voting::types::Delegations */ + /** Lookup560: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup582: pallet_conviction_voting::vote::PriorLock */ + /** Lookup561: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup583: pallet_conviction_voting::vote::Delegating */ + /** Lookup562: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5342,7 +5274,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup587: pallet_conviction_voting::pallet::Error */ + /** Lookup566: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5360,8 +5292,8 @@ export default { ], }, /** - * Lookup588: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5376,14 +5308,14 @@ export default { }, }, /** - * Lookup589: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonriverRuntimeOriginCaller", + origin: "MoonbeamRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5394,17 +5326,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup590: pallet_referenda::types::Deposit */ + /** Lookup569: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup593: pallet_referenda::types::DecidingStatus */ + /** Lookup572: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup601: pallet_referenda::types::TrackInfo */ + /** Lookup580: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5416,7 +5348,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup602: pallet_referenda::types::Curve */ + /** Lookup581: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5437,7 +5369,7 @@ export default { }, }, }, - /** Lookup605: pallet_referenda::pallet::Error */ + /** Lookup584: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5456,7 +5388,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup606: pallet_whitelist::pallet::Error */ + /** Lookup585: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5466,7 +5398,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup608: pallet_collective::Votes */ + /** Lookup587: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5474,7 +5406,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup609: pallet_collective::pallet::Error */ + /** Lookup588: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5490,7 +5422,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup612: pallet_treasury::Proposal */ + /** Lookup591: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5498,7 +5430,7 @@ export default { bond: "u128", }, /** - * Lookup615: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5509,7 +5441,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup616: pallet_treasury::PaymentState */ + /** Lookup595: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5519,11 +5451,12 @@ export default { Failed: "Null", }, }, - /** Lookup618: frame_support::PalletId */ + /** Lookup597: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup619: pallet_treasury::pallet::Error */ + /** Lookup598: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ + "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5537,13 +5470,13 @@ export default { "Inconclusive", ], }, - /** Lookup620: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup599: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup622: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup601: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5563,7 +5496,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup627: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup606: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5571,27 +5504,39 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup628: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup607: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup632: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup609: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup633: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup610: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: [ - "BadQueueConfig", - "AlreadySuspended", - "AlreadyResumed", - "TooManyActiveOutboundChannels", - "TooBig", - ], + _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], + }, + /** Lookup611: cumulus_pallet_dmp_queue::pallet::MigrationState */ + CumulusPalletDmpQueueMigrationState: { + _enum: { + NotStarted: "Null", + StartedExport: { + nextBeginUsed: "u32", + }, + CompletedExport: "Null", + StartedOverweightExport: { + nextOverweightIndex: "u64", + }, + CompletedOverweightExport: "Null", + StartedCleanup: { + cursor: "Option", + }, + Completed: "Null", + }, }, - /** Lookup634: pallet_xcm::pallet::QueryStatus */ + /** Lookup614: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5610,7 +5555,7 @@ export default { }, }, }, - /** Lookup638: xcm::VersionedResponse */ + /** Lookup618: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5620,7 +5565,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup644: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup624: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5629,14 +5574,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup647: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup627: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup654: pallet_xcm::pallet::Error */ + /** Lookup634: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5666,7 +5611,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup655: pallet_assets::types::AssetDetails */ + /** Lookup635: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5681,22 +5626,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup656: pallet_assets::types::AssetStatus */ + /** Lookup636: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup658: pallet_assets::types::AssetAccount */ + /** Lookup638: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup659: pallet_assets::types::AccountStatus */ + /** Lookup639: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup660: pallet_assets::types::ExistenceReason */ + /** Lookup640: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5706,13 +5651,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup662: pallet_assets::types::Approval */ + /** Lookup642: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup663: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5722,7 +5667,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup665: pallet_assets::pallet::Error */ + /** Lookup645: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5745,10 +5690,9 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", - "BadAssetId", ], }, - /** Lookup666: pallet_asset_manager::pallet::Error */ + /** Lookup646: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5761,7 +5705,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup667: orml_xtokens::module::Error */ + /** Lookup647: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ "AssetHasNoReserve", @@ -5786,7 +5730,7 @@ export default { "RateLimited", ], }, - /** Lookup668: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup648: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5807,7 +5751,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup669: pallet_xcm_transactor::pallet::Error */ + /** Lookup649: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5839,11 +5783,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup670: pallet_ethereum_xcm::pallet::Error */ + /** Lookup650: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup671: pallet_message_queue::BookState */ + /** Lookup651: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5855,12 +5799,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup673: pallet_message_queue::Neighbours */ + /** Lookup653: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup675: pallet_message_queue::Page */ + /** Lookup655: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5869,7 +5813,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup677: pallet_message_queue::pallet::Error */ + /** Lookup657: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5883,11 +5827,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup659: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup660: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5906,7 +5850,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup662: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5917,24 +5861,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup683: pallet_emergency_para_xcm::XcmMode */ + /** Lookup663: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup664: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup686: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup666: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup687: pallet_randomness::types::RequestState */ + /** Lookup667: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup688: pallet_randomness::types::Request> */ + /** Lookup668: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5944,26 +5888,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup689: pallet_randomness::types::RequestInfo */ + /** Lookup669: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup690: pallet_randomness::types::RequestType */ + /** Lookup670: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup691: pallet_randomness::types::RandomnessResult */ + /** Lookup671: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup692: pallet_randomness::pallet::Error */ + /** Lookup672: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5980,30 +5924,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup675: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup676: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup677: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup678: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup681: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup682: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup683: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup684: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup705: frame_metadata_hash_extension::Mode */ + /** Lookup685: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup686: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup708: moonriver_runtime::Runtime */ - MoonriverRuntimeRuntime: "Null", + /** Lookup688: moonbeam_runtime::Runtime */ + MoonbeamRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbeam/interfaces/registry.ts b/typescript-api/src/moonbeam/interfaces/registry.ts index c2bf96509f..573d41ef4f 100644 --- a/typescript-api/src/moonbeam/interfaces/registry.ts +++ b/typescript-api/src/moonbeam/interfaces/registry.ts @@ -7,6 +7,9 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, + CumulusPalletDmpQueueCall, + CumulusPalletDmpQueueEvent, + CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -61,7 +64,6 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, - FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -79,26 +81,15 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonriverRuntimeAssetConfigAssetRegistrarMetadata, - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonriverRuntimeOriginCaller, - MoonriverRuntimeProxyType, - MoonriverRuntimeRuntime, - MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, - MoonriverRuntimeRuntimeParamsRuntimeParameters, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, - MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, - MoonriverRuntimeXcmConfigTransactors, + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, + MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonbeamRuntimeOriginCaller, + MoonbeamRuntimeProxyType, + MoonbeamRuntimeRuntime, + MoonbeamRuntimeRuntimeHoldReason, + MoonbeamRuntimeXcmConfigAssetType, + MoonbeamRuntimeXcmConfigCurrencyId, + MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, @@ -130,6 +121,7 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, + PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -193,7 +185,6 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, - PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -223,14 +214,11 @@ import type { PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, - PalletParachainStakingInflationDistributionAccount, - PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, + PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, - PalletParametersCall, - PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -390,7 +378,6 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, - XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -408,6 +395,9 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; + CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; + CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; + CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -462,7 +452,6 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; - FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -480,26 +469,15 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights; FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; - MoonriverRuntimeAssetConfigAssetRegistrarMetadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; - MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; - MoonriverRuntimeOriginCaller: MoonriverRuntimeOriginCaller; - MoonriverRuntimeProxyType: MoonriverRuntimeProxyType; - MoonriverRuntimeRuntime: MoonriverRuntimeRuntime; - MoonriverRuntimeRuntimeHoldReason: MoonriverRuntimeRuntimeHoldReason; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - MoonriverRuntimeRuntimeParamsRuntimeParameters: MoonriverRuntimeRuntimeParamsRuntimeParameters; - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: MoonriverRuntimeRuntimeParamsRuntimeParametersValue; - MoonriverRuntimeXcmConfigAssetType: MoonriverRuntimeXcmConfigAssetType; - MoonriverRuntimeXcmConfigCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; - MoonriverRuntimeXcmConfigTransactors: MoonriverRuntimeXcmConfigTransactors; + MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; + MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin; + MoonbeamRuntimeOriginCaller: MoonbeamRuntimeOriginCaller; + MoonbeamRuntimeProxyType: MoonbeamRuntimeProxyType; + MoonbeamRuntimeRuntime: MoonbeamRuntimeRuntime; + MoonbeamRuntimeRuntimeHoldReason: MoonbeamRuntimeRuntimeHoldReason; + MoonbeamRuntimeXcmConfigAssetType: MoonbeamRuntimeXcmConfigAssetType; + MoonbeamRuntimeXcmConfigCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; + MoonbeamRuntimeXcmConfigTransactors: MoonbeamRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; OrmlXtokensModuleCall: OrmlXtokensModuleCall; OrmlXtokensModuleError: OrmlXtokensModuleError; @@ -531,6 +509,7 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; + PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -594,7 +573,6 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; - PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -624,14 +602,11 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingDelegatorStatus: PalletParachainStakingDelegatorStatus; PalletParachainStakingError: PalletParachainStakingError; PalletParachainStakingEvent: PalletParachainStakingEvent; - PalletParachainStakingInflationDistributionAccount: PalletParachainStakingInflationDistributionAccount; - PalletParachainStakingInflationDistributionConfig: PalletParachainStakingInflationDistributionConfig; PalletParachainStakingInflationInflationInfo: PalletParachainStakingInflationInflationInfo; + PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; - PalletParametersCall: PalletParametersCall; - PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -791,7 +766,6 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; - XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; diff --git a/typescript-api/src/moonbeam/interfaces/types-lookup.ts b/typescript-api/src/moonbeam/interfaces/types-lookup.ts index c4d6ef0d79..f7c6cc2004 100644 --- a/typescript-api/src/moonbeam/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/types-lookup.ts @@ -583,16 +583,20 @@ declare module "@polkadot/types/lookup" { readonly account: AccountId20; readonly rewards: u128; } & Struct; - readonly isInflationDistributed: boolean; - readonly asInflationDistributed: { - readonly index: u32; + readonly isReservedForParachainBond: boolean; + readonly asReservedForParachainBond: { readonly account: AccountId20; readonly value: u128; } & Struct; - readonly isInflationDistributionConfigUpdated: boolean; - readonly asInflationDistributionConfigUpdated: { - readonly old: PalletParachainStakingInflationDistributionConfig; - readonly new_: PalletParachainStakingInflationDistributionConfig; + readonly isParachainBondAccountSet: boolean; + readonly asParachainBondAccountSet: { + readonly old: AccountId20; + readonly new_: AccountId20; + } & Struct; + readonly isParachainBondReservePercentSet: boolean; + readonly asParachainBondReservePercentSet: { + readonly old: Percent; + readonly new_: Percent; } & Struct; readonly isInflationSet: boolean; readonly asInflationSet: { @@ -667,8 +671,9 @@ declare module "@polkadot/types/lookup" { | "Delegation" | "DelegatorLeftCandidate" | "Rewarded" - | "InflationDistributed" - | "InflationDistributionConfigUpdated" + | "ReservedForParachainBond" + | "ParachainBondAccountSet" + | "ParachainBondReservePercentSet" | "InflationSet" | "StakeExpectationsSet" | "TotalSelectedSet" @@ -703,24 +708,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletParachainStakingInflationDistributionConfig (43) */ - interface PalletParachainStakingInflationDistributionConfig - extends Vec {} - - /** @name PalletParachainStakingInflationDistributionAccount (45) */ - interface PalletParachainStakingInflationDistributionAccount extends Struct { - readonly account: AccountId20; - readonly percent: Percent; - } - - /** @name PalletAuthorSlotFilterEvent (47) */ + /** @name PalletAuthorSlotFilterEvent (44) */ interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } - /** @name PalletAuthorMappingEvent (49) */ + /** @name PalletAuthorMappingEvent (46) */ interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { @@ -743,13 +738,13 @@ declare module "@polkadot/types/lookup" { readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name NimbusPrimitivesNimbusCryptoPublic (50) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (51) */ + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - /** @name PalletMoonbeamOrbitersEvent (52) */ + /** @name PalletMoonbeamOrbitersEvent (49) */ interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { @@ -790,7 +785,7 @@ declare module "@polkadot/types/lookup" { | "OrbiterUnregistered"; } - /** @name PalletUtilityEvent (54) */ + /** @name PalletUtilityEvent (51) */ interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { @@ -817,7 +812,7 @@ declare module "@polkadot/types/lookup" { | "DispatchedAs"; } - /** @name PalletProxyEvent (57) */ + /** @name PalletProxyEvent (54) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -827,7 +822,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -840,21 +835,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonriverRuntimeProxyType (58) */ - interface MoonriverRuntimeProxyType extends Enum { + /** @name MoonbeamRuntimeProxyType (55) */ + interface MoonbeamRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -874,7 +869,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (60) */ + /** @name PalletMaintenanceModeEvent (57) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -893,7 +888,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (61) */ + /** @name PalletIdentityEvent (58) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -999,7 +994,7 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (63) */ + /** @name PalletMigrationsEvent (60) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -1032,7 +1027,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletMultisigEvent (64) */ + /** @name PalletMultisigEvent (61) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -1065,74 +1060,13 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMultisigTimepoint (65) */ + /** @name PalletMultisigTimepoint (62) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletParametersEvent (66) */ - interface PalletParametersEvent extends Enum { - readonly isUpdated: boolean; - readonly asUpdated: { - readonly key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - readonly oldValue: Option; - readonly newValue: Option; - } & Struct; - readonly type: "Updated"; - } - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersKey (67) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersKey extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { - readonly isDeposit: boolean; - readonly type: "Deposit"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (71) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersValue (73) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersValue extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (74) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: Perbill; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (75) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: u128; - readonly type: "Deposit"; - } - - /** @name PalletEvmEvent (77) */ + /** @name PalletEvmEvent (63) */ interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { @@ -1157,14 +1091,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (78) */ + /** @name EthereumLog (64) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (81) */ + /** @name PalletEthereumEvent (67) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1177,7 +1111,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (82) */ + /** @name EvmCoreErrorExitReason (68) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1190,7 +1124,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (83) */ + /** @name EvmCoreErrorExitSucceed (69) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1198,7 +1132,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (84) */ + /** @name EvmCoreErrorExitError (70) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1237,13 +1171,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (88) */ + /** @name EvmCoreErrorExitRevert (74) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (89) */ + /** @name EvmCoreErrorExitFatal (75) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1254,7 +1188,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (90) */ + /** @name PalletSchedulerEvent (76) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1316,7 +1250,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (92) */ + /** @name PalletPreimageEvent (78) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1333,7 +1267,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (93) */ + /** @name PalletConvictionVotingEvent (79) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1342,7 +1276,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (94) */ + /** @name PalletReferendaEvent (80) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1446,7 +1380,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (95) */ + /** @name FrameSupportPreimagesBounded (81) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1462,7 +1396,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (97) */ + /** @name FrameSystemCall (83) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1523,7 +1457,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (101) */ + /** @name CumulusPalletParachainSystemCall (87) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1549,7 +1483,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1557,7 +1491,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1565,24 +1499,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (105) */ + /** @name SpTrieStorageProof (91) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (115) */ + /** @name PalletTimestampCall (101) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1591,7 +1525,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (116) */ + /** @name PalletRootTestingCall (102) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1601,7 +1535,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (117) */ + /** @name PalletBalancesCall (103) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1643,11 +1577,6 @@ declare module "@polkadot/types/lookup" { readonly direction: PalletBalancesAdjustmentDirection; readonly delta: Compact; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly value: Compact; - readonly keepAlive: bool; - } & Struct; readonly type: | "TransferAllowDeath" | "ForceTransfer" @@ -1656,18 +1585,17 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance" - | "Burn"; + | "ForceAdjustTotalIssuance"; } - /** @name PalletBalancesAdjustmentDirection (120) */ + /** @name PalletBalancesAdjustmentDirection (106) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (121) */ + /** @name PalletParachainStakingCall (107) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1805,10 +1733,6 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; readonly candidateCount: u32; } & Struct; - readonly isSetInflationDistributionConfig: boolean; - readonly asSetInflationDistributionConfig: { - readonly new_: PalletParachainStakingInflationDistributionConfig; - } & Struct; readonly type: | "SetStakingExpectations" | "SetInflation" @@ -1841,17 +1765,16 @@ declare module "@polkadot/types/lookup" { | "HotfixRemoveDelegationRequestsExitedCandidates" | "NotifyInactiveCollator" | "EnableMarkingOffline" - | "ForceJoinCandidates" - | "SetInflationDistributionConfig"; + | "ForceJoinCandidates"; } - /** @name PalletAuthorInherentCall (124) */ + /** @name PalletAuthorInherentCall (110) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (125) */ + /** @name PalletAuthorSlotFilterCall (111) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1860,7 +1783,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (126) */ + /** @name PalletAuthorMappingCall (112) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1888,7 +1811,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (127) */ + /** @name PalletMoonbeamOrbitersCall (113) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1925,7 +1848,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (128) */ + /** @name PalletUtilityCall (114) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1942,7 +1865,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDispatchAs: boolean; readonly asDispatchAs: { - readonly asOrigin: MoonriverRuntimeOriginCaller; + readonly asOrigin: MoonbeamRuntimeOriginCaller; readonly call: Call; } & Struct; readonly isForceBatch: boolean; @@ -1963,15 +1886,15 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonriverRuntimeOriginCaller (130) */ - interface MoonriverRuntimeOriginCaller extends Enum { + /** @name MoonbeamRuntimeOriginCaller (116) */ + interface MoonbeamRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; readonly isVoid: boolean; readonly isEthereum: boolean; readonly asEthereum: PalletEthereumRawOrigin; readonly isOrigins: boolean; - readonly asOrigins: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; + readonly asOrigins: MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin; readonly isTreasuryCouncilCollective: boolean; readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; readonly isOpenTechCommitteeCollective: boolean; @@ -1994,7 +1917,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (131) */ + /** @name FrameSupportDispatchRawOrigin (117) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -2003,15 +1926,15 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (132) */ + /** @name PalletEthereumRawOrigin (118) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ - interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { + /** @name MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ + interface MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; readonly isReferendumCanceller: boolean; @@ -2025,7 +1948,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (134) */ + /** @name PalletCollectiveRawOrigin (120) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -2035,7 +1958,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (136) */ + /** @name CumulusPalletXcmOrigin (122) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -2043,7 +1966,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (137) */ + /** @name PalletXcmOrigin (123) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -2052,13 +1975,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (138) */ + /** @name StagingXcmV4Location (124) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (139) */ + /** @name StagingXcmV4Junctions (125) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2080,7 +2003,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (141) */ + /** @name StagingXcmV4Junction (127) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2129,7 +2052,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (144) */ + /** @name StagingXcmV4JunctionNetworkId (130) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2164,7 +2087,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (145) */ + /** @name XcmV3JunctionBodyId (131) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2191,7 +2114,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (146) */ + /** @name XcmV3JunctionBodyPart (132) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2216,47 +2139,47 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (154) */ + /** @name PalletEthereumXcmRawOrigin (140) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (155) */ + /** @name SpCoreVoid (141) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (156) */ + /** @name PalletProxyCall (142) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { readonly real: AccountId20; - readonly forceProxyType: Option; + readonly forceProxyType: Option; readonly call: Call; } & Struct; readonly isAddProxy: boolean; readonly asAddProxy: { readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } & Struct; readonly isRemoveProxy: boolean; readonly asRemoveProxy: { readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } & Struct; readonly isRemoveProxies: boolean; readonly isCreatePure: boolean; readonly asCreatePure: { - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; readonly index: u16; } & Struct; readonly isKillPure: boolean; readonly asKillPure: { readonly spawner: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly index: u16; readonly height: Compact; readonly extIndex: Compact; @@ -2280,7 +2203,7 @@ declare module "@polkadot/types/lookup" { readonly asProxyAnnounced: { readonly delegate: AccountId20; readonly real: AccountId20; - readonly forceProxyType: Option; + readonly forceProxyType: Option; readonly call: Call; } & Struct; readonly type: @@ -2296,14 +2219,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (158) */ + /** @name PalletMaintenanceModeCall (144) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (159) */ + /** @name PalletIdentityCall (145) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2425,7 +2348,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (160) */ + /** @name PalletIdentityLegacyIdentityInfo (146) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2438,7 +2361,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (198) */ + /** @name PalletIdentityJudgement (184) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2458,10 +2381,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (200) */ + /** @name AccountEthereumSignature (186) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (202) */ + /** @name PalletMultisigCall (188) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2494,7 +2417,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (204) */ + /** @name PalletMoonbeamLazyMigrationsCall (190) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2508,46 +2431,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletParametersCall (207) */ - interface PalletParametersCall extends Enum { - readonly isSetParameter: boolean; - readonly asSetParameter: { - readonly keyValue: MoonriverRuntimeRuntimeParamsRuntimeParameters; - } & Struct; - readonly type: "SetParameter"; - } - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParameters (208) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParameters extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: ITuple< - [ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - Option - ] - >; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: ITuple< - [MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] - >; - readonly type: "Deposit"; - } - - /** @name PalletEvmCall (213) */ + /** @name PalletEvmCall (193) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -2592,7 +2476,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (219) */ + /** @name PalletEthereumCall (199) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2601,7 +2485,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (220) */ + /** @name EthereumTransactionTransactionV2 (200) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2612,7 +2496,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (221) */ + /** @name EthereumTransactionLegacyTransaction (201) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2623,7 +2507,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (222) */ + /** @name EthereumTransactionTransactionAction (202) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2631,14 +2515,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (223) */ + /** @name EthereumTransactionTransactionSignature (203) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (225) */ + /** @name EthereumTransactionEip2930Transaction (205) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2653,13 +2537,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (227) */ + /** @name EthereumTransactionAccessListItem (207) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (228) */ + /** @name EthereumTransactionEip1559Transaction (208) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2675,7 +2559,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (229) */ + /** @name PalletSchedulerCall (209) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2749,7 +2633,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (231) */ + /** @name PalletPreimageCall (211) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2779,7 +2663,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (232) */ + /** @name PalletConvictionVotingCall (212) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2816,7 +2700,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (233) */ + /** @name PalletConvictionVotingVoteAccountVote (213) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2837,7 +2721,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (235) */ + /** @name PalletConvictionVotingConviction (215) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2856,11 +2740,11 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (237) */ + /** @name PalletReferendaCall (217) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { - readonly proposalOrigin: MoonriverRuntimeOriginCaller; + readonly proposalOrigin: MoonbeamRuntimeOriginCaller; readonly proposal: FrameSupportPreimagesBounded; readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; @@ -2909,7 +2793,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (238) */ + /** @name FrameSupportScheduleDispatchTime (218) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2918,7 +2802,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (240) */ + /** @name PalletWhitelistCall (220) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2945,7 +2829,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (241) */ + /** @name PalletCollectiveCall (221) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2984,8 +2868,21 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (243) */ + /** @name PalletTreasuryCall (223) */ interface PalletTreasuryCall extends Enum { + readonly isProposeSpend: boolean; + readonly asProposeSpend: { + readonly value: Compact; + readonly beneficiary: AccountId20; + } & Struct; + readonly isRejectProposal: boolean; + readonly asRejectProposal: { + readonly proposalId: Compact; + } & Struct; + readonly isApproveProposal: boolean; + readonly asApproveProposal: { + readonly proposalId: Compact; + } & Struct; readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; @@ -3015,6 +2912,9 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: + | "ProposeSpend" + | "RejectProposal" + | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -3023,7 +2923,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (245) */ + /** @name PalletCrowdloanRewardsCall (225) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -3059,7 +2959,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (246) */ + /** @name SpRuntimeMultiSignature (226) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -3070,7 +2970,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name PalletXcmCall (252) */ + /** @name CumulusPalletDmpQueueCall (232) */ + type CumulusPalletDmpQueueCall = Null; + + /** @name PalletXcmCall (233) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3173,7 +3076,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (253) */ + /** @name XcmVersionedLocation (234) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3184,13 +3087,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (254) */ + /** @name XcmV2MultiLocation (235) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (255) */ + /** @name XcmV2MultilocationJunctions (236) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3237,7 +3140,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (256) */ + /** @name XcmV2Junction (237) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3280,7 +3183,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (257) */ + /** @name XcmV2NetworkId (238) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3290,7 +3193,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (259) */ + /** @name XcmV2BodyId (240) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3317,7 +3220,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (260) */ + /** @name XcmV2BodyPart (241) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3342,13 +3245,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (261) */ + /** @name StagingXcmV3MultiLocation (242) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (262) */ + /** @name XcmV3Junctions (243) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3395,7 +3298,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (263) */ + /** @name XcmV3Junction (244) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3444,7 +3347,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (265) */ + /** @name XcmV3JunctionNetworkId (246) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3479,7 +3382,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (266) */ + /** @name XcmVersionedXcm (247) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3490,10 +3393,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (267) */ + /** @name XcmV2Xcm (248) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (269) */ + /** @name XcmV2Instruction (250) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3641,16 +3544,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (270) */ + /** @name XcmV2MultiassetMultiAssets (251) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (272) */ + /** @name XcmV2MultiAsset (253) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (273) */ + /** @name XcmV2MultiassetAssetId (254) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3659,7 +3562,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (274) */ + /** @name XcmV2MultiassetFungibility (255) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3668,7 +3571,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (275) */ + /** @name XcmV2MultiassetAssetInstance (256) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3686,7 +3589,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (276) */ + /** @name XcmV2Response (257) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3698,7 +3601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (279) */ + /** @name XcmV2TraitsError (260) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3757,7 +3660,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (280) */ + /** @name XcmV2OriginKind (261) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3766,12 +3669,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (281) */ + /** @name XcmDoubleEncoded (262) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (282) */ + /** @name XcmV2MultiassetMultiAssetFilter (263) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3780,7 +3683,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (283) */ + /** @name XcmV2MultiassetWildMultiAsset (264) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3791,14 +3694,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (284) */ + /** @name XcmV2MultiassetWildFungibility (265) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (285) */ + /** @name XcmV2WeightLimit (266) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3806,10 +3709,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (286) */ + /** @name XcmV3Xcm (267) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (288) */ + /** @name XcmV3Instruction (269) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3837,7 +3740,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4039,16 +3942,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (289) */ + /** @name XcmV3MultiassetMultiAssets (270) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (291) */ + /** @name XcmV3MultiAsset (272) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (292) */ + /** @name XcmV3MultiassetAssetId (273) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -4057,7 +3960,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (293) */ + /** @name XcmV3MultiassetFungibility (274) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4066,7 +3969,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (294) */ + /** @name XcmV3MultiassetAssetInstance (275) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4082,7 +3985,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (295) */ + /** @name XcmV3Response (276) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4104,7 +4007,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (298) */ + /** @name XcmV3TraitsError (279) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4191,7 +4094,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (300) */ + /** @name XcmV3PalletInfo (281) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4201,7 +4104,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (303) */ + /** @name XcmV3MaybeErrorCode (284) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4211,23 +4114,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3OriginKind (306) */ - interface XcmV3OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; - } - - /** @name XcmV3QueryResponseInfo (307) */ + /** @name XcmV3QueryResponseInfo (287) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (308) */ + /** @name XcmV3MultiassetMultiAssetFilter (288) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4236,7 +4130,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (309) */ + /** @name XcmV3MultiassetWildMultiAsset (289) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4255,14 +4149,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (310) */ + /** @name XcmV3MultiassetWildFungibility (290) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (311) */ + /** @name XcmV3WeightLimit (291) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4270,10 +4164,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (312) */ + /** @name StagingXcmV4Xcm (292) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (314) */ + /** @name StagingXcmV4Instruction (294) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4301,7 +4195,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4503,19 +4397,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (315) */ + /** @name StagingXcmV4AssetAssets (295) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (317) */ + /** @name StagingXcmV4Asset (297) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (318) */ + /** @name StagingXcmV4AssetAssetId (298) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (319) */ + /** @name StagingXcmV4AssetFungibility (299) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4524,7 +4418,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (320) */ + /** @name StagingXcmV4AssetAssetInstance (300) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4540,7 +4434,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (321) */ + /** @name StagingXcmV4Response (301) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4562,7 +4456,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (323) */ + /** @name StagingXcmV4PalletInfo (303) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4572,14 +4466,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (327) */ + /** @name StagingXcmV4QueryResponseInfo (307) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (328) */ + /** @name StagingXcmV4AssetAssetFilter (308) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4588,7 +4482,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (329) */ + /** @name StagingXcmV4AssetWildAsset (309) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4607,14 +4501,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (330) */ + /** @name StagingXcmV4AssetWildFungibility (310) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (331) */ + /** @name XcmVersionedAssets (311) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4625,7 +4519,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (343) */ + /** @name StagingXcmExecutorAssetTransferTransferType (323) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4635,7 +4529,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (344) */ + /** @name XcmVersionedAssetId (324) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4644,7 +4538,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (345) */ + /** @name PalletAssetsCall (325) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4858,19 +4752,19 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (346) */ + /** @name PalletAssetManagerCall (326) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + readonly asset: MoonbeamRuntimeXcmConfigAssetType; + readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; readonly minAmount: u128; readonly isSufficient: bool; } & Struct; readonly isChangeExistingAssetType: boolean; readonly asChangeExistingAssetType: { readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; + readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; readonly numAssetsWeightHint: u32; } & Struct; readonly isRemoveExistingAssetType: boolean; @@ -4890,26 +4784,26 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonriverRuntimeXcmConfigAssetType (347) */ - interface MoonriverRuntimeXcmConfigAssetType extends Enum { + /** @name MoonbeamRuntimeXcmConfigAssetType (327) */ + interface MoonbeamRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ - interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + /** @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (328) */ + interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; readonly decimals: u8; readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (349) */ + /** @name OrmlXtokensModuleCall (329) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedLocation; readonly destWeightLimit: XcmV3WeightLimit; @@ -4922,7 +4816,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedLocation; @@ -4937,7 +4831,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransferMulticurrencies: boolean; readonly asTransferMulticurrencies: { - readonly currencies: Vec>; + readonly currencies: Vec>; readonly feeItem: u32; readonly dest: XcmVersionedLocation; readonly destWeightLimit: XcmV3WeightLimit; @@ -4958,8 +4852,8 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ - interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { + /** @name MoonbeamRuntimeXcmConfigCurrencyId (330) */ + interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -4970,7 +4864,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (351) */ + /** @name XcmVersionedAsset (331) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -4981,7 +4875,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmTransactorCall (354) */ + /** @name PalletXcmTransactorCall (334) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -4994,7 +4888,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransactThroughDerivative: boolean; readonly asTransactThroughDerivative: { - readonly dest: MoonriverRuntimeXcmConfigTransactors; + readonly dest: MoonbeamRuntimeXcmConfigTransactors; readonly index: u16; readonly fee: PalletXcmTransactorCurrencyPayment; readonly innerCall: Bytes; @@ -5007,7 +4901,7 @@ declare module "@polkadot/types/lookup" { readonly feePayer: Option; readonly fee: PalletXcmTransactorCurrencyPayment; readonly call: Bytes; - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly weightInfo: PalletXcmTransactorTransactWeights; readonly refund: bool; } & Struct; @@ -5058,34 +4952,34 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonriverRuntimeXcmConfigTransactors (355) */ - interface MoonriverRuntimeXcmConfigTransactors extends Enum { + /** @name MoonbeamRuntimeXcmConfigTransactors (335) */ + interface MoonbeamRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (356) */ + /** @name PalletXcmTransactorCurrencyPayment (336) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (357) */ + /** @name PalletXcmTransactorCurrency (337) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; + readonly asAsCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; readonly isAsMultiLocation: boolean; readonly asAsMultiLocation: XcmVersionedLocation; readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (359) */ + /** @name PalletXcmTransactorTransactWeights (339) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (362) */ + /** @name PalletXcmTransactorHrmpOperation (342) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -5103,20 +4997,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (363) */ + /** @name PalletXcmTransactorHrmpInitParams (343) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (364) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (365) */ + /** @name PalletEthereumXcmCall (345) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5143,7 +5037,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5152,7 +5046,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (367) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5162,7 +5056,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5170,13 +5064,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5185,7 +5079,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (374) */ + /** @name PalletMessageQueueCall (354) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5202,7 +5096,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (375) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5211,7 +5105,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (376) */ + /** @name PalletMoonbeamForeignAssetsCall (356) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5242,7 +5136,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (378) */ + /** @name PalletXcmWeightTraderCall (358) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5274,7 +5168,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (379) */ + /** @name PalletEmergencyParaXcmCall (359) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5284,23 +5178,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (380) */ + /** @name PalletRandomnessCall (360) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (381) */ + /** @name SpRuntimeBlakeTwo256 (361) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (383) */ + /** @name PalletConvictionVotingTally (363) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (384) */ + /** @name PalletWhitelistEvent (364) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5321,19 +5215,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (386) */ + /** @name FrameSupportDispatchPostDispatchInfo (366) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (367) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (388) */ + /** @name PalletCollectiveEvent (368) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5384,8 +5278,12 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (390) */ + /** @name PalletTreasuryEvent (370) */ interface PalletTreasuryEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly proposalIndex: u32; + } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5396,6 +5294,11 @@ declare module "@polkadot/types/lookup" { readonly award: u128; readonly account: AccountId20; } & Struct; + readonly isRejected: boolean; + readonly asRejected: { + readonly proposalIndex: u32; + readonly slashed: u128; + } & Struct; readonly isBurnt: boolean; readonly asBurnt: { readonly burntFunds: u128; @@ -5447,8 +5350,10 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: + | "Proposed" | "Spending" | "Awarded" + | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5461,7 +5366,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (391) */ + /** @name PalletCrowdloanRewardsEvent (371) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5486,7 +5391,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (392) */ + /** @name CumulusPalletXcmpQueueEvent (372) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5495,7 +5400,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (393) */ + /** @name CumulusPalletXcmEvent (373) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5506,7 +5411,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (394) */ + /** @name StagingXcmV4TraitsOutcome (374) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5524,7 +5429,52 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name PalletXcmEvent (395) */ + /** @name CumulusPalletDmpQueueEvent (375) */ + interface CumulusPalletDmpQueueEvent extends Enum { + readonly isStartedExport: boolean; + readonly isExported: boolean; + readonly asExported: { + readonly page: u32; + } & Struct; + readonly isExportFailed: boolean; + readonly asExportFailed: { + readonly page: u32; + } & Struct; + readonly isCompletedExport: boolean; + readonly isStartedOverweightExport: boolean; + readonly isExportedOverweight: boolean; + readonly asExportedOverweight: { + readonly index: u64; + } & Struct; + readonly isExportOverweightFailed: boolean; + readonly asExportOverweightFailed: { + readonly index: u64; + } & Struct; + readonly isCompletedOverweightExport: boolean; + readonly isStartedCleanup: boolean; + readonly isCleanedSome: boolean; + readonly asCleanedSome: { + readonly keysRemoved: u32; + } & Struct; + readonly isCompleted: boolean; + readonly asCompleted: { + readonly error: bool; + } & Struct; + readonly type: + | "StartedExport" + | "Exported" + | "ExportFailed" + | "CompletedExport" + | "StartedOverweightExport" + | "ExportedOverweight" + | "ExportOverweightFailed" + | "CompletedOverweightExport" + | "StartedCleanup" + | "CleanedSome" + | "Completed"; + } + + /** @name PalletXcmEvent (376) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5689,7 +5639,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (396) */ + /** @name PalletAssetsEvent (377) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5824,18 +5774,6 @@ declare module "@polkadot/types/lookup" { readonly assetId: u128; readonly who: AccountId20; } & Struct; - readonly isDeposited: boolean; - readonly asDeposited: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isWithdrawn: boolean; - readonly asWithdrawn: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; readonly type: | "Created" | "Issued" @@ -5860,38 +5798,36 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked" - | "Deposited" - | "Withdrawn"; + | "Blocked"; } - /** @name PalletAssetManagerEvent (397) */ + /** @name PalletAssetManagerEvent (378) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { readonly assetId: u128; - readonly asset: MoonriverRuntimeXcmConfigAssetType; - readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; + readonly asset: MoonbeamRuntimeXcmConfigAssetType; + readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; readonly isUnitsPerSecondChanged: boolean; readonly isForeignAssetXcmLocationChanged: boolean; readonly asForeignAssetXcmLocationChanged: { readonly assetId: u128; - readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; + readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; } & Struct; readonly isForeignAssetRemoved: boolean; readonly asForeignAssetRemoved: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly assetType: MoonbeamRuntimeXcmConfigAssetType; } & Struct; readonly isSupportedAssetRemoved: boolean; readonly asSupportedAssetRemoved: { - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly assetType: MoonbeamRuntimeXcmConfigAssetType; } & Struct; readonly isForeignAssetDestroyed: boolean; readonly asForeignAssetDestroyed: { readonly assetId: u128; - readonly assetType: MoonriverRuntimeXcmConfigAssetType; + readonly assetType: MoonbeamRuntimeXcmConfigAssetType; } & Struct; readonly isLocalAssetDestroyed: boolean; readonly asLocalAssetDestroyed: { @@ -5907,7 +5843,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (398) */ + /** @name OrmlXtokensModuleEvent (379) */ interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredAssets: boolean; readonly asTransferredAssets: { @@ -5919,7 +5855,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransferredAssets"; } - /** @name PalletXcmTransactorEvent (399) */ + /** @name PalletXcmTransactorEvent (380) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5989,14 +5925,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (381) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (401) */ + /** @name PalletEthereumXcmEvent (382) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -6006,7 +5942,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (402) */ + /** @name PalletMessageQueueEvent (383) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -6036,7 +5972,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (403) */ + /** @name FrameSupportMessagesProcessMessageError (384) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -6044,17 +5980,10 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly isStackLimitReached: boolean; - readonly type: - | "BadFormat" - | "Corrupt" - | "Unsupported" - | "Overweight" - | "Yield" - | "StackLimitReached"; + readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; } - /** @name PalletMoonbeamForeignAssetsEvent (404) */ + /** @name PalletMoonbeamForeignAssetsEvent (385) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6084,7 +6013,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (405) */ + /** @name PalletXcmWeightTraderEvent (386) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6116,14 +6045,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (406) */ + /** @name PalletEmergencyParaXcmEvent (387) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (407) */ + /** @name PalletRandomnessEvent (388) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6168,7 +6097,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (408) */ + /** @name FrameSystemPhase (389) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6177,33 +6106,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (391) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (411) */ + /** @name FrameSystemCodeUpgradeAuthorization (392) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (412) */ + /** @name FrameSystemLimitsBlockWeights (393) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (394) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (414) */ + /** @name FrameSystemLimitsWeightsPerClass (395) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6211,25 +6140,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (415) */ + /** @name FrameSystemLimitsBlockLength (396) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (397) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (417) */ + /** @name SpWeightsRuntimeDbWeight (398) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (418) */ + /** @name SpVersionRuntimeVersion (399) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6241,7 +6170,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (422) */ + /** @name FrameSystemError (403) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6264,14 +6193,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (405) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (406) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6281,33 +6210,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (408) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (412) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (413) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (415) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (416) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6315,14 +6244,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (417) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (420) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6332,7 +6261,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (421) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6346,19 +6275,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (422) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (428) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (449) */ + /** @name CumulusPalletParachainSystemError (430) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6379,14 +6308,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (451) */ + /** @name PalletBalancesBalanceLock (432) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (452) */ + /** @name PalletBalancesReasons (433) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6394,32 +6323,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (455) */ + /** @name PalletBalancesReserveData (436) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonriverRuntimeRuntimeHoldReason (459) */ - interface MoonriverRuntimeRuntimeHoldReason extends Enum { + /** @name MoonbeamRuntimeRuntimeHoldReason (440) */ + interface MoonbeamRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (460) */ + /** @name PalletPreimageHoldReason (441) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name FrameSupportTokensMiscIdAmount (463) */ - interface FrameSupportTokensMiscIdAmount extends Struct { + /** @name PalletBalancesIdAmount (444) */ + interface PalletBalancesIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (465) */ + /** @name PalletBalancesError (446) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6448,14 +6377,20 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (466) */ + /** @name PalletTransactionPaymentReleases (447) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingRoundInfo (467) */ + /** @name PalletParachainStakingParachainBondConfig (448) */ + interface PalletParachainStakingParachainBondConfig extends Struct { + readonly account: AccountId20; + readonly percent: Percent; + } + + /** @name PalletParachainStakingRoundInfo (449) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6463,7 +6398,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (468) */ + /** @name PalletParachainStakingDelegator (450) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6472,16 +6407,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (469) */ + /** @name PalletParachainStakingSetOrderedSet (451) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (470) */ + /** @name PalletParachainStakingBond (452) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (472) */ + /** @name PalletParachainStakingDelegatorStatus (454) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6489,7 +6424,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (473) */ + /** @name PalletParachainStakingCandidateMetadata (455) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6503,7 +6438,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (474) */ + /** @name PalletParachainStakingCapacityStatus (456) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6511,13 +6446,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (476) */ + /** @name PalletParachainStakingCandidateBondLessRequest (458) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (477) */ + /** @name PalletParachainStakingCollatorStatus (459) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6526,50 +6461,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (461) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (464) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (484) */ + /** @name PalletParachainStakingDelegations (466) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (468) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (489) */ + /** @name PalletParachainStakingCollatorSnapshot (471) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (491) */ + /** @name PalletParachainStakingBondWithAutoCompound (473) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (492) */ + /** @name PalletParachainStakingDelayedPayout (474) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (493) */ + /** @name PalletParachainStakingInflationInflationInfo (475) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6588,7 +6523,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (494) */ + /** @name PalletParachainStakingError (476) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6617,7 +6552,6 @@ declare module "@polkadot/types/lookup" { readonly isCannotSetBelowMin: boolean; readonly isRoundLengthMustBeGreaterThanTotalSelectedCollators: boolean; readonly isNoWritingSameValue: boolean; - readonly isTotalInflationDistributionPercentExceeds100: boolean; readonly isTooLowCandidateCountWeightHintJoinCandidates: boolean; readonly isTooLowCandidateCountWeightHintCancelLeaveCandidates: boolean; readonly isTooLowCandidateCountToLeaveCandidates: boolean; @@ -6674,7 +6608,6 @@ declare module "@polkadot/types/lookup" { | "CannotSetBelowMin" | "RoundLengthMustBeGreaterThanTotalSelectedCollators" | "NoWritingSameValue" - | "TotalInflationDistributionPercentExceeds100" | "TooLowCandidateCountWeightHintJoinCandidates" | "TooLowCandidateCountWeightHintCancelLeaveCandidates" | "TooLowCandidateCountToLeaveCandidates" @@ -6705,7 +6638,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (495) */ + /** @name PalletAuthorInherentError (477) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6713,14 +6646,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (496) */ + /** @name PalletAuthorMappingRegistrationInfo (478) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (497) */ + /** @name PalletAuthorMappingError (479) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6741,20 +6674,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (498) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (480) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (500) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (482) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (501) */ + /** @name PalletMoonbeamOrbitersError (483) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6777,27 +6710,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (504) */ + /** @name PalletUtilityError (486) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (507) */ + /** @name PalletProxyProxyDefinition (489) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; - readonly proxyType: MoonriverRuntimeProxyType; + readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (511) */ + /** @name PalletProxyAnnouncement (493) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (513) */ + /** @name PalletProxyError (495) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6818,34 +6751,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (514) */ + /** @name PalletMaintenanceModeError (496) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (516) */ + /** @name PalletIdentityRegistration (498) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (525) */ + /** @name PalletIdentityRegistrarInfo (507) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (527) */ + /** @name PalletIdentityAuthorityProperties (509) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (530) */ + /** @name PalletIdentityError (512) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6902,7 +6835,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (531) */ + /** @name PalletMigrationsError (513) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6915,7 +6848,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (533) */ + /** @name PalletMultisigMultisig (515) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6923,7 +6856,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (535) */ + /** @name PalletMultisigError (517) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6956,41 +6889,28 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (537) */ - interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { - readonly isNotStarted: boolean; - readonly isStarted: boolean; - readonly asStarted: Bytes; - readonly isError: boolean; - readonly asError: Bytes; - readonly isComplete: boolean; - readonly type: "NotStarted" | "Started" | "Error" | "Complete"; - } - - /** @name PalletMoonbeamLazyMigrationsError (539) */ + /** @name PalletMoonbeamLazyMigrationsError (518) */ interface PalletMoonbeamLazyMigrationsError extends Enum { readonly isLimitCannotBeZero: boolean; readonly isAddressesLengthCannotBeZero: boolean; readonly isContractNotCorrupted: boolean; readonly isContractMetadataAlreadySet: boolean; readonly isContractNotExist: boolean; - readonly isKeyTooLong: boolean; readonly type: | "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted" | "ContractMetadataAlreadySet" - | "ContractNotExist" - | "KeyTooLong"; + | "ContractNotExist"; } - /** @name PalletEvmCodeMetadata (540) */ + /** @name PalletEvmCodeMetadata (519) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (542) */ + /** @name PalletEvmError (521) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -7021,7 +6941,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (545) */ + /** @name FpRpcTransactionStatus (524) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -7032,10 +6952,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (547) */ + /** @name EthbloomBloom (526) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (549) */ + /** @name EthereumReceiptReceiptV3 (528) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -7046,7 +6966,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (550) */ + /** @name EthereumReceiptEip658ReceiptData (529) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -7054,14 +6974,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (551) */ + /** @name EthereumBlock (530) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (552) */ + /** @name EthereumHeader (531) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7080,33 +7000,33 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (553) */ + /** @name EthereumTypesHashH64 (532) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (558) */ + /** @name PalletEthereumError (537) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (561) */ + /** @name PalletSchedulerScheduled (540) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; readonly call: FrameSupportPreimagesBounded; readonly maybePeriodic: Option>; - readonly origin: MoonriverRuntimeOriginCaller; + readonly origin: MoonbeamRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (563) */ + /** @name PalletSchedulerRetryConfig (542) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (564) */ + /** @name PalletSchedulerError (543) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7121,7 +7041,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (565) */ + /** @name PalletPreimageOldRequestStatus (544) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7137,7 +7057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (568) */ + /** @name PalletPreimageRequestStatus (547) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7153,7 +7073,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (574) */ + /** @name PalletPreimageError (553) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7163,7 +7083,6 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; - readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7172,11 +7091,10 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew" - | "NoCost"; + | "TooFew"; } - /** @name PalletConvictionVotingVoteVoting (576) */ + /** @name PalletConvictionVotingVoteVoting (555) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7185,23 +7103,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (577) */ + /** @name PalletConvictionVotingVoteCasting (556) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (581) */ + /** @name PalletConvictionVotingDelegations (560) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (582) */ + /** @name PalletConvictionVotingVotePriorLock (561) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (583) */ + /** @name PalletConvictionVotingVoteDelegating (562) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7210,7 +7128,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (587) */ + /** @name PalletConvictionVotingError (566) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7239,7 +7157,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (588) */ + /** @name PalletReferendaReferendumInfo (567) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7264,10 +7182,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (589) */ + /** @name PalletReferendaReferendumStatus (568) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; - readonly origin: MoonriverRuntimeOriginCaller; + readonly origin: MoonbeamRuntimeOriginCaller; readonly proposal: FrameSupportPreimagesBounded; readonly enactment: FrameSupportScheduleDispatchTime; readonly submitted: u32; @@ -7279,19 +7197,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (590) */ + /** @name PalletReferendaDeposit (569) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (593) */ + /** @name PalletReferendaDecidingStatus (572) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (601) */ + /** @name PalletReferendaTrackInfo (580) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7304,7 +7222,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (602) */ + /** @name PalletReferendaCurve (581) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7328,7 +7246,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (605) */ + /** @name PalletReferendaError (584) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7361,7 +7279,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (606) */ + /** @name PalletWhitelistError (585) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7376,7 +7294,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (608) */ + /** @name PalletCollectiveVotes (587) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7385,7 +7303,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (609) */ + /** @name PalletCollectiveError (588) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7412,7 +7330,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (612) */ + /** @name PalletTreasuryProposal (591) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7420,7 +7338,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (615) */ + /** @name PalletTreasurySpendStatus (594) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7430,7 +7348,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (616) */ + /** @name PalletTreasuryPaymentState (595) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7441,11 +7359,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (618) */ + /** @name FrameSupportPalletId (597) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (619) */ + /** @name PalletTreasuryError (598) */ interface PalletTreasuryError extends Enum { + readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7458,6 +7377,7 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: + | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7471,14 +7391,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (620) */ + /** @name PalletCrowdloanRewardsRewardInfo (599) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (622) */ + /** @name PalletCrowdloanRewardsError (601) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7513,7 +7433,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (606) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7522,36 +7442,57 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (628) */ + /** @name CumulusPalletXcmpQueueOutboundState (607) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (609) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (633) */ + /** @name CumulusPalletXcmpQueueError (610) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly isTooManyActiveOutboundChannels: boolean; - readonly isTooBig: boolean; + readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; + } + + /** @name CumulusPalletDmpQueueMigrationState (611) */ + interface CumulusPalletDmpQueueMigrationState extends Enum { + readonly isNotStarted: boolean; + readonly isStartedExport: boolean; + readonly asStartedExport: { + readonly nextBeginUsed: u32; + } & Struct; + readonly isCompletedExport: boolean; + readonly isStartedOverweightExport: boolean; + readonly asStartedOverweightExport: { + readonly nextOverweightIndex: u64; + } & Struct; + readonly isCompletedOverweightExport: boolean; + readonly isStartedCleanup: boolean; + readonly asStartedCleanup: { + readonly cursor: Option; + } & Struct; + readonly isCompleted: boolean; readonly type: - | "BadQueueConfig" - | "AlreadySuspended" - | "AlreadyResumed" - | "TooManyActiveOutboundChannels" - | "TooBig"; + | "NotStarted" + | "StartedExport" + | "CompletedExport" + | "StartedOverweightExport" + | "CompletedOverweightExport" + | "StartedCleanup" + | "Completed"; } - /** @name PalletXcmQueryStatus (634) */ + /** @name PalletXcmQueryStatus (614) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7573,7 +7514,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (638) */ + /** @name XcmVersionedResponse (618) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7584,7 +7525,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (644) */ + /** @name PalletXcmVersionMigrationStage (624) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7598,7 +7539,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (647) */ + /** @name PalletXcmRemoteLockedFungibleRecord (627) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7606,7 +7547,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (654) */ + /** @name PalletXcmError (634) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7659,7 +7600,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (655) */ + /** @name PalletAssetsAssetDetails (635) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7675,7 +7616,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (656) */ + /** @name PalletAssetsAssetStatus (636) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7683,7 +7624,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (658) */ + /** @name PalletAssetsAssetAccount (638) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7691,7 +7632,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (659) */ + /** @name PalletAssetsAccountStatus (639) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7699,7 +7640,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (660) */ + /** @name PalletAssetsExistenceReason (640) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7711,13 +7652,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (662) */ + /** @name PalletAssetsApproval (642) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (663) */ + /** @name PalletAssetsAssetMetadata (643) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7726,7 +7667,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (665) */ + /** @name PalletAssetsError (645) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7748,7 +7689,6 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; - readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7769,11 +7709,10 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed" - | "BadAssetId"; + | "CallbackFailed"; } - /** @name PalletAssetManagerError (666) */ + /** @name PalletAssetManagerError (646) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7794,7 +7733,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (667) */ + /** @name OrmlXtokensModuleError (647) */ interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; @@ -7839,7 +7778,7 @@ declare module "@polkadot/types/lookup" { | "RateLimited"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (668) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (648) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7861,7 +7800,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (669) */ + /** @name PalletXcmTransactorError (649) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7920,13 +7859,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (670) */ + /** @name PalletEthereumXcmError (650) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (671) */ + /** @name PalletMessageQueueBookState (651) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7936,13 +7875,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (673) */ + /** @name PalletMessageQueueNeighbours (653) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (675) */ + /** @name PalletMessageQueuePage (655) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7952,7 +7891,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (677) */ + /** @name PalletMessageQueueError (657) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7975,7 +7914,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (659) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7983,7 +7922,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (680) */ + /** @name PalletMoonbeamForeignAssetsError (660) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -8016,7 +7955,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (682) */ + /** @name PalletXcmWeightTraderError (662) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -8033,32 +7972,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (683) */ + /** @name PalletEmergencyParaXcmXcmMode (663) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (684) */ + /** @name PalletEmergencyParaXcmError (664) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (686) */ + /** @name PalletPrecompileBenchmarksError (666) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (687) */ + /** @name PalletRandomnessRequestState (667) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (688) */ + /** @name PalletRandomnessRequest (668) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8069,7 +8008,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (689) */ + /** @name PalletRandomnessRequestInfo (669) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8078,7 +8017,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (690) */ + /** @name PalletRandomnessRequestType (670) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8087,13 +8026,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (691) */ + /** @name PalletRandomnessRandomnessResult (671) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (692) */ + /** @name PalletRandomnessError (672) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8122,42 +8061,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (695) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (675) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (696) */ + /** @name FrameSystemExtensionsCheckSpecVersion (676) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (697) */ + /** @name FrameSystemExtensionsCheckTxVersion (677) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (698) */ + /** @name FrameSystemExtensionsCheckGenesis (678) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (701) */ + /** @name FrameSystemExtensionsCheckNonce (681) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (702) */ + /** @name FrameSystemExtensionsCheckWeight (682) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (683) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (684) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (705) */ + /** @name FrameMetadataHashExtensionMode (685) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (686) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonriverRuntimeRuntime (708) */ - type MoonriverRuntimeRuntime = Null; + /** @name MoonbeamRuntimeRuntime (688) */ + type MoonbeamRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 8f05a5b4df..8aa1f678ef 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -445,6 +445,15 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; + /** + * Fraction of a proposal's value that should be bonded in order to place the proposal. An + * accepted proposal gets these back. A rejected proposal does not. + */ + proposalBond: Permill & AugmentedConst; + /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ + proposalBondMaximum: Option & AugmentedConst; + /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ + proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -463,17 +472,6 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { - /** - * Maximal number of outbound XCMP channels that can have messages queued at the same time. - * - * If this is reached, then no further messages can be sent to channels that do not yet have a - * message queued. This should be set to the expected maximum of outbound channels which is - * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since - * otherwise the congestion control protocol will not work as intended and messages may be - * dropped. This value increases the PoV and should therefore not be picked too high. - * Governance needs to pay attention to not open more channels than this value. - */ - maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -482,14 +480,6 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; - /** - * The maximal page size for HRMP message pages. - * - * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case - * benchmarking. The limit for the size of a message is slightly below this, since some - * overhead is incurred for encoding the format. - */ - maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index 0d7660137d..28c1fedadf 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts @@ -28,8 +28,6 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; - /** The asset ID must be equal to the [`NextAssetId`]. */ - BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -395,8 +393,6 @@ declare module "@polkadot/api-base/types/errors" { ContractNotCorrupted: AugmentedError; /** Contract not exist */ ContractNotExist: AugmentedError; - /** The key lengths exceeds the maximum allowed */ - KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -541,7 +537,6 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; - TotalInflationDistributionPercentExceeds100: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -631,8 +626,6 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; - /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ - NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -769,6 +762,8 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; + /** Proposer's balance is too low. */ + InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -837,10 +832,6 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; - /** The message is too big. */ - TooBig: AugmentedError; - /** There are too many active outbound channels. */ - TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index bc1f640d3d..f7759c0ebf 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -32,15 +32,12 @@ import type { FrameSupportTokensMiscBalanceStatus, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegatorAdded, - PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, @@ -163,12 +160,6 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; - /** Some assets were deposited (e.g. for transaction fees). */ - Deposited: AugmentedEvent< - ApiType, - [assetId: u128, who: AccountId20, amount: u128], - { assetId: u128; who: AccountId20; amount: u128 } - >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -247,12 +238,6 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; - /** Some assets were withdrawn from the account (e.g. for transaction fees). */ - Withdrawn: AugmentedEvent< - ApiType, - [assetId: u128, who: AccountId20, amount: u128], - { assetId: u128; who: AccountId20; amount: u128 } - >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -494,6 +479,40 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + dmpQueue: { + /** Some debris was cleaned up. */ + CleanedSome: AugmentedEvent; + /** The cleanup of remaining pallet storage completed. */ + Completed: AugmentedEvent; + /** The export of pages completed. */ + CompletedExport: AugmentedEvent; + /** The export of overweight messages completed. */ + CompletedOverweightExport: AugmentedEvent; + /** The export of a page completed. */ + Exported: AugmentedEvent; + /** The export of an overweight message completed. */ + ExportedOverweight: AugmentedEvent; + /** + * The export of a page failed. + * + * This should never be emitted. + */ + ExportFailed: AugmentedEvent; + /** + * The export of an overweight message failed. + * + * This should never be emitted. + */ + ExportOverweightFailed: AugmentedEvent; + /** The cleanup of remaining pallet storage started. */ + StartedCleanup: AugmentedEvent; + /** The export of pages started. */ + StartedExport: AugmentedEvent; + /** The export of overweight messages started. */ + StartedOverweightExport: AugmentedEvent; + /** Generic event */ + [key: string]: AugmentedEvent; + }; emergencyParaXcm: { /** The XCM incoming execution was Paused */ EnteredPausedXcmMode: AugmentedEvent; @@ -1124,23 +1143,6 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; - /** Transferred to account which holds funds reserved for parachain bond. */ - InflationDistributed: AugmentedEvent< - ApiType, - [index: u32, account: AccountId20, value: u128], - { index: u32; account: AccountId20; value: u128 } - >; - InflationDistributionConfigUpdated: AugmentedEvent< - ApiType, - [ - old: PalletParachainStakingInflationDistributionConfig, - new_: PalletParachainStakingInflationDistributionConfig - ], - { - old: PalletParachainStakingInflationDistributionConfig; - new_: PalletParachainStakingInflationDistributionConfig; - } - >; /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ InflationSet: AugmentedEvent< ApiType, @@ -1173,6 +1175,24 @@ declare module "@polkadot/api-base/types/events" { [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; + /** Account (re)set for parachain bond treasury. */ + ParachainBondAccountSet: AugmentedEvent< + ApiType, + [old: AccountId20, new_: AccountId20], + { old: AccountId20; new_: AccountId20 } + >; + /** Percent of inflation reserved for parachain bond (re)set. */ + ParachainBondReservePercentSet: AugmentedEvent< + ApiType, + [old: Percent, new_: Percent], + { old: Percent; new_: Percent } + >; + /** Transferred to account which holds funds reserved for parachain bond. */ + ReservedForParachainBond: AugmentedEvent< + ApiType, + [account: AccountId20, value: u128], + { account: AccountId20; value: u128 } + >; /** Paid the account (delegator or collator) the balance as liquid rewards. */ Rewarded: AugmentedEvent< ApiType, @@ -1218,28 +1238,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - parameters: { - /** - * A Parameter was set. - * - * Is also emitted when the value was not changed. - */ - Updated: AugmentedEvent< - ApiType, - [ - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - oldValue: Option, - newValue: Option - ], - { - key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - oldValue: Option; - newValue: Option; - } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1867,6 +1865,14 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; + /** New proposal. */ + Proposed: AugmentedEvent; + /** A proposal was rejected; funds were slashed. */ + Rejected: AugmentedEvent< + ApiType, + [proposalIndex: u32, slashed: u128], + { proposalIndex: u32; slashed: u128 } + >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index ad204e092b..1ea52836e7 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-query.ts @@ -33,6 +33,7 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { + CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -44,15 +45,12 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, - FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, @@ -62,6 +60,7 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, + PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, @@ -74,7 +73,6 @@ import type { PalletMessageQueueBookState, PalletMessageQueuePage, PalletMoonbeamForeignAssetsAssetStatus, - PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -85,9 +83,8 @@ import type { PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, - PalletParachainStakingInflationDistributionAccount, - PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, + PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletPreimageOldRequestStatus, @@ -116,9 +113,7 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, - StagingXcmV4Instruction, StagingXcmV4Location, - StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -198,19 +193,6 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; - /** - * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage - * item has no effect. - * - * This can be useful for setting up constraints for IDs of the new assets. For example, by - * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an - * auto-increment model can be applied to all new asset IDs. - * - * The initial next asset ID can be set using the [`GenesisConfig`] or the - * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. - */ - nextAssetId: AugmentedQuery Observable>, []> & - QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -302,7 +284,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -425,6 +407,17 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + dmpQueue: { + /** The migration state of this pallet. */ + migrationStatus: AugmentedQuery< + ApiType, + () => Observable, + [] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; emergencyParaXcm: { /** Whether incoming XCM is enabled or paused */ mode: AugmentedQuery Observable, []> & @@ -709,12 +702,6 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { - stateMigrationStatusValue: AugmentedQuery< - ApiType, - () => Observable>, - [] - > & - QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -918,15 +905,10 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** - * Inflation distribution configuration, including accounts that should receive inflation - * before it is distributed to collators and delegators. - * - * The sum of the distribution percents must be less than or equal to 100. - */ - inflationDistributionInfo: AugmentedQuery< + /** Parachain bond config info { account, percent_of_inflation } */ + parachainBondInfo: AugmentedQuery< ApiType, - () => Observable>, + () => Observable, [] > & QueryableStorageEntry; @@ -1182,24 +1164,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - parameters: { - /** Stored parameters. */ - parameters: AugmentedQuery< - ApiType, - ( - arg: - | MoonriverRuntimeRuntimeParamsRuntimeParametersKey - | { RuntimeConfig: any } - | { PalletRandomness: any } - | string - | Uint8Array - ) => Observable>, - [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; polkadotXcm: { /** * The existing asset traps. @@ -1239,19 +1203,6 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; - /** - * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be - * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. - * - * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] - * implementation in the XCM executor configuration. - */ - recordedXcm: AugmentedQuery< - ApiType, - () => Observable>>, - [] - > & - QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1269,16 +1220,6 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; - /** - * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only - * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and - * it's advised it stays false for all other use cases, so as to not degrade regular performance. - * - * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] - * implementation in the XCM executor configuration. - */ - shouldRecordXcm: AugmentedQuery Observable, []> & - QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, diff --git a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts index 798d1db8cc..7bf0002f22 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts @@ -19,15 +19,10 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; -import type { - CallDryRunEffects, - XcmDryRunApiError, - XcmDryRunEffects, -} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -49,23 +44,15 @@ import type { Header, Index, KeyTypeId, - OriginCaller, Permill, - RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; -import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; -import type { - XcmVersionedAssetId, - XcmVersionedLocation, - XcmVersionedXcm, -} from "@polkadot/types/lookup"; +import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -183,43 +170,6 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; - /** 0x91b1c8b16328eb92/1 */ - dryRunApi: { - /** Dry run call */ - dryRunCall: AugmentedCall< - ApiType, - ( - origin: OriginCaller | { System: any } | string | Uint8Array, - call: RuntimeCall | IMethod | string | Uint8Array - ) => Observable> - >; - /** Dry run XCM program */ - dryRunXcm: AugmentedCall< - ApiType, - ( - originLocation: - | VersionedMultiLocation - | { V0: any } - | { V1: any } - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - xcm: - | VersionedXcm - | { V0: any } - | { V1: any } - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array - ) => Observable> - >; - /** Generic call */ - [key: string]: DecoratedCallBase; - }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -327,24 +277,6 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; - /** 0x9ffb505aa738d69c/1 */ - locationToAccountApi: { - /** Converts `Location` to `AccountId` */ - convertLocation: AugmentedCall< - ApiType, - ( - location: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array - ) => Observable> - >; - /** Generic call */ - [key: string]: DecoratedCallBase; - }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts index d0fce65b6e..ba74e5926e 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -47,7 +47,6 @@ import type { MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, - MoonriverRuntimeRuntimeParamsRuntimeParameters, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, @@ -58,7 +57,6 @@ import type { PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletMultisigTimepoint, - PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorHrmpOperation, PalletXcmTransactorTransactWeights, @@ -67,7 +65,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV3OriginKind, + XcmV2OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -259,7 +257,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * existing asset. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -419,7 +417,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. If [`NextAssetId`] is set, then this must be equal to it. + * existing asset. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -916,22 +914,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { - /** - * Burn the specified liquid free balance from the origin account. - * - * If the origin's account ends up below the existential deposit as a result of the burn and - * `keep_alive` is false, the account will be reaped. - * - * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this - * `burn` operation will reduce total issuance by the amount _burned_. - */ - burn: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - keepAlive: bool | boolean | Uint8Array - ) => SubmittableExtrinsic, - [Compact, bool] - >; /** * Adjust the total issuance in a saturating way. * @@ -1313,6 +1295,10 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + dmpQueue: { + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; emergencyParaXcm: { /** Authorize a runtime upgrade. Only callable in `Paused` mode */ fastAuthorizeUpgrade: AugmentedSubmittable< @@ -2571,27 +2557,12 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the inflation distribution configuration. */ - setInflationDistributionConfig: AugmentedSubmittable< - ( - updated: PalletParachainStakingInflationDistributionConfig - ) => SubmittableExtrinsic, - [PalletParachainStakingInflationDistributionConfig] - >; - /** - * Deprecated: please use `set_inflation_distribution_config` instead. - * - * Set the account that will hold funds set aside for parachain bond - */ + /** Set the account that will hold funds set aside for parachain bond */ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** - * Deprecated: please use `set_inflation_distribution_config` instead. - * - * Set the percent of inflation set aside for parachain bond - */ + /** Set the percent of inflation set aside for parachain bond */ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] @@ -2697,27 +2668,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - parameters: { - /** - * Set the value of a parameter. - * - * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be - * deleted by setting them to `None`. - */ - setParameter: AugmentedSubmittable< - ( - keyValue: - | MoonriverRuntimeRuntimeParamsRuntimeParameters - | { RuntimeConfig: any } - | { PalletRandomness: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeRuntimeParamsRuntimeParameters] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3173,7 +3123,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -4003,6 +3953,30 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { + /** + * Approve a proposal. + * + * ## Dispatch Origin + * + * Must be [`Config::ApproveOrigin`]. + * + * ## Details + * + * At a later time, the proposal will be allocated to the beneficiary and the original deposit + * will be returned. + * + * ### Complexity + * + * - O(1). + * + * ## Events + * + * No events are emitted from this dispatch. + */ + approveProposal: AugmentedSubmittable< + (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] + >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -4034,7 +4008,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed + * Must be signed. * * ## Details * @@ -4055,6 +4029,56 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; + /** + * Put forward a suggestion for spending. + * + * ## Dispatch Origin + * + * Must be signed. + * + * ## Details + * + * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It + * is returned once the proposal is awarded. + * + * ### Complexity + * + * - O(1) + * + * ## Events + * + * Emits [`Event::Proposed`] if successful. + */ + proposeSpend: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + beneficiary: AccountId20 | string | Uint8Array + ) => SubmittableExtrinsic, + [Compact, AccountId20] + >; + /** + * Reject a proposed spend. + * + * ## Dispatch Origin + * + * Must be [`Config::RejectOrigin`]. + * + * ## Details + * + * The original deposit will be slashed. + * + * ### Complexity + * + * - O(1) + * + * ## Events + * + * Emits [`Event::Rejected`] if successful. + */ + rejectProposal: AugmentedSubmittable< + (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, + [Compact] + >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4718,7 +4742,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV3OriginKind + | XcmV2OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4737,7 +4761,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV3OriginKind, + XcmV2OriginKind, PalletXcmTransactorTransactWeights, bool ] diff --git a/typescript-api/src/moonriver/interfaces/lookup.ts b/typescript-api/src/moonriver/interfaces/lookup.ts index b44b1e11f5..c11e777c7c 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -405,17 +405,23 @@ export default { account: "AccountId20", rewards: "u128", }, - InflationDistributed: { - index: "u32", + ReservedForParachainBond: { account: "AccountId20", value: "u128", }, - InflationDistributionConfigUpdated: { + ParachainBondAccountSet: { _alias: { new_: "new", }, - old: "PalletParachainStakingInflationDistributionConfig", - new_: "PalletParachainStakingInflationDistributionConfig", + old: "AccountId20", + new_: "AccountId20", + }, + ParachainBondReservePercentSet: { + _alias: { + new_: "new", + }, + old: "Percent", + new_: "Percent", }, InflationSet: { annualMin: "Perbill", @@ -489,26 +495,13 @@ export default { AddedToBottom: "Null", }, }, - /** - * Lookup43: - * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", - /** - * Lookup45: - * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingInflationDistributionAccount: { - account: "AccountId20", - percent: "Percent", - }, - /** Lookup47: pallet_author_slot_filter::pallet::Event */ + /** Lookup44: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup49: pallet_author_mapping::pallet::Event */ + /** Lookup46: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -534,11 +527,11 @@ export default { }, }, }, - /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ + /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -567,7 +560,7 @@ export default { }, }, }, - /** Lookup54: pallet_utility::pallet::Event */ + /** Lookup51: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -585,7 +578,7 @@ export default { }, }, }, - /** Lookup57: pallet_proxy::pallet::Event */ + /** Lookup54: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -616,7 +609,7 @@ export default { }, }, }, - /** Lookup58: moonriver_runtime::ProxyType */ + /** Lookup55: moonriver_runtime::ProxyType */ MoonriverRuntimeProxyType: { _enum: [ "Any", @@ -629,7 +622,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup60: pallet_maintenance_mode::pallet::Event */ + /** Lookup57: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -642,7 +635,7 @@ export default { }, }, }, - /** Lookup61: pallet_identity::pallet::Event */ + /** Lookup58: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -714,7 +707,7 @@ export default { }, }, }, - /** Lookup63: pallet_migrations::pallet::Event */ + /** Lookup60: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -736,7 +729,7 @@ export default { }, }, }, - /** Lookup64: pallet_multisig::pallet::Event */ + /** Lookup61: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -765,60 +758,12 @@ export default { }, }, }, - /** Lookup65: pallet_multisig::Timepoint */ + /** Lookup62: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup66: pallet_parameters::pallet::Event */ - PalletParametersEvent: { - _enum: { - Updated: { - key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", - oldValue: "Option", - newValue: "Option", - }, - }, - }, - /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", - }, - }, - /** Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { - _enum: ["FeesTreasuryProportion"], - }, - /** Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { - _enum: ["Deposit"], - }, - /** Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", - /** Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue */ - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", - }, - }, - /** Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { - _enum: { - FeesTreasuryProportion: "Perbill", - }, - }, - /** Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { - _enum: { - Deposit: "u128", - }, - }, - /** Lookup77: pallet_evm::pallet::Event */ + /** Lookup63: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { Log: { @@ -838,13 +783,13 @@ export default { }, }, }, - /** Lookup78: ethereum::log::Log */ + /** Lookup64: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup81: pallet_ethereum::pallet::Event */ + /** Lookup67: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -856,7 +801,7 @@ export default { }, }, }, - /** Lookup82: evm_core::error::ExitReason */ + /** Lookup68: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -865,11 +810,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup83: evm_core::error::ExitSucceed */ + /** Lookup69: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup84: evm_core::error::ExitError */ + /** Lookup70: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -890,11 +835,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup88: evm_core::error::ExitRevert */ + /** Lookup74: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup89: evm_core::error::ExitFatal */ + /** Lookup75: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -903,7 +848,7 @@ export default { Other: "Text", }, }, - /** Lookup90: pallet_scheduler::pallet::Event */ + /** Lookup76: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -947,7 +892,7 @@ export default { }, }, }, - /** Lookup92: pallet_preimage::pallet::Event */ + /** Lookup78: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -970,14 +915,14 @@ export default { }, }, }, - /** Lookup93: pallet_conviction_voting::pallet::Event */ + /** Lookup79: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup94: pallet_referenda::pallet::Event */ + /** Lookup80: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1056,7 +1001,7 @@ export default { }, }, /** - * Lookup95: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1077,7 +1022,7 @@ export default { }, }, }, - /** Lookup97: frame_system::pallet::Call */ + /** Lookup83: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1120,7 +1065,7 @@ export default { }, }, }, - /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1138,35 +1083,35 @@ export default { }, }, }, - /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup105: sp_trie::storage_proof::StorageProof */ + /** Lookup91: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup115: pallet_timestamp::pallet::Call */ + /** Lookup101: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1174,7 +1119,7 @@ export default { }, }, }, - /** Lookup116: pallet_root_testing::pallet::Call */ + /** Lookup102: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1183,7 +1128,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup117: pallet_balances::pallet::Call */ + /** Lookup103: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1220,17 +1165,13 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, - burn: { - value: "Compact", - keepAlive: "bool", - }, }, }, - /** Lookup120: pallet_balances::types::AdjustmentDirection */ + /** Lookup106: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup121: pallet_parachain_staking::pallet::Call */ + /** Lookup107: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1358,19 +1299,13 @@ export default { bond: "u128", candidateCount: "u32", }, - set_inflation_distribution_config: { - _alias: { - new_: "new", - }, - new_: "PalletParachainStakingInflationDistributionConfig", - }, }, }, - /** Lookup124: pallet_author_inherent::pallet::Call */ + /** Lookup110: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup125: pallet_author_slot_filter::pallet::Call */ + /** Lookup111: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1381,7 +1316,7 @@ export default { }, }, }, - /** Lookup126: pallet_author_mapping::pallet::Call */ + /** Lookup112: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1403,7 +1338,7 @@ export default { }, }, }, - /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1427,7 +1362,7 @@ export default { }, }, }, - /** Lookup128: pallet_utility::pallet::Call */ + /** Lookup114: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1453,7 +1388,7 @@ export default { }, }, }, - /** Lookup130: moonriver_runtime::OriginCaller */ + /** Lookup116: moonriver_runtime::OriginCaller */ MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1568,7 +1503,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1576,13 +1511,13 @@ export default { None: "Null", }, }, - /** Lookup132: pallet_ethereum::RawOrigin */ + /** Lookup118: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ + /** Lookup119: moonriver_runtime::governance::origins::custom_origins::Origin */ MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1592,7 +1527,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup134: pallet_collective::RawOrigin */ + /** Lookup120: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1600,40 +1535,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup137: pallet_xcm::pallet::Origin */ + /** Lookup123: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup138: staging_xcm::v4::location::Location */ + /** Lookup124: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup139: staging_xcm::v4::junctions::Junctions */ + /** Lookup125: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup141;1]", - X2: "[Lookup141;2]", - X3: "[Lookup141;3]", - X4: "[Lookup141;4]", - X5: "[Lookup141;5]", - X6: "[Lookup141;6]", - X7: "[Lookup141;7]", - X8: "[Lookup141;8]", + X1: "[Lookup127;1]", + X2: "[Lookup127;2]", + X3: "[Lookup127;3]", + X4: "[Lookup127;4]", + X5: "[Lookup127;5]", + X6: "[Lookup127;6]", + X7: "[Lookup127;7]", + X8: "[Lookup127;8]", }, }, - /** Lookup141: staging_xcm::v4::junction::Junction */ + /** Lookup127: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1663,7 +1598,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup144: staging_xcm::v4::junction::NetworkId */ + /** Lookup130: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1684,7 +1619,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup145: xcm::v3::junction::BodyId */ + /** Lookup131: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1699,7 +1634,7 @@ export default { Treasury: "Null", }, }, - /** Lookup146: xcm::v3::junction::BodyPart */ + /** Lookup132: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1720,15 +1655,15 @@ export default { }, }, }, - /** Lookup154: pallet_ethereum_xcm::RawOrigin */ + /** Lookup140: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup155: sp_core::Void */ + /** Lookup141: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup156: pallet_proxy::pallet::Call */ + /** Lookup142: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -1779,11 +1714,11 @@ export default { }, }, }, - /** Lookup158: pallet_maintenance_mode::pallet::Call */ + /** Lookup144: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup159: pallet_identity::pallet::Call */ + /** Lookup145: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1866,7 +1801,7 @@ export default { }, }, }, - /** Lookup160: pallet_identity::legacy::IdentityInfo */ + /** Lookup146: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1878,7 +1813,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup198: pallet_identity::types::Judgement */ + /** Lookup184: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1890,9 +1825,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup200: account::EthereumSignature */ + /** Lookup186: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup202: pallet_multisig::pallet::Call */ + /** Lookup188: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1921,7 +1856,7 @@ export default { }, }, }, - /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1934,35 +1869,7 @@ export default { }, }, }, - /** Lookup207: pallet_parameters::pallet::Call */ - PalletParametersCall: { - _enum: { - set_parameter: { - keyValue: "MoonriverRuntimeRuntimeParamsRuntimeParameters", - }, - }, - }, - /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ - MoonriverRuntimeRuntimeParamsRuntimeParameters: { - _enum: { - RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", - PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", - }, - }, - /** Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { - _enum: { - FeesTreasuryProportion: - "(MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", - }, - }, - /** Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { - _enum: { - Deposit: "(MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", - }, - }, - /** Lookup213: pallet_evm::pallet::Call */ + /** Lookup193: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { withdraw: { @@ -2003,7 +1910,7 @@ export default { }, }, }, - /** Lookup219: pallet_ethereum::pallet::Call */ + /** Lookup199: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -2011,7 +1918,7 @@ export default { }, }, }, - /** Lookup220: ethereum::transaction::TransactionV2 */ + /** Lookup200: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -2019,7 +1926,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup221: ethereum::transaction::LegacyTransaction */ + /** Lookup201: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -2029,20 +1936,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup222: ethereum::transaction::TransactionAction */ + /** Lookup202: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup223: ethereum::transaction::TransactionSignature */ + /** Lookup203: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup225: ethereum::transaction::EIP2930Transaction */ + /** Lookup205: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -2056,12 +1963,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup227: ethereum::transaction::AccessListItem */ + /** Lookup207: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup228: ethereum::transaction::EIP1559Transaction */ + /** Lookup208: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -2076,7 +1983,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup229: pallet_scheduler::pallet::Call */ + /** Lookup209: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2130,7 +2037,7 @@ export default { }, }, }, - /** Lookup231: pallet_preimage::pallet::Call */ + /** Lookup211: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2159,7 +2066,7 @@ export default { }, }, }, - /** Lookup232: pallet_conviction_voting::pallet::Call */ + /** Lookup212: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2190,7 +2097,7 @@ export default { }, }, }, - /** Lookup233: pallet_conviction_voting::vote::AccountVote */ + /** Lookup213: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2208,11 +2115,11 @@ export default { }, }, }, - /** Lookup235: pallet_conviction_voting::conviction::Conviction */ + /** Lookup215: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup237: pallet_referenda::pallet::Call */ + /** Lookup217: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { @@ -2247,14 +2154,14 @@ export default { }, }, }, - /** Lookup238: frame_support::traits::schedule::DispatchTime */ + /** Lookup218: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup240: pallet_whitelist::pallet::Call */ + /** Lookup220: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2273,7 +2180,7 @@ export default { }, }, }, - /** Lookup241: pallet_collective::pallet::Call */ + /** Lookup221: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2307,12 +2214,19 @@ export default { }, }, }, - /** Lookup243: pallet_treasury::pallet::Call */ + /** Lookup223: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { - __Unused0: "Null", - __Unused1: "Null", - __Unused2: "Null", + propose_spend: { + value: "Compact", + beneficiary: "AccountId20", + }, + reject_proposal: { + proposalId: "Compact", + }, + approve_proposal: { + proposalId: "Compact", + }, spend_local: { amount: "Compact", beneficiary: "AccountId20", @@ -2337,7 +2251,7 @@ export default { }, }, }, - /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2362,7 +2276,7 @@ export default { }, }, }, - /** Lookup246: sp_runtime::MultiSignature */ + /** Lookup226: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2370,7 +2284,9 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup252: pallet_xcm::pallet::Call */ + /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ + CumulusPalletDmpQueueCall: "Null", + /** Lookup233: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2445,7 +2361,7 @@ export default { }, }, }, - /** Lookup253: xcm::VersionedLocation */ + /** Lookup234: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2455,12 +2371,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup254: xcm::v2::multilocation::MultiLocation */ + /** Lookup235: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup255: xcm::v2::multilocation::Junctions */ + /** Lookup236: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2474,7 +2390,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup256: xcm::v2::junction::Junction */ + /** Lookup237: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2500,7 +2416,7 @@ export default { }, }, }, - /** Lookup257: xcm::v2::NetworkId */ + /** Lookup238: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2509,7 +2425,7 @@ export default { Kusama: "Null", }, }, - /** Lookup259: xcm::v2::BodyId */ + /** Lookup240: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2524,7 +2440,7 @@ export default { Treasury: "Null", }, }, - /** Lookup260: xcm::v2::BodyPart */ + /** Lookup241: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2545,12 +2461,12 @@ export default { }, }, }, - /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup262: xcm::v3::junctions::Junctions */ + /** Lookup243: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2564,7 +2480,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup263: xcm::v3::junction::Junction */ + /** Lookup244: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2594,7 +2510,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup265: xcm::v3::junction::NetworkId */ + /** Lookup246: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2615,7 +2531,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup266: xcm::VersionedXcm */ + /** Lookup247: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2625,9 +2541,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup267: xcm::v2::Xcm */ + /** Lookup248: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup269: xcm::v2::Instruction */ + /** Lookup250: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2723,28 +2639,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup270: xcm::v2::multiasset::MultiAssets */ + /** Lookup251: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v2::multiasset::MultiAsset */ + /** Lookup253: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup273: xcm::v2::multiasset::AssetId */ + /** Lookup254: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup274: xcm::v2::multiasset::Fungibility */ + /** Lookup255: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup275: xcm::v2::multiasset::AssetInstance */ + /** Lookup256: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2756,7 +2672,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup276: xcm::v2::Response */ + /** Lookup257: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2765,7 +2681,7 @@ export default { Version: "u32", }, }, - /** Lookup279: xcm::v2::traits::Error */ + /** Lookup260: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2796,22 +2712,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup280: xcm::v2::OriginKind */ + /** Lookup261: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup281: xcm::double_encoded::DoubleEncoded */ + /** Lookup262: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2821,20 +2737,20 @@ export default { }, }, }, - /** Lookup284: xcm::v2::multiasset::WildFungibility */ + /** Lookup265: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup285: xcm::v2::WeightLimit */ + /** Lookup266: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup286: xcm::v3::Xcm */ + /** Lookup267: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup288: xcm::v3::Instruction */ + /** Lookup269: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2856,7 +2772,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2974,28 +2890,28 @@ export default { }, }, }, - /** Lookup289: xcm::v3::multiasset::MultiAssets */ + /** Lookup270: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup291: xcm::v3::multiasset::MultiAsset */ + /** Lookup272: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup292: xcm::v3::multiasset::AssetId */ + /** Lookup273: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup293: xcm::v3::multiasset::Fungibility */ + /** Lookup274: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup294: xcm::v3::multiasset::AssetInstance */ + /** Lookup275: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -3006,7 +2922,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup295: xcm::v3::Response */ + /** Lookup276: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -3017,7 +2933,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup298: xcm::v3::traits::Error */ + /** Lookup279: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -3062,7 +2978,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup300: xcm::v3::PalletInfo */ + /** Lookup281: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3071,7 +2987,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup303: xcm::v3::MaybeErrorCode */ + /** Lookup284: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3079,24 +2995,20 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup306: xcm::v3::OriginKind */ - XcmV3OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], - }, - /** Lookup307: xcm::v3::QueryResponseInfo */ + /** Lookup287: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3112,20 +3024,20 @@ export default { }, }, }, - /** Lookup310: xcm::v3::multiasset::WildFungibility */ + /** Lookup290: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup311: xcm::v3::WeightLimit */ + /** Lookup291: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup312: staging_xcm::v4::Xcm */ + /** Lookup292: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup314: staging_xcm::v4::Instruction */ + /** Lookup294: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3147,7 +3059,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3265,23 +3177,23 @@ export default { }, }, }, - /** Lookup315: staging_xcm::v4::asset::Assets */ + /** Lookup295: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup317: staging_xcm::v4::asset::Asset */ + /** Lookup297: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup318: staging_xcm::v4::asset::AssetId */ + /** Lookup298: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup319: staging_xcm::v4::asset::Fungibility */ + /** Lookup299: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup320: staging_xcm::v4::asset::AssetInstance */ + /** Lookup300: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3292,7 +3204,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup321: staging_xcm::v4::Response */ + /** Lookup301: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3303,7 +3215,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup323: staging_xcm::v4::PalletInfo */ + /** Lookup303: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3312,20 +3224,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup327: staging_xcm::v4::QueryResponseInfo */ + /** Lookup307: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup328: staging_xcm::v4::asset::AssetFilter */ + /** Lookup308: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup329: staging_xcm::v4::asset::WildAsset */ + /** Lookup309: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3341,11 +3253,11 @@ export default { }, }, }, - /** Lookup330: staging_xcm::v4::asset::WildFungibility */ + /** Lookup310: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup331: xcm::VersionedAssets */ + /** Lookup311: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3355,7 +3267,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3364,7 +3276,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup344: xcm::VersionedAssetId */ + /** Lookup324: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3374,7 +3286,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup345: pallet_assets::pallet::Call */ + /** Lookup325: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3524,7 +3436,7 @@ export default { }, }, }, - /** Lookup346: pallet_asset_manager::pallet::Call */ + /** Lookup326: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3551,20 +3463,20 @@ export default { }, }, }, - /** Lookup347: moonriver_runtime::xcm_config::AssetType */ + /** Lookup327: moonriver_runtime::xcm_config::AssetType */ MoonriverRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + /** Lookup328: moonriver_runtime::asset_config::AssetRegistrarMetadata */ MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup349: orml_xtokens::module::Call */ + /** Lookup329: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { transfer: { @@ -3605,7 +3517,7 @@ export default { }, }, }, - /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ + /** Lookup330: moonriver_runtime::xcm_config::CurrencyId */ MoonriverRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3615,7 +3527,7 @@ export default { }, }, }, - /** Lookup351: xcm::VersionedAsset */ + /** Lookup331: xcm::VersionedAsset */ XcmVersionedAsset: { _enum: { __Unused0: "Null", @@ -3625,7 +3537,7 @@ export default { V4: "StagingXcmV4Asset", }, }, - /** Lookup354: pallet_xcm_transactor::pallet::Call */ + /** Lookup334: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3648,7 +3560,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV3OriginKind", + originKind: "XcmV2OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3682,28 +3594,28 @@ export default { }, }, }, - /** Lookup355: moonriver_runtime::xcm_config::Transactors */ + /** Lookup335: moonriver_runtime::xcm_config::Transactors */ MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup357: pallet_xcm_transactor::pallet::Currency */ + /** Lookup337: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3717,18 +3629,18 @@ export default { }, }, }, - /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup365: pallet_ethereum_xcm::pallet::Call */ + /** Lookup345: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3747,14 +3659,14 @@ export default { }, }, }, - /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup367: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3763,19 +3675,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup369: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup372: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3783,7 +3695,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup374: pallet_message_queue::pallet::Call */ + /** Lookup354: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3798,7 +3710,7 @@ export default { }, }, }, - /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3806,7 +3718,7 @@ export default { Sibling: "u32", }, }, - /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup356: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3829,7 +3741,7 @@ export default { }, }, }, - /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup358: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3851,7 +3763,7 @@ export default { }, }, }, - /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup359: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3860,19 +3772,19 @@ export default { }, }, }, - /** Lookup380: pallet_randomness::pallet::Call */ + /** Lookup360: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup381: sp_runtime::traits::BlakeTwo256 */ + /** Lookup361: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup383: pallet_conviction_voting::types::Tally */ + /** Lookup363: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup384: pallet_whitelist::pallet::Event */ + /** Lookup364: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3887,17 +3799,17 @@ export default { }, }, }, - /** Lookup386: frame_support::dispatch::PostDispatchInfo */ + /** Lookup366: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup367: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup388: pallet_collective::pallet::Event */ + /** Lookup368: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3934,9 +3846,12 @@ export default { }, }, }, - /** Lookup390: pallet_treasury::pallet::Event */ + /** Lookup370: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { + Proposed: { + proposalIndex: "u32", + }, Spending: { budgetRemaining: "u128", }, @@ -3945,6 +3860,10 @@ export default { award: "u128", account: "AccountId20", }, + Rejected: { + proposalIndex: "u32", + slashed: "u128", + }, Burnt: { burntFunds: "u128", }, @@ -3987,7 +3906,7 @@ export default { }, }, }, - /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup371: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3998,7 +3917,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup372: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -4006,7 +3925,7 @@ export default { }, }, }, - /** Lookup393: cumulus_pallet_xcm::pallet::Event */ + /** Lookup373: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -4014,7 +3933,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup394: staging_xcm::v4::traits::Outcome */ + /** Lookup374: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -4029,7 +3948,35 @@ export default { }, }, }, - /** Lookup395: pallet_xcm::pallet::Event */ + /** Lookup375: cumulus_pallet_dmp_queue::pallet::Event */ + CumulusPalletDmpQueueEvent: { + _enum: { + StartedExport: "Null", + Exported: { + page: "u32", + }, + ExportFailed: { + page: "u32", + }, + CompletedExport: "Null", + StartedOverweightExport: "Null", + ExportedOverweight: { + index: "u64", + }, + ExportOverweightFailed: { + index: "u64", + }, + CompletedOverweightExport: "Null", + StartedCleanup: "Null", + CleanedSome: { + keysRemoved: "u32", + }, + Completed: { + error: "bool", + }, + }, + }, + /** Lookup376: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4152,7 +4099,7 @@ export default { }, }, }, - /** Lookup396: pallet_assets::pallet::Event */ + /** Lookup377: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4264,19 +4211,9 @@ export default { assetId: "u128", who: "AccountId20", }, - Deposited: { - assetId: "u128", - who: "AccountId20", - amount: "u128", - }, - Withdrawn: { - assetId: "u128", - who: "AccountId20", - amount: "u128", - }, }, }, - /** Lookup397: pallet_asset_manager::pallet::Event */ + /** Lookup378: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4305,7 +4242,7 @@ export default { }, }, }, - /** Lookup398: orml_xtokens::module::Event */ + /** Lookup379: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { @@ -4316,7 +4253,7 @@ export default { }, }, }, - /** Lookup399: pallet_xcm_transactor::pallet::Event */ + /** Lookup380: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4364,13 +4301,13 @@ export default { }, }, }, - /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup381: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup401: pallet_ethereum_xcm::pallet::Event */ + /** Lookup382: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4379,7 +4316,7 @@ export default { }, }, }, - /** Lookup402: pallet_message_queue::pallet::Event */ + /** Lookup383: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4405,7 +4342,7 @@ export default { }, }, }, - /** Lookup403: frame_support::traits::messages::ProcessMessageError */ + /** Lookup384: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4413,10 +4350,9 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", - StackLimitReached: "Null", }, }, - /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup385: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4438,7 +4374,7 @@ export default { }, }, }, - /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup386: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4460,11 +4396,11 @@ export default { }, }, }, - /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup387: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup407: pallet_randomness::pallet::Event */ + /** Lookup388: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4499,7 +4435,7 @@ export default { }, }, }, - /** Lookup408: frame_system::Phase */ + /** Lookup389: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4507,51 +4443,51 @@ export default { Initialization: "Null", }, }, - /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup391: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup411: frame_system::CodeUpgradeAuthorization */ + /** Lookup392: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup412: frame_system::limits::BlockWeights */ + /** Lookup393: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup413: frame_support::dispatch::PerDispatchClass */ + /** Lookup394: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup414: frame_system::limits::WeightsPerClass */ + /** Lookup395: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup415: frame_system::limits::BlockLength */ + /** Lookup396: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup416: frame_support::dispatch::PerDispatchClass */ + /** Lookup397: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup417: sp_weights::RuntimeDbWeight */ + /** Lookup398: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup418: sp_version::RuntimeVersion */ + /** Lookup399: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4562,7 +4498,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup422: frame_system::pallet::Error */ + /** Lookup403: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4576,38 +4512,38 @@ export default { "Unauthorized", ], }, - /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup405: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup412: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup432: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup413: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup434: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup415: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup435: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup416: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4615,12 +4551,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup436: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup417: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup439: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup420: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4629,7 +4565,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup440: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup421: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4642,17 +4578,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup441: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup422: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup447: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup428: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup449: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup430: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4665,22 +4601,22 @@ export default { "Unauthorized", ], }, - /** Lookup451: pallet_balances::types::BalanceLock */ + /** Lookup432: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup452: pallet_balances::types::Reasons */ + /** Lookup433: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup455: pallet_balances::types::ReserveData */ + /** Lookup436: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup459: moonriver_runtime::RuntimeHoldReason */ + /** Lookup440: moonriver_runtime::RuntimeHoldReason */ MoonriverRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4748,16 +4684,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup460: pallet_preimage::pallet::HoldReason */ + /** Lookup441: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ - FrameSupportTokensMiscIdAmount: { + /** Lookup444: pallet_balances::types::IdAmount */ + PalletBalancesIdAmount: { id: "Null", amount: "u128", }, - /** Lookup465: pallet_balances::pallet::Error */ + /** Lookup446: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4774,18 +4710,26 @@ export default { "DeltaZero", ], }, - /** Lookup466: pallet_transaction_payment::Releases */ + /** Lookup447: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup467: pallet_parachain_staking::types::RoundInfo */ + /** + * Lookup448: + * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingParachainBondConfig: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup449: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup468: pallet_parachain_staking::types::Delegator */ + /** Lookup450: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4794,24 +4738,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup469: + * Lookup451: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup470: pallet_parachain_staking::types::Bond */ + /** Lookup452: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup454: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup455: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4824,16 +4768,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup456: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup458: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup459: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4841,50 +4785,50 @@ export default { Leaving: "u32", }, }, - /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup461: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup482: + * Lookup464: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup484: pallet_parachain_staking::types::Delegations */ + /** Lookup466: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup486: + * Lookup468: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup471: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup473: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup474: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup475: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4902,7 +4846,7 @@ export default { max: "Perbill", }, }, - /** Lookup494: pallet_parachain_staking::pallet::Error */ + /** Lookup476: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4932,7 +4876,6 @@ export default { "CannotSetBelowMin", "RoundLengthMustBeGreaterThanTotalSelectedCollators", "NoWritingSameValue", - "TotalInflationDistributionPercentExceeds100", "TooLowCandidateCountWeightHintJoinCandidates", "TooLowCandidateCountWeightHintCancelLeaveCandidates", "TooLowCandidateCountToLeaveCandidates", @@ -4963,11 +4906,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup495: pallet_author_inherent::pallet::Error */ + /** Lookup477: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup478: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4976,7 +4919,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup497: pallet_author_mapping::pallet::Error */ + /** Lookup479: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4989,18 +4932,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup480: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup482: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup483: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -5014,23 +4957,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup504: pallet_utility::pallet::Error */ + /** Lookup486: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup507: pallet_proxy::ProxyDefinition */ + /** Lookup489: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, - /** Lookup511: pallet_proxy::Announcement */ + /** Lookup493: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup513: pallet_proxy::pallet::Error */ + /** Lookup495: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -5043,12 +4986,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup514: pallet_maintenance_mode::pallet::Error */ + /** Lookup496: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup516: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5056,21 +4999,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup525: pallet_identity::types::RegistrarInfo */ + /** Lookup507: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup527: + * Lookup509: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup530: pallet_identity::pallet::Error */ + /** Lookup512: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5101,18 +5044,18 @@ export default { "NotExpired", ], }, - /** Lookup531: pallet_migrations::pallet::Error */ + /** Lookup513: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup533: pallet_multisig::Multisig */ + /** Lookup515: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup535: pallet_multisig::pallet::Error */ + /** Lookup517: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5131,16 +5074,7 @@ export default { "AlreadyStored", ], }, - /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ - PalletMoonbeamLazyMigrationsStateMigrationStatus: { - _enum: { - NotStarted: "Null", - Started: "Bytes", - Error: "Bytes", - Complete: "Null", - }, - }, - /** Lookup539: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup518: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5148,10 +5082,9 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", - "KeyTooLong", ], }, - /** Lookup540: pallet_evm::CodeMetadata */ + /** Lookup519: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5160,7 +5093,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup542: pallet_evm::pallet::Error */ + /** Lookup521: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5178,7 +5111,7 @@ export default { "Undefined", ], }, - /** Lookup545: fp_rpc::TransactionStatus */ + /** Lookup524: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5188,9 +5121,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup547: ethbloom::Bloom */ + /** Lookup526: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup549: ethereum::receipt::ReceiptV3 */ + /** Lookup528: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5198,7 +5131,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup550: ethereum::receipt::EIP658ReceiptData */ + /** Lookup529: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5206,7 +5139,7 @@ export default { logs: "Vec", }, /** - * Lookup551: + * Lookup530: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5214,7 +5147,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup552: ethereum::header::Header */ + /** Lookup531: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5232,14 +5165,14 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup553: ethereum_types::hash::H64 */ + /** Lookup532: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup558: pallet_ethereum::pallet::Error */ + /** Lookup537: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup561: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> */ @@ -5250,13 +5183,13 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonriverRuntimeOriginCaller", }, - /** Lookup563: pallet_scheduler::RetryConfig */ + /** Lookup542: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup564: pallet_scheduler::pallet::Error */ + /** Lookup543: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5266,7 +5199,7 @@ export default { "Named", ], }, - /** Lookup565: pallet_preimage::OldRequestStatus */ + /** Lookup544: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5281,8 +5214,8 @@ export default { }, }, /** - * Lookup568: pallet_preimage::RequestStatus> + * Lookup547: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5297,7 +5230,7 @@ export default { }, }, }, - /** Lookup574: pallet_preimage::pallet::Error */ + /** Lookup553: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5308,11 +5241,10 @@ export default { "NotRequested", "TooMany", "TooFew", - "NoCost", ], }, /** - * Lookup576: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5321,20 +5253,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup577: pallet_conviction_voting::vote::Casting */ + /** Lookup556: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup581: pallet_conviction_voting::types::Delegations */ + /** Lookup560: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup582: pallet_conviction_voting::vote::PriorLock */ + /** Lookup561: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup583: pallet_conviction_voting::vote::Delegating */ + /** Lookup562: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5342,7 +5274,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup587: pallet_conviction_voting::pallet::Error */ + /** Lookup566: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5360,7 +5292,7 @@ export default { ], }, /** - * Lookup588: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5376,7 +5308,7 @@ export default { }, }, /** - * Lookup589: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5394,17 +5326,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup590: pallet_referenda::types::Deposit */ + /** Lookup569: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup593: pallet_referenda::types::DecidingStatus */ + /** Lookup572: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup601: pallet_referenda::types::TrackInfo */ + /** Lookup580: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5416,7 +5348,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup602: pallet_referenda::types::Curve */ + /** Lookup581: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5437,7 +5369,7 @@ export default { }, }, }, - /** Lookup605: pallet_referenda::pallet::Error */ + /** Lookup584: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5456,7 +5388,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup606: pallet_whitelist::pallet::Error */ + /** Lookup585: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5466,7 +5398,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup608: pallet_collective::Votes */ + /** Lookup587: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5474,7 +5406,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup609: pallet_collective::pallet::Error */ + /** Lookup588: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5490,7 +5422,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup612: pallet_treasury::Proposal */ + /** Lookup591: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5498,7 +5430,7 @@ export default { bond: "u128", }, /** - * Lookup615: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5509,7 +5441,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup616: pallet_treasury::PaymentState */ + /** Lookup595: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5519,11 +5451,12 @@ export default { Failed: "Null", }, }, - /** Lookup618: frame_support::PalletId */ + /** Lookup597: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup619: pallet_treasury::pallet::Error */ + /** Lookup598: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ + "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5537,13 +5470,13 @@ export default { "Inconclusive", ], }, - /** Lookup620: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup599: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup622: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup601: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5563,7 +5496,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup627: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup606: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5571,27 +5504,39 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup628: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup607: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup632: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup609: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup633: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup610: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: [ - "BadQueueConfig", - "AlreadySuspended", - "AlreadyResumed", - "TooManyActiveOutboundChannels", - "TooBig", - ], + _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], + }, + /** Lookup611: cumulus_pallet_dmp_queue::pallet::MigrationState */ + CumulusPalletDmpQueueMigrationState: { + _enum: { + NotStarted: "Null", + StartedExport: { + nextBeginUsed: "u32", + }, + CompletedExport: "Null", + StartedOverweightExport: { + nextOverweightIndex: "u64", + }, + CompletedOverweightExport: "Null", + StartedCleanup: { + cursor: "Option", + }, + Completed: "Null", + }, }, - /** Lookup634: pallet_xcm::pallet::QueryStatus */ + /** Lookup614: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5610,7 +5555,7 @@ export default { }, }, }, - /** Lookup638: xcm::VersionedResponse */ + /** Lookup618: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5620,7 +5565,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup644: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup624: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5629,14 +5574,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup647: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup627: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup654: pallet_xcm::pallet::Error */ + /** Lookup634: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5666,7 +5611,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup655: pallet_assets::types::AssetDetails */ + /** Lookup635: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5681,22 +5626,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup656: pallet_assets::types::AssetStatus */ + /** Lookup636: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup658: pallet_assets::types::AssetAccount */ + /** Lookup638: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup659: pallet_assets::types::AccountStatus */ + /** Lookup639: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup660: pallet_assets::types::ExistenceReason */ + /** Lookup640: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5706,13 +5651,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup662: pallet_assets::types::Approval */ + /** Lookup642: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup663: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5722,7 +5667,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup665: pallet_assets::pallet::Error */ + /** Lookup645: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5745,10 +5690,9 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", - "BadAssetId", ], }, - /** Lookup666: pallet_asset_manager::pallet::Error */ + /** Lookup646: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5761,7 +5705,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup667: orml_xtokens::module::Error */ + /** Lookup647: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ "AssetHasNoReserve", @@ -5786,7 +5730,7 @@ export default { "RateLimited", ], }, - /** Lookup668: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup648: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5807,7 +5751,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup669: pallet_xcm_transactor::pallet::Error */ + /** Lookup649: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5839,11 +5783,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup670: pallet_ethereum_xcm::pallet::Error */ + /** Lookup650: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup671: pallet_message_queue::BookState */ + /** Lookup651: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5855,12 +5799,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup673: pallet_message_queue::Neighbours */ + /** Lookup653: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup675: pallet_message_queue::Page */ + /** Lookup655: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5869,7 +5813,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup677: pallet_message_queue::pallet::Error */ + /** Lookup657: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5883,11 +5827,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup659: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup660: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5906,7 +5850,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup662: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5917,24 +5861,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup683: pallet_emergency_para_xcm::XcmMode */ + /** Lookup663: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup664: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup686: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup666: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup687: pallet_randomness::types::RequestState */ + /** Lookup667: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup688: pallet_randomness::types::Request> */ + /** Lookup668: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5944,26 +5888,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup689: pallet_randomness::types::RequestInfo */ + /** Lookup669: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup690: pallet_randomness::types::RequestType */ + /** Lookup670: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup691: pallet_randomness::types::RandomnessResult */ + /** Lookup671: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup692: pallet_randomness::pallet::Error */ + /** Lookup672: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5980,30 +5924,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup675: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup676: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup677: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup678: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup681: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup682: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup683: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup684: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup705: frame_metadata_hash_extension::Mode */ + /** Lookup685: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup686: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup708: moonriver_runtime::Runtime */ + /** Lookup688: moonriver_runtime::Runtime */ MoonriverRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonriver/interfaces/registry.ts b/typescript-api/src/moonriver/interfaces/registry.ts index c2bf96509f..dec23f697f 100644 --- a/typescript-api/src/moonriver/interfaces/registry.ts +++ b/typescript-api/src/moonriver/interfaces/registry.ts @@ -7,6 +7,9 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, + CumulusPalletDmpQueueCall, + CumulusPalletDmpQueueEvent, + CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -61,7 +64,6 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, - FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -85,17 +87,6 @@ import type { MoonriverRuntimeProxyType, MoonriverRuntimeRuntime, MoonriverRuntimeRuntimeHoldReason, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, - MoonriverRuntimeRuntimeParamsRuntimeParameters, - MoonriverRuntimeRuntimeParamsRuntimeParametersKey, - MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, @@ -130,6 +121,7 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, + PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -193,7 +185,6 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, - PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -223,14 +214,11 @@ import type { PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, - PalletParachainStakingInflationDistributionAccount, - PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, + PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, - PalletParametersCall, - PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -390,7 +378,6 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, - XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -408,6 +395,9 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; + CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; + CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; + CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -462,7 +452,6 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; - FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -486,17 +475,6 @@ declare module "@polkadot/types/types/registry" { MoonriverRuntimeProxyType: MoonriverRuntimeProxyType; MoonriverRuntimeRuntime: MoonriverRuntimeRuntime; MoonriverRuntimeRuntimeHoldReason: MoonriverRuntimeRuntimeHoldReason; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - MoonriverRuntimeRuntimeParamsRuntimeParameters: MoonriverRuntimeRuntimeParamsRuntimeParameters; - MoonriverRuntimeRuntimeParamsRuntimeParametersKey: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - MoonriverRuntimeRuntimeParamsRuntimeParametersValue: MoonriverRuntimeRuntimeParamsRuntimeParametersValue; MoonriverRuntimeXcmConfigAssetType: MoonriverRuntimeXcmConfigAssetType; MoonriverRuntimeXcmConfigCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; MoonriverRuntimeXcmConfigTransactors: MoonriverRuntimeXcmConfigTransactors; @@ -531,6 +509,7 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; + PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -594,7 +573,6 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; - PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -624,14 +602,11 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingDelegatorStatus: PalletParachainStakingDelegatorStatus; PalletParachainStakingError: PalletParachainStakingError; PalletParachainStakingEvent: PalletParachainStakingEvent; - PalletParachainStakingInflationDistributionAccount: PalletParachainStakingInflationDistributionAccount; - PalletParachainStakingInflationDistributionConfig: PalletParachainStakingInflationDistributionConfig; PalletParachainStakingInflationInflationInfo: PalletParachainStakingInflationInflationInfo; + PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; - PalletParametersCall: PalletParametersCall; - PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -791,7 +766,6 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; - XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; diff --git a/typescript-api/src/moonriver/interfaces/types-lookup.ts b/typescript-api/src/moonriver/interfaces/types-lookup.ts index c4d6ef0d79..b86e2ee4cb 100644 --- a/typescript-api/src/moonriver/interfaces/types-lookup.ts +++ b/typescript-api/src/moonriver/interfaces/types-lookup.ts @@ -583,16 +583,20 @@ declare module "@polkadot/types/lookup" { readonly account: AccountId20; readonly rewards: u128; } & Struct; - readonly isInflationDistributed: boolean; - readonly asInflationDistributed: { - readonly index: u32; + readonly isReservedForParachainBond: boolean; + readonly asReservedForParachainBond: { readonly account: AccountId20; readonly value: u128; } & Struct; - readonly isInflationDistributionConfigUpdated: boolean; - readonly asInflationDistributionConfigUpdated: { - readonly old: PalletParachainStakingInflationDistributionConfig; - readonly new_: PalletParachainStakingInflationDistributionConfig; + readonly isParachainBondAccountSet: boolean; + readonly asParachainBondAccountSet: { + readonly old: AccountId20; + readonly new_: AccountId20; + } & Struct; + readonly isParachainBondReservePercentSet: boolean; + readonly asParachainBondReservePercentSet: { + readonly old: Percent; + readonly new_: Percent; } & Struct; readonly isInflationSet: boolean; readonly asInflationSet: { @@ -667,8 +671,9 @@ declare module "@polkadot/types/lookup" { | "Delegation" | "DelegatorLeftCandidate" | "Rewarded" - | "InflationDistributed" - | "InflationDistributionConfigUpdated" + | "ReservedForParachainBond" + | "ParachainBondAccountSet" + | "ParachainBondReservePercentSet" | "InflationSet" | "StakeExpectationsSet" | "TotalSelectedSet" @@ -703,24 +708,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletParachainStakingInflationDistributionConfig (43) */ - interface PalletParachainStakingInflationDistributionConfig - extends Vec {} - - /** @name PalletParachainStakingInflationDistributionAccount (45) */ - interface PalletParachainStakingInflationDistributionAccount extends Struct { - readonly account: AccountId20; - readonly percent: Percent; - } - - /** @name PalletAuthorSlotFilterEvent (47) */ + /** @name PalletAuthorSlotFilterEvent (44) */ interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } - /** @name PalletAuthorMappingEvent (49) */ + /** @name PalletAuthorMappingEvent (46) */ interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { @@ -743,13 +738,13 @@ declare module "@polkadot/types/lookup" { readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name NimbusPrimitivesNimbusCryptoPublic (50) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (51) */ + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - /** @name PalletMoonbeamOrbitersEvent (52) */ + /** @name PalletMoonbeamOrbitersEvent (49) */ interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { @@ -790,7 +785,7 @@ declare module "@polkadot/types/lookup" { | "OrbiterUnregistered"; } - /** @name PalletUtilityEvent (54) */ + /** @name PalletUtilityEvent (51) */ interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { @@ -817,7 +812,7 @@ declare module "@polkadot/types/lookup" { | "DispatchedAs"; } - /** @name PalletProxyEvent (57) */ + /** @name PalletProxyEvent (54) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -853,7 +848,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonriverRuntimeProxyType (58) */ + /** @name MoonriverRuntimeProxyType (55) */ interface MoonriverRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; @@ -874,7 +869,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (60) */ + /** @name PalletMaintenanceModeEvent (57) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -893,7 +888,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (61) */ + /** @name PalletIdentityEvent (58) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -999,7 +994,7 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (63) */ + /** @name PalletMigrationsEvent (60) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -1032,7 +1027,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletMultisigEvent (64) */ + /** @name PalletMultisigEvent (61) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -1065,74 +1060,13 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMultisigTimepoint (65) */ + /** @name PalletMultisigTimepoint (62) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletParametersEvent (66) */ - interface PalletParametersEvent extends Enum { - readonly isUpdated: boolean; - readonly asUpdated: { - readonly key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; - readonly oldValue: Option; - readonly newValue: Option; - } & Struct; - readonly type: "Updated"; - } - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersKey (67) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersKey extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { - readonly isDeposit: boolean; - readonly type: "Deposit"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (71) */ - type MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersValue (73) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParametersValue extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (74) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: Perbill; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (75) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: u128; - readonly type: "Deposit"; - } - - /** @name PalletEvmEvent (77) */ + /** @name PalletEvmEvent (63) */ interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { @@ -1157,14 +1091,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (78) */ + /** @name EthereumLog (64) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (81) */ + /** @name PalletEthereumEvent (67) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1177,7 +1111,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (82) */ + /** @name EvmCoreErrorExitReason (68) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1190,7 +1124,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (83) */ + /** @name EvmCoreErrorExitSucceed (69) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1198,7 +1132,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (84) */ + /** @name EvmCoreErrorExitError (70) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1237,13 +1171,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (88) */ + /** @name EvmCoreErrorExitRevert (74) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (89) */ + /** @name EvmCoreErrorExitFatal (75) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1254,7 +1188,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (90) */ + /** @name PalletSchedulerEvent (76) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1316,7 +1250,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (92) */ + /** @name PalletPreimageEvent (78) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1333,7 +1267,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (93) */ + /** @name PalletConvictionVotingEvent (79) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1342,7 +1276,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (94) */ + /** @name PalletReferendaEvent (80) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1446,7 +1380,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (95) */ + /** @name FrameSupportPreimagesBounded (81) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1462,7 +1396,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (97) */ + /** @name FrameSystemCall (83) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1523,7 +1457,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (101) */ + /** @name CumulusPalletParachainSystemCall (87) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1549,7 +1483,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1557,7 +1491,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1565,24 +1499,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (105) */ + /** @name SpTrieStorageProof (91) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (115) */ + /** @name PalletTimestampCall (101) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1591,7 +1525,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (116) */ + /** @name PalletRootTestingCall (102) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1601,7 +1535,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (117) */ + /** @name PalletBalancesCall (103) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1643,11 +1577,6 @@ declare module "@polkadot/types/lookup" { readonly direction: PalletBalancesAdjustmentDirection; readonly delta: Compact; } & Struct; - readonly isBurn: boolean; - readonly asBurn: { - readonly value: Compact; - readonly keepAlive: bool; - } & Struct; readonly type: | "TransferAllowDeath" | "ForceTransfer" @@ -1656,18 +1585,17 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance" - | "Burn"; + | "ForceAdjustTotalIssuance"; } - /** @name PalletBalancesAdjustmentDirection (120) */ + /** @name PalletBalancesAdjustmentDirection (106) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (121) */ + /** @name PalletParachainStakingCall (107) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1805,10 +1733,6 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; readonly candidateCount: u32; } & Struct; - readonly isSetInflationDistributionConfig: boolean; - readonly asSetInflationDistributionConfig: { - readonly new_: PalletParachainStakingInflationDistributionConfig; - } & Struct; readonly type: | "SetStakingExpectations" | "SetInflation" @@ -1841,17 +1765,16 @@ declare module "@polkadot/types/lookup" { | "HotfixRemoveDelegationRequestsExitedCandidates" | "NotifyInactiveCollator" | "EnableMarkingOffline" - | "ForceJoinCandidates" - | "SetInflationDistributionConfig"; + | "ForceJoinCandidates"; } - /** @name PalletAuthorInherentCall (124) */ + /** @name PalletAuthorInherentCall (110) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (125) */ + /** @name PalletAuthorSlotFilterCall (111) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1860,7 +1783,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (126) */ + /** @name PalletAuthorMappingCall (112) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1888,7 +1811,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (127) */ + /** @name PalletMoonbeamOrbitersCall (113) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1925,7 +1848,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (128) */ + /** @name PalletUtilityCall (114) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1963,7 +1886,7 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonriverRuntimeOriginCaller (130) */ + /** @name MoonriverRuntimeOriginCaller (116) */ interface MoonriverRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; @@ -1994,7 +1917,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (131) */ + /** @name FrameSupportDispatchRawOrigin (117) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -2003,14 +1926,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (132) */ + /** @name PalletEthereumRawOrigin (118) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ + /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; @@ -2025,7 +1948,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (134) */ + /** @name PalletCollectiveRawOrigin (120) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -2035,7 +1958,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (136) */ + /** @name CumulusPalletXcmOrigin (122) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -2043,7 +1966,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (137) */ + /** @name PalletXcmOrigin (123) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -2052,13 +1975,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (138) */ + /** @name StagingXcmV4Location (124) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (139) */ + /** @name StagingXcmV4Junctions (125) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2080,7 +2003,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (141) */ + /** @name StagingXcmV4Junction (127) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2129,7 +2052,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (144) */ + /** @name StagingXcmV4JunctionNetworkId (130) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2164,7 +2087,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (145) */ + /** @name XcmV3JunctionBodyId (131) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2191,7 +2114,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (146) */ + /** @name XcmV3JunctionBodyPart (132) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2216,17 +2139,17 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (154) */ + /** @name PalletEthereumXcmRawOrigin (140) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (155) */ + /** @name SpCoreVoid (141) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (156) */ + /** @name PalletProxyCall (142) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -2296,14 +2219,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (158) */ + /** @name PalletMaintenanceModeCall (144) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (159) */ + /** @name PalletIdentityCall (145) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2425,7 +2348,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (160) */ + /** @name PalletIdentityLegacyIdentityInfo (146) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2438,7 +2361,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (198) */ + /** @name PalletIdentityJudgement (184) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2458,10 +2381,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (200) */ + /** @name AccountEthereumSignature (186) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (202) */ + /** @name PalletMultisigCall (188) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2494,7 +2417,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (204) */ + /** @name PalletMoonbeamLazyMigrationsCall (190) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2508,46 +2431,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletParametersCall (207) */ - interface PalletParametersCall extends Enum { - readonly isSetParameter: boolean; - readonly asSetParameter: { - readonly keyValue: MoonriverRuntimeRuntimeParamsRuntimeParameters; - } & Struct; - readonly type: "SetParameter"; - } - - /** @name MoonriverRuntimeRuntimeParamsRuntimeParameters (208) */ - interface MoonriverRuntimeRuntimeParamsRuntimeParameters extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - readonly isPalletRandomness: boolean; - readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; - readonly type: "RuntimeConfig" | "PalletRandomness"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: ITuple< - [ - MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - Option - ] - >; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ - interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { - readonly isDeposit: boolean; - readonly asDeposit: ITuple< - [MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] - >; - readonly type: "Deposit"; - } - - /** @name PalletEvmCall (213) */ + /** @name PalletEvmCall (193) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -2592,7 +2476,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (219) */ + /** @name PalletEthereumCall (199) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2601,7 +2485,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (220) */ + /** @name EthereumTransactionTransactionV2 (200) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2612,7 +2496,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (221) */ + /** @name EthereumTransactionLegacyTransaction (201) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2623,7 +2507,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (222) */ + /** @name EthereumTransactionTransactionAction (202) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2631,14 +2515,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (223) */ + /** @name EthereumTransactionTransactionSignature (203) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (225) */ + /** @name EthereumTransactionEip2930Transaction (205) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2653,13 +2537,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (227) */ + /** @name EthereumTransactionAccessListItem (207) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (228) */ + /** @name EthereumTransactionEip1559Transaction (208) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2675,7 +2559,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (229) */ + /** @name PalletSchedulerCall (209) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2749,7 +2633,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (231) */ + /** @name PalletPreimageCall (211) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2779,7 +2663,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (232) */ + /** @name PalletConvictionVotingCall (212) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2816,7 +2700,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (233) */ + /** @name PalletConvictionVotingVoteAccountVote (213) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2837,7 +2721,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (235) */ + /** @name PalletConvictionVotingConviction (215) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2856,7 +2740,7 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (237) */ + /** @name PalletReferendaCall (217) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { @@ -2909,7 +2793,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (238) */ + /** @name FrameSupportScheduleDispatchTime (218) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2918,7 +2802,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (240) */ + /** @name PalletWhitelistCall (220) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2945,7 +2829,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (241) */ + /** @name PalletCollectiveCall (221) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2984,8 +2868,21 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (243) */ + /** @name PalletTreasuryCall (223) */ interface PalletTreasuryCall extends Enum { + readonly isProposeSpend: boolean; + readonly asProposeSpend: { + readonly value: Compact; + readonly beneficiary: AccountId20; + } & Struct; + readonly isRejectProposal: boolean; + readonly asRejectProposal: { + readonly proposalId: Compact; + } & Struct; + readonly isApproveProposal: boolean; + readonly asApproveProposal: { + readonly proposalId: Compact; + } & Struct; readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; @@ -3015,6 +2912,9 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: + | "ProposeSpend" + | "RejectProposal" + | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -3023,7 +2923,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (245) */ + /** @name PalletCrowdloanRewardsCall (225) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -3059,7 +2959,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (246) */ + /** @name SpRuntimeMultiSignature (226) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -3070,7 +2970,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name PalletXcmCall (252) */ + /** @name CumulusPalletDmpQueueCall (232) */ + type CumulusPalletDmpQueueCall = Null; + + /** @name PalletXcmCall (233) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3173,7 +3076,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (253) */ + /** @name XcmVersionedLocation (234) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3184,13 +3087,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (254) */ + /** @name XcmV2MultiLocation (235) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (255) */ + /** @name XcmV2MultilocationJunctions (236) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3237,7 +3140,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (256) */ + /** @name XcmV2Junction (237) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3280,7 +3183,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (257) */ + /** @name XcmV2NetworkId (238) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3290,7 +3193,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (259) */ + /** @name XcmV2BodyId (240) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3317,7 +3220,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (260) */ + /** @name XcmV2BodyPart (241) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3342,13 +3245,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (261) */ + /** @name StagingXcmV3MultiLocation (242) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (262) */ + /** @name XcmV3Junctions (243) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3395,7 +3298,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (263) */ + /** @name XcmV3Junction (244) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3444,7 +3347,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (265) */ + /** @name XcmV3JunctionNetworkId (246) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3479,7 +3382,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (266) */ + /** @name XcmVersionedXcm (247) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3490,10 +3393,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (267) */ + /** @name XcmV2Xcm (248) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (269) */ + /** @name XcmV2Instruction (250) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3641,16 +3544,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (270) */ + /** @name XcmV2MultiassetMultiAssets (251) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (272) */ + /** @name XcmV2MultiAsset (253) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (273) */ + /** @name XcmV2MultiassetAssetId (254) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3659,7 +3562,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (274) */ + /** @name XcmV2MultiassetFungibility (255) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3668,7 +3571,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (275) */ + /** @name XcmV2MultiassetAssetInstance (256) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3686,7 +3589,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (276) */ + /** @name XcmV2Response (257) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3698,7 +3601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (279) */ + /** @name XcmV2TraitsError (260) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3757,7 +3660,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (280) */ + /** @name XcmV2OriginKind (261) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3766,12 +3669,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (281) */ + /** @name XcmDoubleEncoded (262) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (282) */ + /** @name XcmV2MultiassetMultiAssetFilter (263) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3780,7 +3683,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (283) */ + /** @name XcmV2MultiassetWildMultiAsset (264) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3791,14 +3694,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (284) */ + /** @name XcmV2MultiassetWildFungibility (265) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (285) */ + /** @name XcmV2WeightLimit (266) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3806,10 +3709,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (286) */ + /** @name XcmV3Xcm (267) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (288) */ + /** @name XcmV3Instruction (269) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3837,7 +3740,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4039,16 +3942,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (289) */ + /** @name XcmV3MultiassetMultiAssets (270) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (291) */ + /** @name XcmV3MultiAsset (272) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (292) */ + /** @name XcmV3MultiassetAssetId (273) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -4057,7 +3960,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (293) */ + /** @name XcmV3MultiassetFungibility (274) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4066,7 +3969,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (294) */ + /** @name XcmV3MultiassetAssetInstance (275) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4082,7 +3985,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (295) */ + /** @name XcmV3Response (276) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4104,7 +4007,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (298) */ + /** @name XcmV3TraitsError (279) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4191,7 +4094,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (300) */ + /** @name XcmV3PalletInfo (281) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4201,7 +4104,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (303) */ + /** @name XcmV3MaybeErrorCode (284) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4211,23 +4114,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3OriginKind (306) */ - interface XcmV3OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; - } - - /** @name XcmV3QueryResponseInfo (307) */ + /** @name XcmV3QueryResponseInfo (287) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (308) */ + /** @name XcmV3MultiassetMultiAssetFilter (288) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4236,7 +4130,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (309) */ + /** @name XcmV3MultiassetWildMultiAsset (289) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4255,14 +4149,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (310) */ + /** @name XcmV3MultiassetWildFungibility (290) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (311) */ + /** @name XcmV3WeightLimit (291) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4270,10 +4164,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (312) */ + /** @name StagingXcmV4Xcm (292) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (314) */ + /** @name StagingXcmV4Instruction (294) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4301,7 +4195,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4503,19 +4397,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (315) */ + /** @name StagingXcmV4AssetAssets (295) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (317) */ + /** @name StagingXcmV4Asset (297) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (318) */ + /** @name StagingXcmV4AssetAssetId (298) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (319) */ + /** @name StagingXcmV4AssetFungibility (299) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4524,7 +4418,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (320) */ + /** @name StagingXcmV4AssetAssetInstance (300) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4540,7 +4434,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (321) */ + /** @name StagingXcmV4Response (301) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4562,7 +4456,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (323) */ + /** @name StagingXcmV4PalletInfo (303) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4572,14 +4466,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (327) */ + /** @name StagingXcmV4QueryResponseInfo (307) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (328) */ + /** @name StagingXcmV4AssetAssetFilter (308) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4588,7 +4482,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (329) */ + /** @name StagingXcmV4AssetWildAsset (309) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4607,14 +4501,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (330) */ + /** @name StagingXcmV4AssetWildFungibility (310) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (331) */ + /** @name XcmVersionedAssets (311) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4625,7 +4519,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (343) */ + /** @name StagingXcmExecutorAssetTransferTransferType (323) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4635,7 +4529,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (344) */ + /** @name XcmVersionedAssetId (324) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4644,7 +4538,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (345) */ + /** @name PalletAssetsCall (325) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4858,7 +4752,7 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (346) */ + /** @name PalletAssetManagerCall (326) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { @@ -4890,14 +4784,14 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonriverRuntimeXcmConfigAssetType (347) */ + /** @name MoonriverRuntimeXcmConfigAssetType (327) */ interface MoonriverRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ + /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (328) */ interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; @@ -4905,7 +4799,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (349) */ + /** @name OrmlXtokensModuleCall (329) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { @@ -4958,7 +4852,7 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ + /** @name MoonriverRuntimeXcmConfigCurrencyId (330) */ interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; @@ -4970,7 +4864,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (351) */ + /** @name XcmVersionedAsset (331) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -4981,7 +4875,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmTransactorCall (354) */ + /** @name PalletXcmTransactorCall (334) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -5007,7 +4901,7 @@ declare module "@polkadot/types/lookup" { readonly feePayer: Option; readonly fee: PalletXcmTransactorCurrencyPayment; readonly call: Bytes; - readonly originKind: XcmV3OriginKind; + readonly originKind: XcmV2OriginKind; readonly weightInfo: PalletXcmTransactorTransactWeights; readonly refund: bool; } & Struct; @@ -5058,19 +4952,19 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonriverRuntimeXcmConfigTransactors (355) */ + /** @name MoonriverRuntimeXcmConfigTransactors (335) */ interface MoonriverRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (356) */ + /** @name PalletXcmTransactorCurrencyPayment (336) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (357) */ + /** @name PalletXcmTransactorCurrency (337) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; @@ -5079,13 +4973,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (359) */ + /** @name PalletXcmTransactorTransactWeights (339) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (362) */ + /** @name PalletXcmTransactorHrmpOperation (342) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -5103,20 +4997,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (363) */ + /** @name PalletXcmTransactorHrmpInitParams (343) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (364) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (365) */ + /** @name PalletEthereumXcmCall (345) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5143,7 +5037,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5152,7 +5046,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (367) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5162,7 +5056,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5170,13 +5064,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5185,7 +5079,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (374) */ + /** @name PalletMessageQueueCall (354) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5202,7 +5096,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (375) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5211,7 +5105,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (376) */ + /** @name PalletMoonbeamForeignAssetsCall (356) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5242,7 +5136,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (378) */ + /** @name PalletXcmWeightTraderCall (358) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5274,7 +5168,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (379) */ + /** @name PalletEmergencyParaXcmCall (359) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5284,23 +5178,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (380) */ + /** @name PalletRandomnessCall (360) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (381) */ + /** @name SpRuntimeBlakeTwo256 (361) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (383) */ + /** @name PalletConvictionVotingTally (363) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (384) */ + /** @name PalletWhitelistEvent (364) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5321,19 +5215,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (386) */ + /** @name FrameSupportDispatchPostDispatchInfo (366) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (367) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (388) */ + /** @name PalletCollectiveEvent (368) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5384,8 +5278,12 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (390) */ + /** @name PalletTreasuryEvent (370) */ interface PalletTreasuryEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly proposalIndex: u32; + } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5396,6 +5294,11 @@ declare module "@polkadot/types/lookup" { readonly award: u128; readonly account: AccountId20; } & Struct; + readonly isRejected: boolean; + readonly asRejected: { + readonly proposalIndex: u32; + readonly slashed: u128; + } & Struct; readonly isBurnt: boolean; readonly asBurnt: { readonly burntFunds: u128; @@ -5447,8 +5350,10 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: + | "Proposed" | "Spending" | "Awarded" + | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5461,7 +5366,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (391) */ + /** @name PalletCrowdloanRewardsEvent (371) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5486,7 +5391,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (392) */ + /** @name CumulusPalletXcmpQueueEvent (372) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5495,7 +5400,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (393) */ + /** @name CumulusPalletXcmEvent (373) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5506,7 +5411,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (394) */ + /** @name StagingXcmV4TraitsOutcome (374) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5524,7 +5429,52 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name PalletXcmEvent (395) */ + /** @name CumulusPalletDmpQueueEvent (375) */ + interface CumulusPalletDmpQueueEvent extends Enum { + readonly isStartedExport: boolean; + readonly isExported: boolean; + readonly asExported: { + readonly page: u32; + } & Struct; + readonly isExportFailed: boolean; + readonly asExportFailed: { + readonly page: u32; + } & Struct; + readonly isCompletedExport: boolean; + readonly isStartedOverweightExport: boolean; + readonly isExportedOverweight: boolean; + readonly asExportedOverweight: { + readonly index: u64; + } & Struct; + readonly isExportOverweightFailed: boolean; + readonly asExportOverweightFailed: { + readonly index: u64; + } & Struct; + readonly isCompletedOverweightExport: boolean; + readonly isStartedCleanup: boolean; + readonly isCleanedSome: boolean; + readonly asCleanedSome: { + readonly keysRemoved: u32; + } & Struct; + readonly isCompleted: boolean; + readonly asCompleted: { + readonly error: bool; + } & Struct; + readonly type: + | "StartedExport" + | "Exported" + | "ExportFailed" + | "CompletedExport" + | "StartedOverweightExport" + | "ExportedOverweight" + | "ExportOverweightFailed" + | "CompletedOverweightExport" + | "StartedCleanup" + | "CleanedSome" + | "Completed"; + } + + /** @name PalletXcmEvent (376) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5689,7 +5639,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (396) */ + /** @name PalletAssetsEvent (377) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5824,18 +5774,6 @@ declare module "@polkadot/types/lookup" { readonly assetId: u128; readonly who: AccountId20; } & Struct; - readonly isDeposited: boolean; - readonly asDeposited: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; - readonly isWithdrawn: boolean; - readonly asWithdrawn: { - readonly assetId: u128; - readonly who: AccountId20; - readonly amount: u128; - } & Struct; readonly type: | "Created" | "Issued" @@ -5860,12 +5798,10 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked" - | "Deposited" - | "Withdrawn"; + | "Blocked"; } - /** @name PalletAssetManagerEvent (397) */ + /** @name PalletAssetManagerEvent (378) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { @@ -5907,7 +5843,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (398) */ + /** @name OrmlXtokensModuleEvent (379) */ interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredAssets: boolean; readonly asTransferredAssets: { @@ -5919,7 +5855,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransferredAssets"; } - /** @name PalletXcmTransactorEvent (399) */ + /** @name PalletXcmTransactorEvent (380) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5989,14 +5925,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (381) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (401) */ + /** @name PalletEthereumXcmEvent (382) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -6006,7 +5942,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (402) */ + /** @name PalletMessageQueueEvent (383) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -6036,7 +5972,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (403) */ + /** @name FrameSupportMessagesProcessMessageError (384) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -6044,17 +5980,10 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly isStackLimitReached: boolean; - readonly type: - | "BadFormat" - | "Corrupt" - | "Unsupported" - | "Overweight" - | "Yield" - | "StackLimitReached"; + readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; } - /** @name PalletMoonbeamForeignAssetsEvent (404) */ + /** @name PalletMoonbeamForeignAssetsEvent (385) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6084,7 +6013,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (405) */ + /** @name PalletXcmWeightTraderEvent (386) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6116,14 +6045,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (406) */ + /** @name PalletEmergencyParaXcmEvent (387) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (407) */ + /** @name PalletRandomnessEvent (388) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6168,7 +6097,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (408) */ + /** @name FrameSystemPhase (389) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6177,33 +6106,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (391) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (411) */ + /** @name FrameSystemCodeUpgradeAuthorization (392) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (412) */ + /** @name FrameSystemLimitsBlockWeights (393) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (394) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (414) */ + /** @name FrameSystemLimitsWeightsPerClass (395) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6211,25 +6140,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (415) */ + /** @name FrameSystemLimitsBlockLength (396) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (397) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (417) */ + /** @name SpWeightsRuntimeDbWeight (398) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (418) */ + /** @name SpVersionRuntimeVersion (399) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6241,7 +6170,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (422) */ + /** @name FrameSystemError (403) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6264,14 +6193,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (405) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (406) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6281,33 +6210,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (408) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (412) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (413) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (415) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (416) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6315,14 +6244,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (417) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (420) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6332,7 +6261,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (421) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6346,19 +6275,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (422) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (428) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (449) */ + /** @name CumulusPalletParachainSystemError (430) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6379,14 +6308,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (451) */ + /** @name PalletBalancesBalanceLock (432) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (452) */ + /** @name PalletBalancesReasons (433) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6394,32 +6323,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (455) */ + /** @name PalletBalancesReserveData (436) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonriverRuntimeRuntimeHoldReason (459) */ + /** @name MoonriverRuntimeRuntimeHoldReason (440) */ interface MoonriverRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (460) */ + /** @name PalletPreimageHoldReason (441) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name FrameSupportTokensMiscIdAmount (463) */ - interface FrameSupportTokensMiscIdAmount extends Struct { + /** @name PalletBalancesIdAmount (444) */ + interface PalletBalancesIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (465) */ + /** @name PalletBalancesError (446) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6448,14 +6377,20 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (466) */ + /** @name PalletTransactionPaymentReleases (447) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingRoundInfo (467) */ + /** @name PalletParachainStakingParachainBondConfig (448) */ + interface PalletParachainStakingParachainBondConfig extends Struct { + readonly account: AccountId20; + readonly percent: Percent; + } + + /** @name PalletParachainStakingRoundInfo (449) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6463,7 +6398,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (468) */ + /** @name PalletParachainStakingDelegator (450) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6472,16 +6407,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (469) */ + /** @name PalletParachainStakingSetOrderedSet (451) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (470) */ + /** @name PalletParachainStakingBond (452) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (472) */ + /** @name PalletParachainStakingDelegatorStatus (454) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6489,7 +6424,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (473) */ + /** @name PalletParachainStakingCandidateMetadata (455) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6503,7 +6438,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (474) */ + /** @name PalletParachainStakingCapacityStatus (456) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6511,13 +6446,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (476) */ + /** @name PalletParachainStakingCandidateBondLessRequest (458) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (477) */ + /** @name PalletParachainStakingCollatorStatus (459) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6526,50 +6461,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (461) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (464) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (484) */ + /** @name PalletParachainStakingDelegations (466) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (468) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (489) */ + /** @name PalletParachainStakingCollatorSnapshot (471) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (491) */ + /** @name PalletParachainStakingBondWithAutoCompound (473) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (492) */ + /** @name PalletParachainStakingDelayedPayout (474) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (493) */ + /** @name PalletParachainStakingInflationInflationInfo (475) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6588,7 +6523,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (494) */ + /** @name PalletParachainStakingError (476) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6617,7 +6552,6 @@ declare module "@polkadot/types/lookup" { readonly isCannotSetBelowMin: boolean; readonly isRoundLengthMustBeGreaterThanTotalSelectedCollators: boolean; readonly isNoWritingSameValue: boolean; - readonly isTotalInflationDistributionPercentExceeds100: boolean; readonly isTooLowCandidateCountWeightHintJoinCandidates: boolean; readonly isTooLowCandidateCountWeightHintCancelLeaveCandidates: boolean; readonly isTooLowCandidateCountToLeaveCandidates: boolean; @@ -6674,7 +6608,6 @@ declare module "@polkadot/types/lookup" { | "CannotSetBelowMin" | "RoundLengthMustBeGreaterThanTotalSelectedCollators" | "NoWritingSameValue" - | "TotalInflationDistributionPercentExceeds100" | "TooLowCandidateCountWeightHintJoinCandidates" | "TooLowCandidateCountWeightHintCancelLeaveCandidates" | "TooLowCandidateCountToLeaveCandidates" @@ -6705,7 +6638,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (495) */ + /** @name PalletAuthorInherentError (477) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6713,14 +6646,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (496) */ + /** @name PalletAuthorMappingRegistrationInfo (478) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (497) */ + /** @name PalletAuthorMappingError (479) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6741,20 +6674,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (498) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (480) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (500) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (482) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (501) */ + /** @name PalletMoonbeamOrbitersError (483) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6777,27 +6710,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (504) */ + /** @name PalletUtilityError (486) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (507) */ + /** @name PalletProxyProxyDefinition (489) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (511) */ + /** @name PalletProxyAnnouncement (493) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (513) */ + /** @name PalletProxyError (495) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6818,34 +6751,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (514) */ + /** @name PalletMaintenanceModeError (496) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (516) */ + /** @name PalletIdentityRegistration (498) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (525) */ + /** @name PalletIdentityRegistrarInfo (507) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (527) */ + /** @name PalletIdentityAuthorityProperties (509) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (530) */ + /** @name PalletIdentityError (512) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6902,7 +6835,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (531) */ + /** @name PalletMigrationsError (513) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6915,7 +6848,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (533) */ + /** @name PalletMultisigMultisig (515) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6923,7 +6856,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (535) */ + /** @name PalletMultisigError (517) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6956,41 +6889,28 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (537) */ - interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { - readonly isNotStarted: boolean; - readonly isStarted: boolean; - readonly asStarted: Bytes; - readonly isError: boolean; - readonly asError: Bytes; - readonly isComplete: boolean; - readonly type: "NotStarted" | "Started" | "Error" | "Complete"; - } - - /** @name PalletMoonbeamLazyMigrationsError (539) */ + /** @name PalletMoonbeamLazyMigrationsError (518) */ interface PalletMoonbeamLazyMigrationsError extends Enum { readonly isLimitCannotBeZero: boolean; readonly isAddressesLengthCannotBeZero: boolean; readonly isContractNotCorrupted: boolean; readonly isContractMetadataAlreadySet: boolean; readonly isContractNotExist: boolean; - readonly isKeyTooLong: boolean; readonly type: | "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted" | "ContractMetadataAlreadySet" - | "ContractNotExist" - | "KeyTooLong"; + | "ContractNotExist"; } - /** @name PalletEvmCodeMetadata (540) */ + /** @name PalletEvmCodeMetadata (519) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (542) */ + /** @name PalletEvmError (521) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -7021,7 +6941,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (545) */ + /** @name FpRpcTransactionStatus (524) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -7032,10 +6952,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (547) */ + /** @name EthbloomBloom (526) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (549) */ + /** @name EthereumReceiptReceiptV3 (528) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -7046,7 +6966,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (550) */ + /** @name EthereumReceiptEip658ReceiptData (529) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -7054,14 +6974,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (551) */ + /** @name EthereumBlock (530) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (552) */ + /** @name EthereumHeader (531) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7080,17 +7000,17 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (553) */ + /** @name EthereumTypesHashH64 (532) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (558) */ + /** @name PalletEthereumError (537) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (561) */ + /** @name PalletSchedulerScheduled (540) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -7099,14 +7019,14 @@ declare module "@polkadot/types/lookup" { readonly origin: MoonriverRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (563) */ + /** @name PalletSchedulerRetryConfig (542) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (564) */ + /** @name PalletSchedulerError (543) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7121,7 +7041,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (565) */ + /** @name PalletPreimageOldRequestStatus (544) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7137,7 +7057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (568) */ + /** @name PalletPreimageRequestStatus (547) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7153,7 +7073,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (574) */ + /** @name PalletPreimageError (553) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7163,7 +7083,6 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; - readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7172,11 +7091,10 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew" - | "NoCost"; + | "TooFew"; } - /** @name PalletConvictionVotingVoteVoting (576) */ + /** @name PalletConvictionVotingVoteVoting (555) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7185,23 +7103,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (577) */ + /** @name PalletConvictionVotingVoteCasting (556) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (581) */ + /** @name PalletConvictionVotingDelegations (560) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (582) */ + /** @name PalletConvictionVotingVotePriorLock (561) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (583) */ + /** @name PalletConvictionVotingVoteDelegating (562) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7210,7 +7128,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (587) */ + /** @name PalletConvictionVotingError (566) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7239,7 +7157,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (588) */ + /** @name PalletReferendaReferendumInfo (567) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7264,7 +7182,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (589) */ + /** @name PalletReferendaReferendumStatus (568) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; readonly origin: MoonriverRuntimeOriginCaller; @@ -7279,19 +7197,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (590) */ + /** @name PalletReferendaDeposit (569) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (593) */ + /** @name PalletReferendaDecidingStatus (572) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (601) */ + /** @name PalletReferendaTrackInfo (580) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7304,7 +7222,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (602) */ + /** @name PalletReferendaCurve (581) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7328,7 +7246,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (605) */ + /** @name PalletReferendaError (584) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7361,7 +7279,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (606) */ + /** @name PalletWhitelistError (585) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7376,7 +7294,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (608) */ + /** @name PalletCollectiveVotes (587) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7385,7 +7303,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (609) */ + /** @name PalletCollectiveError (588) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7412,7 +7330,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (612) */ + /** @name PalletTreasuryProposal (591) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7420,7 +7338,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (615) */ + /** @name PalletTreasurySpendStatus (594) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7430,7 +7348,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (616) */ + /** @name PalletTreasuryPaymentState (595) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7441,11 +7359,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (618) */ + /** @name FrameSupportPalletId (597) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (619) */ + /** @name PalletTreasuryError (598) */ interface PalletTreasuryError extends Enum { + readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7458,6 +7377,7 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: + | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7471,14 +7391,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (620) */ + /** @name PalletCrowdloanRewardsRewardInfo (599) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (622) */ + /** @name PalletCrowdloanRewardsError (601) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7513,7 +7433,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (606) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7522,36 +7442,57 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (628) */ + /** @name CumulusPalletXcmpQueueOutboundState (607) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (609) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (633) */ + /** @name CumulusPalletXcmpQueueError (610) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly isTooManyActiveOutboundChannels: boolean; - readonly isTooBig: boolean; + readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; + } + + /** @name CumulusPalletDmpQueueMigrationState (611) */ + interface CumulusPalletDmpQueueMigrationState extends Enum { + readonly isNotStarted: boolean; + readonly isStartedExport: boolean; + readonly asStartedExport: { + readonly nextBeginUsed: u32; + } & Struct; + readonly isCompletedExport: boolean; + readonly isStartedOverweightExport: boolean; + readonly asStartedOverweightExport: { + readonly nextOverweightIndex: u64; + } & Struct; + readonly isCompletedOverweightExport: boolean; + readonly isStartedCleanup: boolean; + readonly asStartedCleanup: { + readonly cursor: Option; + } & Struct; + readonly isCompleted: boolean; readonly type: - | "BadQueueConfig" - | "AlreadySuspended" - | "AlreadyResumed" - | "TooManyActiveOutboundChannels" - | "TooBig"; + | "NotStarted" + | "StartedExport" + | "CompletedExport" + | "StartedOverweightExport" + | "CompletedOverweightExport" + | "StartedCleanup" + | "Completed"; } - /** @name PalletXcmQueryStatus (634) */ + /** @name PalletXcmQueryStatus (614) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7573,7 +7514,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (638) */ + /** @name XcmVersionedResponse (618) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7584,7 +7525,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (644) */ + /** @name PalletXcmVersionMigrationStage (624) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7598,7 +7539,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (647) */ + /** @name PalletXcmRemoteLockedFungibleRecord (627) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7606,7 +7547,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (654) */ + /** @name PalletXcmError (634) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7659,7 +7600,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (655) */ + /** @name PalletAssetsAssetDetails (635) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7675,7 +7616,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (656) */ + /** @name PalletAssetsAssetStatus (636) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7683,7 +7624,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (658) */ + /** @name PalletAssetsAssetAccount (638) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7691,7 +7632,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (659) */ + /** @name PalletAssetsAccountStatus (639) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7699,7 +7640,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (660) */ + /** @name PalletAssetsExistenceReason (640) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7711,13 +7652,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (662) */ + /** @name PalletAssetsApproval (642) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (663) */ + /** @name PalletAssetsAssetMetadata (643) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7726,7 +7667,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (665) */ + /** @name PalletAssetsError (645) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7748,7 +7689,6 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; - readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7769,11 +7709,10 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed" - | "BadAssetId"; + | "CallbackFailed"; } - /** @name PalletAssetManagerError (666) */ + /** @name PalletAssetManagerError (646) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7794,7 +7733,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (667) */ + /** @name OrmlXtokensModuleError (647) */ interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; @@ -7839,7 +7778,7 @@ declare module "@polkadot/types/lookup" { | "RateLimited"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (668) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (648) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7861,7 +7800,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (669) */ + /** @name PalletXcmTransactorError (649) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7920,13 +7859,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (670) */ + /** @name PalletEthereumXcmError (650) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (671) */ + /** @name PalletMessageQueueBookState (651) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7936,13 +7875,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (673) */ + /** @name PalletMessageQueueNeighbours (653) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (675) */ + /** @name PalletMessageQueuePage (655) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7952,7 +7891,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (677) */ + /** @name PalletMessageQueueError (657) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7975,7 +7914,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (659) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7983,7 +7922,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (680) */ + /** @name PalletMoonbeamForeignAssetsError (660) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -8016,7 +7955,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (682) */ + /** @name PalletXcmWeightTraderError (662) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -8033,32 +7972,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (683) */ + /** @name PalletEmergencyParaXcmXcmMode (663) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (684) */ + /** @name PalletEmergencyParaXcmError (664) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (686) */ + /** @name PalletPrecompileBenchmarksError (666) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (687) */ + /** @name PalletRandomnessRequestState (667) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (688) */ + /** @name PalletRandomnessRequest (668) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8069,7 +8008,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (689) */ + /** @name PalletRandomnessRequestInfo (669) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8078,7 +8017,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (690) */ + /** @name PalletRandomnessRequestType (670) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8087,13 +8026,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (691) */ + /** @name PalletRandomnessRandomnessResult (671) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (692) */ + /** @name PalletRandomnessError (672) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8122,42 +8061,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (695) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (675) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (696) */ + /** @name FrameSystemExtensionsCheckSpecVersion (676) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (697) */ + /** @name FrameSystemExtensionsCheckTxVersion (677) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (698) */ + /** @name FrameSystemExtensionsCheckGenesis (678) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (701) */ + /** @name FrameSystemExtensionsCheckNonce (681) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (702) */ + /** @name FrameSystemExtensionsCheckWeight (682) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (683) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (684) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (705) */ + /** @name FrameMetadataHashExtensionMode (685) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (686) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonriverRuntimeRuntime (708) */ + /** @name MoonriverRuntimeRuntime (688) */ type MoonriverRuntimeRuntime = Null; } // declare module From 9dabf33871ea1456f265811c7dbf24fa50da40d3 Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Sun, 27 Oct 2024 21:22:28 -0300 Subject: [PATCH 25/27] fmt --- test/scripts/update-local-types.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index 8bfecad672..360df114e3 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -86,10 +86,14 @@ const scrapeMetadata = async (network: string, port: string) => { }); const metadataJson = await metadata.json(); - writeFile(`../../typescript-api`, `metadata-${network.replace("-local", "")}.json`, JSON.stringify(metadataJson)); + writeFile( + `../../typescript-api`, + `metadata-${network.replace("-local", "")}.json`, + JSON.stringify(metadataJson) + ); }; -const extractMetadata = async (network: string, rpcPort: string, port: string,) => { +const extractMetadata = async (network: string, rpcPort: string, port: string) => { const node = startNode(network, rpcPort, port); await new Promise((resolve) => setTimeout(resolve, 10000)); await scrapeMetadata(network, rpcPort); @@ -112,7 +116,6 @@ const executeUpdateAPIScript = async () => { await executeScript("../../typescript-api", "pnpm load:meta:moonriver"); await executeScript("../../typescript-api", "pnpm load:meta:moonbeam"); - // Generate meta & defs await executeScript("../../typescript-api", "pnpm generate:defs"); await executeScript("../../typescript-api", "pnpm generate:meta"); @@ -130,4 +133,3 @@ const executeUpdateAPIScript = async () => { }; executeUpdateAPIScript(); - From 3fe674f25f2237ff3082f4ba6bbba04e049b8e6f Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 28 Oct 2024 08:37:48 -0300 Subject: [PATCH 26/27] update script to use dev chains --- test/scripts/update-local-types.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts index 360df114e3..adeeb4aa03 100644 --- a/test/scripts/update-local-types.ts +++ b/test/scripts/update-local-types.ts @@ -88,7 +88,7 @@ const scrapeMetadata = async (network: string, port: string) => { const metadataJson = await metadata.json(); writeFile( `../../typescript-api`, - `metadata-${network.replace("-local", "")}.json`, + `metadata-${network.replace("-dev", "")}.json`, JSON.stringify(metadataJson) ); }; @@ -97,9 +97,9 @@ const extractMetadata = async (network: string, rpcPort: string, port: string) = const node = startNode(network, rpcPort, port); await new Promise((resolve) => setTimeout(resolve, 10000)); await scrapeMetadata(network, rpcPort); - await new Promise((resolve) => setTimeout(resolve, 10000)); console.log(`Metadata for ${network} saved ✅`); node.kill(); + await new Promise((resolve) => setTimeout(resolve, 2000)); }; const executeUpdateAPIScript = async () => { @@ -112,9 +112,9 @@ const executeUpdateAPIScript = async () => { // Generate types console.log("Extracting metadata for all runtimes..."); - await extractMetadata("moonbase-local", "9933", "30333"); - await executeScript("../../typescript-api", "pnpm load:meta:moonriver"); - await executeScript("../../typescript-api", "pnpm load:meta:moonbeam"); + await extractMetadata("moonbase-dev", "9933", "30333"); + await extractMetadata("moonriver-dev", "9944", "30344"); + await extractMetadata("moonbeam-dev", "9955", "30355"); // Generate meta & defs await executeScript("../../typescript-api", "pnpm generate:defs"); From 4dfd9709906f2e66a9d382dc24c1f0b7d8314d3f Mon Sep 17 00:00:00 2001 From: Pablo Labarta Date: Mon, 28 Oct 2024 08:38:00 -0300 Subject: [PATCH 27/27] update ts-api --- .../moonbeam/interfaces/augment-api-consts.ts | 44 +- .../moonbeam/interfaces/augment-api-errors.ts | 57 +- .../moonbeam/interfaces/augment-api-events.ts | 135 +- .../moonbeam/interfaces/augment-api-query.ts | 99 +- .../interfaces/augment-api-runtime.ts | 72 +- .../src/moonbeam/interfaces/augment-api-tx.ts | 400 +----- .../src/moonbeam/interfaces/lookup.ts | 1061 +++++++-------- .../src/moonbeam/interfaces/registry.ts | 54 +- .../src/moonbeam/interfaces/types-lookup.ts | 1178 ++++++++--------- .../interfaces/augment-api-consts.ts | 44 +- .../interfaces/augment-api-errors.ts | 57 +- .../interfaces/augment-api-events.ts | 135 +- .../moonriver/interfaces/augment-api-query.ts | 99 +- .../interfaces/augment-api-runtime.ts | 72 +- .../moonriver/interfaces/augment-api-tx.ts | 400 +----- .../src/moonriver/interfaces/lookup.ts | 1061 +++++++-------- .../src/moonriver/interfaces/registry.ts | 54 +- .../src/moonriver/interfaces/types-lookup.ts | 1178 ++++++++--------- 18 files changed, 2810 insertions(+), 3390 deletions(-) diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts index 8aa1f678ef..7f2154f1da 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -6,7 +6,7 @@ import "@polkadot/api-base/types/consts"; import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; -import type { Bytes, Null, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; +import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { Codec, ITuple } from "@polkadot/types-codec/types"; import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { @@ -445,15 +445,6 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; - /** - * Fraction of a proposal's value that should be bonded in order to place the proposal. An - * accepted proposal gets these back. A rejected proposal does not. - */ - proposalBond: Permill & AugmentedConst; - /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMaximum: Option & AugmentedConst; - /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -472,6 +463,17 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { + /** + * Maximal number of outbound XCMP channels that can have messages queued at the same time. + * + * If this is reached, then no further messages can be sent to channels that do not yet have a + * message queued. This should be set to the expected maximum of outbound channels which is + * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since + * otherwise the congestion control protocol will not work as intended and messages may be + * dropped. This value increases the PoV and should therefore not be picked too high. + * Governance needs to pay attention to not open more channels than this value. + */ + maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -480,6 +482,14 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; + /** + * The maximal page size for HRMP message pages. + * + * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case + * benchmarking. The limit for the size of a message is slightly below this, since some + * overhead is incurred for encoding the format. + */ + maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; @@ -491,19 +501,5 @@ declare module "@polkadot/api-base/types/consts" { /** Generic const */ [key: string]: Codec; }; - xTokens: { - /** - * Base XCM weight. - * - * The actually weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. - */ - baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** The id of the RateLimiter. */ - rateLimiterId: Null & AugmentedConst; - /** Self chain location. */ - selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ - [key: string]: Codec; - }; } // AugmentedConsts } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index 28c1fedadf..00b1daaf05 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts @@ -28,6 +28,8 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; + /** The asset ID must be equal to the [`NextAssetId`]. */ + BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -393,6 +395,8 @@ declare module "@polkadot/api-base/types/errors" { ContractNotCorrupted: AugmentedError; /** Contract not exist */ ContractNotExist: AugmentedError; + /** The key lengths exceeds the maximum allowed */ + KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -537,6 +541,7 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; + TotalInflationDistributionPercentExceeds100: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -626,6 +631,8 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; + /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -762,8 +769,6 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; - /** Proposer's balance is too low. */ - InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -832,6 +837,10 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; + /** The message is too big. */ + TooBig: AugmentedError; + /** There are too many active outbound channels. */ + TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -882,49 +891,5 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; - xTokens: { - /** Asset has no reserve location. */ - AssetHasNoReserve: AugmentedError; - /** The specified index does not exist in a Assets struct. */ - AssetIndexNonExistent: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ - BadVersion: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ - CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ - DestinationNotInvertible: AugmentedError; - /** We tried sending distinct asset and fee but they have different reserve chains. */ - DistinctReserveForAssetAndFee: AugmentedError; - /** Fee is not enough. */ - FeeNotEnough: AugmentedError; - /** Could not get ancestry of asset reserve location. */ - InvalidAncestry: AugmentedError; - /** The Asset is invalid. */ - InvalidAsset: AugmentedError; - /** Invalid transfer destination. */ - InvalidDest: AugmentedError; - /** MinXcmFee not registered for certain reserve location */ - MinXcmFeeNotDefined: AugmentedError; - /** Not cross-chain transfer. */ - NotCrossChainTransfer: AugmentedError; - /** Currency is not cross-chain transferable. */ - NotCrossChainTransferableCurrency: AugmentedError; - /** Not supported Location */ - NotSupportedLocation: AugmentedError; - /** Asset transfer is limited by RateLimiter. */ - RateLimited: AugmentedError; - /** The number of assets to be sent is over the maximum. */ - TooManyAssetsBeingSent: AugmentedError; - /** The message's weight could not be determined. */ - UnweighableMessage: AugmentedError; - /** XCM execution failed. */ - XcmExecutionFailed: AugmentedError; - /** The transfering asset amount is zero. */ - ZeroAmount: AugmentedError; - /** The fee is zero. */ - ZeroFee: AugmentedError; - /** Generic error */ - [key: string]: AugmentedError; - }; } // AugmentedErrors } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index dadabc4c0b..75d903e2e3 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts @@ -32,19 +32,21 @@ import type { FrameSupportTokensMiscBalanceStatus, MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeProxyType, + MoonbeamRuntimeRuntimeParamsRuntimeParametersKey, + MoonbeamRuntimeRuntimeParamsRuntimeParametersValue, MoonbeamRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegatorAdded, + PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, - StagingXcmV4Asset, StagingXcmV4AssetAssets, StagingXcmV4Location, StagingXcmV4Response, @@ -160,6 +162,12 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; + /** Some assets were deposited (e.g. for transaction fees). */ + Deposited: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -238,6 +246,12 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; + /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + Withdrawn: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -479,40 +493,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - dmpQueue: { - /** Some debris was cleaned up. */ - CleanedSome: AugmentedEvent; - /** The cleanup of remaining pallet storage completed. */ - Completed: AugmentedEvent; - /** The export of pages completed. */ - CompletedExport: AugmentedEvent; - /** The export of overweight messages completed. */ - CompletedOverweightExport: AugmentedEvent; - /** The export of a page completed. */ - Exported: AugmentedEvent; - /** The export of an overweight message completed. */ - ExportedOverweight: AugmentedEvent; - /** - * The export of a page failed. - * - * This should never be emitted. - */ - ExportFailed: AugmentedEvent; - /** - * The export of an overweight message failed. - * - * This should never be emitted. - */ - ExportOverweightFailed: AugmentedEvent; - /** The cleanup of remaining pallet storage started. */ - StartedCleanup: AugmentedEvent; - /** The export of pages started. */ - StartedExport: AugmentedEvent; - /** The export of overweight messages started. */ - StartedOverweightExport: AugmentedEvent; - /** Generic event */ - [key: string]: AugmentedEvent; - }; emergencyParaXcm: { /** The XCM incoming execution was Paused */ EnteredPausedXcmMode: AugmentedEvent; @@ -1143,6 +1123,23 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; + /** Transferred to account which holds funds reserved for parachain bond. */ + InflationDistributed: AugmentedEvent< + ApiType, + [index: u32, account: AccountId20, value: u128], + { index: u32; account: AccountId20; value: u128 } + >; + InflationDistributionConfigUpdated: AugmentedEvent< + ApiType, + [ + old: PalletParachainStakingInflationDistributionConfig, + new_: PalletParachainStakingInflationDistributionConfig + ], + { + old: PalletParachainStakingInflationDistributionConfig; + new_: PalletParachainStakingInflationDistributionConfig; + } + >; /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ InflationSet: AugmentedEvent< ApiType, @@ -1175,24 +1172,6 @@ declare module "@polkadot/api-base/types/events" { [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; - /** Account (re)set for parachain bond treasury. */ - ParachainBondAccountSet: AugmentedEvent< - ApiType, - [old: AccountId20, new_: AccountId20], - { old: AccountId20; new_: AccountId20 } - >; - /** Percent of inflation reserved for parachain bond (re)set. */ - ParachainBondReservePercentSet: AugmentedEvent< - ApiType, - [old: Percent, new_: Percent], - { old: Percent; new_: Percent } - >; - /** Transferred to account which holds funds reserved for parachain bond. */ - ReservedForParachainBond: AugmentedEvent< - ApiType, - [account: AccountId20, value: u128], - { account: AccountId20; value: u128 } - >; /** Paid the account (delegator or collator) the balance as liquid rewards. */ Rewarded: AugmentedEvent< ApiType, @@ -1238,6 +1217,28 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + parameters: { + /** + * A Parameter was set. + * + * Is also emitted when the value was not changed. + */ + Updated: AugmentedEvent< + ApiType, + [ + key: MoonbeamRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option + ], + { + key: MoonbeamRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; + } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1865,14 +1866,6 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** New proposal. */ - Proposed: AugmentedEvent; - /** A proposal was rejected; funds were slashed. */ - Rejected: AugmentedEvent< - ApiType, - [proposalIndex: u32, slashed: u128], - { proposalIndex: u32; slashed: u128 } - >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ @@ -2097,25 +2090,5 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - xTokens: { - /** Transferred `Asset` with fee. */ - TransferredAssets: AugmentedEvent< - ApiType, - [ - sender: AccountId20, - assets: StagingXcmV4AssetAssets, - fee: StagingXcmV4Asset, - dest: StagingXcmV4Location - ], - { - sender: AccountId20; - assets: StagingXcmV4AssetAssets; - fee: StagingXcmV4Asset; - dest: StagingXcmV4Location; - } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; } // AugmentedEvents } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index 66325935a1..8a547f324b 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts @@ -33,7 +33,6 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -45,12 +44,15 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, MoonbeamRuntimeRuntimeHoldReason, + MoonbeamRuntimeRuntimeParamsRuntimeParametersKey, + MoonbeamRuntimeRuntimeParamsRuntimeParametersValue, MoonbeamRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, @@ -60,7 +62,6 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, - PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, @@ -73,6 +74,7 @@ import type { PalletMessageQueueBookState, PalletMessageQueuePage, PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -83,8 +85,9 @@ import type { PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, + PalletParachainStakingInflationDistributionAccount, + PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, - PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletPreimageOldRequestStatus, @@ -113,7 +116,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -193,6 +198,19 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; + /** + * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage + * item has no effect. + * + * This can be useful for setting up constraints for IDs of the new assets. For example, by + * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an + * auto-increment model can be applied to all new asset IDs. + * + * The initial next asset ID can be set using the [`GenesisConfig`] or the + * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. + */ + nextAssetId: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -284,7 +302,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -407,17 +425,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - dmpQueue: { - /** The migration state of this pallet. */ - migrationStatus: AugmentedQuery< - ApiType, - () => Observable, - [] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; emergencyParaXcm: { /** Whether incoming XCM is enabled or paused */ mode: AugmentedQuery Observable, []> & @@ -702,6 +709,12 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { + stateMigrationStatusValue: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & + QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -905,10 +918,15 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Parachain bond config info { account, percent_of_inflation } */ - parachainBondInfo: AugmentedQuery< + /** + * Inflation distribution configuration, including accounts that should receive inflation + * before it is distributed to collators and delegators. + * + * The sum of the distribution percents must be less than or equal to 100. + */ + inflationDistributionInfo: AugmentedQuery< ApiType, - () => Observable, + () => Observable>, [] > & QueryableStorageEntry; @@ -1164,6 +1182,24 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + parameters: { + /** Stored parameters. */ + parameters: AugmentedQuery< + ApiType, + ( + arg: + | MoonbeamRuntimeRuntimeParamsRuntimeParametersKey + | { RuntimeConfig: any } + | { PalletRandomness: any } + | string + | Uint8Array + ) => Observable>, + [MoonbeamRuntimeRuntimeParamsRuntimeParametersKey] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; polkadotXcm: { /** * The existing asset traps. @@ -1203,6 +1239,19 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be + * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + recordedXcm: AugmentedQuery< + ApiType, + () => Observable>>, + [] + > & + QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1220,6 +1269,16 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; + /** + * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only + * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and + * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + shouldRecordXcm: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, @@ -1798,9 +1857,5 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - xTokens: { - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; } // AugmentedQueries } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts index 7bf0002f22..798d1db8cc 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-runtime.ts @@ -19,10 +19,15 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + CallDryRunEffects, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -44,15 +49,23 @@ import type { Header, Index, KeyTypeId, + OriginCaller, Permill, + RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { + XcmVersionedAssetId, + XcmVersionedLocation, + XcmVersionedXcm, +} from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -170,6 +183,43 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x91b1c8b16328eb92/1 */ + dryRunApi: { + /** Dry run call */ + dryRunCall: AugmentedCall< + ApiType, + ( + origin: OriginCaller | { System: any } | string | Uint8Array, + call: RuntimeCall | IMethod | string | Uint8Array + ) => Observable> + >; + /** Dry run XCM program */ + dryRunXcm: AugmentedCall< + ApiType, + ( + originLocation: + | VersionedMultiLocation + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array, + xcm: + | VersionedXcm + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -277,6 +327,24 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: + | XcmVersionedLocation + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts index edca8541f0..8dd0cee23a 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-tx.ts @@ -47,8 +47,8 @@ import type { MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, MoonbeamRuntimeOriginCaller, MoonbeamRuntimeProxyType, + MoonbeamRuntimeRuntimeParamsRuntimeParameters, MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeXcmConfigCurrencyId, MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, @@ -57,6 +57,7 @@ import type { PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletMultisigTimepoint, + PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorHrmpOperation, PalletXcmTransactorTransactWeights, @@ -65,9 +66,8 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -257,7 +257,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -417,7 +417,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -914,6 +914,22 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { + /** + * Burn the specified liquid free balance from the origin account. + * + * If the origin's account ends up below the existential deposit as a result of the burn and + * `keep_alive` is false, the account will be reaped. + * + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this + * `burn` operation will reduce total issuance by the amount _burned_. + */ + burn: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [Compact, bool] + >; /** * Adjust the total issuance in a saturating way. * @@ -1295,10 +1311,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - dmpQueue: { - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; emergencyParaXcm: { /** Authorize a runtime upgrade. Only callable in `Paused` mode */ fastAuthorizeUpgrade: AugmentedSubmittable< @@ -2557,12 +2569,27 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the account that will hold funds set aside for parachain bond */ + /** Set the inflation distribution configuration. */ + setInflationDistributionConfig: AugmentedSubmittable< + ( + updated: PalletParachainStakingInflationDistributionConfig + ) => SubmittableExtrinsic, + [PalletParachainStakingInflationDistributionConfig] + >; + /** + * Deprecated: please use `set_inflation_distribution_config` instead. + * + * Set the account that will hold funds set aside for parachain bond + */ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Set the percent of inflation set aside for parachain bond */ + /** + * Deprecated: please use `set_inflation_distribution_config` instead. + * + * Set the percent of inflation set aside for parachain bond + */ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] @@ -2668,6 +2695,27 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + parameters: { + /** + * Set the value of a parameter. + * + * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be + * deleted by setting them to `None`. + */ + setParameter: AugmentedSubmittable< + ( + keyValue: + | MoonbeamRuntimeRuntimeParamsRuntimeParameters + | { RuntimeConfig: any } + | { PalletRandomness: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [MoonbeamRuntimeRuntimeParamsRuntimeParameters] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3123,7 +3171,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -3953,30 +4001,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { - /** - * Approve a proposal. - * - * ## Dispatch Origin - * - * Must be [`Config::ApproveOrigin`]. - * - * ## Details - * - * At a later time, the proposal will be allocated to the beneficiary and the original deposit - * will be returned. - * - * ### Complexity - * - * - O(1). - * - * ## Events - * - * No events are emitted from this dispatch. - */ - approveProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -4008,7 +4032,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4029,56 +4053,6 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Put forward a suggestion for spending. - * - * ## Dispatch Origin - * - * Must be signed. - * - * ## Details - * - * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It - * is returned once the proposal is awarded. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Proposed`] if successful. - */ - proposeSpend: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - beneficiary: AccountId20 | string | Uint8Array - ) => SubmittableExtrinsic, - [Compact, AccountId20] - >; - /** - * Reject a proposed spend. - * - * ## Dispatch Origin - * - * Must be [`Config::RejectOrigin`]. - * - * ## Details - * - * The original deposit will be slashed. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Rejected`] if successful. - */ - rejectProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4742,7 +4716,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4761,7 +4735,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4805,253 +4779,5 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - xTokens: { - /** - * Transfer native currencies. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transfer: AugmentedSubmittable< - ( - currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset`. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiasset: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several `Asset` specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the Assets that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassets: AugmentedSubmittable< - ( - assets: - | XcmVersionedAssets - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAssets, u32, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset` specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the Asset to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance For now we only accept fee and asset - * having the same `Location` id. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassetWithFee: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - fee: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several currencies specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the currencies tuple that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMulticurrencies: AugmentedSubmittable< - ( - currencies: - | Vec> - | [ - ( - | MoonbeamRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array - ), - u128 | AnyNumber | Uint8Array - ][], - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [ - Vec>, - u32, - XcmVersionedLocation, - XcmV3WeightLimit - ] - >; - /** - * Transfer native currencies specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the amount to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferWithFee: AugmentedSubmittable< - ( - currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - fee: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; } // AugmentedSubmittables } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/lookup.ts b/typescript-api/src/moonbeam/interfaces/lookup.ts index 18866d8c49..1a875fb2a0 100644 --- a/typescript-api/src/moonbeam/interfaces/lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/lookup.ts @@ -405,23 +405,17 @@ export default { account: "AccountId20", rewards: "u128", }, - ReservedForParachainBond: { + InflationDistributed: { + index: "u32", account: "AccountId20", value: "u128", }, - ParachainBondAccountSet: { + InflationDistributionConfigUpdated: { _alias: { new_: "new", }, - old: "AccountId20", - new_: "AccountId20", - }, - ParachainBondReservePercentSet: { - _alias: { - new_: "new", - }, - old: "Percent", - new_: "Percent", + old: "PalletParachainStakingInflationDistributionConfig", + new_: "PalletParachainStakingInflationDistributionConfig", }, InflationSet: { annualMin: "Perbill", @@ -495,13 +489,26 @@ export default { AddedToBottom: "Null", }, }, - /** Lookup44: pallet_author_slot_filter::pallet::Event */ + /** + * Lookup43: + * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", + /** + * Lookup45: + * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingInflationDistributionAccount: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup47: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup46: pallet_author_mapping::pallet::Event */ + /** Lookup49: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -527,11 +534,11 @@ export default { }, }, }, - /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ + /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -560,7 +567,7 @@ export default { }, }, }, - /** Lookup51: pallet_utility::pallet::Event */ + /** Lookup54: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -578,7 +585,7 @@ export default { }, }, }, - /** Lookup54: pallet_proxy::pallet::Event */ + /** Lookup57: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -609,7 +616,7 @@ export default { }, }, }, - /** Lookup55: moonbeam_runtime::ProxyType */ + /** Lookup58: moonbeam_runtime::ProxyType */ MoonbeamRuntimeProxyType: { _enum: [ "Any", @@ -622,7 +629,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup57: pallet_maintenance_mode::pallet::Event */ + /** Lookup60: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -635,7 +642,7 @@ export default { }, }, }, - /** Lookup58: pallet_identity::pallet::Event */ + /** Lookup61: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -707,7 +714,7 @@ export default { }, }, }, - /** Lookup60: pallet_migrations::pallet::Event */ + /** Lookup63: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -729,7 +736,7 @@ export default { }, }, }, - /** Lookup61: pallet_multisig::pallet::Event */ + /** Lookup64: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -758,12 +765,60 @@ export default { }, }, }, - /** Lookup62: pallet_multisig::Timepoint */ + /** Lookup65: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup63: pallet_evm::pallet::Event */ + /** Lookup66: pallet_parameters::pallet::Event */ + PalletParametersEvent: { + _enum: { + Updated: { + key: "MoonbeamRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", + }, + }, + }, + /** Lookup67: moonbeam_runtime::runtime_params::RuntimeParametersKey */ + MoonbeamRuntimeRuntimeParamsRuntimeParametersKey: { + _enum: { + RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", + }, + }, + /** Lookup68: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { + _enum: ["FeesTreasuryProportion"], + }, + /** Lookup69: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", + /** Lookup70: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { + _enum: ["Deposit"], + }, + /** Lookup71: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", + /** Lookup73: moonbeam_runtime::runtime_params::RuntimeParametersValue */ + MoonbeamRuntimeRuntimeParamsRuntimeParametersValue: { + _enum: { + RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", + PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", + }, + }, + /** Lookup74: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { + _enum: { + FeesTreasuryProportion: "Perbill", + }, + }, + /** Lookup75: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { + _enum: { + Deposit: "u128", + }, + }, + /** Lookup77: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { Log: { @@ -783,13 +838,13 @@ export default { }, }, }, - /** Lookup64: ethereum::log::Log */ + /** Lookup78: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup67: pallet_ethereum::pallet::Event */ + /** Lookup81: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -801,7 +856,7 @@ export default { }, }, }, - /** Lookup68: evm_core::error::ExitReason */ + /** Lookup82: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -810,11 +865,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup69: evm_core::error::ExitSucceed */ + /** Lookup83: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup70: evm_core::error::ExitError */ + /** Lookup84: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -835,11 +890,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup74: evm_core::error::ExitRevert */ + /** Lookup88: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup75: evm_core::error::ExitFatal */ + /** Lookup89: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -848,7 +903,7 @@ export default { Other: "Text", }, }, - /** Lookup76: pallet_scheduler::pallet::Event */ + /** Lookup90: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -892,7 +947,7 @@ export default { }, }, }, - /** Lookup78: pallet_preimage::pallet::Event */ + /** Lookup92: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -915,14 +970,14 @@ export default { }, }, }, - /** Lookup79: pallet_conviction_voting::pallet::Event */ + /** Lookup93: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup80: pallet_referenda::pallet::Event */ + /** Lookup94: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1001,7 +1056,7 @@ export default { }, }, /** - * Lookup81: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1022,7 +1077,7 @@ export default { }, }, }, - /** Lookup83: frame_system::pallet::Call */ + /** Lookup97: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1065,7 +1120,7 @@ export default { }, }, }, - /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1083,35 +1138,35 @@ export default { }, }, }, - /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup91: sp_trie::storage_proof::StorageProof */ + /** Lookup105: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup101: pallet_timestamp::pallet::Call */ + /** Lookup115: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1119,7 +1174,7 @@ export default { }, }, }, - /** Lookup102: pallet_root_testing::pallet::Call */ + /** Lookup116: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1128,7 +1183,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup103: pallet_balances::pallet::Call */ + /** Lookup117: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1165,13 +1220,17 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, + burn: { + value: "Compact", + keepAlive: "bool", + }, }, }, - /** Lookup106: pallet_balances::types::AdjustmentDirection */ + /** Lookup120: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup107: pallet_parachain_staking::pallet::Call */ + /** Lookup121: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1299,13 +1358,19 @@ export default { bond: "u128", candidateCount: "u32", }, + set_inflation_distribution_config: { + _alias: { + new_: "new", + }, + new_: "PalletParachainStakingInflationDistributionConfig", + }, }, }, - /** Lookup110: pallet_author_inherent::pallet::Call */ + /** Lookup124: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup111: pallet_author_slot_filter::pallet::Call */ + /** Lookup125: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1316,7 +1381,7 @@ export default { }, }, }, - /** Lookup112: pallet_author_mapping::pallet::Call */ + /** Lookup126: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1338,7 +1403,7 @@ export default { }, }, }, - /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1362,7 +1427,7 @@ export default { }, }, }, - /** Lookup114: pallet_utility::pallet::Call */ + /** Lookup128: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1388,7 +1453,7 @@ export default { }, }, }, - /** Lookup116: moonbeam_runtime::OriginCaller */ + /** Lookup130: moonbeam_runtime::OriginCaller */ MoonbeamRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1503,7 +1568,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1511,13 +1576,13 @@ export default { None: "Null", }, }, - /** Lookup118: pallet_ethereum::RawOrigin */ + /** Lookup132: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup119: moonbeam_runtime::governance::origins::custom_origins::Origin */ + /** Lookup133: moonbeam_runtime::governance::origins::custom_origins::Origin */ MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1527,7 +1592,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup120: pallet_collective::RawOrigin */ + /** Lookup134: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1535,40 +1600,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup123: pallet_xcm::pallet::Origin */ + /** Lookup137: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup124: staging_xcm::v4::location::Location */ + /** Lookup138: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup125: staging_xcm::v4::junctions::Junctions */ + /** Lookup139: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup127;1]", - X2: "[Lookup127;2]", - X3: "[Lookup127;3]", - X4: "[Lookup127;4]", - X5: "[Lookup127;5]", - X6: "[Lookup127;6]", - X7: "[Lookup127;7]", - X8: "[Lookup127;8]", + X1: "[Lookup141;1]", + X2: "[Lookup141;2]", + X3: "[Lookup141;3]", + X4: "[Lookup141;4]", + X5: "[Lookup141;5]", + X6: "[Lookup141;6]", + X7: "[Lookup141;7]", + X8: "[Lookup141;8]", }, }, - /** Lookup127: staging_xcm::v4::junction::Junction */ + /** Lookup141: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1598,7 +1663,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup130: staging_xcm::v4::junction::NetworkId */ + /** Lookup144: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1619,7 +1684,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup131: xcm::v3::junction::BodyId */ + /** Lookup145: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1634,7 +1699,7 @@ export default { Treasury: "Null", }, }, - /** Lookup132: xcm::v3::junction::BodyPart */ + /** Lookup146: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1655,15 +1720,15 @@ export default { }, }, }, - /** Lookup140: pallet_ethereum_xcm::RawOrigin */ + /** Lookup154: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup141: sp_core::Void */ + /** Lookup155: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup142: pallet_proxy::pallet::Call */ + /** Lookup156: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -1714,11 +1779,11 @@ export default { }, }, }, - /** Lookup144: pallet_maintenance_mode::pallet::Call */ + /** Lookup158: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup145: pallet_identity::pallet::Call */ + /** Lookup159: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1801,7 +1866,7 @@ export default { }, }, }, - /** Lookup146: pallet_identity::legacy::IdentityInfo */ + /** Lookup160: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1813,7 +1878,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup184: pallet_identity::types::Judgement */ + /** Lookup198: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1825,9 +1890,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup186: account::EthereumSignature */ + /** Lookup200: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup188: pallet_multisig::pallet::Call */ + /** Lookup202: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1856,7 +1921,7 @@ export default { }, }, }, - /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1869,7 +1934,35 @@ export default { }, }, }, - /** Lookup193: pallet_evm::pallet::Call */ + /** Lookup207: pallet_parameters::pallet::Call */ + PalletParametersCall: { + _enum: { + set_parameter: { + keyValue: "MoonbeamRuntimeRuntimeParamsRuntimeParameters", + }, + }, + }, + /** Lookup208: moonbeam_runtime::runtime_params::RuntimeParameters */ + MoonbeamRuntimeRuntimeParamsRuntimeParameters: { + _enum: { + RuntimeConfig: "MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", + PalletRandomness: "MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", + }, + }, + /** Lookup209: moonbeam_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + _enum: { + FeesTreasuryProportion: + "(MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", + }, + }, + /** Lookup211: moonbeam_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { + _enum: { + Deposit: "(MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", + }, + }, + /** Lookup213: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { withdraw: { @@ -1910,7 +2003,7 @@ export default { }, }, }, - /** Lookup199: pallet_ethereum::pallet::Call */ + /** Lookup219: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -1918,7 +2011,7 @@ export default { }, }, }, - /** Lookup200: ethereum::transaction::TransactionV2 */ + /** Lookup220: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -1926,7 +2019,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup201: ethereum::transaction::LegacyTransaction */ + /** Lookup221: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -1936,20 +2029,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup202: ethereum::transaction::TransactionAction */ + /** Lookup222: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup203: ethereum::transaction::TransactionSignature */ + /** Lookup223: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup205: ethereum::transaction::EIP2930Transaction */ + /** Lookup225: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -1963,12 +2056,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup207: ethereum::transaction::AccessListItem */ + /** Lookup227: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup208: ethereum::transaction::EIP1559Transaction */ + /** Lookup228: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -1983,7 +2076,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup209: pallet_scheduler::pallet::Call */ + /** Lookup229: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2037,7 +2130,7 @@ export default { }, }, }, - /** Lookup211: pallet_preimage::pallet::Call */ + /** Lookup231: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2066,7 +2159,7 @@ export default { }, }, }, - /** Lookup212: pallet_conviction_voting::pallet::Call */ + /** Lookup232: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2097,7 +2190,7 @@ export default { }, }, }, - /** Lookup213: pallet_conviction_voting::vote::AccountVote */ + /** Lookup233: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2115,11 +2208,11 @@ export default { }, }, }, - /** Lookup215: pallet_conviction_voting::conviction::Conviction */ + /** Lookup235: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup217: pallet_referenda::pallet::Call */ + /** Lookup237: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { @@ -2154,14 +2247,14 @@ export default { }, }, }, - /** Lookup218: frame_support::traits::schedule::DispatchTime */ + /** Lookup238: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup220: pallet_whitelist::pallet::Call */ + /** Lookup240: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2180,7 +2273,7 @@ export default { }, }, }, - /** Lookup221: pallet_collective::pallet::Call */ + /** Lookup241: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2214,19 +2307,12 @@ export default { }, }, }, - /** Lookup223: pallet_treasury::pallet::Call */ + /** Lookup243: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", - }, - reject_proposal: { - proposalId: "Compact", - }, - approve_proposal: { - proposalId: "Compact", - }, + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", spend_local: { amount: "Compact", beneficiary: "AccountId20", @@ -2251,7 +2337,7 @@ export default { }, }, }, - /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2276,7 +2362,7 @@ export default { }, }, }, - /** Lookup226: sp_runtime::MultiSignature */ + /** Lookup246: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2284,9 +2370,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup233: pallet_xcm::pallet::Call */ + /** Lookup252: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2361,7 +2445,7 @@ export default { }, }, }, - /** Lookup234: xcm::VersionedLocation */ + /** Lookup253: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2371,12 +2455,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup235: xcm::v2::multilocation::MultiLocation */ + /** Lookup254: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup236: xcm::v2::multilocation::Junctions */ + /** Lookup255: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2390,7 +2474,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup237: xcm::v2::junction::Junction */ + /** Lookup256: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2416,7 +2500,7 @@ export default { }, }, }, - /** Lookup238: xcm::v2::NetworkId */ + /** Lookup257: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2425,7 +2509,7 @@ export default { Kusama: "Null", }, }, - /** Lookup240: xcm::v2::BodyId */ + /** Lookup259: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2440,7 +2524,7 @@ export default { Treasury: "Null", }, }, - /** Lookup241: xcm::v2::BodyPart */ + /** Lookup260: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2461,12 +2545,12 @@ export default { }, }, }, - /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup243: xcm::v3::junctions::Junctions */ + /** Lookup262: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2480,7 +2564,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup244: xcm::v3::junction::Junction */ + /** Lookup263: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2510,7 +2594,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup246: xcm::v3::junction::NetworkId */ + /** Lookup265: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2531,7 +2615,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup247: xcm::VersionedXcm */ + /** Lookup266: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2541,9 +2625,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup248: xcm::v2::Xcm */ + /** Lookup267: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup250: xcm::v2::Instruction */ + /** Lookup269: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2639,28 +2723,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup251: xcm::v2::multiasset::MultiAssets */ + /** Lookup270: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup253: xcm::v2::multiasset::MultiAsset */ + /** Lookup272: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup254: xcm::v2::multiasset::AssetId */ + /** Lookup273: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup255: xcm::v2::multiasset::Fungibility */ + /** Lookup274: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup256: xcm::v2::multiasset::AssetInstance */ + /** Lookup275: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2672,7 +2756,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup257: xcm::v2::Response */ + /** Lookup276: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2681,7 +2765,7 @@ export default { Version: "u32", }, }, - /** Lookup260: xcm::v2::traits::Error */ + /** Lookup279: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2712,22 +2796,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup261: xcm::v2::OriginKind */ + /** Lookup280: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup262: xcm::double_encoded::DoubleEncoded */ + /** Lookup281: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2737,20 +2821,20 @@ export default { }, }, }, - /** Lookup265: xcm::v2::multiasset::WildFungibility */ + /** Lookup284: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup266: xcm::v2::WeightLimit */ + /** Lookup285: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup267: xcm::v3::Xcm */ + /** Lookup286: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup269: xcm::v3::Instruction */ + /** Lookup288: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2772,7 +2856,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2890,28 +2974,28 @@ export default { }, }, }, - /** Lookup270: xcm::v3::multiasset::MultiAssets */ + /** Lookup289: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v3::multiasset::MultiAsset */ + /** Lookup291: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup273: xcm::v3::multiasset::AssetId */ + /** Lookup292: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup274: xcm::v3::multiasset::Fungibility */ + /** Lookup293: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup275: xcm::v3::multiasset::AssetInstance */ + /** Lookup294: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2922,7 +3006,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup276: xcm::v3::Response */ + /** Lookup295: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -2933,7 +3017,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup279: xcm::v3::traits::Error */ + /** Lookup298: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -2978,7 +3062,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup281: xcm::v3::PalletInfo */ + /** Lookup300: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -2987,7 +3071,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup284: xcm::v3::MaybeErrorCode */ + /** Lookup303: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -2995,20 +3079,24 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup287: xcm::v3::QueryResponseInfo */ + /** Lookup306: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup307: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3024,20 +3112,20 @@ export default { }, }, }, - /** Lookup290: xcm::v3::multiasset::WildFungibility */ + /** Lookup310: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup291: xcm::v3::WeightLimit */ + /** Lookup311: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup292: staging_xcm::v4::Xcm */ + /** Lookup312: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup294: staging_xcm::v4::Instruction */ + /** Lookup314: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3059,7 +3147,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3177,23 +3265,23 @@ export default { }, }, }, - /** Lookup295: staging_xcm::v4::asset::Assets */ + /** Lookup315: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup297: staging_xcm::v4::asset::Asset */ + /** Lookup317: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup298: staging_xcm::v4::asset::AssetId */ + /** Lookup318: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup299: staging_xcm::v4::asset::Fungibility */ + /** Lookup319: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup300: staging_xcm::v4::asset::AssetInstance */ + /** Lookup320: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3204,7 +3292,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup301: staging_xcm::v4::Response */ + /** Lookup321: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3215,7 +3303,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup303: staging_xcm::v4::PalletInfo */ + /** Lookup323: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3224,20 +3312,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup307: staging_xcm::v4::QueryResponseInfo */ + /** Lookup327: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup308: staging_xcm::v4::asset::AssetFilter */ + /** Lookup328: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup309: staging_xcm::v4::asset::WildAsset */ + /** Lookup329: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3253,11 +3341,11 @@ export default { }, }, }, - /** Lookup310: staging_xcm::v4::asset::WildFungibility */ + /** Lookup330: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup311: xcm::VersionedAssets */ + /** Lookup331: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3267,7 +3355,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3276,7 +3364,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup324: xcm::VersionedAssetId */ + /** Lookup344: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3286,7 +3374,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup325: pallet_assets::pallet::Call */ + /** Lookup345: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3436,7 +3524,7 @@ export default { }, }, }, - /** Lookup326: pallet_asset_manager::pallet::Call */ + /** Lookup346: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3463,81 +3551,20 @@ export default { }, }, }, - /** Lookup327: moonbeam_runtime::xcm_config::AssetType */ + /** Lookup347: moonbeam_runtime::xcm_config::AssetType */ MoonbeamRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup328: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ + /** Lookup348: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup329: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { - _enum: { - transfer: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", - amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_with_fee: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", - amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multicurrencies: { - currencies: "Vec<(MoonbeamRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - }, - }, - /** Lookup330: moonbeam_runtime::xcm_config::CurrencyId */ - MoonbeamRuntimeXcmConfigCurrencyId: { - _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", - }, - }, - }, - /** Lookup331: xcm::VersionedAsset */ - XcmVersionedAsset: { - _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", - }, - }, - /** Lookup334: pallet_xcm_transactor::pallet::Call */ + /** Lookup349: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3560,7 +3587,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3594,28 +3621,38 @@ export default { }, }, }, - /** Lookup335: moonbeam_runtime::xcm_config::Transactors */ + /** Lookup350: moonbeam_runtime::xcm_config::Transactors */ MoonbeamRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup337: pallet_xcm_transactor::pallet::Currency */ + /** Lookup352: moonbeam_runtime::xcm_config::CurrencyId */ + MoonbeamRuntimeXcmConfigCurrencyId: { + _enum: { + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", + }, + }, + }, + /** Lookup353: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonbeamRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup355: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup358: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3629,18 +3666,18 @@ export default { }, }, }, - /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup345: pallet_ethereum_xcm::pallet::Call */ + /** Lookup361: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3659,14 +3696,14 @@ export default { }, }, }, - /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3675,19 +3712,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3695,7 +3732,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup354: pallet_message_queue::pallet::Call */ + /** Lookup370: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3710,7 +3747,7 @@ export default { }, }, }, - /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup371: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3718,7 +3755,7 @@ export default { Sibling: "u32", }, }, - /** Lookup356: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3741,7 +3778,7 @@ export default { }, }, }, - /** Lookup358: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup374: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3763,7 +3800,7 @@ export default { }, }, }, - /** Lookup359: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup375: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3772,19 +3809,19 @@ export default { }, }, }, - /** Lookup360: pallet_randomness::pallet::Call */ + /** Lookup376: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup361: sp_runtime::traits::BlakeTwo256 */ + /** Lookup377: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup363: pallet_conviction_voting::types::Tally */ + /** Lookup379: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup364: pallet_whitelist::pallet::Event */ + /** Lookup380: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3799,17 +3836,17 @@ export default { }, }, }, - /** Lookup366: frame_support::dispatch::PostDispatchInfo */ + /** Lookup382: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup367: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup383: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup368: pallet_collective::pallet::Event */ + /** Lookup384: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3846,12 +3883,9 @@ export default { }, }, }, - /** Lookup370: pallet_treasury::pallet::Event */ + /** Lookup386: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { - Proposed: { - proposalIndex: "u32", - }, Spending: { budgetRemaining: "u128", }, @@ -3860,10 +3894,6 @@ export default { award: "u128", account: "AccountId20", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, Burnt: { burntFunds: "u128", }, @@ -3906,7 +3936,7 @@ export default { }, }, }, - /** Lookup371: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup387: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3917,7 +3947,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup372: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup388: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3925,7 +3955,7 @@ export default { }, }, }, - /** Lookup373: cumulus_pallet_xcm::pallet::Event */ + /** Lookup389: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3933,7 +3963,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup374: staging_xcm::v4::traits::Outcome */ + /** Lookup390: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3948,35 +3978,7 @@ export default { }, }, }, - /** Lookup375: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { - _enum: { - StartedExport: "Null", - Exported: { - page: "u32", - }, - ExportFailed: { - page: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", - }, - ExportOverweightFailed: { - index: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", - }, - Completed: { - error: "bool", - }, - }, - }, - /** Lookup376: pallet_xcm::pallet::Event */ + /** Lookup391: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4099,7 +4101,7 @@ export default { }, }, }, - /** Lookup377: pallet_assets::pallet::Event */ + /** Lookup392: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4211,9 +4213,19 @@ export default { assetId: "u128", who: "AccountId20", }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, }, }, - /** Lookup378: pallet_asset_manager::pallet::Event */ + /** Lookup393: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4242,18 +4254,7 @@ export default { }, }, }, - /** Lookup379: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { - _enum: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", - }, - }, - }, - /** Lookup380: pallet_xcm_transactor::pallet::Event */ + /** Lookup394: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4301,13 +4302,13 @@ export default { }, }, }, - /** Lookup381: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup382: pallet_ethereum_xcm::pallet::Event */ + /** Lookup396: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4316,7 +4317,7 @@ export default { }, }, }, - /** Lookup383: pallet_message_queue::pallet::Event */ + /** Lookup397: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4342,7 +4343,7 @@ export default { }, }, }, - /** Lookup384: frame_support::traits::messages::ProcessMessageError */ + /** Lookup398: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4350,9 +4351,10 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup385: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup399: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4374,7 +4376,7 @@ export default { }, }, }, - /** Lookup386: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup400: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4396,11 +4398,11 @@ export default { }, }, }, - /** Lookup387: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup401: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup388: pallet_randomness::pallet::Event */ + /** Lookup402: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4435,7 +4437,7 @@ export default { }, }, }, - /** Lookup389: frame_system::Phase */ + /** Lookup403: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4443,51 +4445,51 @@ export default { Initialization: "Null", }, }, - /** Lookup391: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup405: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup392: frame_system::CodeUpgradeAuthorization */ + /** Lookup406: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup393: frame_system::limits::BlockWeights */ + /** Lookup407: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup394: frame_support::dispatch::PerDispatchClass */ + /** Lookup408: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup395: frame_system::limits::WeightsPerClass */ + /** Lookup409: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup396: frame_system::limits::BlockLength */ + /** Lookup410: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup397: frame_support::dispatch::PerDispatchClass */ + /** Lookup411: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup398: sp_weights::RuntimeDbWeight */ + /** Lookup412: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup399: sp_version::RuntimeVersion */ + /** Lookup413: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4498,7 +4500,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup403: frame_system::pallet::Error */ + /** Lookup417: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4512,38 +4514,38 @@ export default { "Unauthorized", ], }, - /** Lookup405: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup412: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup426: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup413: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup415: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup429: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup416: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4551,12 +4553,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup417: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup420: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4565,7 +4567,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup421: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4578,17 +4580,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup422: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup428: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup442: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup430: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup444: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4601,22 +4603,22 @@ export default { "Unauthorized", ], }, - /** Lookup432: pallet_balances::types::BalanceLock */ + /** Lookup446: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup433: pallet_balances::types::Reasons */ + /** Lookup447: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup436: pallet_balances::types::ReserveData */ + /** Lookup450: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup440: moonbeam_runtime::RuntimeHoldReason */ + /** Lookup454: moonbeam_runtime::RuntimeHoldReason */ MoonbeamRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4684,16 +4686,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup441: pallet_preimage::pallet::HoldReason */ + /** Lookup455: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup444: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup458: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup446: pallet_balances::pallet::Error */ + /** Lookup460: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4710,26 +4712,18 @@ export default { "DeltaZero", ], }, - /** Lookup447: pallet_transaction_payment::Releases */ + /** Lookup461: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** - * Lookup448: - * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingParachainBondConfig: { - account: "AccountId20", - percent: "Percent", - }, - /** Lookup449: pallet_parachain_staking::types::RoundInfo */ + /** Lookup462: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup450: pallet_parachain_staking::types::Delegator */ + /** Lookup463: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4738,24 +4732,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup451: + * Lookup464: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup452: pallet_parachain_staking::types::Bond */ + /** Lookup465: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup454: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup467: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup455: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup468: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4768,16 +4762,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup456: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup469: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup458: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup459: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup472: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4785,50 +4779,50 @@ export default { Leaving: "u32", }, }, - /** Lookup461: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup464: + * Lookup477: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup466: pallet_parachain_staking::types::Delegations */ + /** Lookup479: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup468: + * Lookup481: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup471: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup484: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup473: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup486: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup474: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup487: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup475: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup488: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4846,7 +4840,7 @@ export default { max: "Perbill", }, }, - /** Lookup476: pallet_parachain_staking::pallet::Error */ + /** Lookup489: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4876,6 +4870,7 @@ export default { "CannotSetBelowMin", "RoundLengthMustBeGreaterThanTotalSelectedCollators", "NoWritingSameValue", + "TotalInflationDistributionPercentExceeds100", "TooLowCandidateCountWeightHintJoinCandidates", "TooLowCandidateCountWeightHintCancelLeaveCandidates", "TooLowCandidateCountToLeaveCandidates", @@ -4906,11 +4901,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup477: pallet_author_inherent::pallet::Error */ + /** Lookup490: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup478: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup491: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4919,7 +4914,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup479: pallet_author_mapping::pallet::Error */ + /** Lookup492: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4932,18 +4927,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup480: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup482: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup483: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup496: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4957,23 +4952,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup486: pallet_utility::pallet::Error */ + /** Lookup499: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup489: pallet_proxy::ProxyDefinition */ + /** Lookup502: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonbeamRuntimeProxyType", delay: "u32", }, - /** Lookup493: pallet_proxy::Announcement */ + /** Lookup506: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup495: pallet_proxy::pallet::Error */ + /** Lookup508: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4986,12 +4981,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup496: pallet_maintenance_mode::pallet::Error */ + /** Lookup509: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup498: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -4999,21 +4994,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup507: pallet_identity::types::RegistrarInfo */ + /** Lookup520: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup509: + * Lookup522: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup512: pallet_identity::pallet::Error */ + /** Lookup525: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5044,18 +5039,18 @@ export default { "NotExpired", ], }, - /** Lookup513: pallet_migrations::pallet::Error */ + /** Lookup526: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup515: pallet_multisig::Multisig */ + /** Lookup528: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup517: pallet_multisig::pallet::Error */ + /** Lookup530: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5074,7 +5069,16 @@ export default { "AlreadyStored", ], }, - /** Lookup518: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, + }, + /** Lookup534: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5082,9 +5086,10 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup519: pallet_evm::CodeMetadata */ + /** Lookup535: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5093,7 +5098,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup521: pallet_evm::pallet::Error */ + /** Lookup537: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5111,7 +5116,7 @@ export default { "Undefined", ], }, - /** Lookup524: fp_rpc::TransactionStatus */ + /** Lookup540: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5121,9 +5126,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup526: ethbloom::Bloom */ + /** Lookup542: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup528: ethereum::receipt::ReceiptV3 */ + /** Lookup544: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5131,7 +5136,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup529: ethereum::receipt::EIP658ReceiptData */ + /** Lookup545: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5139,7 +5144,7 @@ export default { logs: "Vec", }, /** - * Lookup530: + * Lookup546: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5147,7 +5152,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup531: ethereum::header::Header */ + /** Lookup547: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5165,14 +5170,14 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup532: ethereum_types::hash::H64 */ + /** Lookup548: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup537: pallet_ethereum::pallet::Error */ + /** Lookup553: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup540: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> */ @@ -5183,13 +5188,13 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonbeamRuntimeOriginCaller", }, - /** Lookup542: pallet_scheduler::RetryConfig */ + /** Lookup558: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup543: pallet_scheduler::pallet::Error */ + /** Lookup559: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5199,7 +5204,7 @@ export default { "Named", ], }, - /** Lookup544: pallet_preimage::OldRequestStatus */ + /** Lookup560: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5214,8 +5219,8 @@ export default { }, }, /** - * Lookup547: pallet_preimage::RequestStatus> + * Lookup563: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5230,7 +5235,7 @@ export default { }, }, }, - /** Lookup553: pallet_preimage::pallet::Error */ + /** Lookup569: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5241,10 +5246,11 @@ export default { "NotRequested", "TooMany", "TooFew", + "NoCost", ], }, /** - * Lookup555: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5253,20 +5259,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup556: pallet_conviction_voting::vote::Casting */ + /** Lookup572: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup560: pallet_conviction_voting::types::Delegations */ + /** Lookup576: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup561: pallet_conviction_voting::vote::PriorLock */ + /** Lookup577: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup562: pallet_conviction_voting::vote::Delegating */ + /** Lookup578: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5274,7 +5280,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup566: pallet_conviction_voting::pallet::Error */ + /** Lookup582: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5292,7 +5298,7 @@ export default { ], }, /** - * Lookup567: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5308,7 +5314,7 @@ export default { }, }, /** - * Lookup568: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5326,17 +5332,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup569: pallet_referenda::types::Deposit */ + /** Lookup585: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup572: pallet_referenda::types::DecidingStatus */ + /** Lookup588: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup580: pallet_referenda::types::TrackInfo */ + /** Lookup596: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5348,7 +5354,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup581: pallet_referenda::types::Curve */ + /** Lookup597: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5369,7 +5375,7 @@ export default { }, }, }, - /** Lookup584: pallet_referenda::pallet::Error */ + /** Lookup600: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5388,7 +5394,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup585: pallet_whitelist::pallet::Error */ + /** Lookup601: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5398,7 +5404,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup587: pallet_collective::Votes */ + /** Lookup603: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5406,7 +5412,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup588: pallet_collective::pallet::Error */ + /** Lookup604: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5422,7 +5428,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup591: pallet_treasury::Proposal */ + /** Lookup607: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5430,7 +5436,7 @@ export default { bond: "u128", }, /** - * Lookup594: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5441,7 +5447,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup595: pallet_treasury::PaymentState */ + /** Lookup611: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5451,12 +5457,11 @@ export default { Failed: "Null", }, }, - /** Lookup597: frame_support::PalletId */ + /** Lookup613: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup598: pallet_treasury::pallet::Error */ + /** Lookup614: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ - "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5470,13 +5475,13 @@ export default { "Inconclusive", ], }, - /** Lookup599: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup615: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup601: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup617: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5496,7 +5501,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup606: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup622: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5504,39 +5509,27 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup607: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup623: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup609: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup627: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup610: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup628: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup611: cumulus_pallet_dmp_queue::pallet::MigrationState */ - CumulusPalletDmpQueueMigrationState: { - _enum: { - NotStarted: "Null", - StartedExport: { - nextBeginUsed: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: { - nextOverweightIndex: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: { - cursor: "Option", - }, - Completed: "Null", - }, + _enum: [ + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", + ], }, - /** Lookup614: pallet_xcm::pallet::QueryStatus */ + /** Lookup629: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5555,7 +5548,7 @@ export default { }, }, }, - /** Lookup618: xcm::VersionedResponse */ + /** Lookup633: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5565,7 +5558,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup624: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup639: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5574,14 +5567,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup627: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup642: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup634: pallet_xcm::pallet::Error */ + /** Lookup649: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5611,7 +5604,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup635: pallet_assets::types::AssetDetails */ + /** Lookup650: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5626,22 +5619,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup636: pallet_assets::types::AssetStatus */ + /** Lookup651: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup638: pallet_assets::types::AssetAccount */ + /** Lookup653: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup639: pallet_assets::types::AccountStatus */ + /** Lookup654: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup640: pallet_assets::types::ExistenceReason */ + /** Lookup655: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5651,13 +5644,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup642: pallet_assets::types::Approval */ + /** Lookup657: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup643: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5667,7 +5660,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup645: pallet_assets::pallet::Error */ + /** Lookup660: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5690,9 +5683,10 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", + "BadAssetId", ], }, - /** Lookup646: pallet_asset_manager::pallet::Error */ + /** Lookup661: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5705,32 +5699,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup647: orml_xtokens::module::Error */ - OrmlXtokensModuleError: { - _enum: [ - "AssetHasNoReserve", - "NotCrossChainTransfer", - "InvalidDest", - "NotCrossChainTransferableCurrency", - "UnweighableMessage", - "XcmExecutionFailed", - "CannotReanchor", - "InvalidAncestry", - "InvalidAsset", - "DestinationNotInvertible", - "BadVersion", - "DistinctReserveForAssetAndFee", - "ZeroFee", - "ZeroAmount", - "TooManyAssetsBeingSent", - "AssetIndexNonExistent", - "FeeNotEnough", - "NotSupportedLocation", - "MinXcmFeeNotDefined", - "RateLimited", - ], - }, - /** Lookup648: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup662: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5751,7 +5720,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup649: pallet_xcm_transactor::pallet::Error */ + /** Lookup663: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5783,11 +5752,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup650: pallet_ethereum_xcm::pallet::Error */ + /** Lookup664: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup651: pallet_message_queue::BookState */ + /** Lookup665: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5799,12 +5768,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup653: pallet_message_queue::Neighbours */ + /** Lookup667: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup655: pallet_message_queue::Page */ + /** Lookup669: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5813,7 +5782,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup657: pallet_message_queue::pallet::Error */ + /** Lookup671: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5827,11 +5796,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup659: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup673: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup660: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup674: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5850,7 +5819,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup662: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup676: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5861,24 +5830,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup663: pallet_emergency_para_xcm::XcmMode */ + /** Lookup677: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup664: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup678: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup666: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup680: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup667: pallet_randomness::types::RequestState */ + /** Lookup681: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup668: pallet_randomness::types::Request> */ + /** Lookup682: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5888,26 +5857,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup669: pallet_randomness::types::RequestInfo */ + /** Lookup683: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup670: pallet_randomness::types::RequestType */ + /** Lookup684: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup671: pallet_randomness::types::RandomnessResult */ + /** Lookup685: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup672: pallet_randomness::pallet::Error */ + /** Lookup686: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5924,30 +5893,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup675: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup689: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup676: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup690: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup677: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup691: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup678: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup692: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup681: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup695: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup682: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup696: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup683: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup697: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup684: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup698: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup685: frame_metadata_hash_extension::Mode */ + /** Lookup699: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup686: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup700: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup688: moonbeam_runtime::Runtime */ + /** Lookup702: moonbeam_runtime::Runtime */ MoonbeamRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonbeam/interfaces/registry.ts b/typescript-api/src/moonbeam/interfaces/registry.ts index 573d41ef4f..ca5e2e9e42 100644 --- a/typescript-api/src/moonbeam/interfaces/registry.ts +++ b/typescript-api/src/moonbeam/interfaces/registry.ts @@ -7,9 +7,6 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, - CumulusPalletDmpQueueCall, - CumulusPalletDmpQueueEvent, - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -64,6 +61,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -87,13 +85,21 @@ import type { MoonbeamRuntimeProxyType, MoonbeamRuntimeRuntime, MoonbeamRuntimeRuntimeHoldReason, + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonbeamRuntimeRuntimeParamsRuntimeParameters, + MoonbeamRuntimeRuntimeParamsRuntimeParametersKey, + MoonbeamRuntimeRuntimeParamsRuntimeParametersValue, MoonbeamRuntimeXcmConfigAssetType, MoonbeamRuntimeXcmConfigCurrencyId, MoonbeamRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, - OrmlXtokensModuleCall, - OrmlXtokensModuleError, - OrmlXtokensModuleEvent, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, @@ -121,7 +127,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -185,6 +190,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -214,11 +220,14 @@ import type { PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, + PalletParachainStakingInflationDistributionAccount, + PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, - PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -378,13 +387,13 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3WeightLimit, XcmV3Xcm, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -395,9 +404,6 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; - CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; - CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; - CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -452,6 +458,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -475,13 +482,21 @@ declare module "@polkadot/types/types/registry" { MoonbeamRuntimeProxyType: MoonbeamRuntimeProxyType; MoonbeamRuntimeRuntime: MoonbeamRuntimeRuntime; MoonbeamRuntimeRuntimeHoldReason: MoonbeamRuntimeRuntimeHoldReason; + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + MoonbeamRuntimeRuntimeParamsRuntimeParameters: MoonbeamRuntimeRuntimeParamsRuntimeParameters; + MoonbeamRuntimeRuntimeParamsRuntimeParametersKey: MoonbeamRuntimeRuntimeParamsRuntimeParametersKey; + MoonbeamRuntimeRuntimeParamsRuntimeParametersValue: MoonbeamRuntimeRuntimeParamsRuntimeParametersValue; MoonbeamRuntimeXcmConfigAssetType: MoonbeamRuntimeXcmConfigAssetType; MoonbeamRuntimeXcmConfigCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; MoonbeamRuntimeXcmConfigTransactors: MoonbeamRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; - OrmlXtokensModuleCall: OrmlXtokensModuleCall; - OrmlXtokensModuleError: OrmlXtokensModuleError; - OrmlXtokensModuleEvent: OrmlXtokensModuleEvent; PalletAssetManagerCall: PalletAssetManagerCall; PalletAssetManagerError: PalletAssetManagerError; PalletAssetManagerEvent: PalletAssetManagerEvent; @@ -509,7 +524,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -573,6 +587,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -602,11 +617,14 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingDelegatorStatus: PalletParachainStakingDelegatorStatus; PalletParachainStakingError: PalletParachainStakingError; PalletParachainStakingEvent: PalletParachainStakingEvent; + PalletParachainStakingInflationDistributionAccount: PalletParachainStakingInflationDistributionAccount; + PalletParachainStakingInflationDistributionConfig: PalletParachainStakingInflationDistributionConfig; PalletParachainStakingInflationInflationInfo: PalletParachainStakingInflationInflationInfo; - PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -766,13 +784,13 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; + XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; XcmV3TraitsError: XcmV3TraitsError; XcmV3WeightLimit: XcmV3WeightLimit; XcmV3Xcm: XcmV3Xcm; - XcmVersionedAsset: XcmVersionedAsset; XcmVersionedAssetId: XcmVersionedAssetId; XcmVersionedAssets: XcmVersionedAssets; XcmVersionedLocation: XcmVersionedLocation; diff --git a/typescript-api/src/moonbeam/interfaces/types-lookup.ts b/typescript-api/src/moonbeam/interfaces/types-lookup.ts index f7c6cc2004..9071b8877a 100644 --- a/typescript-api/src/moonbeam/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/types-lookup.ts @@ -583,20 +583,16 @@ declare module "@polkadot/types/lookup" { readonly account: AccountId20; readonly rewards: u128; } & Struct; - readonly isReservedForParachainBond: boolean; - readonly asReservedForParachainBond: { + readonly isInflationDistributed: boolean; + readonly asInflationDistributed: { + readonly index: u32; readonly account: AccountId20; readonly value: u128; } & Struct; - readonly isParachainBondAccountSet: boolean; - readonly asParachainBondAccountSet: { - readonly old: AccountId20; - readonly new_: AccountId20; - } & Struct; - readonly isParachainBondReservePercentSet: boolean; - readonly asParachainBondReservePercentSet: { - readonly old: Percent; - readonly new_: Percent; + readonly isInflationDistributionConfigUpdated: boolean; + readonly asInflationDistributionConfigUpdated: { + readonly old: PalletParachainStakingInflationDistributionConfig; + readonly new_: PalletParachainStakingInflationDistributionConfig; } & Struct; readonly isInflationSet: boolean; readonly asInflationSet: { @@ -671,9 +667,8 @@ declare module "@polkadot/types/lookup" { | "Delegation" | "DelegatorLeftCandidate" | "Rewarded" - | "ReservedForParachainBond" - | "ParachainBondAccountSet" - | "ParachainBondReservePercentSet" + | "InflationDistributed" + | "InflationDistributionConfigUpdated" | "InflationSet" | "StakeExpectationsSet" | "TotalSelectedSet" @@ -708,14 +703,24 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletAuthorSlotFilterEvent (44) */ + /** @name PalletParachainStakingInflationDistributionConfig (43) */ + interface PalletParachainStakingInflationDistributionConfig + extends Vec {} + + /** @name PalletParachainStakingInflationDistributionAccount (45) */ + interface PalletParachainStakingInflationDistributionAccount extends Struct { + readonly account: AccountId20; + readonly percent: Percent; + } + + /** @name PalletAuthorSlotFilterEvent (47) */ interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } - /** @name PalletAuthorMappingEvent (46) */ + /** @name PalletAuthorMappingEvent (49) */ interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { @@ -738,13 +743,13 @@ declare module "@polkadot/types/lookup" { readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (50) */ interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (51) */ interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - /** @name PalletMoonbeamOrbitersEvent (49) */ + /** @name PalletMoonbeamOrbitersEvent (52) */ interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { @@ -785,7 +790,7 @@ declare module "@polkadot/types/lookup" { | "OrbiterUnregistered"; } - /** @name PalletUtilityEvent (51) */ + /** @name PalletUtilityEvent (54) */ interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { @@ -812,7 +817,7 @@ declare module "@polkadot/types/lookup" { | "DispatchedAs"; } - /** @name PalletProxyEvent (54) */ + /** @name PalletProxyEvent (57) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -848,7 +853,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonbeamRuntimeProxyType (55) */ + /** @name MoonbeamRuntimeProxyType (58) */ interface MoonbeamRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; @@ -869,7 +874,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (57) */ + /** @name PalletMaintenanceModeEvent (60) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -888,7 +893,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (58) */ + /** @name PalletIdentityEvent (61) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -994,7 +999,7 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (60) */ + /** @name PalletMigrationsEvent (63) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -1027,7 +1032,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletMultisigEvent (61) */ + /** @name PalletMultisigEvent (64) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -1060,13 +1065,74 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMultisigTimepoint (62) */ + /** @name PalletMultisigTimepoint (65) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletEvmEvent (63) */ + /** @name PalletParametersEvent (66) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonbeamRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; + } & Struct; + readonly type: "Updated"; + } + + /** @name MoonbeamRuntimeRuntimeParamsRuntimeParametersKey (67) */ + interface MoonbeamRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ + type MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { + readonly isDeposit: boolean; + readonly type: "Deposit"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (71) */ + type MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; + + /** @name MoonbeamRuntimeRuntimeParamsRuntimeParametersValue (73) */ + interface MoonbeamRuntimeRuntimeParamsRuntimeParametersValue extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (74) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: Perbill; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (75) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: u128; + readonly type: "Deposit"; + } + + /** @name PalletEvmEvent (77) */ interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { @@ -1091,14 +1157,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (64) */ + /** @name EthereumLog (78) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (67) */ + /** @name PalletEthereumEvent (81) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1111,7 +1177,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (68) */ + /** @name EvmCoreErrorExitReason (82) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1124,7 +1190,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (69) */ + /** @name EvmCoreErrorExitSucceed (83) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1132,7 +1198,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (70) */ + /** @name EvmCoreErrorExitError (84) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1171,13 +1237,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (74) */ + /** @name EvmCoreErrorExitRevert (88) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (75) */ + /** @name EvmCoreErrorExitFatal (89) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1188,7 +1254,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (76) */ + /** @name PalletSchedulerEvent (90) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1250,7 +1316,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (78) */ + /** @name PalletPreimageEvent (92) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1267,7 +1333,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (79) */ + /** @name PalletConvictionVotingEvent (93) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1276,7 +1342,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (80) */ + /** @name PalletReferendaEvent (94) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1380,7 +1446,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (81) */ + /** @name FrameSupportPreimagesBounded (95) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1396,7 +1462,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (83) */ + /** @name FrameSystemCall (97) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1457,7 +1523,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (87) */ + /** @name CumulusPalletParachainSystemCall (101) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1483,7 +1549,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1491,7 +1557,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1499,24 +1565,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (91) */ + /** @name SpTrieStorageProof (105) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (101) */ + /** @name PalletTimestampCall (115) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1525,7 +1591,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (102) */ + /** @name PalletRootTestingCall (116) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1535,7 +1601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (103) */ + /** @name PalletBalancesCall (117) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1577,6 +1643,11 @@ declare module "@polkadot/types/lookup" { readonly direction: PalletBalancesAdjustmentDirection; readonly delta: Compact; } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; + } & Struct; readonly type: | "TransferAllowDeath" | "ForceTransfer" @@ -1585,17 +1656,18 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (106) */ + /** @name PalletBalancesAdjustmentDirection (120) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (107) */ + /** @name PalletParachainStakingCall (121) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1733,6 +1805,10 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; readonly candidateCount: u32; } & Struct; + readonly isSetInflationDistributionConfig: boolean; + readonly asSetInflationDistributionConfig: { + readonly new_: PalletParachainStakingInflationDistributionConfig; + } & Struct; readonly type: | "SetStakingExpectations" | "SetInflation" @@ -1765,16 +1841,17 @@ declare module "@polkadot/types/lookup" { | "HotfixRemoveDelegationRequestsExitedCandidates" | "NotifyInactiveCollator" | "EnableMarkingOffline" - | "ForceJoinCandidates"; + | "ForceJoinCandidates" + | "SetInflationDistributionConfig"; } - /** @name PalletAuthorInherentCall (110) */ + /** @name PalletAuthorInherentCall (124) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (111) */ + /** @name PalletAuthorSlotFilterCall (125) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1783,7 +1860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (112) */ + /** @name PalletAuthorMappingCall (126) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1811,7 +1888,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (113) */ + /** @name PalletMoonbeamOrbitersCall (127) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1848,7 +1925,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (114) */ + /** @name PalletUtilityCall (128) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1886,7 +1963,7 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonbeamRuntimeOriginCaller (116) */ + /** @name MoonbeamRuntimeOriginCaller (130) */ interface MoonbeamRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; @@ -1917,7 +1994,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (117) */ + /** @name FrameSupportDispatchRawOrigin (131) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -1926,14 +2003,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (118) */ + /** @name PalletEthereumRawOrigin (132) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ + /** @name MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ interface MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; @@ -1948,7 +2025,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (120) */ + /** @name PalletCollectiveRawOrigin (134) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -1958,7 +2035,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (122) */ + /** @name CumulusPalletXcmOrigin (136) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -1966,7 +2043,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (123) */ + /** @name PalletXcmOrigin (137) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -1975,13 +2052,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (124) */ + /** @name StagingXcmV4Location (138) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (125) */ + /** @name StagingXcmV4Junctions (139) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2003,7 +2080,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (127) */ + /** @name StagingXcmV4Junction (141) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2052,7 +2129,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (130) */ + /** @name StagingXcmV4JunctionNetworkId (144) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2087,7 +2164,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (131) */ + /** @name XcmV3JunctionBodyId (145) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2114,7 +2191,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (132) */ + /** @name XcmV3JunctionBodyPart (146) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2139,17 +2216,17 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (140) */ + /** @name PalletEthereumXcmRawOrigin (154) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (141) */ + /** @name SpCoreVoid (155) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (142) */ + /** @name PalletProxyCall (156) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -2219,14 +2296,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (144) */ + /** @name PalletMaintenanceModeCall (158) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (145) */ + /** @name PalletIdentityCall (159) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2348,7 +2425,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (146) */ + /** @name PalletIdentityLegacyIdentityInfo (160) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2361,7 +2438,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (184) */ + /** @name PalletIdentityJudgement (198) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2381,10 +2458,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (186) */ + /** @name AccountEthereumSignature (200) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (188) */ + /** @name PalletMultisigCall (202) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2417,7 +2494,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (190) */ + /** @name PalletMoonbeamLazyMigrationsCall (204) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2431,7 +2508,46 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletEvmCall (193) */ + /** @name PalletParametersCall (207) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonbeamRuntimeRuntimeParamsRuntimeParameters; + } & Struct; + readonly type: "SetParameter"; + } + + /** @name MoonbeamRuntimeRuntimeParamsRuntimeParameters (208) */ + interface MoonbeamRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonbeamRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ + interface MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: ITuple< + [MoonbeamRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] + >; + readonly type: "Deposit"; + } + + /** @name PalletEvmCall (213) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -2476,7 +2592,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (199) */ + /** @name PalletEthereumCall (219) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2485,7 +2601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (200) */ + /** @name EthereumTransactionTransactionV2 (220) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2496,7 +2612,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (201) */ + /** @name EthereumTransactionLegacyTransaction (221) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2507,7 +2623,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (202) */ + /** @name EthereumTransactionTransactionAction (222) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2515,14 +2631,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (203) */ + /** @name EthereumTransactionTransactionSignature (223) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (205) */ + /** @name EthereumTransactionEip2930Transaction (225) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2537,13 +2653,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (207) */ + /** @name EthereumTransactionAccessListItem (227) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (208) */ + /** @name EthereumTransactionEip1559Transaction (228) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2559,7 +2675,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (209) */ + /** @name PalletSchedulerCall (229) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2633,7 +2749,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (211) */ + /** @name PalletPreimageCall (231) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2663,7 +2779,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (212) */ + /** @name PalletConvictionVotingCall (232) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2700,7 +2816,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (213) */ + /** @name PalletConvictionVotingVoteAccountVote (233) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2721,7 +2837,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (215) */ + /** @name PalletConvictionVotingConviction (235) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2740,7 +2856,7 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (217) */ + /** @name PalletReferendaCall (237) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { @@ -2793,7 +2909,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (218) */ + /** @name FrameSupportScheduleDispatchTime (238) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2802,7 +2918,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (220) */ + /** @name PalletWhitelistCall (240) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2829,7 +2945,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (221) */ + /** @name PalletCollectiveCall (241) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2868,21 +2984,8 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (223) */ + /** @name PalletTreasuryCall (243) */ interface PalletTreasuryCall extends Enum { - readonly isProposeSpend: boolean; - readonly asProposeSpend: { - readonly value: Compact; - readonly beneficiary: AccountId20; - } & Struct; - readonly isRejectProposal: boolean; - readonly asRejectProposal: { - readonly proposalId: Compact; - } & Struct; - readonly isApproveProposal: boolean; - readonly asApproveProposal: { - readonly proposalId: Compact; - } & Struct; readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; @@ -2912,9 +3015,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -2923,7 +3023,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (225) */ + /** @name PalletCrowdloanRewardsCall (245) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -2959,7 +3059,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (226) */ + /** @name SpRuntimeMultiSignature (246) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -2970,10 +3070,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name CumulusPalletDmpQueueCall (232) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (233) */ + /** @name PalletXcmCall (252) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3076,7 +3173,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (234) */ + /** @name XcmVersionedLocation (253) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3087,13 +3184,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (235) */ + /** @name XcmV2MultiLocation (254) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (236) */ + /** @name XcmV2MultilocationJunctions (255) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3140,7 +3237,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (237) */ + /** @name XcmV2Junction (256) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3183,7 +3280,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (238) */ + /** @name XcmV2NetworkId (257) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3193,7 +3290,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (240) */ + /** @name XcmV2BodyId (259) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3220,7 +3317,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (241) */ + /** @name XcmV2BodyPart (260) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3245,13 +3342,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (242) */ + /** @name StagingXcmV3MultiLocation (261) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (243) */ + /** @name XcmV3Junctions (262) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3298,7 +3395,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (244) */ + /** @name XcmV3Junction (263) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3347,7 +3444,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (246) */ + /** @name XcmV3JunctionNetworkId (265) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3382,7 +3479,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (247) */ + /** @name XcmVersionedXcm (266) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3393,10 +3490,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (248) */ + /** @name XcmV2Xcm (267) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (250) */ + /** @name XcmV2Instruction (269) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3544,16 +3641,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (251) */ + /** @name XcmV2MultiassetMultiAssets (270) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (253) */ + /** @name XcmV2MultiAsset (272) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (254) */ + /** @name XcmV2MultiassetAssetId (273) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3562,7 +3659,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (255) */ + /** @name XcmV2MultiassetFungibility (274) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3571,7 +3668,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (256) */ + /** @name XcmV2MultiassetAssetInstance (275) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3589,7 +3686,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (257) */ + /** @name XcmV2Response (276) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3601,7 +3698,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (260) */ + /** @name XcmV2TraitsError (279) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3660,7 +3757,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (261) */ + /** @name XcmV2OriginKind (280) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3669,12 +3766,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (262) */ + /** @name XcmDoubleEncoded (281) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (263) */ + /** @name XcmV2MultiassetMultiAssetFilter (282) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3683,7 +3780,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (264) */ + /** @name XcmV2MultiassetWildMultiAsset (283) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3694,14 +3791,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (265) */ + /** @name XcmV2MultiassetWildFungibility (284) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (266) */ + /** @name XcmV2WeightLimit (285) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3709,10 +3806,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (267) */ + /** @name XcmV3Xcm (286) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (269) */ + /** @name XcmV3Instruction (288) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3740,7 +3837,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -3942,16 +4039,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (270) */ + /** @name XcmV3MultiassetMultiAssets (289) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (272) */ + /** @name XcmV3MultiAsset (291) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (273) */ + /** @name XcmV3MultiassetAssetId (292) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -3960,7 +4057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (274) */ + /** @name XcmV3MultiassetFungibility (293) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3969,7 +4066,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (275) */ + /** @name XcmV3MultiassetAssetInstance (294) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3985,7 +4082,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (276) */ + /** @name XcmV3Response (295) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4007,7 +4104,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (279) */ + /** @name XcmV3TraitsError (298) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4094,7 +4191,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (281) */ + /** @name XcmV3PalletInfo (300) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4104,7 +4201,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (284) */ + /** @name XcmV3MaybeErrorCode (303) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4114,14 +4211,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3QueryResponseInfo (287) */ + /** @name XcmV3OriginKind (306) */ + interface XcmV3OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmV3QueryResponseInfo (307) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (288) */ + /** @name XcmV3MultiassetMultiAssetFilter (308) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4130,7 +4236,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (289) */ + /** @name XcmV3MultiassetWildMultiAsset (309) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4149,14 +4255,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (290) */ + /** @name XcmV3MultiassetWildFungibility (310) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (291) */ + /** @name XcmV3WeightLimit (311) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4164,10 +4270,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (292) */ + /** @name StagingXcmV4Xcm (312) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (294) */ + /** @name StagingXcmV4Instruction (314) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4195,7 +4301,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4397,19 +4503,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (295) */ + /** @name StagingXcmV4AssetAssets (315) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (297) */ + /** @name StagingXcmV4Asset (317) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (298) */ + /** @name StagingXcmV4AssetAssetId (318) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (299) */ + /** @name StagingXcmV4AssetFungibility (319) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4418,7 +4524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (300) */ + /** @name StagingXcmV4AssetAssetInstance (320) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4434,7 +4540,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (301) */ + /** @name StagingXcmV4Response (321) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4456,7 +4562,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (303) */ + /** @name StagingXcmV4PalletInfo (323) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4466,14 +4572,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (307) */ + /** @name StagingXcmV4QueryResponseInfo (327) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (308) */ + /** @name StagingXcmV4AssetAssetFilter (328) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4482,7 +4588,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (309) */ + /** @name StagingXcmV4AssetWildAsset (329) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4501,14 +4607,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (310) */ + /** @name StagingXcmV4AssetWildFungibility (330) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (311) */ + /** @name XcmVersionedAssets (331) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4519,7 +4625,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (323) */ + /** @name StagingXcmExecutorAssetTransferTransferType (343) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4529,7 +4635,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (324) */ + /** @name XcmVersionedAssetId (344) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4538,7 +4644,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (325) */ + /** @name PalletAssetsCall (345) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4752,7 +4858,7 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (326) */ + /** @name PalletAssetManagerCall (346) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { @@ -4784,14 +4890,14 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonbeamRuntimeXcmConfigAssetType (327) */ + /** @name MoonbeamRuntimeXcmConfigAssetType (347) */ interface MoonbeamRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (328) */ + /** @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (348) */ interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; @@ -4799,83 +4905,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (329) */ - interface OrmlXtokensModuleCall extends Enum { - readonly isTransfer: boolean; - readonly asTransfer: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiasset: boolean; - readonly asTransferMultiasset: { - readonly asset: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferWithFee: boolean; - readonly asTransferWithFee: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly fee: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassetWithFee: boolean; - readonly asTransferMultiassetWithFee: { - readonly asset: XcmVersionedAsset; - readonly fee: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMulticurrencies: boolean; - readonly asTransferMulticurrencies: { - readonly currencies: Vec>; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassets: boolean; - readonly asTransferMultiassets: { - readonly assets: XcmVersionedAssets; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly type: - | "Transfer" - | "TransferMultiasset" - | "TransferWithFee" - | "TransferMultiassetWithFee" - | "TransferMulticurrencies" - | "TransferMultiassets"; - } - - /** @name MoonbeamRuntimeXcmConfigCurrencyId (330) */ - interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { - readonly isSelfReserve: boolean; - readonly isForeignAsset: boolean; - readonly asForeignAsset: u128; - readonly isErc20: boolean; - readonly asErc20: { - readonly contractAddress: H160; - } & Struct; - readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; - } - - /** @name XcmVersionedAsset (331) */ - interface XcmVersionedAsset extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiAsset; - readonly isV3: boolean; - readonly asV3: XcmV3MultiAsset; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Asset; - readonly type: "V2" | "V3" | "V4"; - } - - /** @name PalletXcmTransactorCall (334) */ + /** @name PalletXcmTransactorCall (349) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -4901,7 +4931,7 @@ declare module "@polkadot/types/lookup" { readonly feePayer: Option; readonly fee: PalletXcmTransactorCurrencyPayment; readonly call: Bytes; - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly weightInfo: PalletXcmTransactorTransactWeights; readonly refund: bool; } & Struct; @@ -4952,19 +4982,31 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonbeamRuntimeXcmConfigTransactors (335) */ + /** @name MoonbeamRuntimeXcmConfigTransactors (350) */ interface MoonbeamRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (336) */ + /** @name PalletXcmTransactorCurrencyPayment (351) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (337) */ + /** @name MoonbeamRuntimeXcmConfigCurrencyId (352) */ + interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { + readonly isSelfReserve: boolean; + readonly isForeignAsset: boolean; + readonly asForeignAsset: u128; + readonly isErc20: boolean; + readonly asErc20: { + readonly contractAddress: H160; + } & Struct; + readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + } + + /** @name PalletXcmTransactorCurrency (353) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; @@ -4973,13 +5015,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (339) */ + /** @name PalletXcmTransactorTransactWeights (355) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (342) */ + /** @name PalletXcmTransactorHrmpOperation (358) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -4997,20 +5039,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (343) */ + /** @name PalletXcmTransactorHrmpInitParams (359) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (360) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (345) */ + /** @name PalletEthereumXcmCall (361) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5037,7 +5079,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (362) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5046,7 +5088,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (363) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5056,7 +5098,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (364) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5064,13 +5106,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (365) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (368) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5079,7 +5121,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (354) */ + /** @name PalletMessageQueueCall (370) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5096,7 +5138,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (371) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5105,7 +5147,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (356) */ + /** @name PalletMoonbeamForeignAssetsCall (372) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5136,7 +5178,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (358) */ + /** @name PalletXcmWeightTraderCall (374) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5168,7 +5210,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (359) */ + /** @name PalletEmergencyParaXcmCall (375) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5178,23 +5220,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (360) */ + /** @name PalletRandomnessCall (376) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (361) */ + /** @name SpRuntimeBlakeTwo256 (377) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (363) */ + /** @name PalletConvictionVotingTally (379) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (364) */ + /** @name PalletWhitelistEvent (380) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5215,19 +5257,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (366) */ + /** @name FrameSupportDispatchPostDispatchInfo (382) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (367) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (383) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (368) */ + /** @name PalletCollectiveEvent (384) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5278,12 +5320,8 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (370) */ + /** @name PalletTreasuryEvent (386) */ interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5294,11 +5332,6 @@ declare module "@polkadot/types/lookup" { readonly award: u128; readonly account: AccountId20; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; - } & Struct; readonly isBurnt: boolean; readonly asBurnt: { readonly burntFunds: u128; @@ -5350,10 +5383,8 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "Proposed" | "Spending" | "Awarded" - | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5366,7 +5397,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (371) */ + /** @name PalletCrowdloanRewardsEvent (387) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5391,7 +5422,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (372) */ + /** @name CumulusPalletXcmpQueueEvent (388) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5400,7 +5431,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (373) */ + /** @name CumulusPalletXcmEvent (389) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5411,7 +5442,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (374) */ + /** @name StagingXcmV4TraitsOutcome (390) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5429,52 +5460,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name CumulusPalletDmpQueueEvent (375) */ - interface CumulusPalletDmpQueueEvent extends Enum { - readonly isStartedExport: boolean; - readonly isExported: boolean; - readonly asExported: { - readonly page: u32; - } & Struct; - readonly isExportFailed: boolean; - readonly asExportFailed: { - readonly page: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly isExportedOverweight: boolean; - readonly asExportedOverweight: { - readonly index: u64; - } & Struct; - readonly isExportOverweightFailed: boolean; - readonly asExportOverweightFailed: { - readonly index: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly isCleanedSome: boolean; - readonly asCleanedSome: { - readonly keysRemoved: u32; - } & Struct; - readonly isCompleted: boolean; - readonly asCompleted: { - readonly error: bool; - } & Struct; - readonly type: - | "StartedExport" - | "Exported" - | "ExportFailed" - | "CompletedExport" - | "StartedOverweightExport" - | "ExportedOverweight" - | "ExportOverweightFailed" - | "CompletedOverweightExport" - | "StartedCleanup" - | "CleanedSome" - | "Completed"; - } - - /** @name PalletXcmEvent (376) */ + /** @name PalletXcmEvent (391) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5639,7 +5625,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (377) */ + /** @name PalletAssetsEvent (392) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5774,6 +5760,18 @@ declare module "@polkadot/types/lookup" { readonly assetId: u128; readonly who: AccountId20; } & Struct; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "Created" | "Issued" @@ -5798,10 +5796,12 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked"; + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name PalletAssetManagerEvent (378) */ + /** @name PalletAssetManagerEvent (393) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { @@ -5843,19 +5843,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (379) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; - } & Struct; - readonly type: "TransferredAssets"; - } - - /** @name PalletXcmTransactorEvent (380) */ + /** @name PalletXcmTransactorEvent (394) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5925,14 +5913,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (381) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (395) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (382) */ + /** @name PalletEthereumXcmEvent (396) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -5942,7 +5930,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (383) */ + /** @name PalletMessageQueueEvent (397) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5972,7 +5960,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (384) */ + /** @name FrameSupportMessagesProcessMessageError (398) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5980,10 +5968,17 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletMoonbeamForeignAssetsEvent (385) */ + /** @name PalletMoonbeamForeignAssetsEvent (399) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6013,7 +6008,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (386) */ + /** @name PalletXcmWeightTraderEvent (400) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6045,14 +6040,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (387) */ + /** @name PalletEmergencyParaXcmEvent (401) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (388) */ + /** @name PalletRandomnessEvent (402) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6097,7 +6092,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (389) */ + /** @name FrameSystemPhase (403) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6106,33 +6101,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (391) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (405) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (392) */ + /** @name FrameSystemCodeUpgradeAuthorization (406) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (393) */ + /** @name FrameSystemLimitsBlockWeights (407) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (394) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (408) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (395) */ + /** @name FrameSystemLimitsWeightsPerClass (409) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6140,25 +6135,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (396) */ + /** @name FrameSystemLimitsBlockLength (410) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (397) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (411) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (398) */ + /** @name SpWeightsRuntimeDbWeight (412) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (399) */ + /** @name SpVersionRuntimeVersion (413) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6170,7 +6165,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (403) */ + /** @name FrameSystemError (417) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6193,14 +6188,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (405) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (419) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (406) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (420) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6210,33 +6205,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (408) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (422) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (412) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (426) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (413) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (427) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (415) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (429) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (416) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (430) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6244,14 +6239,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (417) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (431) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (420) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (434) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6261,7 +6256,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (421) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (435) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6275,19 +6270,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (422) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (436) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (428) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (442) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (430) */ + /** @name CumulusPalletParachainSystemError (444) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6308,14 +6303,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (432) */ + /** @name PalletBalancesBalanceLock (446) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (433) */ + /** @name PalletBalancesReasons (447) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6323,32 +6318,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (436) */ + /** @name PalletBalancesReserveData (450) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonbeamRuntimeRuntimeHoldReason (440) */ + /** @name MoonbeamRuntimeRuntimeHoldReason (454) */ interface MoonbeamRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (441) */ + /** @name PalletPreimageHoldReason (455) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name PalletBalancesIdAmount (444) */ - interface PalletBalancesIdAmount extends Struct { + /** @name FrameSupportTokensMiscIdAmount (458) */ + interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (446) */ + /** @name PalletBalancesError (460) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6377,20 +6372,14 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (447) */ + /** @name PalletTransactionPaymentReleases (461) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingParachainBondConfig (448) */ - interface PalletParachainStakingParachainBondConfig extends Struct { - readonly account: AccountId20; - readonly percent: Percent; - } - - /** @name PalletParachainStakingRoundInfo (449) */ + /** @name PalletParachainStakingRoundInfo (462) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6398,7 +6387,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (450) */ + /** @name PalletParachainStakingDelegator (463) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6407,16 +6396,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (451) */ + /** @name PalletParachainStakingSetOrderedSet (464) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (452) */ + /** @name PalletParachainStakingBond (465) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (454) */ + /** @name PalletParachainStakingDelegatorStatus (467) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6424,7 +6413,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (455) */ + /** @name PalletParachainStakingCandidateMetadata (468) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6438,7 +6427,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (456) */ + /** @name PalletParachainStakingCapacityStatus (469) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6446,13 +6435,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (458) */ + /** @name PalletParachainStakingCandidateBondLessRequest (471) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (459) */ + /** @name PalletParachainStakingCollatorStatus (472) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6461,50 +6450,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (461) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (474) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (464) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (477) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (466) */ + /** @name PalletParachainStakingDelegations (479) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (468) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (481) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (471) */ + /** @name PalletParachainStakingCollatorSnapshot (484) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (473) */ + /** @name PalletParachainStakingBondWithAutoCompound (486) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (474) */ + /** @name PalletParachainStakingDelayedPayout (487) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (475) */ + /** @name PalletParachainStakingInflationInflationInfo (488) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6523,7 +6512,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (476) */ + /** @name PalletParachainStakingError (489) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6552,6 +6541,7 @@ declare module "@polkadot/types/lookup" { readonly isCannotSetBelowMin: boolean; readonly isRoundLengthMustBeGreaterThanTotalSelectedCollators: boolean; readonly isNoWritingSameValue: boolean; + readonly isTotalInflationDistributionPercentExceeds100: boolean; readonly isTooLowCandidateCountWeightHintJoinCandidates: boolean; readonly isTooLowCandidateCountWeightHintCancelLeaveCandidates: boolean; readonly isTooLowCandidateCountToLeaveCandidates: boolean; @@ -6608,6 +6598,7 @@ declare module "@polkadot/types/lookup" { | "CannotSetBelowMin" | "RoundLengthMustBeGreaterThanTotalSelectedCollators" | "NoWritingSameValue" + | "TotalInflationDistributionPercentExceeds100" | "TooLowCandidateCountWeightHintJoinCandidates" | "TooLowCandidateCountWeightHintCancelLeaveCandidates" | "TooLowCandidateCountToLeaveCandidates" @@ -6638,7 +6629,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (477) */ + /** @name PalletAuthorInherentError (490) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6646,14 +6637,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (478) */ + /** @name PalletAuthorMappingRegistrationInfo (491) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (479) */ + /** @name PalletAuthorMappingError (492) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6674,20 +6665,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (480) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (493) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (482) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (495) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (483) */ + /** @name PalletMoonbeamOrbitersError (496) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6710,27 +6701,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (486) */ + /** @name PalletUtilityError (499) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (489) */ + /** @name PalletProxyProxyDefinition (502) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonbeamRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (493) */ + /** @name PalletProxyAnnouncement (506) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (495) */ + /** @name PalletProxyError (508) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6751,34 +6742,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (496) */ + /** @name PalletMaintenanceModeError (509) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (498) */ + /** @name PalletIdentityRegistration (511) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (507) */ + /** @name PalletIdentityRegistrarInfo (520) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (509) */ + /** @name PalletIdentityAuthorityProperties (522) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (512) */ + /** @name PalletIdentityError (525) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6835,7 +6826,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (513) */ + /** @name PalletMigrationsError (526) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6848,7 +6839,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (515) */ + /** @name PalletMultisigMultisig (528) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6856,7 +6847,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (517) */ + /** @name PalletMultisigError (530) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6889,28 +6880,41 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsError (518) */ + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (532) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (534) */ interface PalletMoonbeamLazyMigrationsError extends Enum { readonly isLimitCannotBeZero: boolean; readonly isAddressesLengthCannotBeZero: boolean; readonly isContractNotCorrupted: boolean; readonly isContractMetadataAlreadySet: boolean; readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; readonly type: | "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted" | "ContractMetadataAlreadySet" - | "ContractNotExist"; + | "ContractNotExist" + | "KeyTooLong"; } - /** @name PalletEvmCodeMetadata (519) */ + /** @name PalletEvmCodeMetadata (535) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (521) */ + /** @name PalletEvmError (537) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -6941,7 +6945,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (524) */ + /** @name FpRpcTransactionStatus (540) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -6952,10 +6956,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (526) */ + /** @name EthbloomBloom (542) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (528) */ + /** @name EthereumReceiptReceiptV3 (544) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -6966,7 +6970,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (529) */ + /** @name EthereumReceiptEip658ReceiptData (545) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -6974,14 +6978,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (530) */ + /** @name EthereumBlock (546) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (531) */ + /** @name EthereumHeader (547) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7000,17 +7004,17 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (532) */ + /** @name EthereumTypesHashH64 (548) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (537) */ + /** @name PalletEthereumError (553) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (540) */ + /** @name PalletSchedulerScheduled (556) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -7019,14 +7023,14 @@ declare module "@polkadot/types/lookup" { readonly origin: MoonbeamRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (542) */ + /** @name PalletSchedulerRetryConfig (558) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (543) */ + /** @name PalletSchedulerError (559) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7041,7 +7045,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (544) */ + /** @name PalletPreimageOldRequestStatus (560) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7057,7 +7061,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (547) */ + /** @name PalletPreimageRequestStatus (563) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7073,7 +7077,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (553) */ + /** @name PalletPreimageError (569) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7083,6 +7087,7 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7091,10 +7096,11 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew"; + | "TooFew" + | "NoCost"; } - /** @name PalletConvictionVotingVoteVoting (555) */ + /** @name PalletConvictionVotingVoteVoting (571) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7103,23 +7109,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (556) */ + /** @name PalletConvictionVotingVoteCasting (572) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (560) */ + /** @name PalletConvictionVotingDelegations (576) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (561) */ + /** @name PalletConvictionVotingVotePriorLock (577) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (562) */ + /** @name PalletConvictionVotingVoteDelegating (578) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7128,7 +7134,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (566) */ + /** @name PalletConvictionVotingError (582) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7157,7 +7163,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (567) */ + /** @name PalletReferendaReferendumInfo (583) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7182,7 +7188,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (568) */ + /** @name PalletReferendaReferendumStatus (584) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; readonly origin: MoonbeamRuntimeOriginCaller; @@ -7197,19 +7203,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (569) */ + /** @name PalletReferendaDeposit (585) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (572) */ + /** @name PalletReferendaDecidingStatus (588) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (580) */ + /** @name PalletReferendaTrackInfo (596) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7222,7 +7228,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (581) */ + /** @name PalletReferendaCurve (597) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7246,7 +7252,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (584) */ + /** @name PalletReferendaError (600) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7279,7 +7285,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (585) */ + /** @name PalletWhitelistError (601) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7294,7 +7300,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (587) */ + /** @name PalletCollectiveVotes (603) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7303,7 +7309,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (588) */ + /** @name PalletCollectiveError (604) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7330,7 +7336,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (591) */ + /** @name PalletTreasuryProposal (607) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7338,7 +7344,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (594) */ + /** @name PalletTreasurySpendStatus (610) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7348,7 +7354,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (595) */ + /** @name PalletTreasuryPaymentState (611) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7359,12 +7365,11 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (597) */ + /** @name FrameSupportPalletId (613) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (598) */ + /** @name PalletTreasuryError (614) */ interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7377,7 +7382,6 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: - | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7391,14 +7395,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (599) */ + /** @name PalletCrowdloanRewardsRewardInfo (615) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (601) */ + /** @name PalletCrowdloanRewardsError (617) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7433,7 +7437,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (606) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (622) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7442,57 +7446,36 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (607) */ + /** @name CumulusPalletXcmpQueueOutboundState (623) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (609) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (627) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (610) */ + /** @name CumulusPalletXcmpQueueError (628) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (611) */ - interface CumulusPalletDmpQueueMigrationState extends Enum { - readonly isNotStarted: boolean; - readonly isStartedExport: boolean; - readonly asStartedExport: { - readonly nextBeginUsed: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly asStartedOverweightExport: { - readonly nextOverweightIndex: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; - } & Struct; - readonly isCompleted: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletXcmQueryStatus (614) */ + /** @name PalletXcmQueryStatus (629) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7514,7 +7497,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (618) */ + /** @name XcmVersionedResponse (633) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7525,7 +7508,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (624) */ + /** @name PalletXcmVersionMigrationStage (639) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7539,7 +7522,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (627) */ + /** @name PalletXcmRemoteLockedFungibleRecord (642) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7547,7 +7530,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (634) */ + /** @name PalletXcmError (649) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7600,7 +7583,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (635) */ + /** @name PalletAssetsAssetDetails (650) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7616,7 +7599,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (636) */ + /** @name PalletAssetsAssetStatus (651) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7624,7 +7607,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (638) */ + /** @name PalletAssetsAssetAccount (653) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7632,7 +7615,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (639) */ + /** @name PalletAssetsAccountStatus (654) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7640,7 +7623,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (640) */ + /** @name PalletAssetsExistenceReason (655) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7652,13 +7635,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (642) */ + /** @name PalletAssetsApproval (657) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (643) */ + /** @name PalletAssetsAssetMetadata (658) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7667,7 +7650,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (645) */ + /** @name PalletAssetsError (660) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7689,6 +7672,7 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7709,10 +7693,11 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed"; + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletAssetManagerError (646) */ + /** @name PalletAssetManagerError (661) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7733,52 +7718,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (647) */ - interface OrmlXtokensModuleError extends Enum { - readonly isAssetHasNoReserve: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isUnweighableMessage: boolean; - readonly isXcmExecutionFailed: boolean; - readonly isCannotReanchor: boolean; - readonly isInvalidAncestry: boolean; - readonly isInvalidAsset: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isBadVersion: boolean; - readonly isDistinctReserveForAssetAndFee: boolean; - readonly isZeroFee: boolean; - readonly isZeroAmount: boolean; - readonly isTooManyAssetsBeingSent: boolean; - readonly isAssetIndexNonExistent: boolean; - readonly isFeeNotEnough: boolean; - readonly isNotSupportedLocation: boolean; - readonly isMinXcmFeeNotDefined: boolean; - readonly isRateLimited: boolean; - readonly type: - | "AssetHasNoReserve" - | "NotCrossChainTransfer" - | "InvalidDest" - | "NotCrossChainTransferableCurrency" - | "UnweighableMessage" - | "XcmExecutionFailed" - | "CannotReanchor" - | "InvalidAncestry" - | "InvalidAsset" - | "DestinationNotInvertible" - | "BadVersion" - | "DistinctReserveForAssetAndFee" - | "ZeroFee" - | "ZeroAmount" - | "TooManyAssetsBeingSent" - | "AssetIndexNonExistent" - | "FeeNotEnough" - | "NotSupportedLocation" - | "MinXcmFeeNotDefined" - | "RateLimited"; - } - - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (648) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (662) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7800,7 +7740,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (649) */ + /** @name PalletXcmTransactorError (663) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7859,13 +7799,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (650) */ + /** @name PalletEthereumXcmError (664) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (651) */ + /** @name PalletMessageQueueBookState (665) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7875,13 +7815,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (653) */ + /** @name PalletMessageQueueNeighbours (667) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (655) */ + /** @name PalletMessageQueuePage (669) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7891,7 +7831,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (657) */ + /** @name PalletMessageQueueError (671) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7914,7 +7854,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (659) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (673) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7922,7 +7862,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (660) */ + /** @name PalletMoonbeamForeignAssetsError (674) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -7955,7 +7895,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (662) */ + /** @name PalletXcmWeightTraderError (676) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -7972,32 +7912,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (663) */ + /** @name PalletEmergencyParaXcmXcmMode (677) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (664) */ + /** @name PalletEmergencyParaXcmError (678) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (666) */ + /** @name PalletPrecompileBenchmarksError (680) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (667) */ + /** @name PalletRandomnessRequestState (681) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (668) */ + /** @name PalletRandomnessRequest (682) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8008,7 +7948,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (669) */ + /** @name PalletRandomnessRequestInfo (683) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8017,7 +7957,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (670) */ + /** @name PalletRandomnessRequestType (684) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8026,13 +7966,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (671) */ + /** @name PalletRandomnessRandomnessResult (685) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (672) */ + /** @name PalletRandomnessError (686) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8061,42 +8001,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (675) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (689) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (676) */ + /** @name FrameSystemExtensionsCheckSpecVersion (690) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (677) */ + /** @name FrameSystemExtensionsCheckTxVersion (691) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (678) */ + /** @name FrameSystemExtensionsCheckGenesis (692) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (681) */ + /** @name FrameSystemExtensionsCheckNonce (695) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (682) */ + /** @name FrameSystemExtensionsCheckWeight (696) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (683) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (697) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (684) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (698) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (685) */ + /** @name FrameMetadataHashExtensionMode (699) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (686) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (700) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonbeamRuntimeRuntime (688) */ + /** @name MoonbeamRuntimeRuntime (702) */ type MoonbeamRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 8aa1f678ef..7f2154f1da 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -6,7 +6,7 @@ import "@polkadot/api-base/types/consts"; import type { ApiTypes, AugmentedConst } from "@polkadot/api-base/types"; -import type { Bytes, Null, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; +import type { Bytes, Option, Vec, u128, u16, u32, u64, u8 } from "@polkadot/types-codec"; import type { Codec, ITuple } from "@polkadot/types-codec/types"; import type { Perbill, Permill } from "@polkadot/types/interfaces/runtime"; import type { @@ -445,15 +445,6 @@ declare module "@polkadot/api-base/types/consts" { palletId: FrameSupportPalletId & AugmentedConst; /** The period during which an approved treasury spend has to be claimed. */ payoutPeriod: u32 & AugmentedConst; - /** - * Fraction of a proposal's value that should be bonded in order to place the proposal. An - * accepted proposal gets these back. A rejected proposal does not. - */ - proposalBond: Permill & AugmentedConst; - /** Maximum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMaximum: Option & AugmentedConst; - /** Minimum amount of funds that should be placed in a deposit for making a proposal. */ - proposalBondMinimum: u128 & AugmentedConst; /** Period between successive spends. */ spendPeriod: u32 & AugmentedConst; /** Generic const */ @@ -472,6 +463,17 @@ declare module "@polkadot/api-base/types/consts" { [key: string]: Codec; }; xcmpQueue: { + /** + * Maximal number of outbound XCMP channels that can have messages queued at the same time. + * + * If this is reached, then no further messages can be sent to channels that do not yet have a + * message queued. This should be set to the expected maximum of outbound channels which is + * determined by [`Self::ChannelInfo`]. It is important to set this large enough, since + * otherwise the congestion control protocol will not work as intended and messages may be + * dropped. This value increases the PoV and should therefore not be picked too high. + * Governance needs to pay attention to not open more channels than this value. + */ + maxActiveOutboundChannels: u32 & AugmentedConst; /** * The maximum number of inbound XCMP channels that can be suspended simultaneously. * @@ -480,6 +482,14 @@ declare module "@polkadot/api-base/types/consts" { * [`InboundXcmpSuspended`] still applies at that scale. */ maxInboundSuspended: u32 & AugmentedConst; + /** + * The maximal page size for HRMP message pages. + * + * A lower limit can be set dynamically, but this is the hard-limit for the PoV worst case + * benchmarking. The limit for the size of a message is slightly below this, since some + * overhead is incurred for encoding the format. + */ + maxPageSize: u32 & AugmentedConst; /** Generic const */ [key: string]: Codec; }; @@ -491,19 +501,5 @@ declare module "@polkadot/api-base/types/consts" { /** Generic const */ [key: string]: Codec; }; - xTokens: { - /** - * Base XCM weight. - * - * The actually weight for an XCM message is `T::BaseXcmWeight + T::Weigher::weight(&msg)`. - */ - baseXcmWeight: SpWeightsWeightV2Weight & AugmentedConst; - /** The id of the RateLimiter. */ - rateLimiterId: Null & AugmentedConst; - /** Self chain location. */ - selfLocation: StagingXcmV4Location & AugmentedConst; - /** Generic const */ - [key: string]: Codec; - }; } // AugmentedConsts } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index 28c1fedadf..00b1daaf05 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts @@ -28,6 +28,8 @@ declare module "@polkadot/api-base/types/errors" { AlreadyExists: AugmentedError; /** The asset is not live, and likely being destroyed. */ AssetNotLive: AugmentedError; + /** The asset ID must be equal to the [`NextAssetId`]. */ + BadAssetId: AugmentedError; /** Invalid metadata given. */ BadMetadata: AugmentedError; /** Invalid witness data given. */ @@ -393,6 +395,8 @@ declare module "@polkadot/api-base/types/errors" { ContractNotCorrupted: AugmentedError; /** Contract not exist */ ContractNotExist: AugmentedError; + /** The key lengths exceeds the maximum allowed */ + KeyTooLong: AugmentedError; /** The limit cannot be zero */ LimitCannotBeZero: AugmentedError; /** Generic error */ @@ -537,6 +541,7 @@ declare module "@polkadot/api-base/types/errors" { TooLowDelegationCountToAutoCompound: AugmentedError; TooLowDelegationCountToDelegate: AugmentedError; TooLowDelegationCountToLeaveDelegators: AugmentedError; + TotalInflationDistributionPercentExceeds100: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -626,6 +631,8 @@ declare module "@polkadot/api-base/types/errors" { preimage: { /** Preimage has already been noted on-chain. */ AlreadyNoted: AugmentedError; + /** No ticket with a cost was returned by [`Config::Consideration`] to store the preimage. */ + NoCost: AugmentedError; /** The user is not authorized to perform this action. */ NotAuthorized: AugmentedError; /** The preimage cannot be removed since it has not yet been noted. */ @@ -762,8 +769,6 @@ declare module "@polkadot/api-base/types/errors" { Inconclusive: AugmentedError; /** The spend origin is valid but the amount it is allowed to spend is lower than the amount to be spent. */ InsufficientPermission: AugmentedError; - /** Proposer's balance is too low. */ - InsufficientProposersBalance: AugmentedError; /** No proposal, bounty or spend at that index. */ InvalidIndex: AugmentedError; /** The payout was not yet attempted/claimed. */ @@ -832,6 +837,10 @@ declare module "@polkadot/api-base/types/errors" { AlreadySuspended: AugmentedError; /** Setting the queue config failed since one of its values was invalid. */ BadQueueConfig: AugmentedError; + /** The message is too big. */ + TooBig: AugmentedError; + /** There are too many active outbound channels. */ + TooManyActiveOutboundChannels: AugmentedError; /** Generic error */ [key: string]: AugmentedError; }; @@ -882,49 +891,5 @@ declare module "@polkadot/api-base/types/errors" { /** Generic error */ [key: string]: AugmentedError; }; - xTokens: { - /** Asset has no reserve location. */ - AssetHasNoReserve: AugmentedError; - /** The specified index does not exist in a Assets struct. */ - AssetIndexNonExistent: AugmentedError; - /** The version of the `Versioned` value used is not able to be interpreted. */ - BadVersion: AugmentedError; - /** Could not re-anchor the assets to declare the fees for the destination chain. */ - CannotReanchor: AugmentedError; - /** The destination `Location` provided cannot be inverted. */ - DestinationNotInvertible: AugmentedError; - /** We tried sending distinct asset and fee but they have different reserve chains. */ - DistinctReserveForAssetAndFee: AugmentedError; - /** Fee is not enough. */ - FeeNotEnough: AugmentedError; - /** Could not get ancestry of asset reserve location. */ - InvalidAncestry: AugmentedError; - /** The Asset is invalid. */ - InvalidAsset: AugmentedError; - /** Invalid transfer destination. */ - InvalidDest: AugmentedError; - /** MinXcmFee not registered for certain reserve location */ - MinXcmFeeNotDefined: AugmentedError; - /** Not cross-chain transfer. */ - NotCrossChainTransfer: AugmentedError; - /** Currency is not cross-chain transferable. */ - NotCrossChainTransferableCurrency: AugmentedError; - /** Not supported Location */ - NotSupportedLocation: AugmentedError; - /** Asset transfer is limited by RateLimiter. */ - RateLimited: AugmentedError; - /** The number of assets to be sent is over the maximum. */ - TooManyAssetsBeingSent: AugmentedError; - /** The message's weight could not be determined. */ - UnweighableMessage: AugmentedError; - /** XCM execution failed. */ - XcmExecutionFailed: AugmentedError; - /** The transfering asset amount is zero. */ - ZeroAmount: AugmentedError; - /** The fee is zero. */ - ZeroFee: AugmentedError; - /** Generic error */ - [key: string]: AugmentedError; - }; } // AugmentedErrors } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index f7759c0ebf..08c1e2b1c1 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -32,19 +32,21 @@ import type { FrameSupportTokensMiscBalanceStatus, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, PalletParachainStakingDelegationRequestsCancelledScheduledRequest, PalletParachainStakingDelegatorAdded, + PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorHrmpOperation, PalletXcmTransactorRemoteTransactInfoWithMaxWeight, SessionKeysPrimitivesVrfVrfCryptoPublic, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpWeightsWeightV2Weight, - StagingXcmV4Asset, StagingXcmV4AssetAssets, StagingXcmV4Location, StagingXcmV4Response, @@ -160,6 +162,12 @@ declare module "@polkadot/api-base/types/events" { [assetId: u128, creator: AccountId20, owner: AccountId20], { assetId: u128; creator: AccountId20; owner: AccountId20 } >; + /** Some assets were deposited (e.g. for transaction fees). */ + Deposited: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** An asset class was destroyed. */ Destroyed: AugmentedEvent; /** An asset class is in the process of being destroyed. */ @@ -238,6 +246,12 @@ declare module "@polkadot/api-base/types/events" { amount: u128; } >; + /** Some assets were withdrawn from the account (e.g. for transaction fees). */ + Withdrawn: AugmentedEvent< + ApiType, + [assetId: u128, who: AccountId20, amount: u128], + { assetId: u128; who: AccountId20; amount: u128 } + >; /** Generic event */ [key: string]: AugmentedEvent; }; @@ -479,40 +493,6 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - dmpQueue: { - /** Some debris was cleaned up. */ - CleanedSome: AugmentedEvent; - /** The cleanup of remaining pallet storage completed. */ - Completed: AugmentedEvent; - /** The export of pages completed. */ - CompletedExport: AugmentedEvent; - /** The export of overweight messages completed. */ - CompletedOverweightExport: AugmentedEvent; - /** The export of a page completed. */ - Exported: AugmentedEvent; - /** The export of an overweight message completed. */ - ExportedOverweight: AugmentedEvent; - /** - * The export of a page failed. - * - * This should never be emitted. - */ - ExportFailed: AugmentedEvent; - /** - * The export of an overweight message failed. - * - * This should never be emitted. - */ - ExportOverweightFailed: AugmentedEvent; - /** The cleanup of remaining pallet storage started. */ - StartedCleanup: AugmentedEvent; - /** The export of pages started. */ - StartedExport: AugmentedEvent; - /** The export of overweight messages started. */ - StartedOverweightExport: AugmentedEvent; - /** Generic event */ - [key: string]: AugmentedEvent; - }; emergencyParaXcm: { /** The XCM incoming execution was Paused */ EnteredPausedXcmMode: AugmentedEvent; @@ -1143,6 +1123,23 @@ declare module "@polkadot/api-base/types/events" { totalCandidateStaked: u128; } >; + /** Transferred to account which holds funds reserved for parachain bond. */ + InflationDistributed: AugmentedEvent< + ApiType, + [index: u32, account: AccountId20, value: u128], + { index: u32; account: AccountId20; value: u128 } + >; + InflationDistributionConfigUpdated: AugmentedEvent< + ApiType, + [ + old: PalletParachainStakingInflationDistributionConfig, + new_: PalletParachainStakingInflationDistributionConfig + ], + { + old: PalletParachainStakingInflationDistributionConfig; + new_: PalletParachainStakingInflationDistributionConfig; + } + >; /** Annual inflation input (first 3) was used to derive new per-round inflation (last 3) */ InflationSet: AugmentedEvent< ApiType, @@ -1175,24 +1172,6 @@ declare module "@polkadot/api-base/types/events" { [startingBlock: u32, round: u32, selectedCollatorsNumber: u32, totalBalance: u128], { startingBlock: u32; round: u32; selectedCollatorsNumber: u32; totalBalance: u128 } >; - /** Account (re)set for parachain bond treasury. */ - ParachainBondAccountSet: AugmentedEvent< - ApiType, - [old: AccountId20, new_: AccountId20], - { old: AccountId20; new_: AccountId20 } - >; - /** Percent of inflation reserved for parachain bond (re)set. */ - ParachainBondReservePercentSet: AugmentedEvent< - ApiType, - [old: Percent, new_: Percent], - { old: Percent; new_: Percent } - >; - /** Transferred to account which holds funds reserved for parachain bond. */ - ReservedForParachainBond: AugmentedEvent< - ApiType, - [account: AccountId20, value: u128], - { account: AccountId20; value: u128 } - >; /** Paid the account (delegator or collator) the balance as liquid rewards. */ Rewarded: AugmentedEvent< ApiType, @@ -1238,6 +1217,28 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; + parameters: { + /** + * A Parameter was set. + * + * Is also emitted when the value was not changed. + */ + Updated: AugmentedEvent< + ApiType, + [ + key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option + ], + { + key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; + } + >; + /** Generic event */ + [key: string]: AugmentedEvent; + }; polkadotXcm: { /** Some assets have been claimed from an asset trap */ AssetsClaimed: AugmentedEvent< @@ -1865,14 +1866,6 @@ declare module "@polkadot/api-base/types/events" { [index: u32, paymentId: Null], { index: u32; paymentId: Null } >; - /** New proposal. */ - Proposed: AugmentedEvent; - /** A proposal was rejected; funds were slashed. */ - Rejected: AugmentedEvent< - ApiType, - [proposalIndex: u32, slashed: u128], - { proposalIndex: u32; slashed: u128 } - >; /** Spending has finished; this is the amount that rolls over until next spend. */ Rollover: AugmentedEvent; /** A new spend proposal has been approved. */ @@ -2097,25 +2090,5 @@ declare module "@polkadot/api-base/types/events" { /** Generic event */ [key: string]: AugmentedEvent; }; - xTokens: { - /** Transferred `Asset` with fee. */ - TransferredAssets: AugmentedEvent< - ApiType, - [ - sender: AccountId20, - assets: StagingXcmV4AssetAssets, - fee: StagingXcmV4Asset, - dest: StagingXcmV4Location - ], - { - sender: AccountId20; - assets: StagingXcmV4AssetAssets; - fee: StagingXcmV4Asset; - dest: StagingXcmV4Location; - } - >; - /** Generic event */ - [key: string]: AugmentedEvent; - }; } // AugmentedEvents } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index 1ea52836e7..16451c7823 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-query.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-query.ts @@ -33,7 +33,6 @@ import type { Percent, } from "@polkadot/types/interfaces/runtime"; import type { - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, @@ -45,12 +44,15 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, @@ -60,7 +62,6 @@ import type { PalletAuthorMappingRegistrationInfo, PalletBalancesAccountData, PalletBalancesBalanceLock, - PalletBalancesIdAmount, PalletBalancesReserveData, PalletCollectiveVotes, PalletConvictionVotingVoteVoting, @@ -73,6 +74,7 @@ import type { PalletMessageQueueBookState, PalletMessageQueuePage, PalletMoonbeamForeignAssetsAssetStatus, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMultisigMultisig, PalletParachainStakingAutoCompoundAutoCompoundConfig, @@ -83,8 +85,9 @@ import type { PalletParachainStakingDelegationRequestsScheduledRequest, PalletParachainStakingDelegations, PalletParachainStakingDelegator, + PalletParachainStakingInflationDistributionAccount, + PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, - PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletPreimageOldRequestStatus, @@ -113,7 +116,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -193,6 +198,19 @@ declare module "@polkadot/api-base/types/storage" { [u128] > & QueryableStorageEntry; + /** + * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage + * item has no effect. + * + * This can be useful for setting up constraints for IDs of the new assets. For example, by + * providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an + * auto-increment model can be applied to all new asset IDs. + * + * The initial next asset ID can be set using the [`GenesisConfig`] or the + * [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration. + */ + nextAssetId: AugmentedQuery Observable>, []> & + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -284,7 +302,7 @@ declare module "@polkadot/api-base/types/storage" { /** Freeze locks on account balances. */ freezes: AugmentedQuery< ApiType, - (arg: AccountId20 | string | Uint8Array) => Observable>, + (arg: AccountId20 | string | Uint8Array) => Observable>, [AccountId20] > & QueryableStorageEntry; @@ -407,17 +425,6 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - dmpQueue: { - /** The migration state of this pallet. */ - migrationStatus: AugmentedQuery< - ApiType, - () => Observable, - [] - > & - QueryableStorageEntry; - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; emergencyParaXcm: { /** Whether incoming XCM is enabled or paused */ mode: AugmentedQuery Observable, []> & @@ -702,6 +709,12 @@ declare module "@polkadot/api-base/types/storage" { [key: string]: QueryableStorageEntry; }; moonbeamLazyMigrations: { + stateMigrationStatusValue: AugmentedQuery< + ApiType, + () => Observable>, + [] + > & + QueryableStorageEntry; /** The total number of suicided contracts that were removed */ suicidedContractsRemoved: AugmentedQuery Observable, []> & QueryableStorageEntry; @@ -905,10 +918,15 @@ declare module "@polkadot/api-base/types/storage" { [] > & QueryableStorageEntry; - /** Parachain bond config info { account, percent_of_inflation } */ - parachainBondInfo: AugmentedQuery< + /** + * Inflation distribution configuration, including accounts that should receive inflation + * before it is distributed to collators and delegators. + * + * The sum of the distribution percents must be less than or equal to 100. + */ + inflationDistributionInfo: AugmentedQuery< ApiType, - () => Observable, + () => Observable>, [] > & QueryableStorageEntry; @@ -1164,6 +1182,24 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; + parameters: { + /** Stored parameters. */ + parameters: AugmentedQuery< + ApiType, + ( + arg: + | MoonriverRuntimeRuntimeParamsRuntimeParametersKey + | { RuntimeConfig: any } + | { PalletRandomness: any } + | string + | Uint8Array + ) => Observable>, + [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] + > & + QueryableStorageEntry; + /** Generic query */ + [key: string]: QueryableStorageEntry; + }; polkadotXcm: { /** * The existing asset traps. @@ -1203,6 +1239,19 @@ declare module "@polkadot/api-base/types/storage" { /** The latest available query index. */ queryCounter: AugmentedQuery Observable, []> & QueryableStorageEntry; + /** + * If [`ShouldRecordXcm`] is set to true, then the last XCM program executed locally will be + * stored here. Runtime APIs can fetch the XCM that was executed by accessing this value. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + recordedXcm: AugmentedQuery< + ApiType, + () => Observable>>, + [] + > & + QueryableStorageEntry; /** Fungible assets which we know are locked on a remote chain. */ remoteLockedFungibles: AugmentedQuery< ApiType, @@ -1220,6 +1269,16 @@ declare module "@polkadot/api-base/types/storage" { */ safeXcmVersion: AugmentedQuery Observable>, []> & QueryableStorageEntry; + /** + * Whether or not incoming XCMs (both executed locally and received) should be recorded. Only + * one XCM program will be recorded at a time. This is meant to be used in runtime APIs, and + * it's advised it stays false for all other use cases, so as to not degrade regular performance. + * + * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`] + * implementation in the XCM executor configuration. + */ + shouldRecordXcm: AugmentedQuery Observable, []> & + QueryableStorageEntry; /** The Latest versions that we know various locations support. */ supportedVersion: AugmentedQuery< ApiType, @@ -1798,9 +1857,5 @@ declare module "@polkadot/api-base/types/storage" { /** Generic query */ [key: string]: QueryableStorageEntry; }; - xTokens: { - /** Generic query */ - [key: string]: QueryableStorageEntry; - }; } // AugmentedQueries } // declare module diff --git a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts index 7bf0002f22..798d1db8cc 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-runtime.ts @@ -19,10 +19,15 @@ import type { u32, u64, } from "@polkadot/types-codec"; -import type { AnyNumber, ITuple } from "@polkadot/types-codec/types"; +import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types"; import type { CheckInherentsResult, InherentData } from "@polkadot/types/interfaces/blockbuilder"; import type { BlockHash } from "@polkadot/types/interfaces/chain"; import type { CollationInfo } from "@polkadot/types/interfaces/cumulus"; +import type { + CallDryRunEffects, + XcmDryRunApiError, + XcmDryRunEffects, +} from "@polkadot/types/interfaces/dryRunApi"; import type { BlockV2, EthReceiptV3, @@ -44,15 +49,23 @@ import type { Header, Index, KeyTypeId, + OriginCaller, Permill, + RuntimeCall, Weight, WeightV2, } from "@polkadot/types/interfaces/runtime"; import type { RuntimeVersion } from "@polkadot/types/interfaces/state"; import type { ApplyExtrinsicResult, DispatchError } from "@polkadot/types/interfaces/system"; import type { TransactionSource, TransactionValidity } from "@polkadot/types/interfaces/txqueue"; +import type { VersionedMultiLocation, VersionedXcm } from "@polkadot/types/interfaces/xcm"; import type { XcmPaymentApiError } from "@polkadot/types/interfaces/xcmPaymentApi"; -import type { XcmVersionedAssetId, XcmVersionedXcm } from "@polkadot/types/lookup"; +import type { Error } from "@polkadot/types/interfaces/xcmRuntimeApi"; +import type { + XcmVersionedAssetId, + XcmVersionedLocation, + XcmVersionedXcm, +} from "@polkadot/types/lookup"; import type { IExtrinsic, Observable } from "@polkadot/types/types"; export type __AugmentedCall = AugmentedCall; @@ -170,6 +183,43 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x91b1c8b16328eb92/1 */ + dryRunApi: { + /** Dry run call */ + dryRunCall: AugmentedCall< + ApiType, + ( + origin: OriginCaller | { System: any } | string | Uint8Array, + call: RuntimeCall | IMethod | string | Uint8Array + ) => Observable> + >; + /** Dry run XCM program */ + dryRunXcm: AugmentedCall< + ApiType, + ( + originLocation: + | VersionedMultiLocation + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array, + xcm: + | VersionedXcm + | { V0: any } + | { V1: any } + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x582211f65bb14b89/5 */ ethereumRuntimeRPCApi: { /** Returns pallet_evm::Accounts by address. */ @@ -277,6 +327,24 @@ declare module "@polkadot/api-base/types/calls" { /** Generic call */ [key: string]: DecoratedCallBase; }; + /** 0x9ffb505aa738d69c/1 */ + locationToAccountApi: { + /** Converts `Location` to `AccountId` */ + convertLocation: AugmentedCall< + ApiType, + ( + location: + | XcmVersionedLocation + | { V2: any } + | { V3: any } + | { V4: any } + | string + | Uint8Array + ) => Observable> + >; + /** Generic call */ + [key: string]: DecoratedCallBase; + }; /** 0x37e397fc7c91f5e4/2 */ metadata: { /** Returns the metadata of a runtime */ diff --git a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts index ba74e5926e..342a29615b 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -47,8 +47,8 @@ import type { MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParameters, MoonriverRuntimeXcmConfigAssetType, - MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, @@ -57,6 +57,7 @@ import type { PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletMultisigTimepoint, + PalletParachainStakingInflationDistributionConfig, PalletXcmTransactorCurrencyPayment, PalletXcmTransactorHrmpOperation, PalletXcmTransactorTransactWeights, @@ -65,9 +66,8 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -257,7 +257,7 @@ declare module "@polkadot/api-base/types/submittable" { * Parameters: * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `admin`: The admin of this class of assets. The admin is the initial address of each member * of the asset class's admin team. * - `min_balance`: The minimum balance of this new asset that any single account must have. If @@ -417,7 +417,7 @@ declare module "@polkadot/api-base/types/submittable" { * Unlike `create`, no funds are reserved. * * - `id`: The identifier of the new asset. This must not be currently in use to identify an - * existing asset. + * existing asset. If [`NextAssetId`] is set, then this must be equal to it. * - `owner`: The owner of this class of assets. The owner has full superuser permissions over * this asset, but may later change and configure the permissions using `transfer_ownership` * and `set_team`. @@ -914,6 +914,22 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; balances: { + /** + * Burn the specified liquid free balance from the origin account. + * + * If the origin's account ends up below the existential deposit as a result of the burn and + * `keep_alive` is false, the account will be reaped. + * + * Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible, this + * `burn` operation will reduce total issuance by the amount _burned_. + */ + burn: AugmentedSubmittable< + ( + value: Compact | AnyNumber | Uint8Array, + keepAlive: bool | boolean | Uint8Array + ) => SubmittableExtrinsic, + [Compact, bool] + >; /** * Adjust the total issuance in a saturating way. * @@ -1295,10 +1311,6 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - dmpQueue: { - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; emergencyParaXcm: { /** Authorize a runtime upgrade. Only callable in `Paused` mode */ fastAuthorizeUpgrade: AugmentedSubmittable< @@ -2557,12 +2569,27 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the account that will hold funds set aside for parachain bond */ + /** Set the inflation distribution configuration. */ + setInflationDistributionConfig: AugmentedSubmittable< + ( + updated: PalletParachainStakingInflationDistributionConfig + ) => SubmittableExtrinsic, + [PalletParachainStakingInflationDistributionConfig] + >; + /** + * Deprecated: please use `set_inflation_distribution_config` instead. + * + * Set the account that will hold funds set aside for parachain bond + */ setParachainBondAccount: AugmentedSubmittable< (updated: AccountId20 | string | Uint8Array) => SubmittableExtrinsic, [AccountId20] >; - /** Set the percent of inflation set aside for parachain bond */ + /** + * Deprecated: please use `set_inflation_distribution_config` instead. + * + * Set the percent of inflation set aside for parachain bond + */ setParachainBondReservePercent: AugmentedSubmittable< (updated: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic, [Percent] @@ -2668,6 +2695,27 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; + parameters: { + /** + * Set the value of a parameter. + * + * The dispatch origin of this call must be `AdminOrigin` for the given `key`. Values be + * deleted by setting them to `None`. + */ + setParameter: AugmentedSubmittable< + ( + keyValue: + | MoonriverRuntimeRuntimeParamsRuntimeParameters + | { RuntimeConfig: any } + | { PalletRandomness: any } + | string + | Uint8Array + ) => SubmittableExtrinsic, + [MoonriverRuntimeRuntimeParamsRuntimeParameters] + >; + /** Generic tx */ + [key: string]: SubmittableExtrinsicFunction; + }; polkadotXcm: { /** * Claims assets trapped on this pallet because of leftover assets during XCM execution. @@ -3123,7 +3171,7 @@ declare module "@polkadot/api-base/types/submittable" { * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on * the `dest` (and possibly reserve) chains. * - `assets_transfer_type`: The XCM `TransferType` used to transfer the `assets`. - * - `remote_fees_id`: One of the included `assets` to be be used to pay fees. + * - `remote_fees_id`: One of the included `assets` to be used to pay fees. * - `fees_transfer_type`: The XCM `TransferType` used to transfer the `fees` assets. * - `custom_xcm_on_dest`: The XCM to be executed on `dest` chain as the last step of the * transfer, which also determines what happens to the assets on the destination chain. @@ -3953,30 +4001,6 @@ declare module "@polkadot/api-base/types/submittable" { [key: string]: SubmittableExtrinsicFunction; }; treasury: { - /** - * Approve a proposal. - * - * ## Dispatch Origin - * - * Must be [`Config::ApproveOrigin`]. - * - * ## Details - * - * At a later time, the proposal will be allocated to the beneficiary and the original deposit - * will be returned. - * - * ### Complexity - * - * - O(1). - * - * ## Events - * - * No events are emitted from this dispatch. - */ - approveProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Check the status of the spend and remove it from the storage if processed. * @@ -4008,7 +4032,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4029,56 +4053,6 @@ declare module "@polkadot/api-base/types/submittable" { (index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic, [u32] >; - /** - * Put forward a suggestion for spending. - * - * ## Dispatch Origin - * - * Must be signed. - * - * ## Details - * - * A deposit proportional to the value is reserved and slashed if the proposal is rejected. It - * is returned once the proposal is awarded. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Proposed`] if successful. - */ - proposeSpend: AugmentedSubmittable< - ( - value: Compact | AnyNumber | Uint8Array, - beneficiary: AccountId20 | string | Uint8Array - ) => SubmittableExtrinsic, - [Compact, AccountId20] - >; - /** - * Reject a proposed spend. - * - * ## Dispatch Origin - * - * Must be [`Config::RejectOrigin`]. - * - * ## Details - * - * The original deposit will be slashed. - * - * ### Complexity - * - * - O(1) - * - * ## Events - * - * Emits [`Event::Rejected`] if successful. - */ - rejectProposal: AugmentedSubmittable< - (proposalId: Compact | AnyNumber | Uint8Array) => SubmittableExtrinsic, - [Compact] - >; /** * Force a previously approved proposal to be removed from the approval queue. * @@ -4742,7 +4716,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4761,7 +4735,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4805,253 +4779,5 @@ declare module "@polkadot/api-base/types/submittable" { /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; }; - xTokens: { - /** - * Transfer native currencies. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transfer: AugmentedSubmittable< - ( - currencyId: - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset`. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiasset: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several `Asset` specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the Assets that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassets: AugmentedSubmittable< - ( - assets: - | XcmVersionedAssets - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAssets, u32, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer `Asset` specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the Asset to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance For now we only accept fee and asset - * having the same `Location` id. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMultiassetWithFee: AugmentedSubmittable< - ( - asset: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - fee: XcmVersionedAsset | { V2: any } | { V3: any } | { V4: any } | string | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [XcmVersionedAsset, XcmVersionedAsset, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** - * Transfer several currencies specifying the item to be used as fee - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee_item` is index of the currencies tuple that we want to use for payment - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferMulticurrencies: AugmentedSubmittable< - ( - currencies: - | Vec> - | [ - ( - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array - ), - u128 | AnyNumber | Uint8Array - ][], - feeItem: u32 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [ - Vec>, - u32, - XcmVersionedLocation, - XcmV3WeightLimit - ] - >; - /** - * Transfer native currencies specifying the fee and amount as separate. - * - * `dest_weight_limit` is the weight for XCM execution on the dest chain, and it would be - * charged from the transferred assets. If set below requirements, the execution may fail and - * assets wouldn't be received. - * - * `fee` is the amount to be spent to pay for execution in destination chain. Both fee and - * amount will be subtracted form the callers balance. - * - * If `fee` is not high enough to cover for the execution costs in the destination chain, then - * the assets will be trapped in the destination chain - * - * It's a no-op if any error on local XCM execution or message sending. Note sending assets - * out per se doesn't guarantee they would be received. Receiving depends on if the XCM - * message could be delivered by the network, and if the receiving chain would handle messages - * correctly. - */ - transferWithFee: AugmentedSubmittable< - ( - currencyId: - | MoonriverRuntimeXcmConfigCurrencyId - | { SelfReserve: any } - | { ForeignAsset: any } - | { Erc20: any } - | string - | Uint8Array, - amount: u128 | AnyNumber | Uint8Array, - fee: u128 | AnyNumber | Uint8Array, - dest: - | XcmVersionedLocation - | { V2: any } - | { V3: any } - | { V4: any } - | string - | Uint8Array, - destWeightLimit: - | XcmV3WeightLimit - | { Unlimited: any } - | { Limited: any } - | string - | Uint8Array - ) => SubmittableExtrinsic, - [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] - >; - /** Generic tx */ - [key: string]: SubmittableExtrinsicFunction; - }; } // AugmentedSubmittables } // declare module diff --git a/typescript-api/src/moonriver/interfaces/lookup.ts b/typescript-api/src/moonriver/interfaces/lookup.ts index c11e777c7c..79021786e4 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -405,23 +405,17 @@ export default { account: "AccountId20", rewards: "u128", }, - ReservedForParachainBond: { + InflationDistributed: { + index: "u32", account: "AccountId20", value: "u128", }, - ParachainBondAccountSet: { + InflationDistributionConfigUpdated: { _alias: { new_: "new", }, - old: "AccountId20", - new_: "AccountId20", - }, - ParachainBondReservePercentSet: { - _alias: { - new_: "new", - }, - old: "Percent", - new_: "Percent", + old: "PalletParachainStakingInflationDistributionConfig", + new_: "PalletParachainStakingInflationDistributionConfig", }, InflationSet: { annualMin: "Perbill", @@ -495,13 +489,26 @@ export default { AddedToBottom: "Null", }, }, - /** Lookup44: pallet_author_slot_filter::pallet::Event */ + /** + * Lookup43: + * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", + /** + * Lookup45: + * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) + */ + PalletParachainStakingInflationDistributionAccount: { + account: "AccountId20", + percent: "Percent", + }, + /** Lookup47: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** Lookup46: pallet_author_mapping::pallet::Event */ + /** Lookup49: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -527,11 +534,11 @@ export default { }, }, }, - /** Lookup47: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup48: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup49: pallet_moonbeam_orbiters::pallet::Event */ + /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ PalletMoonbeamOrbitersEvent: { _enum: { OrbiterJoinCollatorPool: { @@ -560,7 +567,7 @@ export default { }, }, }, - /** Lookup51: pallet_utility::pallet::Event */ + /** Lookup54: pallet_utility::pallet::Event */ PalletUtilityEvent: { _enum: { BatchInterrupted: { @@ -578,7 +585,7 @@ export default { }, }, }, - /** Lookup54: pallet_proxy::pallet::Event */ + /** Lookup57: pallet_proxy::pallet::Event */ PalletProxyEvent: { _enum: { ProxyExecuted: { @@ -609,7 +616,7 @@ export default { }, }, }, - /** Lookup55: moonriver_runtime::ProxyType */ + /** Lookup58: moonriver_runtime::ProxyType */ MoonriverRuntimeProxyType: { _enum: [ "Any", @@ -622,7 +629,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup57: pallet_maintenance_mode::pallet::Event */ + /** Lookup60: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -635,7 +642,7 @@ export default { }, }, }, - /** Lookup58: pallet_identity::pallet::Event */ + /** Lookup61: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -707,7 +714,7 @@ export default { }, }, }, - /** Lookup60: pallet_migrations::pallet::Event */ + /** Lookup63: pallet_migrations::pallet::Event */ PalletMigrationsEvent: { _enum: { RuntimeUpgradeStarted: "Null", @@ -729,7 +736,7 @@ export default { }, }, }, - /** Lookup61: pallet_multisig::pallet::Event */ + /** Lookup64: pallet_multisig::pallet::Event */ PalletMultisigEvent: { _enum: { NewMultisig: { @@ -758,12 +765,60 @@ export default { }, }, }, - /** Lookup62: pallet_multisig::Timepoint */ + /** Lookup65: pallet_multisig::Timepoint */ PalletMultisigTimepoint: { height: "u32", index: "u32", }, - /** Lookup63: pallet_evm::pallet::Event */ + /** Lookup66: pallet_parameters::pallet::Event */ + PalletParametersEvent: { + _enum: { + Updated: { + key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", + }, + }, + }, + /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ + MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { + _enum: { + RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", + }, + }, + /** Lookup68: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { + _enum: ["FeesTreasuryProportion"], + }, + /** Lookup69: moonriver_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", + /** Lookup70: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersKey */ + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: { + _enum: ["Deposit"], + }, + /** Lookup71: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Deposit */ + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: "Null", + /** Lookup73: moonriver_runtime::runtime_params::RuntimeParametersValue */ + MoonriverRuntimeRuntimeParamsRuntimeParametersValue: { + _enum: { + RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", + PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue", + }, + }, + /** Lookup74: moonriver_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { + _enum: { + FeesTreasuryProportion: "Perbill", + }, + }, + /** Lookup75: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::ParametersValue */ + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: { + _enum: { + Deposit: "u128", + }, + }, + /** Lookup77: pallet_evm::pallet::Event */ PalletEvmEvent: { _enum: { Log: { @@ -783,13 +838,13 @@ export default { }, }, }, - /** Lookup64: ethereum::log::Log */ + /** Lookup78: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup67: pallet_ethereum::pallet::Event */ + /** Lookup81: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -801,7 +856,7 @@ export default { }, }, }, - /** Lookup68: evm_core::error::ExitReason */ + /** Lookup82: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -810,11 +865,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup69: evm_core::error::ExitSucceed */ + /** Lookup83: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup70: evm_core::error::ExitError */ + /** Lookup84: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -835,11 +890,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup74: evm_core::error::ExitRevert */ + /** Lookup88: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup75: evm_core::error::ExitFatal */ + /** Lookup89: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -848,7 +903,7 @@ export default { Other: "Text", }, }, - /** Lookup76: pallet_scheduler::pallet::Event */ + /** Lookup90: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -892,7 +947,7 @@ export default { }, }, }, - /** Lookup78: pallet_preimage::pallet::Event */ + /** Lookup92: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -915,14 +970,14 @@ export default { }, }, }, - /** Lookup79: pallet_conviction_voting::pallet::Event */ + /** Lookup93: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup80: pallet_referenda::pallet::Event */ + /** Lookup94: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1001,7 +1056,7 @@ export default { }, }, /** - * Lookup81: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1022,7 +1077,7 @@ export default { }, }, }, - /** Lookup83: frame_system::pallet::Call */ + /** Lookup97: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1065,7 +1120,7 @@ export default { }, }, }, - /** Lookup87: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1083,35 +1138,35 @@ export default { }, }, }, - /** Lookup88: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup89: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup91: sp_trie::storage_proof::StorageProof */ + /** Lookup105: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup94: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup98: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup101: pallet_timestamp::pallet::Call */ + /** Lookup115: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1119,7 +1174,7 @@ export default { }, }, }, - /** Lookup102: pallet_root_testing::pallet::Call */ + /** Lookup116: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1128,7 +1183,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup103: pallet_balances::pallet::Call */ + /** Lookup117: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1165,13 +1220,17 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, + burn: { + value: "Compact", + keepAlive: "bool", + }, }, }, - /** Lookup106: pallet_balances::types::AdjustmentDirection */ + /** Lookup120: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup107: pallet_parachain_staking::pallet::Call */ + /** Lookup121: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1299,13 +1358,19 @@ export default { bond: "u128", candidateCount: "u32", }, + set_inflation_distribution_config: { + _alias: { + new_: "new", + }, + new_: "PalletParachainStakingInflationDistributionConfig", + }, }, }, - /** Lookup110: pallet_author_inherent::pallet::Call */ + /** Lookup124: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup111: pallet_author_slot_filter::pallet::Call */ + /** Lookup125: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1316,7 +1381,7 @@ export default { }, }, }, - /** Lookup112: pallet_author_mapping::pallet::Call */ + /** Lookup126: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1338,7 +1403,7 @@ export default { }, }, }, - /** Lookup113: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1362,7 +1427,7 @@ export default { }, }, }, - /** Lookup114: pallet_utility::pallet::Call */ + /** Lookup128: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1388,7 +1453,7 @@ export default { }, }, }, - /** Lookup116: moonriver_runtime::OriginCaller */ + /** Lookup130: moonriver_runtime::OriginCaller */ MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1503,7 +1568,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup117: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1511,13 +1576,13 @@ export default { None: "Null", }, }, - /** Lookup118: pallet_ethereum::RawOrigin */ + /** Lookup132: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup119: moonriver_runtime::governance::origins::custom_origins::Origin */ + /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1527,7 +1592,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup120: pallet_collective::RawOrigin */ + /** Lookup134: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1535,40 +1600,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup122: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup123: pallet_xcm::pallet::Origin */ + /** Lookup137: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup124: staging_xcm::v4::location::Location */ + /** Lookup138: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup125: staging_xcm::v4::junctions::Junctions */ + /** Lookup139: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup127;1]", - X2: "[Lookup127;2]", - X3: "[Lookup127;3]", - X4: "[Lookup127;4]", - X5: "[Lookup127;5]", - X6: "[Lookup127;6]", - X7: "[Lookup127;7]", - X8: "[Lookup127;8]", + X1: "[Lookup141;1]", + X2: "[Lookup141;2]", + X3: "[Lookup141;3]", + X4: "[Lookup141;4]", + X5: "[Lookup141;5]", + X6: "[Lookup141;6]", + X7: "[Lookup141;7]", + X8: "[Lookup141;8]", }, }, - /** Lookup127: staging_xcm::v4::junction::Junction */ + /** Lookup141: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1598,7 +1663,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup130: staging_xcm::v4::junction::NetworkId */ + /** Lookup144: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1619,7 +1684,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup131: xcm::v3::junction::BodyId */ + /** Lookup145: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1634,7 +1699,7 @@ export default { Treasury: "Null", }, }, - /** Lookup132: xcm::v3::junction::BodyPart */ + /** Lookup146: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1655,15 +1720,15 @@ export default { }, }, }, - /** Lookup140: pallet_ethereum_xcm::RawOrigin */ + /** Lookup154: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup141: sp_core::Void */ + /** Lookup155: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup142: pallet_proxy::pallet::Call */ + /** Lookup156: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -1714,11 +1779,11 @@ export default { }, }, }, - /** Lookup144: pallet_maintenance_mode::pallet::Call */ + /** Lookup158: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup145: pallet_identity::pallet::Call */ + /** Lookup159: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1801,7 +1866,7 @@ export default { }, }, }, - /** Lookup146: pallet_identity::legacy::IdentityInfo */ + /** Lookup160: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1813,7 +1878,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup184: pallet_identity::types::Judgement */ + /** Lookup198: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1825,9 +1890,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup186: account::EthereumSignature */ + /** Lookup200: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup188: pallet_multisig::pallet::Call */ + /** Lookup202: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1856,7 +1921,7 @@ export default { }, }, }, - /** Lookup190: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1869,7 +1934,35 @@ export default { }, }, }, - /** Lookup193: pallet_evm::pallet::Call */ + /** Lookup207: pallet_parameters::pallet::Call */ + PalletParametersCall: { + _enum: { + set_parameter: { + keyValue: "MoonriverRuntimeRuntimeParamsRuntimeParameters", + }, + }, + }, + /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ + MoonriverRuntimeRuntimeParamsRuntimeParameters: { + _enum: { + RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", + PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters", + }, + }, + /** Lookup209: moonriver_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { + _enum: { + FeesTreasuryProportion: + "(MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", + }, + }, + /** Lookup211: moonriver_runtime::runtime_params::dynamic_params::pallet_randomness::Parameters */ + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: { + _enum: { + Deposit: "(MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit,Option)", + }, + }, + /** Lookup213: pallet_evm::pallet::Call */ PalletEvmCall: { _enum: { withdraw: { @@ -1910,7 +2003,7 @@ export default { }, }, }, - /** Lookup199: pallet_ethereum::pallet::Call */ + /** Lookup219: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -1918,7 +2011,7 @@ export default { }, }, }, - /** Lookup200: ethereum::transaction::TransactionV2 */ + /** Lookup220: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -1926,7 +2019,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup201: ethereum::transaction::LegacyTransaction */ + /** Lookup221: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -1936,20 +2029,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup202: ethereum::transaction::TransactionAction */ + /** Lookup222: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup203: ethereum::transaction::TransactionSignature */ + /** Lookup223: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup205: ethereum::transaction::EIP2930Transaction */ + /** Lookup225: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -1963,12 +2056,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup207: ethereum::transaction::AccessListItem */ + /** Lookup227: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup208: ethereum::transaction::EIP1559Transaction */ + /** Lookup228: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -1983,7 +2076,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup209: pallet_scheduler::pallet::Call */ + /** Lookup229: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2037,7 +2130,7 @@ export default { }, }, }, - /** Lookup211: pallet_preimage::pallet::Call */ + /** Lookup231: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2066,7 +2159,7 @@ export default { }, }, }, - /** Lookup212: pallet_conviction_voting::pallet::Call */ + /** Lookup232: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2097,7 +2190,7 @@ export default { }, }, }, - /** Lookup213: pallet_conviction_voting::vote::AccountVote */ + /** Lookup233: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2115,11 +2208,11 @@ export default { }, }, }, - /** Lookup215: pallet_conviction_voting::conviction::Conviction */ + /** Lookup235: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup217: pallet_referenda::pallet::Call */ + /** Lookup237: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { @@ -2154,14 +2247,14 @@ export default { }, }, }, - /** Lookup218: frame_support::traits::schedule::DispatchTime */ + /** Lookup238: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup220: pallet_whitelist::pallet::Call */ + /** Lookup240: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2180,7 +2273,7 @@ export default { }, }, }, - /** Lookup221: pallet_collective::pallet::Call */ + /** Lookup241: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2214,19 +2307,12 @@ export default { }, }, }, - /** Lookup223: pallet_treasury::pallet::Call */ + /** Lookup243: pallet_treasury::pallet::Call */ PalletTreasuryCall: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", - }, - reject_proposal: { - proposalId: "Compact", - }, - approve_proposal: { - proposalId: "Compact", - }, + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", spend_local: { amount: "Compact", beneficiary: "AccountId20", @@ -2251,7 +2337,7 @@ export default { }, }, }, - /** Lookup225: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2276,7 +2362,7 @@ export default { }, }, }, - /** Lookup226: sp_runtime::MultiSignature */ + /** Lookup246: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2284,9 +2370,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup232: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup233: pallet_xcm::pallet::Call */ + /** Lookup252: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2361,7 +2445,7 @@ export default { }, }, }, - /** Lookup234: xcm::VersionedLocation */ + /** Lookup253: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2371,12 +2455,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup235: xcm::v2::multilocation::MultiLocation */ + /** Lookup254: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup236: xcm::v2::multilocation::Junctions */ + /** Lookup255: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2390,7 +2474,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup237: xcm::v2::junction::Junction */ + /** Lookup256: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2416,7 +2500,7 @@ export default { }, }, }, - /** Lookup238: xcm::v2::NetworkId */ + /** Lookup257: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2425,7 +2509,7 @@ export default { Kusama: "Null", }, }, - /** Lookup240: xcm::v2::BodyId */ + /** Lookup259: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2440,7 +2524,7 @@ export default { Treasury: "Null", }, }, - /** Lookup241: xcm::v2::BodyPart */ + /** Lookup260: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2461,12 +2545,12 @@ export default { }, }, }, - /** Lookup242: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup243: xcm::v3::junctions::Junctions */ + /** Lookup262: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2480,7 +2564,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup244: xcm::v3::junction::Junction */ + /** Lookup263: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2510,7 +2594,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup246: xcm::v3::junction::NetworkId */ + /** Lookup265: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2531,7 +2615,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup247: xcm::VersionedXcm */ + /** Lookup266: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2541,9 +2625,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup248: xcm::v2::Xcm */ + /** Lookup267: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup250: xcm::v2::Instruction */ + /** Lookup269: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2639,28 +2723,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup251: xcm::v2::multiasset::MultiAssets */ + /** Lookup270: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup253: xcm::v2::multiasset::MultiAsset */ + /** Lookup272: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup254: xcm::v2::multiasset::AssetId */ + /** Lookup273: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup255: xcm::v2::multiasset::Fungibility */ + /** Lookup274: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup256: xcm::v2::multiasset::AssetInstance */ + /** Lookup275: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2672,7 +2756,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup257: xcm::v2::Response */ + /** Lookup276: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2681,7 +2765,7 @@ export default { Version: "u32", }, }, - /** Lookup260: xcm::v2::traits::Error */ + /** Lookup279: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2712,22 +2796,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup261: xcm::v2::OriginKind */ + /** Lookup280: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup262: xcm::double_encoded::DoubleEncoded */ + /** Lookup281: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup263: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup264: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2737,20 +2821,20 @@ export default { }, }, }, - /** Lookup265: xcm::v2::multiasset::WildFungibility */ + /** Lookup284: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup266: xcm::v2::WeightLimit */ + /** Lookup285: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup267: xcm::v3::Xcm */ + /** Lookup286: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup269: xcm::v3::Instruction */ + /** Lookup288: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2772,7 +2856,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2890,28 +2974,28 @@ export default { }, }, }, - /** Lookup270: xcm::v3::multiasset::MultiAssets */ + /** Lookup289: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup272: xcm::v3::multiasset::MultiAsset */ + /** Lookup291: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup273: xcm::v3::multiasset::AssetId */ + /** Lookup292: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup274: xcm::v3::multiasset::Fungibility */ + /** Lookup293: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup275: xcm::v3::multiasset::AssetInstance */ + /** Lookup294: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2922,7 +3006,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup276: xcm::v3::Response */ + /** Lookup295: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -2933,7 +3017,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup279: xcm::v3::traits::Error */ + /** Lookup298: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -2978,7 +3062,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup281: xcm::v3::PalletInfo */ + /** Lookup300: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -2987,7 +3071,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup284: xcm::v3::MaybeErrorCode */ + /** Lookup303: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -2995,20 +3079,24 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup287: xcm::v3::QueryResponseInfo */ + /** Lookup306: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup307: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup288: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup289: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3024,20 +3112,20 @@ export default { }, }, }, - /** Lookup290: xcm::v3::multiasset::WildFungibility */ + /** Lookup310: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup291: xcm::v3::WeightLimit */ + /** Lookup311: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup292: staging_xcm::v4::Xcm */ + /** Lookup312: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup294: staging_xcm::v4::Instruction */ + /** Lookup314: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3059,7 +3147,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3177,23 +3265,23 @@ export default { }, }, }, - /** Lookup295: staging_xcm::v4::asset::Assets */ + /** Lookup315: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup297: staging_xcm::v4::asset::Asset */ + /** Lookup317: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup298: staging_xcm::v4::asset::AssetId */ + /** Lookup318: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup299: staging_xcm::v4::asset::Fungibility */ + /** Lookup319: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup300: staging_xcm::v4::asset::AssetInstance */ + /** Lookup320: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3204,7 +3292,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup301: staging_xcm::v4::Response */ + /** Lookup321: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3215,7 +3303,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup303: staging_xcm::v4::PalletInfo */ + /** Lookup323: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3224,20 +3312,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup307: staging_xcm::v4::QueryResponseInfo */ + /** Lookup327: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup308: staging_xcm::v4::asset::AssetFilter */ + /** Lookup328: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup309: staging_xcm::v4::asset::WildAsset */ + /** Lookup329: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3253,11 +3341,11 @@ export default { }, }, }, - /** Lookup310: staging_xcm::v4::asset::WildFungibility */ + /** Lookup330: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup311: xcm::VersionedAssets */ + /** Lookup331: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3267,7 +3355,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup323: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3276,7 +3364,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup324: xcm::VersionedAssetId */ + /** Lookup344: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3286,7 +3374,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup325: pallet_assets::pallet::Call */ + /** Lookup345: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3436,7 +3524,7 @@ export default { }, }, }, - /** Lookup326: pallet_asset_manager::pallet::Call */ + /** Lookup346: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3463,81 +3551,20 @@ export default { }, }, }, - /** Lookup327: moonriver_runtime::xcm_config::AssetType */ + /** Lookup347: moonriver_runtime::xcm_config::AssetType */ MoonriverRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup328: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup329: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { - _enum: { - transfer: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_with_fee: { - currencyId: "MoonriverRuntimeXcmConfigCurrencyId", - amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multicurrencies: { - currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", - }, - }, - }, - /** Lookup330: moonriver_runtime::xcm_config::CurrencyId */ - MoonriverRuntimeXcmConfigCurrencyId: { - _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", - }, - }, - }, - /** Lookup331: xcm::VersionedAsset */ - XcmVersionedAsset: { - _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", - }, - }, - /** Lookup334: pallet_xcm_transactor::pallet::Call */ + /** Lookup349: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3560,7 +3587,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3594,28 +3621,38 @@ export default { }, }, }, - /** Lookup335: moonriver_runtime::xcm_config::Transactors */ + /** Lookup350: moonriver_runtime::xcm_config::Transactors */ MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup336: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup351: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup337: pallet_xcm_transactor::pallet::Currency */ + /** Lookup352: moonriver_runtime::xcm_config::CurrencyId */ + MoonriverRuntimeXcmConfigCurrencyId: { + _enum: { + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", + }, + }, + }, + /** Lookup353: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup339: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup355: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup342: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup358: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3629,18 +3666,18 @@ export default { }, }, }, - /** Lookup343: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup359: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup344: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup360: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup345: pallet_ethereum_xcm::pallet::Call */ + /** Lookup361: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3659,14 +3696,14 @@ export default { }, }, }, - /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup362: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup363: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3675,19 +3712,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup348: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup364: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup365: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup352: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3695,7 +3732,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup354: pallet_message_queue::pallet::Call */ + /** Lookup370: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3710,7 +3747,7 @@ export default { }, }, }, - /** Lookup355: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup371: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3718,7 +3755,7 @@ export default { Sibling: "u32", }, }, - /** Lookup356: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup372: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3741,7 +3778,7 @@ export default { }, }, }, - /** Lookup358: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup374: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3763,7 +3800,7 @@ export default { }, }, }, - /** Lookup359: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup375: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3772,19 +3809,19 @@ export default { }, }, }, - /** Lookup360: pallet_randomness::pallet::Call */ + /** Lookup376: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup361: sp_runtime::traits::BlakeTwo256 */ + /** Lookup377: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup363: pallet_conviction_voting::types::Tally */ + /** Lookup379: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup364: pallet_whitelist::pallet::Event */ + /** Lookup380: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3799,17 +3836,17 @@ export default { }, }, }, - /** Lookup366: frame_support::dispatch::PostDispatchInfo */ + /** Lookup382: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup367: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup383: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup368: pallet_collective::pallet::Event */ + /** Lookup384: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3846,12 +3883,9 @@ export default { }, }, }, - /** Lookup370: pallet_treasury::pallet::Event */ + /** Lookup386: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { - Proposed: { - proposalIndex: "u32", - }, Spending: { budgetRemaining: "u128", }, @@ -3860,10 +3894,6 @@ export default { award: "u128", account: "AccountId20", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, Burnt: { burntFunds: "u128", }, @@ -3906,7 +3936,7 @@ export default { }, }, }, - /** Lookup371: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup387: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3917,7 +3947,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup372: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup388: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3925,7 +3955,7 @@ export default { }, }, }, - /** Lookup373: cumulus_pallet_xcm::pallet::Event */ + /** Lookup389: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3933,7 +3963,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup374: staging_xcm::v4::traits::Outcome */ + /** Lookup390: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3948,35 +3978,7 @@ export default { }, }, }, - /** Lookup375: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { - _enum: { - StartedExport: "Null", - Exported: { - page: "u32", - }, - ExportFailed: { - page: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", - }, - ExportOverweightFailed: { - index: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", - }, - Completed: { - error: "bool", - }, - }, - }, - /** Lookup376: pallet_xcm::pallet::Event */ + /** Lookup391: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4099,7 +4101,7 @@ export default { }, }, }, - /** Lookup377: pallet_assets::pallet::Event */ + /** Lookup392: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4211,9 +4213,19 @@ export default { assetId: "u128", who: "AccountId20", }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, }, }, - /** Lookup378: pallet_asset_manager::pallet::Event */ + /** Lookup393: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4242,18 +4254,7 @@ export default { }, }, }, - /** Lookup379: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { - _enum: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", - }, - }, - }, - /** Lookup380: pallet_xcm_transactor::pallet::Event */ + /** Lookup394: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4301,13 +4302,13 @@ export default { }, }, }, - /** Lookup381: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup395: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup382: pallet_ethereum_xcm::pallet::Event */ + /** Lookup396: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4316,7 +4317,7 @@ export default { }, }, }, - /** Lookup383: pallet_message_queue::pallet::Event */ + /** Lookup397: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4342,7 +4343,7 @@ export default { }, }, }, - /** Lookup384: frame_support::traits::messages::ProcessMessageError */ + /** Lookup398: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4350,9 +4351,10 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup385: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup399: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4374,7 +4376,7 @@ export default { }, }, }, - /** Lookup386: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup400: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4396,11 +4398,11 @@ export default { }, }, }, - /** Lookup387: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup401: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup388: pallet_randomness::pallet::Event */ + /** Lookup402: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4435,7 +4437,7 @@ export default { }, }, }, - /** Lookup389: frame_system::Phase */ + /** Lookup403: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4443,51 +4445,51 @@ export default { Initialization: "Null", }, }, - /** Lookup391: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup405: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup392: frame_system::CodeUpgradeAuthorization */ + /** Lookup406: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup393: frame_system::limits::BlockWeights */ + /** Lookup407: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup394: frame_support::dispatch::PerDispatchClass */ + /** Lookup408: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup395: frame_system::limits::WeightsPerClass */ + /** Lookup409: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup396: frame_system::limits::BlockLength */ + /** Lookup410: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup397: frame_support::dispatch::PerDispatchClass */ + /** Lookup411: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup398: sp_weights::RuntimeDbWeight */ + /** Lookup412: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup399: sp_version::RuntimeVersion */ + /** Lookup413: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4498,7 +4500,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup403: frame_system::pallet::Error */ + /** Lookup417: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4512,38 +4514,38 @@ export default { "Unauthorized", ], }, - /** Lookup405: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup419: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup406: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup420: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup422: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup412: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup426: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup413: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup415: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup429: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup416: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup430: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4551,12 +4553,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup417: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup431: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup420: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup434: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4565,7 +4567,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup421: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup435: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4578,17 +4580,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup422: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup436: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup428: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup442: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup430: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup444: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4601,22 +4603,22 @@ export default { "Unauthorized", ], }, - /** Lookup432: pallet_balances::types::BalanceLock */ + /** Lookup446: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup433: pallet_balances::types::Reasons */ + /** Lookup447: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup436: pallet_balances::types::ReserveData */ + /** Lookup450: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup440: moonriver_runtime::RuntimeHoldReason */ + /** Lookup454: moonriver_runtime::RuntimeHoldReason */ MoonriverRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4684,16 +4686,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup441: pallet_preimage::pallet::HoldReason */ + /** Lookup455: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup444: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup458: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup446: pallet_balances::pallet::Error */ + /** Lookup460: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4710,26 +4712,18 @@ export default { "DeltaZero", ], }, - /** Lookup447: pallet_transaction_payment::Releases */ + /** Lookup461: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** - * Lookup448: - * pallet_parachain_staking::types::ParachainBondConfig[account::AccountId20](account::AccountId20) - */ - PalletParachainStakingParachainBondConfig: { - account: "AccountId20", - percent: "Percent", - }, - /** Lookup449: pallet_parachain_staking::types::RoundInfo */ + /** Lookup462: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup450: pallet_parachain_staking::types::Delegator */ + /** Lookup463: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4738,24 +4732,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup451: + * Lookup464: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup452: pallet_parachain_staking::types::Bond */ + /** Lookup465: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup454: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup467: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup455: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup468: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4768,16 +4762,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup456: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup469: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup458: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup471: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup459: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup472: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4785,50 +4779,50 @@ export default { Leaving: "u32", }, }, - /** Lookup461: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup474: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup464: + * Lookup477: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup466: pallet_parachain_staking::types::Delegations */ + /** Lookup479: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup468: + * Lookup481: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup471: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup484: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup473: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup486: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup474: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup487: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup475: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup488: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4846,7 +4840,7 @@ export default { max: "Perbill", }, }, - /** Lookup476: pallet_parachain_staking::pallet::Error */ + /** Lookup489: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4876,6 +4870,7 @@ export default { "CannotSetBelowMin", "RoundLengthMustBeGreaterThanTotalSelectedCollators", "NoWritingSameValue", + "TotalInflationDistributionPercentExceeds100", "TooLowCandidateCountWeightHintJoinCandidates", "TooLowCandidateCountWeightHintCancelLeaveCandidates", "TooLowCandidateCountToLeaveCandidates", @@ -4906,11 +4901,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup477: pallet_author_inherent::pallet::Error */ + /** Lookup490: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup478: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup491: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4919,7 +4914,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup479: pallet_author_mapping::pallet::Error */ + /** Lookup492: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4932,18 +4927,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup480: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup493: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup482: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup495: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup483: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup496: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4957,23 +4952,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup486: pallet_utility::pallet::Error */ + /** Lookup499: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup489: pallet_proxy::ProxyDefinition */ + /** Lookup502: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, - /** Lookup493: pallet_proxy::Announcement */ + /** Lookup506: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup495: pallet_proxy::pallet::Error */ + /** Lookup508: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4986,12 +4981,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup496: pallet_maintenance_mode::pallet::Error */ + /** Lookup509: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup498: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -4999,21 +4994,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup507: pallet_identity::types::RegistrarInfo */ + /** Lookup520: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup509: + * Lookup522: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup512: pallet_identity::pallet::Error */ + /** Lookup525: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5044,18 +5039,18 @@ export default { "NotExpired", ], }, - /** Lookup513: pallet_migrations::pallet::Error */ + /** Lookup526: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup515: pallet_multisig::Multisig */ + /** Lookup528: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup517: pallet_multisig::pallet::Error */ + /** Lookup530: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5074,7 +5069,16 @@ export default { "AlreadyStored", ], }, - /** Lookup518: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup532: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, + }, + /** Lookup534: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5082,9 +5086,10 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup519: pallet_evm::CodeMetadata */ + /** Lookup535: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5093,7 +5098,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup521: pallet_evm::pallet::Error */ + /** Lookup537: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5111,7 +5116,7 @@ export default { "Undefined", ], }, - /** Lookup524: fp_rpc::TransactionStatus */ + /** Lookup540: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5121,9 +5126,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup526: ethbloom::Bloom */ + /** Lookup542: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup528: ethereum::receipt::ReceiptV3 */ + /** Lookup544: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5131,7 +5136,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup529: ethereum::receipt::EIP658ReceiptData */ + /** Lookup545: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5139,7 +5144,7 @@ export default { logs: "Vec", }, /** - * Lookup530: + * Lookup546: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5147,7 +5152,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup531: ethereum::header::Header */ + /** Lookup547: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5165,14 +5170,14 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup532: ethereum_types::hash::H64 */ + /** Lookup548: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup537: pallet_ethereum::pallet::Error */ + /** Lookup553: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup540: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> */ @@ -5183,13 +5188,13 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonriverRuntimeOriginCaller", }, - /** Lookup542: pallet_scheduler::RetryConfig */ + /** Lookup558: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup543: pallet_scheduler::pallet::Error */ + /** Lookup559: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5199,7 +5204,7 @@ export default { "Named", ], }, - /** Lookup544: pallet_preimage::OldRequestStatus */ + /** Lookup560: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5214,8 +5219,8 @@ export default { }, }, /** - * Lookup547: pallet_preimage::RequestStatus> + * Lookup563: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5230,7 +5235,7 @@ export default { }, }, }, - /** Lookup553: pallet_preimage::pallet::Error */ + /** Lookup569: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5241,10 +5246,11 @@ export default { "NotRequested", "TooMany", "TooFew", + "NoCost", ], }, /** - * Lookup555: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5253,20 +5259,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup556: pallet_conviction_voting::vote::Casting */ + /** Lookup572: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup560: pallet_conviction_voting::types::Delegations */ + /** Lookup576: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup561: pallet_conviction_voting::vote::PriorLock */ + /** Lookup577: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup562: pallet_conviction_voting::vote::Delegating */ + /** Lookup578: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5274,7 +5280,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup566: pallet_conviction_voting::pallet::Error */ + /** Lookup582: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5292,7 +5298,7 @@ export default { ], }, /** - * Lookup567: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5308,7 +5314,7 @@ export default { }, }, /** - * Lookup568: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5326,17 +5332,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup569: pallet_referenda::types::Deposit */ + /** Lookup585: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup572: pallet_referenda::types::DecidingStatus */ + /** Lookup588: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup580: pallet_referenda::types::TrackInfo */ + /** Lookup596: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5348,7 +5354,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup581: pallet_referenda::types::Curve */ + /** Lookup597: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5369,7 +5375,7 @@ export default { }, }, }, - /** Lookup584: pallet_referenda::pallet::Error */ + /** Lookup600: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5388,7 +5394,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup585: pallet_whitelist::pallet::Error */ + /** Lookup601: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5398,7 +5404,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup587: pallet_collective::Votes */ + /** Lookup603: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5406,7 +5412,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup588: pallet_collective::pallet::Error */ + /** Lookup604: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5422,7 +5428,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup591: pallet_treasury::Proposal */ + /** Lookup607: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5430,7 +5436,7 @@ export default { bond: "u128", }, /** - * Lookup594: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5441,7 +5447,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup595: pallet_treasury::PaymentState */ + /** Lookup611: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5451,12 +5457,11 @@ export default { Failed: "Null", }, }, - /** Lookup597: frame_support::PalletId */ + /** Lookup613: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup598: pallet_treasury::pallet::Error */ + /** Lookup614: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ - "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5470,13 +5475,13 @@ export default { "Inconclusive", ], }, - /** Lookup599: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup615: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup601: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup617: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5496,7 +5501,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup606: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup622: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5504,39 +5509,27 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup607: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup623: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup609: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup627: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup610: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup628: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup611: cumulus_pallet_dmp_queue::pallet::MigrationState */ - CumulusPalletDmpQueueMigrationState: { - _enum: { - NotStarted: "Null", - StartedExport: { - nextBeginUsed: "u32", - }, - CompletedExport: "Null", - StartedOverweightExport: { - nextOverweightIndex: "u64", - }, - CompletedOverweightExport: "Null", - StartedCleanup: { - cursor: "Option", - }, - Completed: "Null", - }, + _enum: [ + "BadQueueConfig", + "AlreadySuspended", + "AlreadyResumed", + "TooManyActiveOutboundChannels", + "TooBig", + ], }, - /** Lookup614: pallet_xcm::pallet::QueryStatus */ + /** Lookup629: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5555,7 +5548,7 @@ export default { }, }, }, - /** Lookup618: xcm::VersionedResponse */ + /** Lookup633: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5565,7 +5558,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup624: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup639: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5574,14 +5567,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup627: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup642: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup634: pallet_xcm::pallet::Error */ + /** Lookup649: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5611,7 +5604,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup635: pallet_assets::types::AssetDetails */ + /** Lookup650: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5626,22 +5619,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup636: pallet_assets::types::AssetStatus */ + /** Lookup651: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup638: pallet_assets::types::AssetAccount */ + /** Lookup653: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup639: pallet_assets::types::AccountStatus */ + /** Lookup654: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup640: pallet_assets::types::ExistenceReason */ + /** Lookup655: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5651,13 +5644,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup642: pallet_assets::types::Approval */ + /** Lookup657: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup643: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5667,7 +5660,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup645: pallet_assets::pallet::Error */ + /** Lookup660: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5690,9 +5683,10 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", + "BadAssetId", ], }, - /** Lookup646: pallet_asset_manager::pallet::Error */ + /** Lookup661: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5705,32 +5699,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup647: orml_xtokens::module::Error */ - OrmlXtokensModuleError: { - _enum: [ - "AssetHasNoReserve", - "NotCrossChainTransfer", - "InvalidDest", - "NotCrossChainTransferableCurrency", - "UnweighableMessage", - "XcmExecutionFailed", - "CannotReanchor", - "InvalidAncestry", - "InvalidAsset", - "DestinationNotInvertible", - "BadVersion", - "DistinctReserveForAssetAndFee", - "ZeroFee", - "ZeroAmount", - "TooManyAssetsBeingSent", - "AssetIndexNonExistent", - "FeeNotEnough", - "NotSupportedLocation", - "MinXcmFeeNotDefined", - "RateLimited", - ], - }, - /** Lookup648: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup662: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5751,7 +5720,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup649: pallet_xcm_transactor::pallet::Error */ + /** Lookup663: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5783,11 +5752,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup650: pallet_ethereum_xcm::pallet::Error */ + /** Lookup664: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup651: pallet_message_queue::BookState */ + /** Lookup665: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5799,12 +5768,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup653: pallet_message_queue::Neighbours */ + /** Lookup667: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup655: pallet_message_queue::Page */ + /** Lookup669: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5813,7 +5782,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup657: pallet_message_queue::pallet::Error */ + /** Lookup671: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5827,11 +5796,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup659: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup673: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup660: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup674: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5850,7 +5819,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup662: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup676: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5861,24 +5830,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup663: pallet_emergency_para_xcm::XcmMode */ + /** Lookup677: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup664: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup678: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup666: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup680: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup667: pallet_randomness::types::RequestState */ + /** Lookup681: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup668: pallet_randomness::types::Request> */ + /** Lookup682: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5888,26 +5857,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup669: pallet_randomness::types::RequestInfo */ + /** Lookup683: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup670: pallet_randomness::types::RequestType */ + /** Lookup684: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup671: pallet_randomness::types::RandomnessResult */ + /** Lookup685: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup672: pallet_randomness::pallet::Error */ + /** Lookup686: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5924,30 +5893,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup675: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup689: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup676: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup690: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup677: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup691: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup678: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup692: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup681: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup695: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup682: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup696: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup683: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup697: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup684: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup698: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup685: frame_metadata_hash_extension::Mode */ + /** Lookup699: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup686: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup700: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup688: moonriver_runtime::Runtime */ + /** Lookup702: moonriver_runtime::Runtime */ MoonriverRuntimeRuntime: "Null", }; diff --git a/typescript-api/src/moonriver/interfaces/registry.ts b/typescript-api/src/moonriver/interfaces/registry.ts index dec23f697f..4966132c56 100644 --- a/typescript-api/src/moonriver/interfaces/registry.ts +++ b/typescript-api/src/moonriver/interfaces/registry.ts @@ -7,9 +7,6 @@ import "@polkadot/types/types/registry"; import type { AccountEthereumSignature, - CumulusPalletDmpQueueCall, - CumulusPalletDmpQueueEvent, - CumulusPalletDmpQueueMigrationState, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, @@ -64,6 +61,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -87,13 +85,21 @@ import type { MoonriverRuntimeProxyType, MoonriverRuntimeRuntime, MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, - OrmlXtokensModuleCall, - OrmlXtokensModuleError, - OrmlXtokensModuleEvent, PalletAssetManagerCall, PalletAssetManagerError, PalletAssetManagerEvent, @@ -121,7 +127,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -185,6 +190,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -214,11 +220,14 @@ import type { PalletParachainStakingDelegatorStatus, PalletParachainStakingError, PalletParachainStakingEvent, + PalletParachainStakingInflationDistributionAccount, + PalletParachainStakingInflationDistributionConfig, PalletParachainStakingInflationInflationInfo, - PalletParachainStakingParachainBondConfig, PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -378,13 +387,13 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3WeightLimit, XcmV3Xcm, - XcmVersionedAsset, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, @@ -395,9 +404,6 @@ import type { declare module "@polkadot/types/types/registry" { interface InterfaceTypes { AccountEthereumSignature: AccountEthereumSignature; - CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall; - CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent; - CumulusPalletDmpQueueMigrationState: CumulusPalletDmpQueueMigrationState; CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall; CumulusPalletParachainSystemError: CumulusPalletParachainSystemError; CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent; @@ -452,6 +458,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -475,13 +482,21 @@ declare module "@polkadot/types/types/registry" { MoonriverRuntimeProxyType: MoonriverRuntimeProxyType; MoonriverRuntimeRuntime: MoonriverRuntimeRuntime; MoonriverRuntimeRuntimeHoldReason: MoonriverRuntimeRuntimeHoldReason; + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit; + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion; + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + MoonriverRuntimeRuntimeParamsRuntimeParameters: MoonriverRuntimeRuntimeParamsRuntimeParameters; + MoonriverRuntimeRuntimeParamsRuntimeParametersKey: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; + MoonriverRuntimeRuntimeParamsRuntimeParametersValue: MoonriverRuntimeRuntimeParamsRuntimeParametersValue; MoonriverRuntimeXcmConfigAssetType: MoonriverRuntimeXcmConfigAssetType; MoonriverRuntimeXcmConfigCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; MoonriverRuntimeXcmConfigTransactors: MoonriverRuntimeXcmConfigTransactors; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; - OrmlXtokensModuleCall: OrmlXtokensModuleCall; - OrmlXtokensModuleError: OrmlXtokensModuleError; - OrmlXtokensModuleEvent: OrmlXtokensModuleEvent; PalletAssetManagerCall: PalletAssetManagerCall; PalletAssetManagerError: PalletAssetManagerError; PalletAssetManagerEvent: PalletAssetManagerEvent; @@ -509,7 +524,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -573,6 +587,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -602,11 +617,14 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingDelegatorStatus: PalletParachainStakingDelegatorStatus; PalletParachainStakingError: PalletParachainStakingError; PalletParachainStakingEvent: PalletParachainStakingEvent; + PalletParachainStakingInflationDistributionAccount: PalletParachainStakingInflationDistributionAccount; + PalletParachainStakingInflationDistributionConfig: PalletParachainStakingInflationDistributionConfig; PalletParachainStakingInflationInflationInfo: PalletParachainStakingInflationInflationInfo; - PalletParachainStakingParachainBondConfig: PalletParachainStakingParachainBondConfig; PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -766,13 +784,13 @@ declare module "@polkadot/types/types/registry" { XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets; XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility; XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset; + XcmV3OriginKind: XcmV3OriginKind; XcmV3PalletInfo: XcmV3PalletInfo; XcmV3QueryResponseInfo: XcmV3QueryResponseInfo; XcmV3Response: XcmV3Response; XcmV3TraitsError: XcmV3TraitsError; XcmV3WeightLimit: XcmV3WeightLimit; XcmV3Xcm: XcmV3Xcm; - XcmVersionedAsset: XcmVersionedAsset; XcmVersionedAssetId: XcmVersionedAssetId; XcmVersionedAssets: XcmVersionedAssets; XcmVersionedLocation: XcmVersionedLocation; diff --git a/typescript-api/src/moonriver/interfaces/types-lookup.ts b/typescript-api/src/moonriver/interfaces/types-lookup.ts index b86e2ee4cb..b4434272d3 100644 --- a/typescript-api/src/moonriver/interfaces/types-lookup.ts +++ b/typescript-api/src/moonriver/interfaces/types-lookup.ts @@ -583,20 +583,16 @@ declare module "@polkadot/types/lookup" { readonly account: AccountId20; readonly rewards: u128; } & Struct; - readonly isReservedForParachainBond: boolean; - readonly asReservedForParachainBond: { + readonly isInflationDistributed: boolean; + readonly asInflationDistributed: { + readonly index: u32; readonly account: AccountId20; readonly value: u128; } & Struct; - readonly isParachainBondAccountSet: boolean; - readonly asParachainBondAccountSet: { - readonly old: AccountId20; - readonly new_: AccountId20; - } & Struct; - readonly isParachainBondReservePercentSet: boolean; - readonly asParachainBondReservePercentSet: { - readonly old: Percent; - readonly new_: Percent; + readonly isInflationDistributionConfigUpdated: boolean; + readonly asInflationDistributionConfigUpdated: { + readonly old: PalletParachainStakingInflationDistributionConfig; + readonly new_: PalletParachainStakingInflationDistributionConfig; } & Struct; readonly isInflationSet: boolean; readonly asInflationSet: { @@ -671,9 +667,8 @@ declare module "@polkadot/types/lookup" { | "Delegation" | "DelegatorLeftCandidate" | "Rewarded" - | "ReservedForParachainBond" - | "ParachainBondAccountSet" - | "ParachainBondReservePercentSet" + | "InflationDistributed" + | "InflationDistributionConfigUpdated" | "InflationSet" | "StakeExpectationsSet" | "TotalSelectedSet" @@ -708,14 +703,24 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletAuthorSlotFilterEvent (44) */ + /** @name PalletParachainStakingInflationDistributionConfig (43) */ + interface PalletParachainStakingInflationDistributionConfig + extends Vec {} + + /** @name PalletParachainStakingInflationDistributionAccount (45) */ + interface PalletParachainStakingInflationDistributionAccount extends Struct { + readonly account: AccountId20; + readonly percent: Percent; + } + + /** @name PalletAuthorSlotFilterEvent (47) */ interface PalletAuthorSlotFilterEvent extends Enum { readonly isEligibleUpdated: boolean; readonly asEligibleUpdated: u32; readonly type: "EligibleUpdated"; } - /** @name PalletAuthorMappingEvent (46) */ + /** @name PalletAuthorMappingEvent (49) */ interface PalletAuthorMappingEvent extends Enum { readonly isKeysRegistered: boolean; readonly asKeysRegistered: { @@ -738,13 +743,13 @@ declare module "@polkadot/types/lookup" { readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; } - /** @name NimbusPrimitivesNimbusCryptoPublic (47) */ + /** @name NimbusPrimitivesNimbusCryptoPublic (50) */ interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (48) */ + /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (51) */ interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - /** @name PalletMoonbeamOrbitersEvent (49) */ + /** @name PalletMoonbeamOrbitersEvent (52) */ interface PalletMoonbeamOrbitersEvent extends Enum { readonly isOrbiterJoinCollatorPool: boolean; readonly asOrbiterJoinCollatorPool: { @@ -785,7 +790,7 @@ declare module "@polkadot/types/lookup" { | "OrbiterUnregistered"; } - /** @name PalletUtilityEvent (51) */ + /** @name PalletUtilityEvent (54) */ interface PalletUtilityEvent extends Enum { readonly isBatchInterrupted: boolean; readonly asBatchInterrupted: { @@ -812,7 +817,7 @@ declare module "@polkadot/types/lookup" { | "DispatchedAs"; } - /** @name PalletProxyEvent (54) */ + /** @name PalletProxyEvent (57) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -848,7 +853,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonriverRuntimeProxyType (55) */ + /** @name MoonriverRuntimeProxyType (58) */ interface MoonriverRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; @@ -869,7 +874,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (57) */ + /** @name PalletMaintenanceModeEvent (60) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -888,7 +893,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (58) */ + /** @name PalletIdentityEvent (61) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -994,7 +999,7 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name PalletMigrationsEvent (60) */ + /** @name PalletMigrationsEvent (63) */ interface PalletMigrationsEvent extends Enum { readonly isRuntimeUpgradeStarted: boolean; readonly isRuntimeUpgradeCompleted: boolean; @@ -1027,7 +1032,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletMultisigEvent (61) */ + /** @name PalletMultisigEvent (64) */ interface PalletMultisigEvent extends Enum { readonly isNewMultisig: boolean; readonly asNewMultisig: { @@ -1060,13 +1065,74 @@ declare module "@polkadot/types/lookup" { readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name PalletMultisigTimepoint (62) */ + /** @name PalletMultisigTimepoint (65) */ interface PalletMultisigTimepoint extends Struct { readonly height: u32; readonly index: u32; } - /** @name PalletEvmEvent (63) */ + /** @name PalletParametersEvent (66) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; + } & Struct; + readonly type: "Updated"; + } + + /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersKey (67) */ + interface MoonriverRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ + type MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { + readonly isDeposit: boolean; + readonly type: "Deposit"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit (71) */ + type MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit = Null; + + /** @name MoonriverRuntimeRuntimeParamsRuntimeParametersValue (73) */ + interface MoonriverRuntimeRuntimeParamsRuntimeParametersValue extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (74) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: Perbill; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue (75) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: u128; + readonly type: "Deposit"; + } + + /** @name PalletEvmEvent (77) */ interface PalletEvmEvent extends Enum { readonly isLog: boolean; readonly asLog: { @@ -1091,14 +1157,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (64) */ + /** @name EthereumLog (78) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (67) */ + /** @name PalletEthereumEvent (81) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1111,7 +1177,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (68) */ + /** @name EvmCoreErrorExitReason (82) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1124,7 +1190,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (69) */ + /** @name EvmCoreErrorExitSucceed (83) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1132,7 +1198,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (70) */ + /** @name EvmCoreErrorExitError (84) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1171,13 +1237,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (74) */ + /** @name EvmCoreErrorExitRevert (88) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (75) */ + /** @name EvmCoreErrorExitFatal (89) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1188,7 +1254,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (76) */ + /** @name PalletSchedulerEvent (90) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1250,7 +1316,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (78) */ + /** @name PalletPreimageEvent (92) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1267,7 +1333,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (79) */ + /** @name PalletConvictionVotingEvent (93) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1276,7 +1342,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (80) */ + /** @name PalletReferendaEvent (94) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1380,7 +1446,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (81) */ + /** @name FrameSupportPreimagesBounded (95) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1396,7 +1462,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (83) */ + /** @name FrameSystemCall (97) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1457,7 +1523,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (87) */ + /** @name CumulusPalletParachainSystemCall (101) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1483,7 +1549,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (88) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1491,7 +1557,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (89) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1499,24 +1565,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (91) */ + /** @name SpTrieStorageProof (105) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (94) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (98) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (101) */ + /** @name PalletTimestampCall (115) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1525,7 +1591,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (102) */ + /** @name PalletRootTestingCall (116) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1535,7 +1601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (103) */ + /** @name PalletBalancesCall (117) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1577,6 +1643,11 @@ declare module "@polkadot/types/lookup" { readonly direction: PalletBalancesAdjustmentDirection; readonly delta: Compact; } & Struct; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; + } & Struct; readonly type: | "TransferAllowDeath" | "ForceTransfer" @@ -1585,17 +1656,18 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (106) */ + /** @name PalletBalancesAdjustmentDirection (120) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (107) */ + /** @name PalletParachainStakingCall (121) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1733,6 +1805,10 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; readonly candidateCount: u32; } & Struct; + readonly isSetInflationDistributionConfig: boolean; + readonly asSetInflationDistributionConfig: { + readonly new_: PalletParachainStakingInflationDistributionConfig; + } & Struct; readonly type: | "SetStakingExpectations" | "SetInflation" @@ -1765,16 +1841,17 @@ declare module "@polkadot/types/lookup" { | "HotfixRemoveDelegationRequestsExitedCandidates" | "NotifyInactiveCollator" | "EnableMarkingOffline" - | "ForceJoinCandidates"; + | "ForceJoinCandidates" + | "SetInflationDistributionConfig"; } - /** @name PalletAuthorInherentCall (110) */ + /** @name PalletAuthorInherentCall (124) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (111) */ + /** @name PalletAuthorSlotFilterCall (125) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1783,7 +1860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (112) */ + /** @name PalletAuthorMappingCall (126) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1811,7 +1888,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (113) */ + /** @name PalletMoonbeamOrbitersCall (127) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1848,7 +1925,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (114) */ + /** @name PalletUtilityCall (128) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1886,7 +1963,7 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonriverRuntimeOriginCaller (116) */ + /** @name MoonriverRuntimeOriginCaller (130) */ interface MoonriverRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; @@ -1917,7 +1994,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (117) */ + /** @name FrameSupportDispatchRawOrigin (131) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -1926,14 +2003,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (118) */ + /** @name PalletEthereumRawOrigin (132) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (119) */ + /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; @@ -1948,7 +2025,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (120) */ + /** @name PalletCollectiveRawOrigin (134) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -1958,7 +2035,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (122) */ + /** @name CumulusPalletXcmOrigin (136) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -1966,7 +2043,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (123) */ + /** @name PalletXcmOrigin (137) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -1975,13 +2052,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (124) */ + /** @name StagingXcmV4Location (138) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (125) */ + /** @name StagingXcmV4Junctions (139) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2003,7 +2080,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (127) */ + /** @name StagingXcmV4Junction (141) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2052,7 +2129,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (130) */ + /** @name StagingXcmV4JunctionNetworkId (144) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2087,7 +2164,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (131) */ + /** @name XcmV3JunctionBodyId (145) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2114,7 +2191,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (132) */ + /** @name XcmV3JunctionBodyPart (146) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2139,17 +2216,17 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (140) */ + /** @name PalletEthereumXcmRawOrigin (154) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (141) */ + /** @name SpCoreVoid (155) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (142) */ + /** @name PalletProxyCall (156) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -2219,14 +2296,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (144) */ + /** @name PalletMaintenanceModeCall (158) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (145) */ + /** @name PalletIdentityCall (159) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2348,7 +2425,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (146) */ + /** @name PalletIdentityLegacyIdentityInfo (160) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2361,7 +2438,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (184) */ + /** @name PalletIdentityJudgement (198) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2381,10 +2458,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (186) */ + /** @name AccountEthereumSignature (200) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (188) */ + /** @name PalletMultisigCall (202) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2417,7 +2494,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (190) */ + /** @name PalletMoonbeamLazyMigrationsCall (204) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2431,7 +2508,46 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletEvmCall (193) */ + /** @name PalletParametersCall (207) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonriverRuntimeRuntimeParamsRuntimeParameters; + } & Struct; + readonly type: "SetParameter"; + } + + /** @name MoonriverRuntimeRuntimeParamsRuntimeParameters (208) */ + interface MoonriverRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + readonly type: "RuntimeConfig" | "PalletRandomness"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; + } + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: ITuple< + [MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] + >; + readonly type: "Deposit"; + } + + /** @name PalletEvmCall (213) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -2476,7 +2592,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (199) */ + /** @name PalletEthereumCall (219) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2485,7 +2601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (200) */ + /** @name EthereumTransactionTransactionV2 (220) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2496,7 +2612,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (201) */ + /** @name EthereumTransactionLegacyTransaction (221) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2507,7 +2623,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (202) */ + /** @name EthereumTransactionTransactionAction (222) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2515,14 +2631,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (203) */ + /** @name EthereumTransactionTransactionSignature (223) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (205) */ + /** @name EthereumTransactionEip2930Transaction (225) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2537,13 +2653,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (207) */ + /** @name EthereumTransactionAccessListItem (227) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (208) */ + /** @name EthereumTransactionEip1559Transaction (228) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2559,7 +2675,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (209) */ + /** @name PalletSchedulerCall (229) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2633,7 +2749,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (211) */ + /** @name PalletPreimageCall (231) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2663,7 +2779,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (212) */ + /** @name PalletConvictionVotingCall (232) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2700,7 +2816,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (213) */ + /** @name PalletConvictionVotingVoteAccountVote (233) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2721,7 +2837,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (215) */ + /** @name PalletConvictionVotingConviction (235) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2740,7 +2856,7 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (217) */ + /** @name PalletReferendaCall (237) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { @@ -2793,7 +2909,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (218) */ + /** @name FrameSupportScheduleDispatchTime (238) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2802,7 +2918,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (220) */ + /** @name PalletWhitelistCall (240) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2829,7 +2945,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (221) */ + /** @name PalletCollectiveCall (241) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2868,21 +2984,8 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (223) */ + /** @name PalletTreasuryCall (243) */ interface PalletTreasuryCall extends Enum { - readonly isProposeSpend: boolean; - readonly asProposeSpend: { - readonly value: Compact; - readonly beneficiary: AccountId20; - } & Struct; - readonly isRejectProposal: boolean; - readonly asRejectProposal: { - readonly proposalId: Compact; - } & Struct; - readonly isApproveProposal: boolean; - readonly asApproveProposal: { - readonly proposalId: Compact; - } & Struct; readonly isSpendLocal: boolean; readonly asSpendLocal: { readonly amount: Compact; @@ -2912,9 +3015,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -2923,7 +3023,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (225) */ + /** @name PalletCrowdloanRewardsCall (245) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -2959,7 +3059,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (226) */ + /** @name SpRuntimeMultiSignature (246) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -2970,10 +3070,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name CumulusPalletDmpQueueCall (232) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (233) */ + /** @name PalletXcmCall (252) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3076,7 +3173,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (234) */ + /** @name XcmVersionedLocation (253) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3087,13 +3184,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (235) */ + /** @name XcmV2MultiLocation (254) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (236) */ + /** @name XcmV2MultilocationJunctions (255) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3140,7 +3237,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (237) */ + /** @name XcmV2Junction (256) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3183,7 +3280,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (238) */ + /** @name XcmV2NetworkId (257) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3193,7 +3290,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (240) */ + /** @name XcmV2BodyId (259) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3220,7 +3317,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (241) */ + /** @name XcmV2BodyPart (260) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3245,13 +3342,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (242) */ + /** @name StagingXcmV3MultiLocation (261) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (243) */ + /** @name XcmV3Junctions (262) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3298,7 +3395,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (244) */ + /** @name XcmV3Junction (263) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3347,7 +3444,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (246) */ + /** @name XcmV3JunctionNetworkId (265) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3382,7 +3479,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (247) */ + /** @name XcmVersionedXcm (266) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3393,10 +3490,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (248) */ + /** @name XcmV2Xcm (267) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (250) */ + /** @name XcmV2Instruction (269) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3544,16 +3641,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (251) */ + /** @name XcmV2MultiassetMultiAssets (270) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (253) */ + /** @name XcmV2MultiAsset (272) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (254) */ + /** @name XcmV2MultiassetAssetId (273) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3562,7 +3659,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (255) */ + /** @name XcmV2MultiassetFungibility (274) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3571,7 +3668,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (256) */ + /** @name XcmV2MultiassetAssetInstance (275) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3589,7 +3686,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (257) */ + /** @name XcmV2Response (276) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3601,7 +3698,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (260) */ + /** @name XcmV2TraitsError (279) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3660,7 +3757,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (261) */ + /** @name XcmV2OriginKind (280) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3669,12 +3766,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (262) */ + /** @name XcmDoubleEncoded (281) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (263) */ + /** @name XcmV2MultiassetMultiAssetFilter (282) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3683,7 +3780,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (264) */ + /** @name XcmV2MultiassetWildMultiAsset (283) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3694,14 +3791,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (265) */ + /** @name XcmV2MultiassetWildFungibility (284) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (266) */ + /** @name XcmV2WeightLimit (285) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3709,10 +3806,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (267) */ + /** @name XcmV3Xcm (286) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (269) */ + /** @name XcmV3Instruction (288) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3740,7 +3837,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -3942,16 +4039,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (270) */ + /** @name XcmV3MultiassetMultiAssets (289) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (272) */ + /** @name XcmV3MultiAsset (291) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (273) */ + /** @name XcmV3MultiassetAssetId (292) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -3960,7 +4057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (274) */ + /** @name XcmV3MultiassetFungibility (293) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3969,7 +4066,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (275) */ + /** @name XcmV3MultiassetAssetInstance (294) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3985,7 +4082,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (276) */ + /** @name XcmV3Response (295) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4007,7 +4104,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (279) */ + /** @name XcmV3TraitsError (298) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4094,7 +4191,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (281) */ + /** @name XcmV3PalletInfo (300) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4104,7 +4201,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (284) */ + /** @name XcmV3MaybeErrorCode (303) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4114,14 +4211,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3QueryResponseInfo (287) */ + /** @name XcmV3OriginKind (306) */ + interface XcmV3OriginKind extends Enum { + readonly isNative: boolean; + readonly isSovereignAccount: boolean; + readonly isSuperuser: boolean; + readonly isXcm: boolean; + readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; + } + + /** @name XcmV3QueryResponseInfo (307) */ interface XcmV3QueryResponseInfo extends Struct { readonly destination: StagingXcmV3MultiLocation; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (288) */ + /** @name XcmV3MultiassetMultiAssetFilter (308) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4130,7 +4236,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (289) */ + /** @name XcmV3MultiassetWildMultiAsset (309) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4149,14 +4255,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (290) */ + /** @name XcmV3MultiassetWildFungibility (310) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (291) */ + /** @name XcmV3WeightLimit (311) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4164,10 +4270,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (292) */ + /** @name StagingXcmV4Xcm (312) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (294) */ + /** @name StagingXcmV4Instruction (314) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4195,7 +4301,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4397,19 +4503,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (295) */ + /** @name StagingXcmV4AssetAssets (315) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (297) */ + /** @name StagingXcmV4Asset (317) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (298) */ + /** @name StagingXcmV4AssetAssetId (318) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (299) */ + /** @name StagingXcmV4AssetFungibility (319) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4418,7 +4524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (300) */ + /** @name StagingXcmV4AssetAssetInstance (320) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4434,7 +4540,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (301) */ + /** @name StagingXcmV4Response (321) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4456,7 +4562,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (303) */ + /** @name StagingXcmV4PalletInfo (323) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4466,14 +4572,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (307) */ + /** @name StagingXcmV4QueryResponseInfo (327) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (308) */ + /** @name StagingXcmV4AssetAssetFilter (328) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4482,7 +4588,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (309) */ + /** @name StagingXcmV4AssetWildAsset (329) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4501,14 +4607,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (310) */ + /** @name StagingXcmV4AssetWildFungibility (330) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (311) */ + /** @name XcmVersionedAssets (331) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4519,7 +4625,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (323) */ + /** @name StagingXcmExecutorAssetTransferTransferType (343) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4529,7 +4635,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (324) */ + /** @name XcmVersionedAssetId (344) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4538,7 +4644,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (325) */ + /** @name PalletAssetsCall (345) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4752,7 +4858,7 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (326) */ + /** @name PalletAssetManagerCall (346) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { @@ -4784,14 +4890,14 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonriverRuntimeXcmConfigAssetType (327) */ + /** @name MoonriverRuntimeXcmConfigAssetType (347) */ interface MoonriverRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (328) */ + /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; @@ -4799,83 +4905,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (329) */ - interface OrmlXtokensModuleCall extends Enum { - readonly isTransfer: boolean; - readonly asTransfer: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiasset: boolean; - readonly asTransferMultiasset: { - readonly asset: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferWithFee: boolean; - readonly asTransferWithFee: { - readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; - readonly amount: u128; - readonly fee: u128; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassetWithFee: boolean; - readonly asTransferMultiassetWithFee: { - readonly asset: XcmVersionedAsset; - readonly fee: XcmVersionedAsset; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMulticurrencies: boolean; - readonly asTransferMulticurrencies: { - readonly currencies: Vec>; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly isTransferMultiassets: boolean; - readonly asTransferMultiassets: { - readonly assets: XcmVersionedAssets; - readonly feeItem: u32; - readonly dest: XcmVersionedLocation; - readonly destWeightLimit: XcmV3WeightLimit; - } & Struct; - readonly type: - | "Transfer" - | "TransferMultiasset" - | "TransferWithFee" - | "TransferMultiassetWithFee" - | "TransferMulticurrencies" - | "TransferMultiassets"; - } - - /** @name MoonriverRuntimeXcmConfigCurrencyId (330) */ - interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { - readonly isSelfReserve: boolean; - readonly isForeignAsset: boolean; - readonly asForeignAsset: u128; - readonly isErc20: boolean; - readonly asErc20: { - readonly contractAddress: H160; - } & Struct; - readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; - } - - /** @name XcmVersionedAsset (331) */ - interface XcmVersionedAsset extends Enum { - readonly isV2: boolean; - readonly asV2: XcmV2MultiAsset; - readonly isV3: boolean; - readonly asV3: XcmV3MultiAsset; - readonly isV4: boolean; - readonly asV4: StagingXcmV4Asset; - readonly type: "V2" | "V3" | "V4"; - } - - /** @name PalletXcmTransactorCall (334) */ + /** @name PalletXcmTransactorCall (349) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -4901,7 +4931,7 @@ declare module "@polkadot/types/lookup" { readonly feePayer: Option; readonly fee: PalletXcmTransactorCurrencyPayment; readonly call: Bytes; - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly weightInfo: PalletXcmTransactorTransactWeights; readonly refund: bool; } & Struct; @@ -4952,19 +4982,31 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonriverRuntimeXcmConfigTransactors (335) */ + /** @name MoonriverRuntimeXcmConfigTransactors (350) */ interface MoonriverRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (336) */ + /** @name PalletXcmTransactorCurrencyPayment (351) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (337) */ + /** @name MoonriverRuntimeXcmConfigCurrencyId (352) */ + interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { + readonly isSelfReserve: boolean; + readonly isForeignAsset: boolean; + readonly asForeignAsset: u128; + readonly isErc20: boolean; + readonly asErc20: { + readonly contractAddress: H160; + } & Struct; + readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; + } + + /** @name PalletXcmTransactorCurrency (353) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; @@ -4973,13 +5015,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (339) */ + /** @name PalletXcmTransactorTransactWeights (355) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (342) */ + /** @name PalletXcmTransactorHrmpOperation (358) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -4997,20 +5039,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (343) */ + /** @name PalletXcmTransactorHrmpInitParams (359) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (344) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (360) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (345) */ + /** @name PalletEthereumXcmCall (361) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5037,7 +5079,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (346) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (362) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5046,7 +5088,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (347) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (363) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5056,7 +5098,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (348) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (364) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5064,13 +5106,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (349) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (365) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (352) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (368) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5079,7 +5121,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (354) */ + /** @name PalletMessageQueueCall (370) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5096,7 +5138,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (355) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (371) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5105,7 +5147,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (356) */ + /** @name PalletMoonbeamForeignAssetsCall (372) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5136,7 +5178,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (358) */ + /** @name PalletXcmWeightTraderCall (374) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5168,7 +5210,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (359) */ + /** @name PalletEmergencyParaXcmCall (375) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5178,23 +5220,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (360) */ + /** @name PalletRandomnessCall (376) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (361) */ + /** @name SpRuntimeBlakeTwo256 (377) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (363) */ + /** @name PalletConvictionVotingTally (379) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (364) */ + /** @name PalletWhitelistEvent (380) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5215,19 +5257,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (366) */ + /** @name FrameSupportDispatchPostDispatchInfo (382) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (367) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (383) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (368) */ + /** @name PalletCollectiveEvent (384) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5278,12 +5320,8 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (370) */ + /** @name PalletTreasuryEvent (386) */ interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5294,11 +5332,6 @@ declare module "@polkadot/types/lookup" { readonly award: u128; readonly account: AccountId20; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; - } & Struct; readonly isBurnt: boolean; readonly asBurnt: { readonly burntFunds: u128; @@ -5350,10 +5383,8 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "Proposed" | "Spending" | "Awarded" - | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5366,7 +5397,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (371) */ + /** @name PalletCrowdloanRewardsEvent (387) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5391,7 +5422,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (372) */ + /** @name CumulusPalletXcmpQueueEvent (388) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5400,7 +5431,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (373) */ + /** @name CumulusPalletXcmEvent (389) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5411,7 +5442,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (374) */ + /** @name StagingXcmV4TraitsOutcome (390) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5429,52 +5460,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name CumulusPalletDmpQueueEvent (375) */ - interface CumulusPalletDmpQueueEvent extends Enum { - readonly isStartedExport: boolean; - readonly isExported: boolean; - readonly asExported: { - readonly page: u32; - } & Struct; - readonly isExportFailed: boolean; - readonly asExportFailed: { - readonly page: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly isExportedOverweight: boolean; - readonly asExportedOverweight: { - readonly index: u64; - } & Struct; - readonly isExportOverweightFailed: boolean; - readonly asExportOverweightFailed: { - readonly index: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly isCleanedSome: boolean; - readonly asCleanedSome: { - readonly keysRemoved: u32; - } & Struct; - readonly isCompleted: boolean; - readonly asCompleted: { - readonly error: bool; - } & Struct; - readonly type: - | "StartedExport" - | "Exported" - | "ExportFailed" - | "CompletedExport" - | "StartedOverweightExport" - | "ExportedOverweight" - | "ExportOverweightFailed" - | "CompletedOverweightExport" - | "StartedCleanup" - | "CleanedSome" - | "Completed"; - } - - /** @name PalletXcmEvent (376) */ + /** @name PalletXcmEvent (391) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5639,7 +5625,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (377) */ + /** @name PalletAssetsEvent (392) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5774,6 +5760,18 @@ declare module "@polkadot/types/lookup" { readonly assetId: u128; readonly who: AccountId20; } & Struct; + readonly isDeposited: boolean; + readonly asDeposited: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; + readonly isWithdrawn: boolean; + readonly asWithdrawn: { + readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; + } & Struct; readonly type: | "Created" | "Issued" @@ -5798,10 +5796,12 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked"; + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name PalletAssetManagerEvent (378) */ + /** @name PalletAssetManagerEvent (393) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { @@ -5843,19 +5843,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (379) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; - } & Struct; - readonly type: "TransferredAssets"; - } - - /** @name PalletXcmTransactorEvent (380) */ + /** @name PalletXcmTransactorEvent (394) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5925,14 +5913,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (381) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (395) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (382) */ + /** @name PalletEthereumXcmEvent (396) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -5942,7 +5930,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (383) */ + /** @name PalletMessageQueueEvent (397) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5972,7 +5960,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (384) */ + /** @name FrameSupportMessagesProcessMessageError (398) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5980,10 +5968,17 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletMoonbeamForeignAssetsEvent (385) */ + /** @name PalletMoonbeamForeignAssetsEvent (399) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6013,7 +6008,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (386) */ + /** @name PalletXcmWeightTraderEvent (400) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6045,14 +6040,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (387) */ + /** @name PalletEmergencyParaXcmEvent (401) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (388) */ + /** @name PalletRandomnessEvent (402) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6097,7 +6092,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (389) */ + /** @name FrameSystemPhase (403) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6106,33 +6101,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (391) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (405) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (392) */ + /** @name FrameSystemCodeUpgradeAuthorization (406) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (393) */ + /** @name FrameSystemLimitsBlockWeights (407) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (394) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (408) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (395) */ + /** @name FrameSystemLimitsWeightsPerClass (409) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6140,25 +6135,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (396) */ + /** @name FrameSystemLimitsBlockLength (410) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (397) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (411) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (398) */ + /** @name SpWeightsRuntimeDbWeight (412) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (399) */ + /** @name SpVersionRuntimeVersion (413) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6170,7 +6165,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (403) */ + /** @name FrameSystemError (417) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6193,14 +6188,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (405) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (419) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (406) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (420) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6210,33 +6205,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (408) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (422) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (412) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (426) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (413) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (427) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (415) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (429) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (416) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (430) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6244,14 +6239,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (417) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (431) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (420) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (434) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6261,7 +6256,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (421) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (435) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6275,19 +6270,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (422) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (436) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (428) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (442) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (430) */ + /** @name CumulusPalletParachainSystemError (444) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6308,14 +6303,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (432) */ + /** @name PalletBalancesBalanceLock (446) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (433) */ + /** @name PalletBalancesReasons (447) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6323,32 +6318,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (436) */ + /** @name PalletBalancesReserveData (450) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonriverRuntimeRuntimeHoldReason (440) */ + /** @name MoonriverRuntimeRuntimeHoldReason (454) */ interface MoonriverRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (441) */ + /** @name PalletPreimageHoldReason (455) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name PalletBalancesIdAmount (444) */ - interface PalletBalancesIdAmount extends Struct { + /** @name FrameSupportTokensMiscIdAmount (458) */ + interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (446) */ + /** @name PalletBalancesError (460) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6377,20 +6372,14 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (447) */ + /** @name PalletTransactionPaymentReleases (461) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingParachainBondConfig (448) */ - interface PalletParachainStakingParachainBondConfig extends Struct { - readonly account: AccountId20; - readonly percent: Percent; - } - - /** @name PalletParachainStakingRoundInfo (449) */ + /** @name PalletParachainStakingRoundInfo (462) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6398,7 +6387,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (450) */ + /** @name PalletParachainStakingDelegator (463) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6407,16 +6396,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (451) */ + /** @name PalletParachainStakingSetOrderedSet (464) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (452) */ + /** @name PalletParachainStakingBond (465) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (454) */ + /** @name PalletParachainStakingDelegatorStatus (467) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6424,7 +6413,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (455) */ + /** @name PalletParachainStakingCandidateMetadata (468) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6438,7 +6427,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (456) */ + /** @name PalletParachainStakingCapacityStatus (469) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6446,13 +6435,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (458) */ + /** @name PalletParachainStakingCandidateBondLessRequest (471) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (459) */ + /** @name PalletParachainStakingCollatorStatus (472) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6461,50 +6450,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (461) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (474) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (464) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (477) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (466) */ + /** @name PalletParachainStakingDelegations (479) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (468) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (481) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (471) */ + /** @name PalletParachainStakingCollatorSnapshot (484) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (473) */ + /** @name PalletParachainStakingBondWithAutoCompound (486) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (474) */ + /** @name PalletParachainStakingDelayedPayout (487) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (475) */ + /** @name PalletParachainStakingInflationInflationInfo (488) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6523,7 +6512,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (476) */ + /** @name PalletParachainStakingError (489) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6552,6 +6541,7 @@ declare module "@polkadot/types/lookup" { readonly isCannotSetBelowMin: boolean; readonly isRoundLengthMustBeGreaterThanTotalSelectedCollators: boolean; readonly isNoWritingSameValue: boolean; + readonly isTotalInflationDistributionPercentExceeds100: boolean; readonly isTooLowCandidateCountWeightHintJoinCandidates: boolean; readonly isTooLowCandidateCountWeightHintCancelLeaveCandidates: boolean; readonly isTooLowCandidateCountToLeaveCandidates: boolean; @@ -6608,6 +6598,7 @@ declare module "@polkadot/types/lookup" { | "CannotSetBelowMin" | "RoundLengthMustBeGreaterThanTotalSelectedCollators" | "NoWritingSameValue" + | "TotalInflationDistributionPercentExceeds100" | "TooLowCandidateCountWeightHintJoinCandidates" | "TooLowCandidateCountWeightHintCancelLeaveCandidates" | "TooLowCandidateCountToLeaveCandidates" @@ -6638,7 +6629,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (477) */ + /** @name PalletAuthorInherentError (490) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6646,14 +6637,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (478) */ + /** @name PalletAuthorMappingRegistrationInfo (491) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (479) */ + /** @name PalletAuthorMappingError (492) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6674,20 +6665,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (480) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (493) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (482) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (495) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (483) */ + /** @name PalletMoonbeamOrbitersError (496) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6710,27 +6701,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (486) */ + /** @name PalletUtilityError (499) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (489) */ + /** @name PalletProxyProxyDefinition (502) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (493) */ + /** @name PalletProxyAnnouncement (506) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (495) */ + /** @name PalletProxyError (508) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6751,34 +6742,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (496) */ + /** @name PalletMaintenanceModeError (509) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (498) */ + /** @name PalletIdentityRegistration (511) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (507) */ + /** @name PalletIdentityRegistrarInfo (520) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (509) */ + /** @name PalletIdentityAuthorityProperties (522) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (512) */ + /** @name PalletIdentityError (525) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6835,7 +6826,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (513) */ + /** @name PalletMigrationsError (526) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6848,7 +6839,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (515) */ + /** @name PalletMultisigMultisig (528) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6856,7 +6847,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (517) */ + /** @name PalletMultisigError (530) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6889,28 +6880,41 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsError (518) */ + /** @name PalletMoonbeamLazyMigrationsStateMigrationStatus (532) */ + interface PalletMoonbeamLazyMigrationsStateMigrationStatus extends Enum { + readonly isNotStarted: boolean; + readonly isStarted: boolean; + readonly asStarted: Bytes; + readonly isError: boolean; + readonly asError: Bytes; + readonly isComplete: boolean; + readonly type: "NotStarted" | "Started" | "Error" | "Complete"; + } + + /** @name PalletMoonbeamLazyMigrationsError (534) */ interface PalletMoonbeamLazyMigrationsError extends Enum { readonly isLimitCannotBeZero: boolean; readonly isAddressesLengthCannotBeZero: boolean; readonly isContractNotCorrupted: boolean; readonly isContractMetadataAlreadySet: boolean; readonly isContractNotExist: boolean; + readonly isKeyTooLong: boolean; readonly type: | "LimitCannotBeZero" | "AddressesLengthCannotBeZero" | "ContractNotCorrupted" | "ContractMetadataAlreadySet" - | "ContractNotExist"; + | "ContractNotExist" + | "KeyTooLong"; } - /** @name PalletEvmCodeMetadata (519) */ + /** @name PalletEvmCodeMetadata (535) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (521) */ + /** @name PalletEvmError (537) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -6941,7 +6945,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (524) */ + /** @name FpRpcTransactionStatus (540) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -6952,10 +6956,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (526) */ + /** @name EthbloomBloom (542) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (528) */ + /** @name EthereumReceiptReceiptV3 (544) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -6966,7 +6970,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (529) */ + /** @name EthereumReceiptEip658ReceiptData (545) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -6974,14 +6978,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (530) */ + /** @name EthereumBlock (546) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (531) */ + /** @name EthereumHeader (547) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7000,17 +7004,17 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (532) */ + /** @name EthereumTypesHashH64 (548) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (537) */ + /** @name PalletEthereumError (553) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (540) */ + /** @name PalletSchedulerScheduled (556) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -7019,14 +7023,14 @@ declare module "@polkadot/types/lookup" { readonly origin: MoonriverRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (542) */ + /** @name PalletSchedulerRetryConfig (558) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (543) */ + /** @name PalletSchedulerError (559) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7041,7 +7045,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (544) */ + /** @name PalletPreimageOldRequestStatus (560) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7057,7 +7061,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (547) */ + /** @name PalletPreimageRequestStatus (563) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7073,7 +7077,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (553) */ + /** @name PalletPreimageError (569) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7083,6 +7087,7 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7091,10 +7096,11 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew"; + | "TooFew" + | "NoCost"; } - /** @name PalletConvictionVotingVoteVoting (555) */ + /** @name PalletConvictionVotingVoteVoting (571) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7103,23 +7109,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (556) */ + /** @name PalletConvictionVotingVoteCasting (572) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (560) */ + /** @name PalletConvictionVotingDelegations (576) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (561) */ + /** @name PalletConvictionVotingVotePriorLock (577) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (562) */ + /** @name PalletConvictionVotingVoteDelegating (578) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7128,7 +7134,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (566) */ + /** @name PalletConvictionVotingError (582) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7157,7 +7163,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (567) */ + /** @name PalletReferendaReferendumInfo (583) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7182,7 +7188,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (568) */ + /** @name PalletReferendaReferendumStatus (584) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; readonly origin: MoonriverRuntimeOriginCaller; @@ -7197,19 +7203,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (569) */ + /** @name PalletReferendaDeposit (585) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (572) */ + /** @name PalletReferendaDecidingStatus (588) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (580) */ + /** @name PalletReferendaTrackInfo (596) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7222,7 +7228,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (581) */ + /** @name PalletReferendaCurve (597) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7246,7 +7252,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (584) */ + /** @name PalletReferendaError (600) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7279,7 +7285,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (585) */ + /** @name PalletWhitelistError (601) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7294,7 +7300,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (587) */ + /** @name PalletCollectiveVotes (603) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7303,7 +7309,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (588) */ + /** @name PalletCollectiveError (604) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7330,7 +7336,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (591) */ + /** @name PalletTreasuryProposal (607) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7338,7 +7344,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (594) */ + /** @name PalletTreasurySpendStatus (610) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7348,7 +7354,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (595) */ + /** @name PalletTreasuryPaymentState (611) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7359,12 +7365,11 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (597) */ + /** @name FrameSupportPalletId (613) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (598) */ + /** @name PalletTreasuryError (614) */ interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7377,7 +7382,6 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: - | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7391,14 +7395,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (599) */ + /** @name PalletCrowdloanRewardsRewardInfo (615) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (601) */ + /** @name PalletCrowdloanRewardsError (617) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7433,7 +7437,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (606) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (622) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7442,57 +7446,36 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (607) */ + /** @name CumulusPalletXcmpQueueOutboundState (623) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (609) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (627) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (610) */ + /** @name CumulusPalletXcmpQueueError (628) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (611) */ - interface CumulusPalletDmpQueueMigrationState extends Enum { - readonly isNotStarted: boolean; - readonly isStartedExport: boolean; - readonly asStartedExport: { - readonly nextBeginUsed: u32; - } & Struct; - readonly isCompletedExport: boolean; - readonly isStartedOverweightExport: boolean; - readonly asStartedOverweightExport: { - readonly nextOverweightIndex: u64; - } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; - } & Struct; - readonly isCompleted: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletXcmQueryStatus (614) */ + /** @name PalletXcmQueryStatus (629) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7514,7 +7497,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (618) */ + /** @name XcmVersionedResponse (633) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7525,7 +7508,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (624) */ + /** @name PalletXcmVersionMigrationStage (639) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7539,7 +7522,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (627) */ + /** @name PalletXcmRemoteLockedFungibleRecord (642) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7547,7 +7530,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (634) */ + /** @name PalletXcmError (649) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7600,7 +7583,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (635) */ + /** @name PalletAssetsAssetDetails (650) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7616,7 +7599,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (636) */ + /** @name PalletAssetsAssetStatus (651) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7624,7 +7607,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (638) */ + /** @name PalletAssetsAssetAccount (653) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7632,7 +7615,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (639) */ + /** @name PalletAssetsAccountStatus (654) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7640,7 +7623,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (640) */ + /** @name PalletAssetsExistenceReason (655) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7652,13 +7635,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (642) */ + /** @name PalletAssetsApproval (657) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (643) */ + /** @name PalletAssetsAssetMetadata (658) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7667,7 +7650,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (645) */ + /** @name PalletAssetsError (660) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7689,6 +7672,7 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7709,10 +7693,11 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed"; + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletAssetManagerError (646) */ + /** @name PalletAssetManagerError (661) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7733,52 +7718,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (647) */ - interface OrmlXtokensModuleError extends Enum { - readonly isAssetHasNoReserve: boolean; - readonly isNotCrossChainTransfer: boolean; - readonly isInvalidDest: boolean; - readonly isNotCrossChainTransferableCurrency: boolean; - readonly isUnweighableMessage: boolean; - readonly isXcmExecutionFailed: boolean; - readonly isCannotReanchor: boolean; - readonly isInvalidAncestry: boolean; - readonly isInvalidAsset: boolean; - readonly isDestinationNotInvertible: boolean; - readonly isBadVersion: boolean; - readonly isDistinctReserveForAssetAndFee: boolean; - readonly isZeroFee: boolean; - readonly isZeroAmount: boolean; - readonly isTooManyAssetsBeingSent: boolean; - readonly isAssetIndexNonExistent: boolean; - readonly isFeeNotEnough: boolean; - readonly isNotSupportedLocation: boolean; - readonly isMinXcmFeeNotDefined: boolean; - readonly isRateLimited: boolean; - readonly type: - | "AssetHasNoReserve" - | "NotCrossChainTransfer" - | "InvalidDest" - | "NotCrossChainTransferableCurrency" - | "UnweighableMessage" - | "XcmExecutionFailed" - | "CannotReanchor" - | "InvalidAncestry" - | "InvalidAsset" - | "DestinationNotInvertible" - | "BadVersion" - | "DistinctReserveForAssetAndFee" - | "ZeroFee" - | "ZeroAmount" - | "TooManyAssetsBeingSent" - | "AssetIndexNonExistent" - | "FeeNotEnough" - | "NotSupportedLocation" - | "MinXcmFeeNotDefined" - | "RateLimited"; - } - - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (648) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (662) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7800,7 +7740,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (649) */ + /** @name PalletXcmTransactorError (663) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7859,13 +7799,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (650) */ + /** @name PalletEthereumXcmError (664) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (651) */ + /** @name PalletMessageQueueBookState (665) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7875,13 +7815,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (653) */ + /** @name PalletMessageQueueNeighbours (667) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (655) */ + /** @name PalletMessageQueuePage (669) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7891,7 +7831,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (657) */ + /** @name PalletMessageQueueError (671) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7914,7 +7854,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (659) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (673) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7922,7 +7862,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (660) */ + /** @name PalletMoonbeamForeignAssetsError (674) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -7955,7 +7895,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (662) */ + /** @name PalletXcmWeightTraderError (676) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -7972,32 +7912,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (663) */ + /** @name PalletEmergencyParaXcmXcmMode (677) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (664) */ + /** @name PalletEmergencyParaXcmError (678) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (666) */ + /** @name PalletPrecompileBenchmarksError (680) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (667) */ + /** @name PalletRandomnessRequestState (681) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (668) */ + /** @name PalletRandomnessRequest (682) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8008,7 +7948,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (669) */ + /** @name PalletRandomnessRequestInfo (683) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8017,7 +7957,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (670) */ + /** @name PalletRandomnessRequestType (684) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8026,13 +7966,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (671) */ + /** @name PalletRandomnessRandomnessResult (685) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (672) */ + /** @name PalletRandomnessError (686) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8061,42 +8001,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (675) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (689) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (676) */ + /** @name FrameSystemExtensionsCheckSpecVersion (690) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (677) */ + /** @name FrameSystemExtensionsCheckTxVersion (691) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (678) */ + /** @name FrameSystemExtensionsCheckGenesis (692) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (681) */ + /** @name FrameSystemExtensionsCheckNonce (695) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (682) */ + /** @name FrameSystemExtensionsCheckWeight (696) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (683) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (697) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (684) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (698) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (685) */ + /** @name FrameMetadataHashExtensionMode (699) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (686) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (700) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonriverRuntimeRuntime (688) */ + /** @name MoonriverRuntimeRuntime (702) */ type MoonriverRuntimeRuntime = Null; } // declare module