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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e3da10c3..6a8236e89e 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" @@ -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 @@ -782,7 +797,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/ @@ -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 @@ -854,6 +884,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 diff --git a/moonbeam-types-bundle/package.json b/moonbeam-types-bundle/package.json index ff7dd48f6c..44fc78b6af 100644 --- a/moonbeam-types-bundle/package.json +++ b/moonbeam-types-bundle/package.json @@ -35,12 +35,12 @@ "url": "git+https://github.com/moonbeam-foundation/moonbeam.git" }, "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", "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 88% rename from test/pnpm-lock.yaml rename to pnpm-lock.yaml index 399786a0c9..9f25b0c833 100644 --- a/test/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,20 +6,47 @@ settings: 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: 0.2902.0 - version: 0.2902.0 + 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@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@types/node@22.7.0)(@vitest/ui@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)(zod@3.23.8) + 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@13.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)(zod@3.23.8) + 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 @@ -27,14 +54,14 @@ importers: specifier: 1.1.4 version: 1.1.4 '@polkadot/api': - specifier: 13.0.1 - version: 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-augment': - specifier: 13.0.1 - version: 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-derive': - specifier: 13.0.1 - version: 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + 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@18.3.1)(react@18.3.1)(utf-8-validate@5.0.10) @@ -42,14 +69,14 @@ importers: 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: 13.0.1 - version: 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 14.0.1 + version: 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': - specifier: 13.0.1 - version: 13.0.1 + specifier: 14.0.1 + version: 14.0.1 '@polkadot/types-codec': - specifier: 13.0.1 - version: 13.0.1 + specifier: 14.0.1 + version: 14.0.1 '@polkadot/util': specifier: 13.1.1 version: 13.1.1 @@ -163,6 +190,45 @@ importers: 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 + moonbeam-types-bundle: + specifier: workspace:* + version: link:../moonbeam-types-bundle + 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': @@ -189,28 +255,31 @@ packages: '@adraffy/ens-normalize@1.10.1': resolution: {integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==} + '@adraffy/ens-normalize@1.11.0': + resolution: {integrity: sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==} + '@asamuzakjp/dom-selector@2.0.2': resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} - '@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'} - '@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'} - '@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 - '@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'} - '@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'} '@bifrost-finance/type-definitions@1.11.3': @@ -258,23 +327,17 @@ packages: '@equilab/definitions@1.4.18': resolution: {integrity: sha512-rFEPaHmdn5I1QItbQun9H/x+o3hgjA6kLYLrNN6nl/ndtQMY2tqx/mQfcGIlKA1xVmyn9mUAqD8G0P/nBHD3yA==} - '@esbuild/aix-ppc64@0.19.12': - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.19.12': - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] + '@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.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} @@ -282,10 +345,10 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.19.12': - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/android-arm64@0.23.1': + resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} + engines: {node: '>=18'} + cpu: [arm64] os: [android] '@esbuild/android-arm@0.21.5': @@ -294,10 +357,10 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.19.12': - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/android-arm@0.23.1': + resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} + engines: {node: '>=18'} + cpu: [arm] os: [android] '@esbuild/android-x64@0.21.5': @@ -306,11 +369,11 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.19.12': - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] + '@esbuild/android-x64@0.23.1': + resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} @@ -318,10 +381,10 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.19.12': - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/darwin-arm64@0.23.1': + resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} + engines: {node: '>=18'} + cpu: [arm64] os: [darwin] '@esbuild/darwin-x64@0.21.5': @@ -330,11 +393,11 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.19.12': - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] + '@esbuild/darwin-x64@0.23.1': + resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} @@ -342,10 +405,10 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.19.12': - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} - engines: {node: '>=12'} - cpu: [x64] + '@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.21.5': @@ -354,11 +417,11 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.19.12': - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] + '@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.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} @@ -366,10 +429,10 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.19.12': - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/linux-arm64@0.23.1': + resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} + engines: {node: '>=18'} + cpu: [arm64] os: [linux] '@esbuild/linux-arm@0.21.5': @@ -378,10 +441,10 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.19.12': - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/linux-arm@0.23.1': + resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} + engines: {node: '>=18'} + cpu: [arm] os: [linux] '@esbuild/linux-ia32@0.21.5': @@ -390,10 +453,10 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.19.12': - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} - engines: {node: '>=12'} - cpu: [loong64] + '@esbuild/linux-ia32@0.23.1': + resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} + engines: {node: '>=18'} + cpu: [ia32] os: [linux] '@esbuild/linux-loong64@0.21.5': @@ -402,10 +465,10 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.19.12': - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} - engines: {node: '>=12'} - cpu: [mips64el] + '@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.21.5': @@ -414,10 +477,10 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.19.12': - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} - engines: {node: '>=12'} - cpu: [ppc64] + '@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.21.5': @@ -426,10 +489,10 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.19.12': - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} - engines: {node: '>=12'} - cpu: [riscv64] + '@esbuild/linux-ppc64@0.23.1': + resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} + engines: {node: '>=18'} + cpu: [ppc64] os: [linux] '@esbuild/linux-riscv64@0.21.5': @@ -438,10 +501,10 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.19.12': - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} - engines: {node: '>=12'} - cpu: [s390x] + '@esbuild/linux-riscv64@0.23.1': + resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} + engines: {node: '>=18'} + cpu: [riscv64] os: [linux] '@esbuild/linux-s390x@0.21.5': @@ -450,10 +513,10 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.19.12': - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} - engines: {node: '>=12'} - cpu: [x64] + '@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.21.5': @@ -462,11 +525,11 @@ packages: cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.19.12': - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} - engines: {node: '>=12'} + '@esbuild/linux-x64@0.23.1': + resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} + engines: {node: '>=18'} cpu: [x64] - os: [netbsd] + os: [linux] '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} @@ -474,10 +537,16 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/openbsd-x64@0.19.12': - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} - engines: {node: '>=12'} + '@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.21.5': @@ -486,11 +555,11 @@ packages: cpu: [x64] os: [openbsd] - '@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] + os: [openbsd] '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} @@ -498,11 +567,11 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.19.12': - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] + '@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==} @@ -510,10 +579,10 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.19.12': - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/win32-arm64@0.23.1': + resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} + engines: {node: '>=18'} + cpu: [arm64] os: [win32] '@esbuild/win32-ia32@0.21.5': @@ -522,10 +591,10 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.19.12': - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/win32-ia32@0.23.1': + resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} + engines: {node: '>=18'} + cpu: [ia32] os: [win32] '@esbuild/win32-x64@0.21.5': @@ -534,14 +603,20 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.23.1': + resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@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 - '@eslint-community/regexpp@4.11.0': - resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} + '@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': @@ -648,8 +723,8 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} deprecated: Use @eslint/object-schema instead - '@inquirer/figures@1.0.3': - resolution: {integrity: sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==} + '@inquirer/figures@1.0.6': + resolution: {integrity: sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==} engines: {node: '>=18'} '@interlay/interbtc-types@1.13.0': @@ -659,8 +734,8 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - '@jridgewell/resolve-uri@3.1.1': - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} '@jridgewell/sourcemap-codec@1.5.0': @@ -725,6 +800,10 @@ packages: '@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==} @@ -772,12 +851,12 @@ packages: engines: {node: '>=10'} deprecated: This functionality has been moved to @npmcli/fs - '@octokit/app@15.0.1': - resolution: {integrity: sha512-nwSjC349E6/wruMCo944y1dBC7uKzUYrBMoC4Qx/xfLLBmD+R66oMKB1jXS2HYRF9Hqh/Alq3UNRggVWZxjvUg==} + '@octokit/app@15.1.0': + resolution: {integrity: sha512-TkBr7QgOmE6ORxvIAhDbZsqPkF7RSqTY4pLTtUQCvr6dTXqvi2fFo46q3h1lxlk/sGMQjqyZ0kEahkD/NyzOHg==} engines: {node: '>= 18'} - '@octokit/auth-app@7.1.0': - resolution: {integrity: sha512-cazGaJPSgeZ8NkVYeM/C5l/6IQ5vZnsI8p1aMucadCkt/bndI+q+VqwrlnWbASRmenjOkf1t1RpCKrif53U8gw==} + '@octokit/auth-app@7.1.1': + resolution: {integrity: sha512-kRAd6yelV9OgvlEJE88H0VLlQdZcag9UlLr7dV0YYP37X8PPDvhgiTy66QVhDXdyoT0AleFN2w/qXkPdrSzINg==} engines: {node: '>= 18'} '@octokit/auth-oauth-app@8.1.1': @@ -812,8 +891,8 @@ packages: resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} engines: {node: '>= 18'} - '@octokit/oauth-app@7.1.2': - resolution: {integrity: sha512-4ntCOZIiTozKwuYQroX/ZD722tzMH8Eicv/cgDM/3F3lyrlwENHDv4flTCBpSJbfK546B2SrkKMWB+/HbS84zQ==} + '@octokit/oauth-app@7.1.3': + resolution: {integrity: sha512-EHXbOpBkSGVVGF1W+NLMmsnSsJRkcrnVmDKt0TQYRBb6xWfWzoi9sBD4DIqZ8jGhOWO/V8t4fqFyJ4vDQDn9bg==} engines: {node: '>= 18'} '@octokit/oauth-authorization-url@7.1.1': @@ -827,78 +906,66 @@ packages: '@octokit/openapi-types@22.2.0': resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==} - '@octokit/openapi-webhooks-types@8.2.1': - resolution: {integrity: sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==} + '@octokit/openapi-webhooks-types@8.3.0': + resolution: {integrity: sha512-vKLsoR4xQxg4Z+6rU/F65ItTUz/EXbD+j/d4mlq2GW8TsA4Tc8Kdma2JTAAJ5hrKWUQzkR/Esn2fjsqiVRYaQg==} - '@octokit/plugin-paginate-graphql@5.2.2': - resolution: {integrity: sha512-7znSVvlNAOJisCqAnjN1FtEziweOHSjPGAuc5W58NeGNAr/ZB57yCsjQbXDlWsVryA7hHQaEQPcBbJYFawlkyg==} + '@octokit/plugin-paginate-graphql@5.2.3': + resolution: {integrity: sha512-EzFueuXVU3VHv5FwEXbdznn9EmyF0vA5LGDX6a8fJ9YJAlDgdYHRKJMO4Ghl2PPPJBxIPMDUJMnlUHqcvP7AnQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-paginate-rest@11.3.0': - resolution: {integrity: sha512-n4znWfRinnUQF6TPyxs7EctSAA3yVSP4qlJP2YgI3g9d4Ae2n5F3XDOjbUluKRxPU3rfsgpOboI4O4VtPc6Ilg==} + '@octokit/plugin-paginate-rest@11.3.5': + resolution: {integrity: sha512-cgwIRtKrpwhLoBi0CUNuY83DPGRMaWVjqVI/bGKsLJ4PzyWZNaEmhHroI2xlrVXkk6nFv0IsZpOp+ZWSWUS2AQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-paginate-rest@11.3.3': - resolution: {integrity: sha512-o4WRoOJZlKqEEgj+i9CpcmnByvtzoUYC6I8PD2SA95M+BJ2x8h7oLcVOg9qcowWXBOdcTRsMZiwvM3EyLm9AfA==} + '@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-request-log@5.3.0': - resolution: {integrity: sha512-FiGcyjdtYPlr03ExBk/0ysIlEFIFGJQAVoPPMxL19B24bVSEiZQnVGBunNtaAF1YnvE/EFoDpXmITtRnyCiypQ==} + '@octokit/plugin-rest-endpoint-methods@13.2.5': + resolution: {integrity: sha512-c4pRWi7OUSFM4E6frfUs+qsAf052aOWt1x2qFQ6llQcd1J0HqQ/0Egfs2lm33IixXeXXhZ+GmC9tf92qbOs25Q==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@13.2.1': - resolution: {integrity: sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==} + '@octokit/plugin-retry@7.1.2': + resolution: {integrity: sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@13.2.4': - resolution: {integrity: sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - - '@octokit/plugin-retry@7.1.1': - resolution: {integrity: sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - - '@octokit/plugin-throttling@9.3.0': - resolution: {integrity: sha512-B5YTToSRTzNSeEyssnrT7WwGhpIdbpV9NKIs3KyTWHX6PhpYn7gqF/+lL3BvsASBM3Sg5BAUYk7KZx5p/Ec77w==} + '@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.1': - resolution: {integrity: sha512-1mw1gqT3fR/WFvnoVpY/zUM2o/XkMs/2AszUUG9I69xn0JFLv6PGkPhNk5lbfvROs79wiS0bqiJNxfCZcRJJdg==} + '@octokit/request-error@6.1.5': + resolution: {integrity: sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==} engines: {node: '>= 18'} - '@octokit/request@9.1.1': - resolution: {integrity: sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==} + '@octokit/request@9.1.3': + resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} engines: {node: '>= 18'} - '@octokit/rest@21.0.0': - resolution: {integrity: sha512-XudXXOmiIjivdjNZ+fN71NLrnDM00sxSZlhqmPR3v0dVoJwyP628tSlc12xqn8nX3N0965583RBw5GPo6r8u4Q==} + '@octokit/rest@21.0.2': + resolution: {integrity: sha512-+CiLisCoyWmYicH25y1cDfCrv41kRSvTq6pPWtRroRJzhsCZWZyCqGyI8foJT5LmScADSwRAnr/xo+eewL04wQ==} engines: {node: '>= 18'} - '@octokit/types@13.5.0': - resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} + '@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.2.7': - resolution: {integrity: sha512-sPHCyi9uZuCs1gg0yF53FFocM+GsiiBEhQQV/itGzzQ8gjyv2GMJ1YvgdDY4lC0ePZeiV3juEw4GbS6w1VHhRw==} + '@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': @@ -940,12 +1007,12 @@ packages: resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} engines: {node: '>=12.22.0'} - '@pnpm/npm-conf@2.2.2': - resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} + '@pnpm/npm-conf@2.3.1': + resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} engines: {node: '>=12'} - '@polka/url@1.0.0-next.25': - resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} + '@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==} @@ -1042,10 +1109,6 @@ packages: resolution: {integrity: sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==} engines: {node: '>=18'} - '@polkadot/api-augment@13.0.1': - resolution: {integrity: sha512-r5R2U8PSPNGBsz+HxZ1JYq/KkDSnDh1aBb+H16wKj2uByXKhedpuGt/z1Myvhfm084ccTloZjXDbfpSdYBLi4Q==} - engines: {node: '>=18'} - '@polkadot/api-augment@14.0.1': resolution: {integrity: sha512-+ZHq3JaQZ/3Q45r6/YQBeLfoP8S5ibgkOvLKnKA9cJeF7oP5Qgi6pAEnGW0accfnT9PyCEco9fD/ZOLR9Yka7w==} engines: {node: '>=18'} @@ -1074,10 +1137,6 @@ packages: resolution: {integrity: sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw==} engines: {node: '>=18'} - '@polkadot/api-base@13.0.1': - resolution: {integrity: sha512-TDkgcSZLd3YQ3j9Zx6coEEiBazaK6y3CboaIuUbPNxR9DchlVdIJWSm/1Agh76opsEABK9SjDfsWzVw0TStidA==} - engines: {node: '>=18'} - '@polkadot/api-base@14.0.1': resolution: {integrity: sha512-OVnDiztKx/1ktae9eCzO1q8lmKEfnQ71fipo8JkDJOMIN4vT1IqL9KQo4e/Xz8UtOfTJ0H8kZ6evaLqdA3ZYOA==} engines: {node: '>=18'} @@ -1106,10 +1165,6 @@ packages: resolution: {integrity: sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==} engines: {node: '>=18'} - '@polkadot/api-derive@13.0.1': - resolution: {integrity: sha512-TiPSFp6l9ks0HLJoEWHyqKKz28eoWz3xqglFG10As0udU8J1u8trPyr+SLWHT0DVsto3u9CP+OneWWMA7fTlCw==} - engines: {node: '>=18'} - '@polkadot/api-derive@14.0.1': resolution: {integrity: sha512-ADQMre3DRRW/0rhJqxOVhQ1vqtyafP2dSZJ0qEAsto12q2WMSF8CZWo7pXe4DxiniDkZx3zVq4z5lqw2aBRLfg==} engines: {node: '>=18'} @@ -1138,10 +1193,6 @@ packages: resolution: {integrity: sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==} engines: {node: '>=18'} - '@polkadot/api@13.0.1': - resolution: {integrity: sha512-st+Y5I8+7/3PCtO651viU4C7PcbDZJHB93acPjqCGzpekwrxOmnBEsupw8CcJwyRVzj/7qMadkSd0b/Uc8JqIA==} - engines: {node: '>=18'} - '@polkadot/api@14.0.1': resolution: {integrity: sha512-CDSaUiJpXu9aE6MaTg14K+9Trf8K2PBHcD3Xl5m5KOvJperWgYFxoCqV3rXLIBWt69LgHhMYlq5JSPRHxejIsw==} engines: {node: '>=18'} @@ -1251,10 +1302,6 @@ packages: resolution: {integrity: sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg==} engines: {node: '>=18'} - '@polkadot/rpc-augment@13.0.1': - resolution: {integrity: sha512-igXNG8mONVgqS4Olt7+WmPoX7G/QL/xrHkPOAD2sbS8+p8LC2gDe/+vVFIkKtEKAHgYSel3vZT3iIppjtEG6gw==} - engines: {node: '>=18'} - '@polkadot/rpc-augment@14.0.1': resolution: {integrity: sha512-M0CbN/IScqiedYI2TmoQ+SoeEdJHfxGeQD1qJf9uYv9LILK+x1/5fyr5DrZ3uCGVmLuObWAJLnHTs0BzJcSHTQ==} engines: {node: '>=18'} @@ -1283,10 +1330,6 @@ packages: resolution: {integrity: sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag==} engines: {node: '>=18'} - '@polkadot/rpc-core@13.0.1': - resolution: {integrity: sha512-+z7/4RUsJKiELEunZgXvi4GkGgjPhQd3+RYwCCN455efJ15SHPgdREsAOwUSBO5/dODqXeqZYojKAUIxMlJNqw==} - engines: {node: '>=18'} - '@polkadot/rpc-core@14.0.1': resolution: {integrity: sha512-SfgC6WU7RxaFFgm/GUpsqTywyaDeb7+r5GU3GlwC+QR148h3a7UcQ3sssOpB0MiZ2gIXngJuyIcIQm/3GfHnJw==} engines: {node: '>=18'} @@ -1315,10 +1358,6 @@ packages: resolution: {integrity: sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ==} engines: {node: '>=18'} - '@polkadot/rpc-provider@13.0.1': - resolution: {integrity: sha512-rl7jizh0b9FI2Z81vbpm+ui6cND3zxMMC8SSxkIzemC0t1L6O/I+zaPYwNpqVpa7wIeZbSfe69SrvtjeZBcn2g==} - engines: {node: '>=18'} - '@polkadot/rpc-provider@14.0.1': resolution: {integrity: sha512-mNfaKZUHPXGSY7TwgOfV05RN3Men21Dw7YXrSZDFkJYsZ55yOAYdmLg9anPZGHW100YnNWrXj+3uhQOw8JgqkA==} engines: {node: '>=18'} @@ -1331,6 +1370,11 @@ packages: 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'} @@ -1347,10 +1391,6 @@ packages: resolution: {integrity: sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ==} engines: {node: '>=18'} - '@polkadot/types-augment@13.0.1': - resolution: {integrity: sha512-MKS8OAiKHgeeLwyjPukHRwlUlrTkdPTVdsFs6H3yWUr0G2I2nIgHuOTK/8OYVBMplNnLgPsNtpEpY+VduAEefQ==} - engines: {node: '>=18'} - '@polkadot/types-augment@14.0.1': resolution: {integrity: sha512-PGo81444J5tGJxP3tu060Jx1kkeuo8SmBIt9S/w626Se49x4RLM5a7Pa5fguYVsg4TsJa9cgVPMuu6Y0F/2aCQ==} engines: {node: '>=18'} @@ -1379,10 +1419,6 @@ packages: resolution: {integrity: sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ==} engines: {node: '>=18'} - '@polkadot/types-codec@13.0.1': - resolution: {integrity: sha512-E+8Ny8wr/BEGqchoLejP8Z6qmQQaJmBui1rlwWgKCypI4gnDvhNa+hHheIgrUfSzNwUgsxC/04G9fIRnCaxDpw==} - engines: {node: '>=18'} - '@polkadot/types-codec@14.0.1': resolution: {integrity: sha512-IyUlkrRZ6uppbHVlMJL+btKP7dfgW65K06ggQxH7Y/IyRAQVDNjXecAZrCUMB/gtjUXNPyTHEIfPGDlg8E6rig==} engines: {node: '>=18'} @@ -1411,10 +1447,6 @@ packages: resolution: {integrity: sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA==} engines: {node: '>=18'} - '@polkadot/types-create@13.0.1': - resolution: {integrity: sha512-ge5ZmZOQoCqSOB1JtcZZFq2ysh4rnS9xrwC5BVbtk9GZaop5hRmLLmCXqDn49zEsgynRWHgOiKMP8T9AvOigMg==} - engines: {node: '>=18'} - '@polkadot/types-create@14.0.1': resolution: {integrity: sha512-R9/ac3CHKrFhvPKVUdpjnCDFSaGjfrNwtuY+AzvExAMIq7pM9dxo2N8UfnLbyFaG/n1hfYPXDIS3hLHvOZsLbw==} engines: {node: '>=18'} @@ -1443,10 +1475,6 @@ packages: resolution: {integrity: sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==} engines: {node: '>=18'} - '@polkadot/types-known@13.0.1': - resolution: {integrity: sha512-ZWtQSrDoO290RJu7mZDo1unKcfz1O3ylQkKH7g3oh6Mzmq9I4q7jeS1kS22rJml45berAPIVqZ3zFfODTl6ngA==} - engines: {node: '>=18'} - '@polkadot/types-known@14.0.1': resolution: {integrity: sha512-oGypUOQNxZ6bq10czpVadZYeDM2NBB2kX3VFHLKLEpjaRbnVYtKXL6pl8B0uHR8GK/2Z8AmPOj6kuRjaC86qXg==} engines: {node: '>=18'} @@ -1483,10 +1511,6 @@ packages: resolution: {integrity: sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==} engines: {node: '>=18'} - '@polkadot/types-support@13.0.1': - resolution: {integrity: sha512-UeGnjvyZSegFgzZ6HlR4H7+1itJBAEkGm9NKwEvZTTZJ0dG4zdxbHLNPURJ9UhDYCZ7bOGqkcB49o+hWY25dDA==} - engines: {node: '>=18'} - '@polkadot/types-support@14.0.1': resolution: {integrity: sha512-lcZEyOf5e3WLLtrFlLTvFfUpO0Vx/Gh5lhLLjdx1W9Xs0KJUlOxSAKxvjVieJJj6HifL0Jh6tDYOUeEc4TOrvA==} engines: {node: '>=18'} @@ -1515,10 +1539,6 @@ packages: resolution: {integrity: sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==} engines: {node: '>=18'} - '@polkadot/types@13.0.1': - resolution: {integrity: sha512-01uOx24Fjvhjt1CvKOL+oy1eExAsF4EVuwgZhwAL+WkD0zqlOlAhqlXn5Wg7sY80yzwmgDTLd8Oej/pHFOdCBQ==} - engines: {node: '>=18'} - '@polkadot/types@14.0.1': resolution: {integrity: sha512-DOMzHsyVbCa12FT2Fng8iGiQJhHW2ONpv5oieU+Z2o0gFQqwNmIDXWncScG5mAUBNcDMXLuvWIKLKtUDOq8msg==} engines: {node: '>=18'} @@ -1890,68 +1910,83 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@rollup/rollup-android-arm-eabi@4.13.0': - resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==} + '@rollup/rollup-android-arm-eabi@4.24.0': + resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.13.0': - resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==} + '@rollup/rollup-android-arm64@4.24.0': + resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.13.0': - resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==} + '@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.13.0': - resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==} + '@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.13.0': - resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==} + '@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.13.0': - resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} + '@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.13.0': - resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} + '@rollup/rollup-linux-arm64-musl@4.24.0': + resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.13.0': - resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} + '@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-x64-gnu@4.13.0': - resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} + '@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.13.0': - resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} + '@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.13.0': - resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} + '@rollup/rollup-win32-arm64-msvc@4.24.0': + resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.13.0': - resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==} + '@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.13.0': - resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==} + '@rollup/rollup-win32-x64-msvc@4.24.0': + resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==} cpu: [x64] os: [win32] @@ -1961,9 +1996,6 @@ packages: '@scure/base@1.1.1': resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} - '@scure/base@1.1.7': - resolution: {integrity: sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==} - '@scure/base@1.1.9': resolution: {integrity: sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==} @@ -1995,11 +2027,11 @@ packages: '@substrate/connect-extension-protocol@1.0.1': resolution: {integrity: sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==} - '@substrate/connect-extension-protocol@2.0.0': - resolution: {integrity: sha512-nKu8pDrE3LNCEgJjZe1iGXzaD6OSIDD4Xzz/yo4KO9mQ6LBvf49BVrt4qxBFGL6++NneLiWUZGoh+VSd4PyVIg==} + '@substrate/connect-extension-protocol@2.1.0': + resolution: {integrity: sha512-Wz5Cbn6S6P4vWfHyrsnPW7g15IAViMaXCk+jYkq4nNEMmzPtTKIEbtxrdDMBKrouOFtYKKp0znx5mh9KTCNqlA==} - '@substrate/connect-known-chains@1.1.8': - resolution: {integrity: sha512-W0Cpnk//LoMTu5BGDCRRg5NHFR2aZ9OJtLGSgRyq1RP39dQGpoVZIgNC6z+SWRzlmOz3gIgkUCwGvOKVt2BabA==} + '@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==} @@ -2063,8 +2095,8 @@ packages: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} - '@tsconfig/node10@1.0.9': - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} + '@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==} @@ -2078,14 +2110,14 @@ packages: '@types/abstract-leveldown@7.2.5': resolution: {integrity: sha512-/2B0nQF4UdupuxeKTJA2+Rj1D+uDemo6P4kMwKCpbfpnzeVaWSELTsAw4Lxn3VJD6APtRrZOCuYo+4nHUQfTfg==} - '@types/aws-lambda@8.10.136': - resolution: {integrity: sha512-cmmgqxdVGhxYK9lZMYYXYRJk6twBo53ivtXjIUEFZxfxe4TkZTZBK3RRWrY2HjJcUIix0mdifn15yjOAat5lTA==} + '@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.5': - resolution: {integrity: sha512-V46N0zwKRF5Q00AZ6hWtN0T8gGmDUaUzLWQvHFo5yThtVwK/VCenFY3wXVbOvNfajEpsTfQM4IN9k/d6gUVX3A==} + '@types/bn.js@5.1.6': + resolution: {integrity: sha512-Xh8vSwUeMKeYYrj3cX4lGQgFSF/N03r+tv4AiLl1SucqV+uTQpxRcnM8AkXKHwYP9ZPXOYXRr2KPXpVlIvqh9w==} '@types/cacheable-request@6.0.3': resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} @@ -2093,8 +2125,8 @@ packages: '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + '@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==} @@ -2117,6 +2149,9 @@ packages: '@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==} @@ -2135,6 +2170,9 @@ packages: '@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==} @@ -2150,6 +2188,9 @@ packages: '@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==} @@ -2268,6 +2309,9 @@ packages: '@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==} @@ -2285,34 +2329,34 @@ packages: '@vitest/utils@2.1.1': resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} - '@vue/compiler-core@3.4.31': - resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} + '@vue/compiler-core@3.5.10': + resolution: {integrity: sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==} - '@vue/compiler-dom@3.4.31': - resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} + '@vue/compiler-dom@3.5.10': + resolution: {integrity: sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==} - '@vue/compiler-sfc@3.4.31': - resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} + '@vue/compiler-sfc@3.5.10': + resolution: {integrity: sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==} - '@vue/compiler-ssr@3.4.31': - resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} + '@vue/compiler-ssr@3.5.10': + resolution: {integrity: sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==} - '@vue/reactivity@3.4.31': - resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} + '@vue/reactivity@3.5.10': + resolution: {integrity: sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==} - '@vue/runtime-core@3.4.31': - resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} + '@vue/runtime-core@3.5.10': + resolution: {integrity: sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==} - '@vue/runtime-dom@3.4.31': - resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} + '@vue/runtime-dom@3.5.10': + resolution: {integrity: sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==} - '@vue/server-renderer@3.4.31': - resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} + '@vue/server-renderer@3.5.10': + resolution: {integrity: sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==} peerDependencies: - vue: 3.4.31 + vue: 3.5.10 - '@vue/shared@3.4.31': - resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} + '@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==} @@ -2382,8 +2426,8 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn-walk@8.3.2: - resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + acorn-walk@8.3.4: + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} acorn@8.12.1: @@ -2410,10 +2454,6 @@ packages: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} - aggregate-error@5.0.0: - resolution: {integrity: sha512-gOsf2YwSlleG6IjRYG2A7k0HmBMEo6qVNk9Bp/EaLgAJT5ngH6PXbqa4ItvnEwCm/velL5jAnQgsHsWnjhGmvw==} - engines: {node: '>=18'} - ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -2429,8 +2469,8 @@ packages: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} engines: {node: '>=12'} ansi-styles@4.3.0: @@ -2511,8 +2551,8 @@ packages: aws-sign2@0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - aws4@1.12.0: - resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} + aws4@1.13.2: + resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==} axios@1.7.7: resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} @@ -2538,10 +2578,13 @@ packages: bignumber.js@9.1.2: resolution: {integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==} - binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + 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==} @@ -2569,12 +2612,8 @@ packages: bn.js@5.2.1: resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - body-parser@1.20.1: - resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - - body-parser@1.20.2: - resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + 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: @@ -2648,9 +2687,6 @@ packages: resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} engines: {node: '>=8'} - call-bind@1.0.5: - resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} - call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} @@ -2681,8 +2717,8 @@ packages: engines: {node: '>=10'} hasBin: true - chai@4.4.1: - resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} + chai@4.5.0: + resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} engines: {node: '>=4'} chai@5.1.1: @@ -2701,6 +2737,9 @@ packages: 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==} @@ -2737,10 +2776,6 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} - clean-stack@5.2.0: - resolution: {integrity: sha512-TyUIUJgdFnCISzG5zu3291TAsE77ddchd0bepon1VVQrKLGKFED4iXFEDQ24mIPdPBbyE16PK3F8MYE1CmcBEQ==} - engines: {node: '>=14.16'} - clear@0.1.0: resolution: {integrity: sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==} @@ -2765,8 +2800,8 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} - cli-table3@0.6.3: - resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} + cli-table3@0.6.5: + resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} engines: {node: 10.* || >= 12.*} cli-width@4.1.0: @@ -2830,6 +2865,10 @@ packages: 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==} @@ -2856,8 +2895,8 @@ packages: cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} - cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} copy-to-clipboard@3.3.3: @@ -2902,8 +2941,8 @@ packages: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - cssstyle@4.0.1: - resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} + cssstyle@4.1.0: + resolution: {integrity: sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==} engines: {node: '>=18'} csstype@3.1.3: @@ -2931,8 +2970,8 @@ packages: dateformat@4.6.3: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} - dayjs@1.11.11: - resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -2967,6 +3006,9 @@ packages: 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'} @@ -3009,10 +3051,6 @@ packages: resolution: {integrity: sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==} engines: {node: '>=6'} - define-data-property@1.1.1: - resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} - engines: {node: '>= 0.4'} - define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -3036,6 +3074,10 @@ packages: 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} @@ -3088,8 +3130,8 @@ packages: elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} - elliptic@6.5.5: - resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} + elliptic@6.5.7: + resolution: {integrity: sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3101,6 +3143,10 @@ packages: 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'} @@ -3160,18 +3206,18 @@ packages: es6-weak-map@2.0.3: resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} - esbuild@0.19.12: - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.21.5: resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} engines: {node: '>=12'} hasBin: true - escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + 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: @@ -3184,10 +3230,6 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - escape-string-regexp@5.0.0: - resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} - engines: {node: '>=12'} - eslint-plugin-unused-imports@3.1.0: resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3223,8 +3265,8 @@ packages: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} engines: {node: '>=0.10'} esrecurse@4.3.0: @@ -3269,8 +3311,8 @@ packages: ethereum-blockies-base64@1.0.2: resolution: {integrity: sha512-Vg2HTm7slcWNKaRhCUl/L3b4KrB8ohQXdd5Pu3OI897EcR6tVRvUqdTwAyx+dnmoDzj8e2bwBLDQ50ByFmcz6w==} - ethereum-bloom-filters@1.0.10: - resolution: {integrity: sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==} + 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==} @@ -3325,8 +3367,8 @@ packages: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} - express@4.18.2: - resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} + express@4.21.0: + resolution: {integrity: sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==} engines: {node: '>= 0.10.0'} ext@1.7.0: @@ -3372,8 +3414,8 @@ packages: fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} - fdir@6.3.0: - resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} + fdir@6.4.0: + resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -3402,8 +3444,8 @@ packages: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} - finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} engines: {node: '>= 0.8'} find-up@5.0.0: @@ -3421,8 +3463,8 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - follow-redirects@1.15.6: - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -3433,8 +3475,8 @@ packages: for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} - foreground-child@3.2.1: - resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==} + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} engines: {node: '>=14'} forever-agent@0.6.1: @@ -3512,9 +3554,6 @@ packages: get-func-name@2.0.2: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} - get-intrinsic@1.2.2: - resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} - get-intrinsic@1.2.4: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} @@ -3531,8 +3570,8 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - get-tsconfig@4.7.5: - resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + get-tsconfig@4.8.1: + resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} @@ -3548,9 +3587,8 @@ packages: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} - glob@10.4.2: - resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} - engines: {node: '>=16 || 14 >=14.18'} + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true glob@7.2.3: @@ -3604,6 +3642,11 @@ packages: 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'} @@ -3620,16 +3663,9 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - has-property-descriptors@1.0.1: - resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} - has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} - has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} - has-proto@1.0.3: resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} @@ -3652,10 +3688,6 @@ packages: hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} - hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} @@ -3740,8 +3772,8 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} immediate@3.2.3: @@ -3762,15 +3794,12 @@ packages: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} - indent-string@5.0.0: - resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} - engines: {node: '>=12'} - 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==} @@ -3979,9 +4008,8 @@ packages: isstream@0.1.2: resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} - jackspeak@3.4.0: - resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==} - engines: {node: '>=14'} + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} javascript-natural-sort@0.7.1: resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} @@ -4052,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==} @@ -4081,6 +4110,10 @@ packages: 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'} @@ -4167,13 +4200,8 @@ packages: resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lru-cache@10.2.0: - resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} - engines: {node: 14 || >=16.14} - - lru-cache@10.3.0: - resolution: {integrity: sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==} - engines: {node: 14 || >=16.14} + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} @@ -4207,6 +4235,12 @@ packages: 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==} @@ -4225,8 +4259,8 @@ packages: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} engines: {node: '>= 0.10.0'} - merge-descriptors@1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + 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==} @@ -4245,8 +4279,71 @@ packages: micro-ftch@0.3.1: resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} - micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + 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: @@ -4370,8 +4467,8 @@ packages: engines: {node: '>=10'} hasBin: true - mocha@10.6.0: - resolution: {integrity: sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==} + mocha@10.7.3: + resolution: {integrity: sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==} engines: {node: '>= 14.0.0'} hasBin: true @@ -4385,6 +4482,10 @@ packages: 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'} @@ -4473,23 +4574,25 @@ packages: 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.4: - resolution: {integrity: sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==} + nock@13.5.5: + resolution: {integrity: sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==} engines: {node: '>= 10.13'} - node-abi@3.65.0: - resolution: {integrity: sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==} + 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.0: - resolution: {integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==} - engines: {node: ^16 || ^18 || >= 20} + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} @@ -4512,8 +4615,8 @@ packages: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} - node-gyp-build@4.8.1: - resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} + node-gyp-build@4.8.2: + resolution: {integrity: sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==} hasBin: true node-gyp@8.4.1: @@ -4638,8 +4741,8 @@ packages: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} - package-json-from-dist@1.0.0: - resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} + 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==} @@ -4683,8 +4786,8 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-to-regexp@0.1.7: - resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} + path-to-regexp@0.1.10: + resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} @@ -4711,8 +4814,8 @@ packages: performance-now@2.1.0: resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -4725,8 +4828,8 @@ packages: pino-abstract-transport@1.2.0: resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} - pino-pretty@11.2.1: - resolution: {integrity: sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==} + pino-pretty@11.2.2: + resolution: {integrity: sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==} hasBin: true pino-std-serializers@6.2.2: @@ -4753,8 +4856,8 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.39: - resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==} + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} prebuild-install@7.1.2: @@ -4766,6 +4869,12 @@ packages: 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'} @@ -4817,8 +4926,8 @@ packages: psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - pump@3.0.0: - resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + pump@3.0.2: + resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} punycode@2.1.0: resolution: {integrity: sha512-Yxz2kRwT90aPiWEMHVYnEf4+rhwF1tBmmZ4KepCP+Wkium9JxtWnUm1nqGwpiAHr/tnTSeHqr3wb++jgSkXjhA==} @@ -4828,8 +4937,8 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + qs@6.13.0: + resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} engines: {node: '>=0.6'} qs@6.5.3: @@ -4864,10 +4973,6 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} - engines: {node: '>= 0.8'} - raw-body@2.5.2: resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} @@ -4918,8 +5023,8 @@ packages: regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - regexp.prototype.flags@1.5.2: - resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} engines: {node: '>= 0.4'} request@2.88.2: @@ -4987,14 +5092,17 @@ packages: resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==} engines: {node: '>=8.0'} - rollup@4.13.0: - resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==} + 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'} @@ -5009,14 +5117,18 @@ packages: 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.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + safe-stable-stringify@2.5.0: + resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} engines: {node: '>=10'} safer-buffer@2.1.2: @@ -5069,8 +5181,8 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + send@0.19.0: + resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} engines: {node: '>= 0.8.0'} serialize-error@7.0.1: @@ -5080,8 +5192,8 @@ packages: serialize-javascript@6.0.2: resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + serve-static@1.16.2: + resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==} engines: {node: '>= 0.8.0'} servify@0.1.12: @@ -5091,10 +5203,6 @@ packages: set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - set-function-length@1.1.1: - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} - engines: {node: '>= 0.4'} - set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} @@ -5181,11 +5289,15 @@ packages: sonic-boom@3.8.1: resolution: {integrity: sha512-y4Z8LCDBuum+PBP3lSV7RHrXscqksve/bi0as7mhwVnBW+/wUqKT/2Kb7um8yqcFy0duYbbPxzt89Zy2nOCaxg==} - sonic-boom@4.0.1: - resolution: {integrity: sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==} + sonic-boom@4.1.0: + resolution: {integrity: sha512-NGipjjRicyJJ03rPiZCJYjwlsuP2d1/5QUviozRXC7S3WdVWNK5e3Ojieb9CCyfhq2UC+3+SRd9nG3I2lPRvUw==} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + 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: @@ -5267,8 +5379,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - styled-components@6.1.11: - resolution: {integrity: sha512-Ui0jXPzbp1phYij90h12ksljKGqF8ncGx+pjrNPsSPhbUUjWT2tD1FwGo2LF6USCnbrsIhNngDfodhxbegfEOA==} + styled-components@6.1.13: + resolution: {integrity: sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==} engines: {node: '>= 16'} peerDependencies: react: '>= 16.8.0' @@ -5339,20 +5451,20 @@ packages: tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - tinyglobby@0.2.6: - resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} + tinyglobby@0.2.9: + resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==} engines: {node: '>=12.0.0'} - tinypool@1.0.0: - resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} + 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.0: - resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} + tinyspy@3.0.2: + resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} tmp-promise@3.0.3: @@ -5432,9 +5544,6 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} @@ -5443,6 +5552,11 @@ packages: 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==} @@ -5456,8 +5570,8 @@ packages: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} - type-detect@4.0.8: - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + type-detect@4.1.0: + resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} engines: {node: '>=4'} type-fest@0.13.1: @@ -5554,6 +5668,11 @@ packages: 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==} @@ -5572,6 +5691,9 @@ packages: 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==} @@ -5629,6 +5751,11 @@ packages: 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==} @@ -5664,8 +5791,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.1.6: - resolution: {integrity: sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==} + vite@5.4.8: + resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5673,6 +5800,7 @@ packages: less: '*' lightningcss: ^1.21.0 sass: '*' + sass-embedded: '*' stylus: '*' sugarss: '*' terser: ^5.4.0 @@ -5685,6 +5813,8 @@ packages: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -5717,8 +5847,8 @@ packages: jsdom: optional: true - vue@3.4.31: - resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} + vue@3.5.10: + resolution: {integrity: sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5732,8 +5862,8 @@ packages: wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - web-streams-polyfill@3.2.1: - resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} web3-bzz@1.10.4: @@ -5962,6 +6092,9 @@ packages: 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==} @@ -6111,9 +6244,9 @@ snapshots: comlink: 4.4.1 eventemitter3: 5.0.1 lodash: 4.17.21 - lru-cache: 10.3.0 + lru-cache: 10.4.3 pino: 8.21.0 - pino-pretty: 11.2.1 + pino-pretty: 11.2.2 rxjs: 7.8.1 zod: 3.23.8 transitivePeerDependencies: @@ -6159,7 +6292,7 @@ snapshots: 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.2.2 + '@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) @@ -6207,28 +6340,30 @@ snapshots: '@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.24.7': {} + '@babel/helper-string-parser@7.25.7': {} - '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.7': {} - '@babel/parser@7.24.7': + '@babel/parser@7.25.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.25.7 - '@babel/runtime@7.25.6': + '@babel/runtime@7.25.7': dependencies: regenerator-runtime: 0.14.1 - '@babel/types@7.24.7': + '@babel/types@7.25.7': dependencies: - '@babel/helper-string-parser': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 + '@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))': @@ -6272,150 +6407,153 @@ snapshots: '@equilab/definitions@1.4.18': {} - '@esbuild/aix-ppc64@0.19.12': - optional: true - '@esbuild/aix-ppc64@0.21.5': optional: true - '@esbuild/android-arm64@0.19.12': + '@esbuild/aix-ppc64@0.23.1': optional: true '@esbuild/android-arm64@0.21.5': optional: true - '@esbuild/android-arm@0.19.12': + '@esbuild/android-arm64@0.23.1': optional: true '@esbuild/android-arm@0.21.5': optional: true - '@esbuild/android-x64@0.19.12': + '@esbuild/android-arm@0.23.1': optional: true '@esbuild/android-x64@0.21.5': optional: true - '@esbuild/darwin-arm64@0.19.12': + '@esbuild/android-x64@0.23.1': optional: true '@esbuild/darwin-arm64@0.21.5': optional: true - '@esbuild/darwin-x64@0.19.12': + '@esbuild/darwin-arm64@0.23.1': optional: true '@esbuild/darwin-x64@0.21.5': optional: true - '@esbuild/freebsd-arm64@0.19.12': + '@esbuild/darwin-x64@0.23.1': optional: true '@esbuild/freebsd-arm64@0.21.5': optional: true - '@esbuild/freebsd-x64@0.19.12': + '@esbuild/freebsd-arm64@0.23.1': optional: true '@esbuild/freebsd-x64@0.21.5': optional: true - '@esbuild/linux-arm64@0.19.12': + '@esbuild/freebsd-x64@0.23.1': optional: true '@esbuild/linux-arm64@0.21.5': optional: true - '@esbuild/linux-arm@0.19.12': + '@esbuild/linux-arm64@0.23.1': optional: true '@esbuild/linux-arm@0.21.5': optional: true - '@esbuild/linux-ia32@0.19.12': + '@esbuild/linux-arm@0.23.1': optional: true '@esbuild/linux-ia32@0.21.5': optional: true - '@esbuild/linux-loong64@0.19.12': + '@esbuild/linux-ia32@0.23.1': optional: true '@esbuild/linux-loong64@0.21.5': optional: true - '@esbuild/linux-mips64el@0.19.12': + '@esbuild/linux-loong64@0.23.1': optional: true '@esbuild/linux-mips64el@0.21.5': optional: true - '@esbuild/linux-ppc64@0.19.12': + '@esbuild/linux-mips64el@0.23.1': optional: true '@esbuild/linux-ppc64@0.21.5': optional: true - '@esbuild/linux-riscv64@0.19.12': + '@esbuild/linux-ppc64@0.23.1': optional: true '@esbuild/linux-riscv64@0.21.5': optional: true - '@esbuild/linux-s390x@0.19.12': + '@esbuild/linux-riscv64@0.23.1': optional: true '@esbuild/linux-s390x@0.21.5': optional: true - '@esbuild/linux-x64@0.19.12': + '@esbuild/linux-s390x@0.23.1': optional: true '@esbuild/linux-x64@0.21.5': optional: true - '@esbuild/netbsd-x64@0.19.12': + '@esbuild/linux-x64@0.23.1': optional: true '@esbuild/netbsd-x64@0.21.5': optional: true - '@esbuild/openbsd-x64@0.19.12': + '@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/sunos-x64@0.19.12': + '@esbuild/openbsd-x64@0.23.1': optional: true '@esbuild/sunos-x64@0.21.5': optional: true - '@esbuild/win32-arm64@0.19.12': + '@esbuild/sunos-x64@0.23.1': optional: true '@esbuild/win32-arm64@0.21.5': optional: true - '@esbuild/win32-ia32@0.19.12': + '@esbuild/win32-arm64@0.23.1': optional: true '@esbuild/win32-ia32@0.21.5': optional: true - '@esbuild/win32-x64@0.19.12': + '@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 - '@eslint-community/regexpp@4.11.0': {} + '@eslint-community/regexpp@4.11.1': {} '@eslint/eslintrc@2.1.4': dependencies: @@ -6423,7 +6561,7 @@ snapshots: 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 @@ -6611,7 +6749,7 @@ snapshots: '@humanwhocodes/object-schema@2.0.3': {} - '@inquirer/figures@1.0.3': {} + '@inquirer/figures@1.0.6': {} '@interlay/interbtc-types@1.13.0': {} @@ -6624,13 +6762,13 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@jridgewell/resolve-uri@3.1.1': {} + '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/sourcemap-codec@1.5.0': {} '@jridgewell/trace-mapping@0.3.9': dependencies: - '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 '@kiltprotocol/type-definitions@0.35.1': {} @@ -6662,14 +6800,14 @@ snapshots: '@moonbeam-network/api-augment@0.2902.0': {} - '@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@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@types/node@22.7.0)(@vitest/ui@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)(zod@3.23.8)': + '@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(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(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@13.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)(zod@3.23.8) - '@octokit/rest': 21.0.0 - '@polkadot/api': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@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 @@ -6696,7 +6834,7 @@ snapshots: semver: 7.6.2 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.4.31(typescript@5.6.2) + 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) @@ -6715,9 +6853,9 @@ snapshots: - utf-8-validate - zod - '@moonwall/types@5.3.3(@polkadot/api@13.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/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(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@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 @@ -6741,11 +6879,11 @@ snapshots: - utf-8-validate - zod - '@moonwall/util@5.3.3(@polkadot/api@13.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)(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)': dependencies: '@moonbeam-network/api-augment': 0.2902.0 - '@moonwall/types': 5.3.3(@polkadot/api@13.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': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@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) @@ -6794,6 +6932,10 @@ snapshots: dependencies: '@noble/hashes': 1.4.0 + '@noble/curves@1.6.0': + dependencies: + '@noble/hashes': 1.5.0 + '@noble/ed25519@1.7.3': {} '@noble/hashes@1.0.0': {} @@ -6834,24 +6976,24 @@ snapshots: rimraf: 3.0.2 optional: true - '@octokit/app@15.0.1': + '@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 + '@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.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 @@ -6859,54 +7001,54 @@ snapshots: 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 '@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 '@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 '@octokit/auth-token@5.1.1': {} '@octokit/auth-unauthenticated@6.1.0': dependencies: - '@octokit/request-error': 6.1.1 - '@octokit/types': 13.5.0 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 '@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 '@octokit/endpoint@10.1.1': dependencies: - '@octokit/types': 13.5.0 + '@octokit/types': 13.6.0 universal-user-agent: 7.0.2 '@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 - '@octokit/oauth-app@7.1.2': + '@octokit/oauth-app@7.1.3': dependencies: '@octokit/auth-oauth-app': 8.1.1 '@octokit/auth-oauth-user': 5.1.1 @@ -6914,7 +7056,7 @@ snapshots: '@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 '@octokit/oauth-authorization-url@7.1.1': {} @@ -6922,85 +7064,74 @@ snapshots: '@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 + '@octokit/request': 9.1.3 + '@octokit/request-error': 6.1.5 + '@octokit/types': 13.6.0 '@octokit/openapi-types@22.2.0': {} - '@octokit/openapi-webhooks-types@8.2.1': {} + '@octokit/openapi-webhooks-types@8.3.0': {} - '@octokit/plugin-paginate-graphql@5.2.2(@octokit/core@6.1.2)': + '@octokit/plugin-paginate-graphql@5.2.3(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/plugin-paginate-rest@11.3.0(@octokit/core@6.1.2)': + '@octokit/plugin-paginate-rest@11.3.5(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 + '@octokit/types': 13.6.0 - '@octokit/plugin-paginate-rest@11.3.3(@octokit/core@6.1.2)': + '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - '@octokit/plugin-request-log@5.3.0(@octokit/core@6.1.2)': + '@octokit/plugin-rest-endpoint-methods@13.2.5(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 + '@octokit/types': 13.6.0 - '@octokit/plugin-rest-endpoint-methods@13.2.1(@octokit/core@6.1.2)': + '@octokit/plugin-retry@7.1.2(@octokit/core@6.1.2)': dependencies: '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - - '@octokit/plugin-rest-endpoint-methods@13.2.4(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.5.0 - - '@octokit/plugin-retry@7.1.1(@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 - '@octokit/plugin-throttling@9.3.0(@octokit/core@6.1.2)': + '@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 - '@octokit/request-error@6.1.1': + '@octokit/request-error@6.1.5': dependencies: - '@octokit/types': 13.5.0 + '@octokit/types': 13.6.0 - '@octokit/request@9.1.1': + '@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 - '@octokit/rest@21.0.0': + '@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) + '@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': + '@octokit/types@13.6.0': dependencies: '@octokit/openapi-types': 22.2.0 '@octokit/webhooks-methods@5.1.0': {} - '@octokit/webhooks@13.2.7': + '@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 '@open-web3/orml-type-definitions@0.8.2-11': {} @@ -7028,7 +7159,7 @@ snapshots: '@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 '@phala/typedefs@0.2.33': {} @@ -7042,13 +7173,13 @@ snapshots: dependencies: graceful-fs: 4.2.10 - '@pnpm/npm-conf@2.2.2': + '@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 - '@polka/url@1.0.0-next.25': {} + '@polka/url@1.0.0-next.28': {} '@polkadot-api/client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0(rxjs@7.8.1)': dependencies: @@ -7147,9 +7278,9 @@ snapshots: '@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 '@polkadot-api/substrate-client@0.0.1': @@ -7231,20 +7362,6 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api-augment@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api-base': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-augment': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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-augment@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/api-base': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -7261,7 +7378,7 @@ snapshots: '@polkadot/api-augment@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -7274,7 +7391,7 @@ snapshots: '@polkadot/api-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -7334,18 +7451,6 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api-base@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-core': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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-base@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -7360,7 +7465,7 @@ snapshots: '@polkadot/api-base@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -7371,7 +7476,7 @@ snapshots: '@polkadot/api-base@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -7449,23 +7554,6 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api-derive@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-augment': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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-derive@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) @@ -7485,7 +7573,7 @@ snapshots: '@polkadot/api-derive@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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) @@ -7501,7 +7589,7 @@ snapshots: '@polkadot/api-derive@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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) @@ -7598,34 +7686,10 @@ snapshots: '@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 - '@polkadot/types-create': 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) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.7.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api-augment': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-derive': 13.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': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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/types-augment': 12.4.2 + '@polkadot/types-codec': 12.4.2 + '@polkadot/types-create': 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) eventemitter3: 5.0.1 @@ -7662,7 +7726,7 @@ snapshots: '@polkadot/api@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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) @@ -7685,7 +7749,7 @@ snapshots: '@polkadot/api@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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) @@ -7767,7 +7831,7 @@ snapshots: '@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) @@ -7791,31 +7855,31 @@ snapshots: '@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) '@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) '@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) '@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) '@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 @@ -7823,7 +7887,7 @@ snapshots: '@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 @@ -7841,11 +7905,11 @@ snapshots: '@polkadot/networks@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@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 @@ -7862,7 +7926,7 @@ snapshots: 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@18.3.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' @@ -7915,18 +7979,6 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/rpc-augment@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-core': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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-augment@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/rpc-core': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -7941,7 +7993,7 @@ snapshots: '@polkadot/rpc-augment@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -7952,7 +8004,7 @@ snapshots: '@polkadot/rpc-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8014,19 +8066,6 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/rpc-core@13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-augment': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 13.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@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-core@14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/rpc-augment': 14.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8042,7 +8081,7 @@ snapshots: '@polkadot/rpc-core@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8054,7 +8093,7 @@ snapshots: '@polkadot/rpc-core@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8077,7 +8116,7 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8098,7 +8137,7 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8119,7 +8158,7 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8140,28 +8179,7 @@ snapshots: '@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 - tslib: 2.7.0 - optionalDependencies: - '@substrate/connect': 0.8.11(bufferutil@4.0.8)(utf-8-validate@5.0.10) - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-provider@13.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/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(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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8182,7 +8200,7 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8193,7 +8211,7 @@ snapshots: '@polkadot/rpc-provider@7.15.1(encoding@0.1.13)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8205,14 +8223,14 @@ snapshots: '@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 '@polkadot/rpc-provider@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8223,7 +8241,7 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: @@ -8231,6 +8249,28 @@ snapshots: - supports-color - utf-8-validate + '@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 @@ -8259,13 +8299,6 @@ snapshots: '@polkadot/util': 13.1.1 tslib: 2.7.0 - '@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-augment@14.0.1': dependencies: '@polkadot/types': 14.0.1 @@ -8275,14 +8308,14 @@ snapshots: '@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 '@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 @@ -8311,12 +8344,6 @@ snapshots: '@polkadot/x-bigint': 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-codec@14.0.1': dependencies: '@polkadot/util': 13.1.1 @@ -8325,12 +8352,12 @@ snapshots: '@polkadot/types-codec@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 '@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 @@ -8358,12 +8385,6 @@ snapshots: '@polkadot/util': 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-create@14.0.1': dependencies: '@polkadot/types-codec': 14.0.1 @@ -8372,13 +8393,13 @@ snapshots: '@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 '@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 @@ -8418,15 +8439,6 @@ snapshots: '@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-known@14.0.1': dependencies: '@polkadot/networks': 13.1.1 @@ -8438,21 +8450,21 @@ snapshots: '@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 '@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 '@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 @@ -8461,7 +8473,7 @@ snapshots: '@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 @@ -8488,11 +8500,6 @@ snapshots: '@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-support@14.0.1': dependencies: '@polkadot/util': 13.1.1 @@ -8500,12 +8507,12 @@ snapshots: '@polkadot/types-support@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 8.7.1 '@polkadot/types-support@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/util': 10.4.2 '@polkadot/types@10.13.1': @@ -8552,17 +8559,6 @@ snapshots: rxjs: 7.8.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/types@14.0.1': dependencies: '@polkadot/keyring': 13.1.1(@polkadot/util-crypto@13.1.1(@polkadot/util@13.1.1))(@polkadot/util@13.1.1) @@ -8576,7 +8572,7 @@ snapshots: '@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) @@ -8584,7 +8580,7 @@ snapshots: '@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) @@ -8592,7 +8588,7 @@ snapshots: '@polkadot/types@7.15.1': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8603,7 +8599,7 @@ snapshots: '@polkadot/types@9.14.2': dependencies: - '@babel/runtime': 7.25.6 + '@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 @@ -8629,7 +8625,7 @@ snapshots: '@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 @@ -8643,33 +8639,33 @@ snapshots: '@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2)': dependencies: - '@noble/curves': 1.4.2 + '@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/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) + '@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(@polkadot/util@13.1.1)) + '@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 '@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/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.7 + '@scure/base': 1.1.9 tslib: 2.7.0 '@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) @@ -8679,7 +8675,7 @@ snapshots: 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 @@ -8688,7 +8684,7 @@ snapshots: '@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 @@ -8702,12 +8698,12 @@ snapshots: '@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 '@polkadot/util@12.6.2': @@ -8716,7 +8712,7 @@ snapshots: '@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 @@ -8726,13 +8722,13 @@ snapshots: '@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 '@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 @@ -8742,26 +8738,26 @@ snapshots: '@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 '@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 - '@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@13.1.1)))': + '@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/util@13.1.1)) + '@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 '@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)))': @@ -8773,17 +8769,17 @@ snapshots: '@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 '@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 '@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 '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2)': @@ -8798,21 +8794,21 @@ snapshots: '@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 - '@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@13.1.1)))': + '@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/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) + '@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/util@13.1.1)) + '@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 '@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)))': @@ -8827,17 +8823,17 @@ snapshots: '@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 '@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 '@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) @@ -8855,7 +8851,7 @@ snapshots: '@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) @@ -8863,7 +8859,7 @@ snapshots: '@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) @@ -8871,7 +8867,7 @@ snapshots: '@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) @@ -8880,15 +8876,15 @@ snapshots: '@polkadot/wasm-util': 6.4.1(@polkadot/util@10.4.2) '@polkadot/x-randomvalues': 10.4.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@13.1.1)))': + '@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/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) + '@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/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))) + '@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/util@13.1.1)) + '@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 '@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)))': @@ -8904,22 +8900,22 @@ snapshots: '@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 '@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.7.0 '@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1)': dependencies: '@polkadot/util': 13.1.1 - tslib: 2.6.3 + tslib: 2.7.0 '@polkadot/x-bigint@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 '@polkadot/x-bigint@12.6.2': @@ -8934,12 +8930,12 @@ snapshots: '@polkadot/x-bigint@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@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 @@ -8958,7 +8954,7 @@ snapshots: '@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(encoding@0.1.13) @@ -8967,7 +8963,7 @@ snapshots: '@polkadot/x-global@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global@12.6.2': dependencies: @@ -8979,21 +8975,21 @@ snapshots: '@polkadot/x-global@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-randomvalues@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 - '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.1.1))': + '@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@13.1.1) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-global': 12.6.2 tslib: 2.7.0 @@ -9006,22 +9002,22 @@ snapshots: '@polkadot/x-randomvalues@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 '@polkadot/x-randomvalues@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@polkadot/x-rxjs@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 rxjs: 6.6.7 '@polkadot/x-textdecoder@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 '@polkadot/x-textdecoder@12.6.2': @@ -9036,17 +9032,17 @@ snapshots: '@polkadot/x-textdecoder@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 '@polkadot/x-textdecoder@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@polkadot/x-textencoder@10.4.2': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 10.4.2 '@polkadot/x-textencoder@12.6.2': @@ -9061,17 +9057,17 @@ snapshots: '@polkadot/x-textencoder@6.11.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 6.11.1 '@polkadot/x-textencoder@8.7.1': dependencies: - '@babel/runtime': 7.25.6 + '@babel/runtime': 7.25.7 '@polkadot/x-global': 8.7.1 '@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 @@ -9098,7 +9094,7 @@ snapshots: '@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 @@ -9130,51 +9126,58 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@rollup/rollup-android-arm-eabi@4.13.0': + '@rollup/rollup-android-arm-eabi@4.24.0': optional: true - '@rollup/rollup-android-arm64@4.13.0': + '@rollup/rollup-android-arm64@4.24.0': optional: true - '@rollup/rollup-darwin-arm64@4.13.0': + '@rollup/rollup-darwin-arm64@4.24.0': optional: true - '@rollup/rollup-darwin-x64@4.13.0': + '@rollup/rollup-darwin-x64@4.24.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.13.0': + '@rollup/rollup-linux-arm-gnueabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.13.0': + '@rollup/rollup-linux-arm-musleabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.13.0': + '@rollup/rollup-linux-arm64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.13.0': + '@rollup/rollup-linux-arm64-musl@4.24.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.13.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': optional: true - '@rollup/rollup-linux-x64-musl@4.13.0': + '@rollup/rollup-linux-riscv64-gnu@4.24.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.13.0': + '@rollup/rollup-linux-s390x-gnu@4.24.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.13.0': + '@rollup/rollup-linux-x64-gnu@4.24.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.13.0': + '@rollup/rollup-linux-x64-musl@4.24.0': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.24.0': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.24.0': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.24.0': optional: true '@scure/base@1.0.0': {} '@scure/base@1.1.1': {} - '@scure/base@1.1.7': {} - '@scure/base@1.1.9': {} '@scure/bip32@1.4.0': @@ -9223,10 +9226,10 @@ snapshots: '@substrate/connect-extension-protocol@1.0.1': {} - '@substrate/connect-extension-protocol@2.0.0': + '@substrate/connect-extension-protocol@2.1.0': optional: true - '@substrate/connect-known-chains@1.1.8': + '@substrate/connect-known-chains@1.4.1': optional: true '@substrate/connect@0.7.0-alpha.0': @@ -9249,8 +9252,8 @@ snapshots: '@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/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: @@ -9260,8 +9263,8 @@ snapshots: '@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/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: @@ -9271,8 +9274,8 @@ snapshots: '@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/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: @@ -9286,8 +9289,8 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true @@ -9298,8 +9301,8 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true @@ -9310,8 +9313,8 @@ snapshots: '@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(bufferutil@4.0.8)(utf-8-validate@5.0.10) optional: true @@ -9368,7 +9371,7 @@ snapshots: '@tootallnate/once@1.1.2': optional: true - '@tsconfig/node10@1.0.9': {} + '@tsconfig/node10@1.0.11': {} '@tsconfig/node12@1.0.11': {} @@ -9378,13 +9381,13 @@ snapshots: '@types/abstract-leveldown@7.2.5': {} - '@types/aws-lambda@8.10.136': {} + '@types/aws-lambda@8.10.145': {} '@types/bn.js@4.11.6': dependencies: '@types/node': 22.7.0 - '@types/bn.js@5.1.5': + '@types/bn.js@5.1.6': dependencies: '@types/node': 22.7.0 @@ -9399,7 +9402,7 @@ snapshots: dependencies: '@types/ms': 0.7.34 - '@types/estree@1.0.5': {} + '@types/estree@1.0.6': {} '@types/http-cache-semantics@4.0.4': {} @@ -9421,6 +9424,10 @@ snapshots: '@types/long@4.0.2': {} + '@types/mdast@3.0.15': + dependencies: + '@types/unist': 2.0.11 + '@types/ms@0.7.34': {} '@types/node-fetch@2.6.11': @@ -9440,6 +9447,10 @@ snapshots: dependencies: undici-types: 6.19.8 + '@types/node@22.7.4': + dependencies: + undici-types: 6.19.8 + '@types/pbkdf2@3.1.2': dependencies: '@types/node': 22.7.0 @@ -9456,6 +9467,8 @@ snapshots: '@types/stylis@4.2.5': {} + '@types/unist@2.0.11': {} + '@types/uuid@9.0.8': {} '@types/websocket@1.0.10': @@ -9474,7 +9487,7 @@ snapshots: '@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) @@ -9483,7 +9496,7 @@ snapshots: 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) @@ -9587,18 +9600,22 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.1.6(@types/node@22.7.0))': + '@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 optionalDependencies: - vite: 5.1.6(@types/node@22.7.0) + vite: 5.4.8(@types/node@22.7.0) '@vitest/pretty-format@2.1.1': dependencies: tinyrainbow: 1.2.0 + '@vitest/pretty-format@2.1.2': + dependencies: + tinyrainbow: 1.2.0 + '@vitest/runner@2.1.1': dependencies: '@vitest/utils': 2.1.1 @@ -9612,7 +9629,7 @@ snapshots: '@vitest/spy@2.1.1': dependencies: - tinyspy: 3.0.0 + tinyspy: 3.0.2 '@vitest/ui@2.1.1(vitest@2.1.1)': dependencies: @@ -9621,7 +9638,7 @@ snapshots: 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)(jsdom@23.2.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) @@ -9631,59 +9648,59 @@ snapshots: loupe: 3.1.1 tinyrainbow: 1.2.0 - '@vue/compiler-core@3.4.31': + '@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 + source-map-js: 1.2.1 - '@vue/compiler-dom@3.4.31': + '@vue/compiler-dom@3.5.10': dependencies: - '@vue/compiler-core': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/compiler-core': 3.5.10 + '@vue/shared': 3.5.10 - '@vue/compiler-sfc@3.4.31': + '@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.11 - postcss: 8.4.39 - source-map-js: 1.2.0 + postcss: 8.4.47 + source-map-js: 1.2.1 - '@vue/compiler-ssr@3.4.31': + '@vue/compiler-ssr@3.5.10': dependencies: - '@vue/compiler-dom': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/compiler-dom': 3.5.10 + '@vue/shared': 3.5.10 - '@vue/reactivity@3.4.31': + '@vue/reactivity@3.5.10': dependencies: - '@vue/shared': 3.4.31 + '@vue/shared': 3.5.10 - '@vue/runtime-core@3.4.31': + '@vue/runtime-core@3.5.10': dependencies: - '@vue/reactivity': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/reactivity': 3.5.10 + '@vue/shared': 3.5.10 - '@vue/runtime-dom@3.4.31': + '@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 - '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.6.2))': + '@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) + '@vue/compiler-ssr': 3.5.10 + '@vue/shared': 3.5.10 + vue: 3.5.10(typescript@5.6.2) - '@vue/shared@3.4.31': {} + '@vue/shared@3.5.10': {} '@zeitgeistpm/type-defs@1.0.0': {} @@ -9696,7 +9713,7 @@ snapshots: '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.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 @@ -9704,7 +9721,7 @@ snapshots: 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 @@ -9723,9 +9740,9 @@ snapshots: '@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.6.0 + 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) @@ -9739,9 +9756,9 @@ snapshots: '@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.6.0 + 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) @@ -9805,7 +9822,9 @@ snapshots: dependencies: acorn: 8.12.1 - acorn-walk@8.3.2: {} + acorn-walk@8.3.4: + dependencies: + acorn: 8.12.1 acorn@8.12.1: {} @@ -9835,11 +9854,6 @@ snapshots: indent-string: 4.0.0 optional: true - aggregate-error@5.0.0: - dependencies: - clean-stack: 5.2.0 - indent-string: 5.0.0 - ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -9855,7 +9869,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.0.1: {} + ansi-regex@6.1.0: {} ansi-styles@4.3.0: dependencies: @@ -9918,11 +9932,11 @@ snapshots: aws-sign2@0.7.0: {} - aws4@1.12.0: {} + aws4@1.13.2: {} 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: @@ -9948,7 +9962,9 @@ snapshots: bignumber.js@9.1.2: {} - binary-extensions@2.2.0: {} + binary-extensions@2.3.0: {} + + binary-searching@2.0.5: {} bindings@1.5.0: dependencies: @@ -9978,24 +9994,7 @@ snapshots: bn.js@5.2.1: {} - body-parser@1.20.1: - 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 - - body-parser@1.20.2: + body-parser@1.20.3: dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -10005,7 +10004,7 @@ snapshots: 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 @@ -10068,7 +10067,7 @@ snapshots: bufferutil@4.0.8: dependencies: - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 bytes@3.1.2: {} @@ -10112,12 +10111,6 @@ snapshots: normalize-url: 6.1.0 responselike: 2.0.1 - call-bind@1.0.5: - dependencies: - function-bind: 1.1.2 - get-intrinsic: 1.2.2 - set-function-length: 1.1.1 - call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -10145,7 +10138,7 @@ snapshots: supports-color: 8.1.1 window-size: 1.1.1 - chai@4.4.1: + chai@4.5.0: dependencies: assertion-error: 1.1.0 check-error: 1.0.3 @@ -10153,7 +10146,7 @@ snapshots: get-func-name: 2.0.2 loupe: 2.3.7 pathval: 1.1.1 - type-detect: 4.0.8 + type-detect: 4.1.0 chai@5.1.1: dependencies: @@ -10175,6 +10168,8 @@ snapshots: chalk@5.3.0: {} + character-entities@2.0.2: {} + chardet@0.7.0: {} check-error@1.0.3: @@ -10217,10 +10212,6 @@ snapshots: clean-stack@2.2.0: optional: true - clean-stack@5.2.0: - dependencies: - escape-string-regexp: 5.0.0 - clear@0.1.0: {} cli-cursor@3.1.0: @@ -10246,7 +10237,7 @@ snapshots: cli-spinners@2.9.2: {} - cli-table3@0.6.3: + cli-table3@0.6.5: dependencies: string-width: 4.2.3 optionalDependencies: @@ -10303,6 +10294,8 @@ snapshots: commander@8.3.0: {} + comment-parser@1.4.1: {} + complex.js@2.1.1: {} concat-map@0.0.1: {} @@ -10329,7 +10322,7 @@ snapshots: cookie-signature@1.0.6: {} - cookie@0.5.0: {} + cookie@0.6.0: {} copy-to-clipboard@3.3.3: dependencies: @@ -10386,11 +10379,11 @@ snapshots: css-tree@2.3.1: dependencies: mdn-data: 2.0.30 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - cssstyle@4.0.1: + cssstyle@4.1.0: dependencies: - rrweb-cssom: 0.6.0 + rrweb-cssom: 0.7.1 csstype@3.1.3: {} @@ -10414,7 +10407,7 @@ snapshots: dateformat@4.6.3: {} - dayjs@1.11.11: {} + dayjs@1.11.13: {} debug@2.6.9: dependencies: @@ -10434,6 +10427,10 @@ snapshots: decimal.js@10.4.3: {} + decode-named-character-reference@1.0.2: + dependencies: + character-entities: 2.0.2 + decode-uri-component@0.2.2: {} decompress-response@3.3.0: @@ -10446,7 +10443,7 @@ snapshots: deep-eql@4.1.4: dependencies: - type-detect: 4.0.8 + type-detect: 4.1.0 deep-eql@5.0.2: {} @@ -10465,7 +10462,7 @@ snapshots: 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 @@ -10486,12 +10483,6 @@ snapshots: abstract-leveldown: 6.2.3 inherits: 2.0.4 - define-data-property@1.1.1: - dependencies: - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 @@ -10515,6 +10506,8 @@ snapshots: depd@2.0.0: {} + dequal@2.0.3: {} + destroy@1.2.0: {} detect-libc@2.0.3: {} @@ -10562,7 +10555,7 @@ snapshots: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - elliptic@6.5.5: + elliptic@6.5.7: dependencies: bn.js: 4.12.0 brorand: 1.1.0 @@ -10578,6 +10571,8 @@ snapshots: encodeurl@1.0.2: {} + encodeurl@2.0.0: {} + encoding-down@6.3.0: dependencies: abstract-leveldown: 6.3.0 @@ -10655,32 +10650,6 @@ snapshots: es6-iterator: 2.0.3 es6-symbol: 3.1.4 - esbuild@0.19.12: - 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 - esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 @@ -10707,7 +10676,34 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - escalade@3.1.1: {} + 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: {} @@ -10715,8 +10711,6 @@ snapshots: escape-string-regexp@4.0.0: {} - escape-string-regexp@5.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: eslint: 8.57.0 @@ -10736,7 +10730,7 @@ snapshots: 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 @@ -10752,7 +10746,7 @@ snapshots: 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 @@ -10760,7 +10754,7 @@ snapshots: 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 @@ -10789,7 +10783,7 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.12.1) eslint-visitor-keys: 3.4.3 - esquery@1.5.0: + esquery@1.6.0: dependencies: estraverse: 5.3.0 @@ -10803,7 +10797,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 esutils@2.0.3: {} @@ -10817,7 +10811,7 @@ snapshots: 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(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -10830,7 +10824,7 @@ snapshots: eth-lib@0.2.8: dependencies: bn.js: 4.12.0 - elliptic: 6.5.5 + 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): @@ -10855,9 +10849,9 @@ snapshots: dependencies: pnglib: 0.0.1 - ethereum-bloom-filters@1.0.10: + ethereum-bloom-filters@1.2.0: dependencies: - js-sha3: 0.8.0 + '@noble/hashes': 1.5.0 ethereum-cryptography@0.1.3: dependencies: @@ -10886,7 +10880,7 @@ snapshots: 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 @@ -10957,34 +10951,34 @@ snapshots: expand-template@2.0.3: {} - express@4.18.2: + 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 @@ -11017,7 +11011,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -11033,14 +11027,14 @@ snapshots: dependencies: reusify: 1.0.4 - fdir@6.3.0(picomatch@4.0.2): + fdir@6.4.0(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 fetch-blob@3.2.0: dependencies: node-domexception: 1.0.0 - web-streams-polyfill: 3.2.1 + web-streams-polyfill: 3.3.3 fflate@0.8.2: {} @@ -11059,10 +11053,10 @@ snapshots: dependencies: to-regex-range: 5.0.1 - finalhandler@1.2.0: + 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 @@ -11086,7 +11080,7 @@ snapshots: flatted@3.3.1: {} - follow-redirects@1.15.6(debug@4.3.7): + follow-redirects@1.15.9(debug@4.3.7): optionalDependencies: debug: 4.3.7(supports-color@8.1.1) @@ -11094,7 +11088,7 @@ snapshots: dependencies: is-callable: 1.2.7 - foreground-child@3.2.1: + foreground-child@3.3.0: dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 @@ -11174,13 +11168,6 @@ snapshots: get-func-name@2.0.2: {} - get-intrinsic@1.2.2: - dependencies: - function-bind: 1.1.2 - has-proto: 1.0.1 - has-symbols: 1.0.3 - hasown: 2.0.0 - get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 @@ -11193,11 +11180,11 @@ snapshots: get-stream@5.2.0: dependencies: - pump: 3.0.0 + pump: 3.0.2 get-stream@6.0.1: {} - get-tsconfig@4.7.5: + get-tsconfig@4.8.1: dependencies: resolve-pkg-maps: 1.0.0 @@ -11215,13 +11202,13 @@ snapshots: dependencies: is-glob: 4.0.3 - glob@10.4.2: + 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 glob@7.2.3: @@ -11269,13 +11256,13 @@ snapshots: 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 gopd@1.0.1: dependencies: - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 got@11.8.6: dependencies: @@ -11315,6 +11302,15 @@ snapshots: graphemer@1.4.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 + har-schema@2.0.0: {} har-validator@5.1.5: @@ -11326,16 +11322,10 @@ snapshots: has-flag@4.0.0: {} - has-property-descriptors@1.0.1: - dependencies: - get-intrinsic: 1.2.2 - has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 - has-proto@1.0.1: {} - has-proto@1.0.3: {} has-symbols@1.0.3: {} @@ -11358,10 +11348,6 @@ snapshots: inherits: 2.0.4 minimalistic-assert: 1.0.1 - hasown@2.0.0: - dependencies: - function-bind: 1.1.2 - hasown@2.0.2: dependencies: function-bind: 1.1.2 @@ -11464,7 +11450,7 @@ snapshots: ieee754@1.2.1: {} - ignore@5.3.1: {} + ignore@5.3.2: {} immediate@3.2.3: {} @@ -11480,8 +11466,6 @@ snapshots: indent-string@4.0.0: optional: true - indent-string@5.0.0: {} - infer-owner@1.0.4: optional: true @@ -11502,7 +11486,7 @@ snapshots: 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 @@ -11551,7 +11535,7 @@ snapshots: is-binary-path@2.1.0: dependencies: - binary-extensions: 2.2.0 + binary-extensions: 2.3.0 is-boolean-object@1.1.2: dependencies: @@ -11675,7 +11659,7 @@ snapshots: isstream@0.1.2: {} - jackspeak@3.4.0: + jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: @@ -11707,7 +11691,7 @@ snapshots: 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 @@ -11746,7 +11730,7 @@ snapshots: 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 @@ -11784,7 +11768,7 @@ snapshots: 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 keyv@4.5.4: @@ -11795,6 +11779,8 @@ snapshots: dependencies: is-buffer: 1.1.6 + kleur@4.1.5: {} + level-codec@9.0.2: dependencies: buffer: 5.7.1 @@ -11893,9 +11879,7 @@ snapshots: lowercase-keys@3.0.0: {} - lru-cache@10.2.0: {} - - lru-cache@10.3.0: {} + lru-cache@10.4.3: {} lru-cache@6.0.0: dependencies: @@ -11943,7 +11927,7 @@ snapshots: 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 @@ -11959,6 +11943,27 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 + 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 + mdn-data@2.0.30: {} media-typer@0.3.0: {} @@ -11985,7 +11990,7 @@ snapshots: memorystream@0.3.1: {} - merge-descriptors@1.0.1: {} + merge-descriptors@1.0.3: {} merge-stream@2.0.0: {} @@ -12004,7 +12009,140 @@ snapshots: micro-ftch@0.3.1: {} - micromatch@4.0.7: + 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(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 @@ -12116,7 +12254,7 @@ snapshots: mkdirp@3.0.1: {} - mocha@10.6.0: + mocha@10.7.3: dependencies: ansi-colors: 4.1.3 browser-stdout: 1.3.1 @@ -12152,6 +12290,8 @@ snapshots: - supports-color - utf-8-validate + mri@1.2.0: {} + mrmime@2.0.0: {} ms@2.0.0: {} @@ -12224,9 +12364,11 @@ snapshots: negotiator@0.6.3: {} + neo-async@2.6.2: {} + next-tick@1.1.0: {} - nock@13.5.4: + nock@13.5.5: dependencies: debug: 4.3.7(supports-color@8.1.1) json-stringify-safe: 5.0.1 @@ -12234,13 +12376,13 @@ snapshots: transitivePeerDependencies: - supports-color - node-abi@3.65.0: + node-abi@3.68.0: dependencies: semver: 7.6.3 node-addon-api@2.0.2: {} - node-addon-api@7.1.0: {} + node-addon-api@7.1.1: {} node-domexception@1.0.0: {} @@ -12258,7 +12400,7 @@ snapshots: node-forge@1.3.1: {} - node-gyp-build@4.8.1: {} + node-gyp-build@4.8.2: {} node-gyp@8.4.1: dependencies: @@ -12337,16 +12479,16 @@ snapshots: 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 + '@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-exit-leak-free@2.1.2: {} @@ -12414,7 +12556,7 @@ snapshots: aggregate-error: 3.1.0 optional: true - package-json-from-dist@1.0.0: {} + package-json-from-dist@1.0.1: {} pako@2.1.0: {} @@ -12446,10 +12588,10 @@ snapshots: path-scurry@1.11.1: dependencies: - lru-cache: 10.3.0 + lru-cache: 10.4.3 minipass: 7.1.2 - path-to-regexp@0.1.7: {} + path-to-regexp@0.1.10: {} path-type@4.0.0: {} @@ -12477,7 +12619,7 @@ snapshots: performance-now@2.1.0: {} - picocolors@1.0.1: {} + picocolors@1.1.0: {} picomatch@2.3.1: {} @@ -12488,7 +12630,7 @@ snapshots: readable-stream: 4.5.2 split2: 4.2.0 - pino-pretty@11.2.1: + pino-pretty@11.2.2: dependencies: colorette: 2.0.20 dateformat: 4.6.3 @@ -12499,10 +12641,10 @@ snapshots: 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 pino-std-serializers@6.2.2: {} @@ -12517,7 +12659,7 @@ snapshots: 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 @@ -12539,14 +12681,14 @@ snapshots: postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 + picocolors: 1.1.0 + source-map-js: 1.2.1 - postcss@8.4.39: + postcss@8.4.47: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 + picocolors: 1.1.0 + source-map-js: 1.2.1 prebuild-install@7.1.2: dependencies: @@ -12556,8 +12698,8 @@ snapshots: 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 @@ -12565,6 +12707,15 @@ snapshots: prelude-ls@1.2.1: {} + 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: {} process-warning@3.0.0: {} @@ -12617,7 +12768,7 @@ snapshots: psl@1.9.0: {} - pump@3.0.0: + pump@3.0.2: dependencies: end-of-stream: 1.4.4 once: 1.4.0 @@ -12626,7 +12777,7 @@ snapshots: punycode@2.3.1: {} - qs@6.11.0: + qs@6.13.0: dependencies: side-channel: 1.0.6 @@ -12657,13 +12808,6 @@ snapshots: range-parser@1.2.1: {} - raw-body@2.5.1: - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - raw-body@2.5.2: dependencies: bytes: 3.1.2 @@ -12722,7 +12866,7 @@ snapshots: regenerator-runtime@0.14.1: {} - regexp.prototype.flags@1.5.2: + regexp.prototype.flags@1.5.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -12732,7 +12876,7 @@ snapshots: 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 @@ -12807,27 +12951,32 @@ snapshots: semver-compare: 1.0.0 sprintf-js: 1.1.3 - rollup@4.13.0: + 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 rrweb-cssom@0.6.0: {} + rrweb-cssom@0.7.1: {} + run-async@3.0.0: {} run-parallel@1.2.0: @@ -12842,11 +12991,15 @@ snapshots: dependencies: tslib: 2.7.0 + sade@1.8.1: + dependencies: + mri: 1.2.0 + safe-buffer@5.1.2: {} safe-buffer@5.2.1: {} - safe-stable-stringify@2.4.3: {} + safe-stable-stringify@2.5.0: {} safer-buffer@2.1.2: {} @@ -12866,9 +13019,9 @@ snapshots: 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 + node-gyp-build: 4.8.2 secure-json-parse@2.7.0: {} @@ -12884,7 +13037,7 @@ snapshots: semver@7.6.3: {} - send@0.18.0: + send@0.19.0: dependencies: debug: 2.6.9 depd: 2.0.0 @@ -12910,20 +13063,20 @@ snapshots: dependencies: randombytes: 2.1.0 - serve-static@1.15.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 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: @@ -12932,13 +13085,6 @@ snapshots: set-blocking@2.0.0: optional: true - set-function-length@1.1.1: - dependencies: - define-data-property: 1.1.1 - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -13001,7 +13147,7 @@ snapshots: 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 @@ -13045,7 +13191,7 @@ snapshots: 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 @@ -13057,11 +13203,13 @@ snapshots: dependencies: atomic-sleep: 1.0.0 - sonic-boom@4.0.1: + sonic-boom@4.1.0: dependencies: atomic-sleep: 1.0.0 - source-map-js@1.2.0: {} + source-map-js@1.2.1: {} + + source-map@0.6.1: {} split2@4.2.0: {} @@ -13070,7 +13218,7 @@ snapshots: 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: @@ -13136,7 +13284,7 @@ snapshots: strip-ansi@7.1.0: dependencies: - ansi-regex: 6.0.1 + ansi-regex: 6.1.0 strip-final-newline@2.0.0: {} @@ -13148,7 +13296,7 @@ snapshots: strip-json-comments@3.1.1: {} - styled-components@6.1.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + 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 @@ -13196,7 +13344,7 @@ snapshots: dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 - pump: 3.0.0 + pump: 3.0.2 tar-stream: 2.2.0 tar-stream@2.2.0: @@ -13255,16 +13403,16 @@ snapshots: tinyexec@0.3.0: {} - tinyglobby@0.2.6: + 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 - tinypool@1.0.0: {} + tinypool@1.0.1: {} tinyrainbow@1.2.0: {} - tinyspy@3.0.0: {} + tinyspy@3.0.2: {} tmp-promise@3.0.3: dependencies: @@ -13315,13 +13463,13 @@ snapshots: 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.12.1 - acorn-walk: 8.3.2 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 @@ -13333,13 +13481,13 @@ snapshots: 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.9 + '@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.2 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 @@ -13354,14 +13502,19 @@ snapshots: tslib@2.6.2: {} - tslib@2.6.3: {} - tslib@2.7.0: {} tsx@4.16.2: dependencies: esbuild: 0.21.5 - get-tsconfig: 4.7.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 @@ -13377,7 +13530,7 @@ snapshots: dependencies: prelude-ls: 1.2.1 - type-detect@4.0.8: {} + type-detect@4.1.0: {} type-fest@0.13.1: {} @@ -13405,10 +13558,10 @@ snapshots: 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 @@ -13425,6 +13578,9 @@ snapshots: typescript@5.6.2: {} + uglify-js@3.19.3: + optional: true + uint8arrays@3.1.1: dependencies: multiformats: 9.9.0 @@ -13445,6 +13601,10 @@ snapshots: imurmurhash: 0.1.4 optional: true + unist-util-stringify-position@3.0.3: + dependencies: + '@types/unist': 2.0.11 + universal-github-app-jwt@2.2.0: {} universal-user-agent@7.0.2: {} @@ -13470,7 +13630,7 @@ snapshots: utf-8-validate@5.0.10: dependencies: - node-gyp-build: 4.8.1 + node-gyp-build: 4.8.2 utf8@3.0.0: {} @@ -13490,6 +13650,13 @@ snapshots: uuid@9.0.1: {} + uvu@0.5.6: + dependencies: + dequal: 2.0.3 + diff: 5.2.0 + kleur: 4.1.5 + sade: 1.8.1 + v8-compile-cache-lib@3.0.1: {} varint@5.0.2: {} @@ -13542,22 +13709,23 @@ snapshots: 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 - vite@5.1.6(@types/node@22.7.0): + vite@5.4.8(@types/node@22.7.0): dependencies: - 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 @@ -13565,8 +13733,8 @@ snapshots: 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: '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.1.6(@types/node@22.7.0)) - '@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 @@ -13578,9 +13746,9 @@ snapshots: 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: @@ -13592,18 +13760,19 @@ snapshots: - lightningcss - msw - sass + - sass-embedded - stylus - sugarss - supports-color - terser - vue@3.4.31(typescript@5.6.2): + 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(typescript@5.6.2)) - '@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 @@ -13615,7 +13784,7 @@ snapshots: dependencies: defaults: 1.0.4 - web-streams-polyfill@3.2.1: {} + web-streams-polyfill@3.3.3: {} web3-bzz@1.10.4(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: @@ -13662,7 +13831,7 @@ snapshots: 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 @@ -13738,7 +13907,7 @@ snapshots: web3-eth-contract@1.10.4(encoding@0.1.13): dependencies: - '@types/bn.js': 5.1.5 + '@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 @@ -13783,7 +13952,7 @@ snapshots: 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 + '@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(bufferutil@4.0.8)(encoding@0.1.13)(typescript@5.6.2)(utf-8-validate@5.0.10)(zod@3.23.8) @@ -13985,7 +14154,7 @@ snapshots: 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 @@ -14077,7 +14246,7 @@ snapshots: webauthn-p256@0.0.5: dependencies: - '@noble/curves': 1.4.2 + '@noble/curves': 1.6.0 '@noble/hashes': 1.5.0 webidl-conversions@3.0.1: {} @@ -14155,6 +14324,8 @@ snapshots: word-wrap@1.2.5: {} + wordwrap@1.0.0: {} + workerpool@6.5.1: {} wrap-ansi@6.2.0: @@ -14253,7 +14424,7 @@ snapshots: 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 @@ -14263,7 +14434,7 @@ snapshots: 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 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000000..94b03152f6 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +packages: + - "test" + - "typescript-api" + - "moonbeam-types-bundle" diff --git a/test/helpers/block.ts b/test/helpers/block.ts index e2f8794d12..c8f3ac0e78 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; diff --git a/test/package.json b/test/package.json index 7c4a7bc011..f63f114e19 100644 --- a/test/package.json +++ b/test/package.json @@ -16,20 +16,20 @@ "author": "", "license": "ISC", "dependencies": { + "@moonbeam-network/api-augment": "workspace:*", "@acala-network/chopsticks": "0.16.1", - "@moonbeam-network/api-augment": "0.2902.0", "@moonwall/cli": "5.3.3", "@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/test/scripts/update-local-types.ts b/test/scripts/update-local-types.ts new file mode 100644 index 0000000000..8c61831c08 --- /dev/null +++ b/test/scripts/update-local-types.ts @@ -0,0 +1,127 @@ +import { exec, spawn } from "child_process"; +import { promisify } from "util"; +import { join, dirname } from "path"; +import { fileURLToPath } from "url"; +import { readFileSync, 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, 10000)); + 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/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; 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; }, }); }, diff --git a/typescript-api/package.json b/typescript-api/package.json index b195e66f63..9af450f5ef 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", @@ -81,13 +81,14 @@ "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", + "moonbeam-types-bundle": "workspace:*", "prettier": "2.8.8", "prettier-plugin-jsdoc": "^0.3.38", "tsx": "^4.19.1", 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 diff --git a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts index 8aa1f678ef..8f05a5b4df 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-consts.ts @@ -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; }; diff --git a/typescript-api/src/moonbase/interfaces/augment-api-errors.ts b/typescript-api/src/moonbase/interfaces/augment-api-errors.ts index bb8e635abb..0d7660137d 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 */ @@ -627,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. */ @@ -726,12 +732,6 @@ 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; @@ -769,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. */ @@ -839,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; }; diff --git a/typescript-api/src/moonbase/interfaces/augment-api-events.ts b/typescript-api/src/moonbase/interfaces/augment-api-events.ts index f7770bf0b8..bc1f640d3d 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, - MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, - MoonbaseRuntimeProxyType, - MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, - MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, - MoonbaseRuntimeXcmConfigAssetType, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, @@ -66,42 +66,42 @@ declare module "@polkadot/api-base/types/events" { /** Removed all information related to an assetId and destroyed asset */ ForeignAssetDestroyed: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonbaseRuntimeXcmConfigAssetType, - metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonriverRuntimeXcmConfigAssetType, + metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonbaseRuntimeXcmConfigAssetType; - metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonriverRuntimeXcmConfigAssetType; + metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonbaseRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonbaseRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonbaseRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonbaseRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } >; /** Removed all information related to an assetId and destroyed asset */ LocalAssetDestroyed: AugmentedEvent; /** Supported asset type for fee payment removed */ SupportedAssetRemoved: AugmentedEvent< ApiType, - [assetType: MoonbaseRuntimeXcmConfigAssetType], - { assetType: MoonbaseRuntimeXcmConfigAssetType } + [assetType: MoonriverRuntimeXcmConfigAssetType], + { assetType: MoonriverRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ UnitsPerSecondChanged: AugmentedEvent; @@ -163,6 +163,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. */ @@ -241,6 +247,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; }; @@ -482,40 +494,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; @@ -1249,14 +1227,14 @@ declare module "@polkadot/api-base/types/events" { Updated: AugmentedEvent< ApiType, [ - key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, - oldValue: Option, - newValue: Option + key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + oldValue: Option, + newValue: Option ], { - key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; - oldValue: Option; - newValue: Option; + key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; + oldValue: Option; + newValue: Option; } >; /** Generic event */ @@ -1534,13 +1512,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbaseRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbaseRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; delay: u32; } >; @@ -1556,13 +1534,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbaseRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbaseRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; delay: u32; } >; @@ -1572,13 +1550,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonbaseRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonbaseRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1801,30 +1779,6 @@ 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; @@ -1913,14 +1867,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 f24817d96d..ad204e092b 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,15 +44,16 @@ import type { EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, - MoonbaseRuntimeRuntimeHoldReason, - MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, - MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, - MoonbaseRuntimeXcmConfigAssetType, + MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -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, @@ -116,7 +116,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -136,7 +138,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -148,11 +150,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonbaseRuntimeXcmConfigAssetType] + [MoonriverRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -196,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; }; @@ -287,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; @@ -297,7 +312,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonbaseRuntimeRuntimeHoldReason; + readonly id: MoonriverRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -410,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, []> & @@ -705,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; @@ -913,8 +923,6 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - * - * The first config is related to the parachain bond account, the second to the treasury account. */ inflationDistributionInfo: AugmentedQuery< ApiType, @@ -1180,14 +1188,15 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: - | MoonbaseRuntimeRuntimeParamsRuntimeParametersKey + | MoonriverRuntimeRuntimeParamsRuntimeParametersKey | { RuntimeConfig: any } + | { PalletRandomness: any } | string | Uint8Array - ) => Observable>, - [MoonbaseRuntimeRuntimeParamsRuntimeParametersKey] + ) => Observable>, + [MoonriverRuntimeRuntimeParamsRuntimeParametersKey] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -1230,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, @@ -1247,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, @@ -1494,13 +1526,6 @@ 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< 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 37afc588b9..d0fce65b6e 100644 --- a/typescript-api/src/moonbase/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonbase/interfaces/augment-api-tx.ts @@ -44,13 +44,13 @@ import type { EthereumTransactionTransactionV2, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, - MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, - MoonbaseRuntimeOriginCaller, - MoonbaseRuntimeProxyType, - MoonbaseRuntimeRuntimeParamsRuntimeParameters, - MoonbaseRuntimeXcmConfigAssetType, - MoonbaseRuntimeXcmConfigCurrencyId, - MoonbaseRuntimeXcmConfigTransactors, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeOriginCaller, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeXcmConfigCurrencyId, + MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -67,7 +67,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -91,10 +91,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonbaseRuntimeXcmConfigAssetType, u32] + [u128, MoonriverRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -110,9 +110,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonbaseRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonbaseRuntimeAssetConfigAssetRegistrarMetadata + | MoonriverRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -120,8 +120,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbaseRuntimeXcmConfigAssetType, - MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -259,7 +259,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 @@ -419,7 +419,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`. @@ -916,6 +916,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. * @@ -1297,10 +1313,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< @@ -2559,7 +2571,7 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the percent of inflation set aside for parachain bond */ + /** Set the inflation distribution configuration. */ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2695,12 +2707,13 @@ declare module "@polkadot/api-base/types/submittable" { setParameter: AugmentedSubmittable< ( keyValue: - | MoonbaseRuntimeRuntimeParamsRuntimeParameters + | MoonriverRuntimeRuntimeParamsRuntimeParameters | { RuntimeConfig: any } + | { PalletRandomness: any } | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeRuntimeParamsRuntimeParameters] + [MoonriverRuntimeRuntimeParamsRuntimeParameters] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3160,7 +3173,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. @@ -3296,7 +3309,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3309,7 +3322,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbaseRuntimeProxyType, u32] + [AccountId20, MoonriverRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3358,7 +3371,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3372,7 +3385,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeProxyType, u32, u16] + [MoonriverRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3395,7 +3408,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3410,7 +3423,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbaseRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3427,10 +3440,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3442,7 +3455,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`. @@ -3462,10 +3475,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3477,7 +3490,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. @@ -3541,7 +3554,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbaseRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3554,7 +3567,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbaseRuntimeProxyType, u32] + [AccountId20, MoonriverRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3683,16 +3696,16 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonbaseRuntimeOriginCaller + | MoonriverRuntimeOriginCaller | { 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: @@ -3710,7 +3723,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonbaseRuntimeOriginCaller, + MoonriverRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -3859,52 +3872,6 @@ 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. @@ -4036,30 +4003,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. * @@ -4091,7 +4034,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4112,56 +4055,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. * @@ -4522,21 +4415,21 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonbaseRuntimeOriginCaller + | MoonriverRuntimeOriginCaller | { 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, - [MoonbaseRuntimeOriginCaller, Call] + [MoonriverRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4605,57 +4498,6 @@ 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 @@ -4793,7 +4635,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonbaseRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4809,7 +4651,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbaseRuntimeXcmConfigTransactors, + MoonriverRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4876,7 +4718,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4895,7 +4737,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4955,7 +4797,7 @@ declare module "@polkadot/api-base/types/submittable" { transfer: AugmentedSubmittable< ( currencyId: - | MoonbaseRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4976,7 +4818,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** * Transfer `Asset`. @@ -5105,10 +4947,10 @@ declare module "@polkadot/api-base/types/submittable" { transferMulticurrencies: AugmentedSubmittable< ( currencies: - | Vec> + | Vec> | [ ( - | MoonbaseRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -5133,7 +4975,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - Vec>, + Vec>, u32, XcmVersionedLocation, XcmV3WeightLimit @@ -5160,7 +5002,7 @@ declare module "@polkadot/api-base/types/submittable" { transferWithFee: AugmentedSubmittable< ( currencyId: - | MoonbaseRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -5182,7 +5024,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbaseRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonriverRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; 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 7196b50eff..b44b1e11f5 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,24 +145,30 @@ export default { SpRuntimeTransactionalError: { _enum: ["LimitReached", "NoLayer"], }, - /** Lookup32: pallet_utility::pallet::Event */ - PalletUtilityEvent: { + /** Lookup32: cumulus_pallet_parachain_system::pallet::Event */ + CumulusPalletParachainSystemEvent: { _enum: { - BatchInterrupted: { - index: "u32", - error: "SpRuntimeDispatchError", + ValidationFunctionStored: "Null", + ValidationFunctionApplied: { + relayChainBlockNum: "u32", }, - BatchCompleted: "Null", - BatchCompletedWithErrors: "Null", - ItemCompleted: "Null", - ItemFailed: { - error: "SpRuntimeDispatchError", + ValidationFunctionDiscarded: "Null", + DownwardMessagesReceived: { + count: "u32", }, - DispatchedAs: { - result: "Result", + DownwardMessagesProcessed: { + weightUsed: "SpWeightsWeightV2Weight", + dmqHead: "H256", + }, + UpwardMessageSent: { + messageHash: "Option<[u8;32]>", }, }, }, + /** Lookup34: pallet_root_testing::pallet::Event */ + PalletRootTestingEvent: { + _enum: ["DefensiveTestCall"], + }, /** Lookup35: pallet_balances::pallet::Event */ PalletBalancesEvent: { _enum: { @@ -263,46 +269,7 @@ export default { FrameSupportTokensMiscBalanceStatus: { _enum: ["Free", "Reserved"], }, - /** 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 */ + /** Lookup37: pallet_transaction_payment::pallet::Event */ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { @@ -312,92 +279,7 @@ export default { }, }, }, - /** 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 */ + /** Lookup38: pallet_parachain_staking::pallet::Event */ PalletParachainStakingEvent: { _enum: { NewRound: { @@ -586,19 +468,19 @@ export default { }, }, }, - /** Lookup56: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ + /** Lookup39: pallet_parachain_staking::delegation_requests::CancelledScheduledRequest */ PalletParachainStakingDelegationRequestsCancelledScheduledRequest: { whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, - /** Lookup57: pallet_parachain_staking::delegation_requests::DelegationAction */ + /** Lookup40: pallet_parachain_staking::delegation_requests::DelegationAction */ PalletParachainStakingDelegationRequestsDelegationAction: { _enum: { Revoke: "u128", Decrease: "u128", }, }, - /** Lookup58: pallet_parachain_staking::types::DelegatorAdded */ + /** Lookup41: pallet_parachain_staking::types::DelegatorAdded */ PalletParachainStakingDelegatorAdded: { _enum: { AddedToTop: { @@ -608,140 +490,25 @@ export default { }, }, /** - * Lookup60: + * Lookup43: * pallet_parachain_staking::types::InflationDistributionConfig[account::AccountId20](account::AccountId20) */ - PalletParachainStakingInflationDistributionConfig: "[Lookup62;2]", + PalletParachainStakingInflationDistributionConfig: "[Lookup45;2]", /** - * Lookup62: + * Lookup45: * pallet_parachain_staking::types::InflationDistributionAccount[account::AccountId20](account::AccountId20) */ PalletParachainStakingInflationDistributionAccount: { account: "AccountId20", percent: "Percent", }, - /** 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: { - Proposed: { - proposalIndex: "u32", - }, - Spending: { - budgetRemaining: "u128", - }, - Awarded: { - proposalIndex: "u32", - award: "u128", - account: "AccountId20", - }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, - 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 */ + /** Lookup47: pallet_author_slot_filter::pallet::Event */ PalletAuthorSlotFilterEvent: { _enum: { EligibleUpdated: "u32", }, }, - /** 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 */ + /** Lookup49: pallet_author_mapping::pallet::Event */ PalletAuthorMappingEvent: { _enum: { KeysRegistered: { @@ -767,21 +534,68 @@ export default { }, }, }, - /** Lookup71: nimbus_primitives::nimbus_crypto::Public */ + /** Lookup50: nimbus_primitives::nimbus_crypto::Public */ NimbusPrimitivesNimbusCryptoPublic: "[u8;32]", - /** Lookup72: session_keys_primitives::vrf::vrf_crypto::Public */ + /** Lookup51: session_keys_primitives::vrf::vrf_crypto::Public */ SessionKeysPrimitivesVrfVrfCryptoPublic: "[u8;32]", - /** Lookup73: pallet_proxy::pallet::Event */ - PalletProxyEvent: { + /** Lookup52: pallet_moonbeam_orbiters::pallet::Event */ + PalletMoonbeamOrbitersEvent: { _enum: { - ProxyExecuted: { - result: "Result", - }, - PureCreated: { - pure: "AccountId20", - who: "AccountId20", - proxyType: "MoonbaseRuntimeProxyType", - disambiguationIndex: "u16", + OrbiterJoinCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", + }, + OrbiterLeaveCollatorPool: { + collator: "AccountId20", + orbiter: "AccountId20", + }, + 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", }, Announced: { real: "AccountId20", @@ -791,19 +605,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbaseRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbaseRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup74: moonbase_runtime::ProxyType */ - MoonbaseRuntimeProxyType: { + /** Lookup58: moonriver_runtime::ProxyType */ + MoonriverRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -815,7 +629,7 @@ export default { "IdentityJudgement", ], }, - /** Lookup76: pallet_maintenance_mode::pallet::Event */ + /** Lookup60: pallet_maintenance_mode::pallet::Event */ PalletMaintenanceModeEvent: { _enum: { EnteredMaintenanceMode: "Null", @@ -828,7 +642,7 @@ export default { }, }, }, - /** Lookup77: pallet_identity::pallet::Event */ + /** Lookup61: pallet_identity::pallet::Event */ PalletIdentityEvent: { _enum: { IdentitySet: { @@ -900,764 +714,939 @@ export default { }, }, }, - /** Lookup79: cumulus_pallet_xcmp_queue::pallet::Event */ - CumulusPalletXcmpQueueEvent: { + /** Lookup63: pallet_migrations::pallet::Event */ + PalletMigrationsEvent: { _enum: { - XcmpMessageSent: { - messageHash: "[u8;32]", + RuntimeUpgradeStarted: "Null", + RuntimeUpgradeCompleted: { + weight: "SpWeightsWeightV2Weight", + }, + MigrationStarted: { + migrationName: "Bytes", + }, + MigrationCompleted: { + migrationName: "Bytes", + consumedWeight: "SpWeightsWeightV2Weight", + }, + FailedToSuspendIdleXcmExecution: { + error: "SpRuntimeDispatchError", + }, + FailedToResumeIdleXcmExecution: { + error: "SpRuntimeDispatchError", }, }, }, - /** Lookup80: cumulus_pallet_xcm::pallet::Event */ - CumulusPalletXcmEvent: { + /** Lookup64: pallet_multisig::pallet::Event */ + PalletMultisigEvent: { _enum: { - InvalidFormat: "[u8;32]", - UnsupportedVersion: "[u8;32]", - ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", + 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]", + }, }, }, - /** Lookup81: staging_xcm::v4::traits::Outcome */ - StagingXcmV4TraitsOutcome: { + /** Lookup65: pallet_multisig::Timepoint */ + PalletMultisigTimepoint: { + height: "u32", + index: "u32", + }, + /** Lookup66: pallet_parameters::pallet::Event */ + PalletParametersEvent: { _enum: { - Complete: { - used: "SpWeightsWeightV2Weight", - }, - Incomplete: { - used: "SpWeightsWeightV2Weight", - error: "XcmV3TraitsError", - }, - Error: { - error: "XcmV3TraitsError", + Updated: { + key: "MoonriverRuntimeRuntimeParamsRuntimeParametersKey", + oldValue: "Option", + newValue: "Option", }, }, }, - /** Lookup82: xcm::v3::traits::Error */ - XcmV3TraitsError: { + /** Lookup67: moonriver_runtime::runtime_params::RuntimeParametersKey */ + MoonriverRuntimeRuntimeParamsRuntimeParametersKey: { _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", + RuntimeConfig: "MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", + PalletRandomness: "MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey", }, }, - /** Lookup83: cumulus_pallet_dmp_queue::pallet::Event */ - CumulusPalletDmpQueueEvent: { + /** 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: { - StartedExport: "Null", - Exported: { - page: "u32", + 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: { + log: "EthereumLog", }, - ExportFailed: { - page: "u32", + Created: { + address: "H160", }, - CompletedExport: "Null", - StartedOverweightExport: "Null", - ExportedOverweight: { - index: "u64", + CreatedFailed: { + address: "H160", }, - ExportOverweightFailed: { - index: "u64", + Executed: { + address: "H160", }, - CompletedOverweightExport: "Null", - StartedCleanup: "Null", - CleanedSome: { - keysRemoved: "u32", + ExecutedFailed: { + address: "H160", }, - Completed: { - error: "bool", + }, + }, + /** 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", }, }, }, - /** Lookup84: pallet_xcm::pallet::Event */ - PalletXcmEvent: { + /** Lookup82: evm_core::error::ExitReason */ + EvmCoreErrorExitReason: { _enum: { - Attempted: { - outcome: "StagingXcmV4TraitsOutcome", + 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", }, - Sent: { - origin: "StagingXcmV4Location", - destination: "StagingXcmV4Location", - message: "StagingXcmV4Xcm", - messageId: "[u8;32]", + Canceled: { + when: "u32", + index: "u32", }, - UnexpectedResponse: { - origin: "StagingXcmV4Location", - queryId: "u64", + Dispatched: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + result: "Result", }, - ResponseReady: { - queryId: "u64", - response: "StagingXcmV4Response", + RetrySet: { + task: "(u32,u32)", + id: "Option<[u8;32]>", + period: "u32", + retries: "u8", }, - Notified: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + RetryCancelled: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, - NotifyOverweight: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", - actualWeight: "SpWeightsWeightV2Weight", - maxBudgetedWeight: "SpWeightsWeightV2Weight", + CallUnavailable: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, - NotifyDispatchError: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + PeriodicFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, - NotifyDecodeFailed: { - queryId: "u64", - palletIndex: "u8", - callIndex: "u8", + RetryFailed: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, - InvalidResponder: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedLocation: "Option", + PermanentlyOverweight: { + task: "(u32,u32)", + id: "Option<[u8;32]>", }, - InvalidResponderVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + }, + }, + /** Lookup92: pallet_preimage::pallet::Event */ + PalletPreimageEvent: { + _enum: { + Noted: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - ResponseTaken: { - queryId: "u64", + Requested: { + _alias: { + hash_: "hash", + }, + hash_: "H256", }, - AssetsTrapped: { + Cleared: { _alias: { hash_: "hash", }, hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", }, - VersionChangeNotified: { - destination: "StagingXcmV4Location", - result: "u32", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + }, + }, + /** 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", }, - SupportedVersionChanged: { - location: "StagingXcmV4Location", - version: "u32", + DecisionDepositPlaced: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - NotifyTargetSendFail: { - location: "StagingXcmV4Location", - queryId: "u64", - error: "XcmV3TraitsError", + DecisionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", }, - NotifyTargetMigrationFail: { - location: "XcmVersionedLocation", - queryId: "u64", + DepositSlashed: { + who: "AccountId20", + amount: "u128", }, - InvalidQuerierVersion: { - origin: "StagingXcmV4Location", - queryId: "u64", + DecisionStarted: { + index: "u32", + track: "u16", + proposal: "FrameSupportPreimagesBounded", + tally: "PalletConvictionVotingTally", }, - InvalidQuerier: { - origin: "StagingXcmV4Location", - queryId: "u64", - expectedQuerier: "StagingXcmV4Location", - maybeActualQuerier: "Option", + ConfirmStarted: { + index: "u32", }, - VersionNotifyStarted: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + ConfirmAborted: { + index: "u32", }, - VersionNotifyRequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + Confirmed: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - VersionNotifyUnrequested: { - destination: "StagingXcmV4Location", - cost: "StagingXcmV4AssetAssets", - messageId: "[u8;32]", + Approved: { + index: "u32", }, - FeesPaid: { - paying: "StagingXcmV4Location", - fees: "StagingXcmV4AssetAssets", + Rejected: { + index: "u32", + tally: "PalletConvictionVotingTally", }, - AssetsClaimed: { + TimedOut: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + Cancelled: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + Killed: { + index: "u32", + tally: "PalletConvictionVotingTally", + }, + SubmissionDepositRefunded: { + index: "u32", + who: "AccountId20", + amount: "u128", + }, + MetadataSet: { _alias: { hash_: "hash", }, + index: "u32", hash_: "H256", - origin: "StagingXcmV4Location", - assets: "XcmVersionedAssets", }, - VersionMigrationFinished: { - version: "u32", + MetadataCleared: { + _alias: { + hash_: "hash", + }, + index: "u32", + hash_: "H256", }, }, }, - /** Lookup85: staging_xcm::v4::location::Location */ - StagingXcmV4Location: { - parents: "u8", - interior: "StagingXcmV4Junctions", - }, - /** Lookup86: staging_xcm::v4::junctions::Junctions */ - StagingXcmV4Junctions: { + /** + * Lookup95: frame_support::traits::preimages::Bounded + */ + FrameSupportPreimagesBounded: { _enum: { - Here: "Null", - X1: "[Lookup88;1]", - X2: "[Lookup88;2]", - X3: "[Lookup88;3]", - X4: "[Lookup88;4]", - X5: "[Lookup88;5]", - X6: "[Lookup88;6]", - X7: "[Lookup88;7]", - X8: "[Lookup88;8]", + Legacy: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + Inline: "Bytes", + Lookup: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + len: "u32", + }, }, }, - /** Lookup88: staging_xcm::v4::junction::Junction */ - StagingXcmV4Junction: { + /** Lookup97: frame_system::pallet::Call */ + FrameSystemCall: { _enum: { - Parachain: "Compact", - AccountId32: { - network: "Option", - id: "[u8;32]", + remark: { + remark: "Bytes", }, - AccountIndex64: { - network: "Option", - index: "Compact", + set_heap_pages: { + pages: "u64", }, - AccountKey20: { - network: "Option", - key: "[u8;20]", + set_code: { + code: "Bytes", }, - PalletInstance: "u8", - GeneralIndex: "Compact", - GeneralKey: { - length: "u8", - data: "[u8;32]", + set_code_without_checks: { + code: "Bytes", }, - OnlyChild: "Null", - Plurality: { - id: "XcmV3JunctionBodyId", - part: "XcmV3JunctionBodyPart", + set_storage: { + items: "Vec<(Bytes,Bytes)>", }, - GlobalConsensus: "StagingXcmV4JunctionNetworkId", - }, - }, - /** Lookup91: staging_xcm::v4::junction::NetworkId */ - StagingXcmV4JunctionNetworkId: { - _enum: { - ByGenesis: "[u8;32]", - ByFork: { - blockNumber: "u64", - blockHash: "[u8;32]", + kill_storage: { + _alias: { + keys_: "keys", + }, + keys_: "Vec", }, - Polkadot: "Null", - Kusama: "Null", - Westend: "Null", - Rococo: "Null", - Wococo: "Null", - Ethereum: { - chainId: "Compact", + kill_prefix: { + prefix: "Bytes", + subkeys: "u32", + }, + remark_with_event: { + remark: "Bytes", + }, + __Unused8: "Null", + authorize_upgrade: { + codeHash: "H256", + }, + authorize_upgrade_without_checks: { + codeHash: "H256", + }, + apply_authorized_upgrade: { + code: "Bytes", }, - BitcoinCore: "Null", - BitcoinCash: "Null", - PolkadotBulletin: "Null", - }, - }, - /** Lookup93: xcm::v3::junction::BodyId */ - XcmV3JunctionBodyId: { - _enum: { - Unit: "Null", - Moniker: "[u8;4]", - Index: "Compact", - Executive: "Null", - Technical: "Null", - Legislative: "Null", - Judicial: "Null", - Defense: "Null", - Administration: "Null", - Treasury: "Null", }, }, - /** Lookup94: xcm::v3::junction::BodyPart */ - XcmV3JunctionBodyPart: { + /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ + CumulusPalletParachainSystemCall: { _enum: { - Voice: "Null", - Members: { - count: "Compact", + set_validation_data: { + data: "CumulusPrimitivesParachainInherentParachainInherentData", }, - Fraction: { - nom: "Compact", - denom: "Compact", + sudo_send_upward_message: { + message: "Bytes", }, - AtLeastProportion: { - nom: "Compact", - denom: "Compact", + authorize_upgrade: { + codeHash: "H256", + checkVersion: "bool", }, - MoreThanProportion: { - nom: "Compact", - denom: "Compact", + enact_authorized_upgrade: { + code: "Bytes", }, }, }, - /** Lookup102: staging_xcm::v4::Xcm */ - StagingXcmV4Xcm: "Vec", - /** Lookup104: staging_xcm::v4::Instruction */ - StagingXcmV4Instruction: { + /** 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: { _enum: { - WithdrawAsset: "StagingXcmV4AssetAssets", - ReserveAssetDeposited: "StagingXcmV4AssetAssets", - ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", - QueryResponse: { - queryId: "Compact", - response: "StagingXcmV4Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", + set: { + now: "Compact", }, - TransferAsset: { - assets: "StagingXcmV4AssetAssets", - beneficiary: "StagingXcmV4Location", + }, + }, + /** Lookup116: pallet_root_testing::pallet::Call */ + PalletRootTestingCall: { + _enum: { + fill_block: { + ratio: "Perbill", }, - TransferReserveAsset: { - assets: "StagingXcmV4AssetAssets", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + trigger_defensive: "Null", + }, + }, + /** Lookup117: pallet_balances::pallet::Call */ + PalletBalancesCall: { + _enum: { + transfer_allow_death: { + dest: "AccountId20", + value: "Compact", }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", + __Unused1: "Null", + force_transfer: { + source: "AccountId20", + dest: "AccountId20", + value: "Compact", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + transfer_keep_alive: { + dest: "AccountId20", + value: "Compact", }, - HrmpChannelAccepted: { - recipient: "Compact", + transfer_all: { + dest: "AccountId20", + keepAlive: "bool", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + force_unreserve: { + who: "AccountId20", + amount: "u128", }, - ClearOrigin: "Null", - DescendOrigin: "StagingXcmV4Junctions", - ReportError: "StagingXcmV4QueryResponseInfo", - DepositAsset: { - assets: "StagingXcmV4AssetAssetFilter", - beneficiary: "StagingXcmV4Location", + upgrade_accounts: { + who: "Vec", }, - DepositReserveAsset: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + __Unused7: "Null", + force_set_balance: { + who: "AccountId20", + newFree: "Compact", }, - ExchangeAsset: { - give: "StagingXcmV4AssetAssetFilter", - want: "StagingXcmV4AssetAssets", - maximal: "bool", + force_adjust_total_issuance: { + direction: "PalletBalancesAdjustmentDirection", + delta: "Compact", }, - InitiateReserveWithdraw: { - assets: "StagingXcmV4AssetAssetFilter", - reserve: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + burn: { + value: "Compact", + keepAlive: "bool", }, - InitiateTeleport: { - assets: "StagingXcmV4AssetAssetFilter", - dest: "StagingXcmV4Location", - xcm: "StagingXcmV4Xcm", + }, + }, + /** 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", + }, }, - ReportHolding: { - responseInfo: "StagingXcmV4QueryResponseInfo", - assets: "StagingXcmV4AssetAssetFilter", + set_inflation: { + schedule: { + min: "Perbill", + ideal: "Perbill", + max: "Perbill", + }, }, - BuyExecution: { - fees: "StagingXcmV4Asset", - weightLimit: "XcmV3WeightLimit", + set_parachain_bond_account: { + _alias: { + new_: "new", + }, + new_: "AccountId20", }, - RefundSurplus: "Null", - SetErrorHandler: "StagingXcmV4Xcm", - SetAppendix: "StagingXcmV4Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "StagingXcmV4AssetAssets", - ticket: "StagingXcmV4Location", + set_parachain_bond_reserve_percent: { + _alias: { + new_: "new", + }, + new_: "Percent", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "SpWeightsWeightV2Weight", + set_total_selected: { + _alias: { + new_: "new", + }, + new_: "u32", }, - UnsubscribeVersion: "Null", - BurnAsset: "StagingXcmV4AssetAssets", - ExpectAsset: "StagingXcmV4AssetAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "StagingXcmV4QueryResponseInfo", + set_collator_commission: { + _alias: { + new_: "new", + }, + new_: "Perbill", }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + set_blocks_per_round: { + _alias: { + new_: "new", + }, + new_: "u32", }, - ReportTransactStatus: "StagingXcmV4QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "StagingXcmV4Junction", - ExportMessage: { - network: "StagingXcmV4JunctionNetworkId", - destination: "StagingXcmV4Junctions", - xcm: "StagingXcmV4Xcm", + join_candidates: { + bond: "u128", + candidateCount: "u32", }, - LockAsset: { - asset: "StagingXcmV4Asset", - unlocker: "StagingXcmV4Location", + schedule_leave_candidates: { + candidateCount: "u32", }, - UnlockAsset: { - asset: "StagingXcmV4Asset", - target: "StagingXcmV4Location", + execute_leave_candidates: { + candidate: "AccountId20", + candidateDelegationCount: "u32", }, - NoteUnlockable: { - asset: "StagingXcmV4Asset", - owner: "StagingXcmV4Location", + cancel_leave_candidates: { + candidateCount: "u32", }, - RequestUnlock: { - asset: "StagingXcmV4Asset", - locker: "StagingXcmV4Location", + go_offline: "Null", + go_online: "Null", + candidate_bond_more: { + more: "u128", }, - SetFeesMode: { - jitWithdraw: "bool", + schedule_candidate_bond_less: { + less: "u128", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV4Location", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + 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", + }, + 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", + }, + enable_marking_offline: { + value: "bool", + }, + force_join_candidates: { + account: "AccountId20", + bond: "u128", + candidateCount: "u32", + }, + set_inflation_distribution_config: { + _alias: { + new_: "new", + }, + new_: "PalletParachainStakingInflationDistributionConfig", }, }, }, - /** Lookup105: staging_xcm::v4::asset::Assets */ - StagingXcmV4AssetAssets: "Vec", - /** Lookup107: staging_xcm::v4::asset::Asset */ - StagingXcmV4Asset: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetFungibility", - }, - /** Lookup108: staging_xcm::v4::asset::AssetId */ - StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup109: staging_xcm::v4::asset::Fungibility */ - StagingXcmV4AssetFungibility: { - _enum: { - Fungible: "Compact", - NonFungible: "StagingXcmV4AssetAssetInstance", - }, - }, - /** Lookup110: staging_xcm::v4::asset::AssetInstance */ - StagingXcmV4AssetAssetInstance: { - _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - }, - }, - /** Lookup113: staging_xcm::v4::Response */ - StagingXcmV4Response: { - _enum: { - Null: "Null", - Assets: "StagingXcmV4AssetAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", - }, - }, - /** Lookup117: staging_xcm::v4::PalletInfo */ - StagingXcmV4PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", + /** Lookup124: pallet_author_inherent::pallet::Call */ + PalletAuthorInherentCall: { + _enum: ["kick_off_authorship_validation"], }, - /** Lookup120: xcm::v3::MaybeErrorCode */ - XcmV3MaybeErrorCode: { + /** Lookup125: pallet_author_slot_filter::pallet::Call */ + PalletAuthorSlotFilterCall: { _enum: { - Success: "Null", - Error: "Bytes", - TruncatedError: "Bytes", + set_eligible: { + _alias: { + new_: "new", + }, + new_: "u32", + }, }, }, - /** Lookup123: xcm::v2::OriginKind */ - XcmV2OriginKind: { - _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], - }, - /** Lookup124: xcm::double_encoded::DoubleEncoded */ - XcmDoubleEncoded: { - encoded: "Bytes", - }, - /** Lookup125: staging_xcm::v4::QueryResponseInfo */ - StagingXcmV4QueryResponseInfo: { - destination: "StagingXcmV4Location", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", - }, - /** Lookup126: staging_xcm::v4::asset::AssetFilter */ - StagingXcmV4AssetAssetFilter: { + /** Lookup126: pallet_author_mapping::pallet::Call */ + PalletAuthorMappingCall: { _enum: { - Definite: "StagingXcmV4AssetAssets", - Wild: "StagingXcmV4AssetWildAsset", + add_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + update_association: { + oldNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + newNimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + clear_association: { + nimbusId: "NimbusPrimitivesNimbusCryptoPublic", + }, + remove_keys: "Null", + set_keys: { + _alias: { + keys_: "keys", + }, + keys_: "Bytes", + }, }, }, - /** Lookup127: staging_xcm::v4::asset::WildAsset */ - StagingXcmV4AssetWildAsset: { + /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ + PalletMoonbeamOrbitersCall: { _enum: { - All: "Null", - AllOf: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", + collator_add_orbiter: { + orbiter: "AccountId20", }, - AllCounted: "Compact", - AllOfCounted: { - id: "StagingXcmV4AssetAssetId", - fun: "StagingXcmV4AssetWildFungibility", - count: "Compact", + 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", }, }, }, - /** Lookup128: staging_xcm::v4::asset::WildFungibility */ - StagingXcmV4AssetWildFungibility: { - _enum: ["Fungible", "NonFungible"], - }, - /** Lookup129: xcm::v3::WeightLimit */ - XcmV3WeightLimit: { + /** Lookup128: pallet_utility::pallet::Call */ + PalletUtilityCall: { _enum: { - Unlimited: "Null", - Limited: "SpWeightsWeightV2Weight", + 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", + }, }, }, - /** Lookup130: xcm::VersionedAssets */ - XcmVersionedAssets: { + /** Lookup130: moonriver_runtime::OriginCaller */ + MoonriverRuntimeOriginCaller: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiassetMultiAssets", + system: "FrameSupportDispatchRawOrigin", + __Unused1: "Null", __Unused2: "Null", - V3: "XcmV3MultiassetMultiAssets", - V4: "StagingXcmV4AssetAssets", - }, - }, - /** Lookup131: xcm::v2::multiasset::MultiAssets */ - XcmV2MultiassetMultiAssets: "Vec", - /** Lookup133: xcm::v2::multiasset::MultiAsset */ - XcmV2MultiAsset: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetFungibility", - }, - /** Lookup134: xcm::v2::multiasset::AssetId */ - XcmV2MultiassetAssetId: { - _enum: { - Concrete: "XcmV2MultiLocation", - Abstract: "Bytes", - }, - }, - /** Lookup135: xcm::v2::multilocation::MultiLocation */ - XcmV2MultiLocation: { - parents: "u8", - interior: "XcmV2MultilocationJunctions", - }, - /** Lookup136: xcm::v2::multilocation::Junctions */ - XcmV2MultilocationJunctions: { - _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)", - }, - }, - /** Lookup137: xcm::v2::junction::Junction */ - XcmV2Junction: { - _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", - }, + __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", }, }, - /** Lookup138: xcm::v2::NetworkId */ - XcmV2NetworkId: { + /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + FrameSupportDispatchRawOrigin: { _enum: { - Any: "Null", - Named: "Bytes", - Polkadot: "Null", - Kusama: "Null", + Root: "Null", + Signed: "AccountId20", + None: "Null", }, }, - /** Lookup140: xcm::v2::BodyId */ - XcmV2BodyId: { + /** Lookup132: pallet_ethereum::RawOrigin */ + PalletEthereumRawOrigin: { _enum: { - Unit: "Null", - Named: "Bytes", - Index: "Compact", - Executive: "Null", - Technical: "Null", - Legislative: "Null", - Judicial: "Null", - Defense: "Null", - Administration: "Null", - Treasury: "Null", + EthereumTransaction: "H160", }, }, - /** Lookup141: xcm::v2::BodyPart */ - XcmV2BodyPart: { - _enum: { - Voice: "Null", - Members: { - count: "Compact", - }, - Fraction: { - nom: "Compact", - denom: "Compact", - }, - AtLeastProportion: { - nom: "Compact", - denom: "Compact", - }, - MoreThanProportion: { - nom: "Compact", - denom: "Compact", - }, - }, + /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ + MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { + _enum: [ + "WhitelistedCaller", + "GeneralAdmin", + "ReferendumCanceller", + "ReferendumKiller", + "FastGeneralAdmin", + ], }, - /** Lookup142: xcm::v2::multiasset::Fungibility */ - XcmV2MultiassetFungibility: { + /** Lookup134: pallet_collective::RawOrigin */ + PalletCollectiveRawOrigin: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV2MultiassetAssetInstance", + Members: "(u32,u32)", + Member: "AccountId20", + _Phantom: "Null", }, }, - /** Lookup143: xcm::v2::multiasset::AssetInstance */ - XcmV2MultiassetAssetInstance: { + /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ + CumulusPalletXcmOrigin: { _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", - Blob: "Bytes", + Relay: "Null", + SiblingParachain: "u32", }, }, - /** Lookup144: xcm::v3::multiasset::MultiAssets */ - XcmV3MultiassetMultiAssets: "Vec", - /** Lookup146: xcm::v3::multiasset::MultiAsset */ - XcmV3MultiAsset: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetFungibility", - }, - /** Lookup147: xcm::v3::multiasset::AssetId */ - XcmV3MultiassetAssetId: { + /** Lookup137: pallet_xcm::pallet::Origin */ + PalletXcmOrigin: { _enum: { - Concrete: "StagingXcmV3MultiLocation", - Abstract: "[u8;32]", + Xcm: "StagingXcmV4Location", + Response: "StagingXcmV4Location", }, }, - /** Lookup148: staging_xcm::v3::multilocation::MultiLocation */ - StagingXcmV3MultiLocation: { + /** Lookup138: staging_xcm::v4::location::Location */ + StagingXcmV4Location: { parents: "u8", - interior: "XcmV3Junctions", + interior: "StagingXcmV4Junctions", }, - /** Lookup149: xcm::v3::junctions::Junctions */ - XcmV3Junctions: { + /** Lookup139: staging_xcm::v4::junctions::Junctions */ + StagingXcmV4Junctions: { _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)", + X1: "[Lookup141;1]", + X2: "[Lookup141;2]", + X3: "[Lookup141;3]", + X4: "[Lookup141;4]", + X5: "[Lookup141;5]", + X6: "[Lookup141;6]", + X7: "[Lookup141;7]", + X8: "[Lookup141;8]", }, }, - /** Lookup150: xcm::v3::junction::Junction */ - XcmV3Junction: { + /** Lookup141: staging_xcm::v4::junction::Junction */ + StagingXcmV4Junction: { _enum: { Parachain: "Compact", AccountId32: { - network: "Option", + network: "Option", id: "[u8;32]", }, AccountIndex64: { - network: "Option", + network: "Option", index: "Compact", }, AccountKey20: { - network: "Option", + network: "Option", key: "[u8;20]", }, PalletInstance: "u8", @@ -1671,11 +1660,11 @@ export default { id: "XcmV3JunctionBodyId", part: "XcmV3JunctionBodyPart", }, - GlobalConsensus: "XcmV3JunctionNetworkId", + GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup152: xcm::v3::junction::NetworkId */ - XcmV3JunctionNetworkId: { + /** Lookup144: staging_xcm::v4::junction::NetworkId */ + StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", ByFork: { @@ -1695,2745 +1684,2740 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup153: xcm::v3::multiasset::Fungibility */ - XcmV3MultiassetFungibility: { + /** Lookup145: xcm::v3::junction::BodyId */ + XcmV3JunctionBodyId: { _enum: { - Fungible: "Compact", - NonFungible: "XcmV3MultiassetAssetInstance", + Unit: "Null", + Moniker: "[u8;4]", + Index: "Compact", + Executive: "Null", + Technical: "Null", + Legislative: "Null", + Judicial: "Null", + Defense: "Null", + Administration: "Null", + Treasury: "Null", }, }, - /** Lookup154: xcm::v3::multiasset::AssetInstance */ - XcmV3MultiassetAssetInstance: { + /** Lookup146: xcm::v3::junction::BodyPart */ + XcmV3JunctionBodyPart: { _enum: { - Undefined: "Null", - Index: "Compact", - Array4: "[u8;4]", - Array8: "[u8;8]", - Array16: "[u8;16]", - Array32: "[u8;32]", + Voice: "Null", + Members: { + count: "Compact", + }, + Fraction: { + nom: "Compact", + denom: "Compact", + }, + AtLeastProportion: { + nom: "Compact", + denom: "Compact", + }, + MoreThanProportion: { + nom: "Compact", + denom: "Compact", + }, }, }, - /** Lookup155: xcm::VersionedLocation */ - XcmVersionedLocation: { + /** Lookup154: pallet_ethereum_xcm::RawOrigin */ + PalletEthereumXcmRawOrigin: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiLocation", - __Unused2: "Null", - V3: "StagingXcmV3MultiLocation", - V4: "StagingXcmV4Location", + XcmEthereumTransaction: "H160", }, }, - /** Lookup156: pallet_assets::pallet::Event */ - PalletAssetsEvent: { + /** Lookup155: sp_core::Void */ + SpCoreVoid: "Null", + /** Lookup156: pallet_proxy::pallet::Call */ + PalletProxyCall: { _enum: { - Created: { - assetId: "u128", - creator: "AccountId20", - owner: "AccountId20", + proxy: { + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - Issued: { - assetId: "u128", - owner: "AccountId20", - amount: "u128", + add_proxy: { + delegate: "AccountId20", + proxyType: "MoonriverRuntimeProxyType", + delay: "u32", }, - Transferred: { - assetId: "u128", - from: "AccountId20", - to: "AccountId20", - amount: "u128", + remove_proxy: { + delegate: "AccountId20", + proxyType: "MoonriverRuntimeProxyType", + delay: "u32", }, - Burned: { - assetId: "u128", - owner: "AccountId20", - balance: "u128", + remove_proxies: "Null", + create_pure: { + proxyType: "MoonriverRuntimeProxyType", + delay: "u32", + index: "u16", }, - TeamChanged: { - assetId: "u128", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + kill_pure: { + spawner: "AccountId20", + proxyType: "MoonriverRuntimeProxyType", + index: "u16", + height: "Compact", + extIndex: "Compact", }, - OwnerChanged: { - assetId: "u128", - owner: "AccountId20", + announce: { + real: "AccountId20", + callHash: "H256", }, - Frozen: { - assetId: "u128", - who: "AccountId20", + remove_announcement: { + real: "AccountId20", + callHash: "H256", }, - Thawed: { - assetId: "u128", - who: "AccountId20", + reject_announcement: { + delegate: "AccountId20", + callHash: "H256", }, - AssetFrozen: { - assetId: "u128", + proxy_announced: { + delegate: "AccountId20", + real: "AccountId20", + forceProxyType: "Option", + call: "Call", }, - AssetThawed: { - assetId: "u128", + }, + }, + /** Lookup158: pallet_maintenance_mode::pallet::Call */ + PalletMaintenanceModeCall: { + _enum: ["enter_maintenance_mode", "resume_normal_operation"], + }, + /** Lookup159: pallet_identity::pallet::Call */ + PalletIdentityCall: { + _enum: { + add_registrar: { + account: "AccountId20", }, - AccountsDestroyed: { - assetId: "u128", - accountsDestroyed: "u32", - accountsRemaining: "u32", + set_identity: { + info: "PalletIdentityLegacyIdentityInfo", }, - ApprovalsDestroyed: { - assetId: "u128", - approvalsDestroyed: "u32", - approvalsRemaining: "u32", + set_subs: { + subs: "Vec<(AccountId20,Data)>", }, - DestructionStarted: { - assetId: "u128", + clear_identity: "Null", + request_judgement: { + regIndex: "Compact", + maxFee: "Compact", }, - Destroyed: { - assetId: "u128", + cancel_request: { + regIndex: "u32", }, - ForceCreated: { - assetId: "u128", - owner: "AccountId20", + set_fee: { + index: "Compact", + fee: "Compact", }, - MetadataSet: { - assetId: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", + set_account_id: { + _alias: { + new_: "new", + }, + index: "Compact", + new_: "AccountId20", }, - MetadataCleared: { - assetId: "u128", + set_fields: { + index: "Compact", + fields: "u64", }, - ApprovedTransfer: { - assetId: "u128", - source: "AccountId20", - delegate: "AccountId20", - amount: "u128", + provide_judgement: { + regIndex: "Compact", + target: "AccountId20", + judgement: "PalletIdentityJudgement", + identity: "H256", }, - ApprovalCancelled: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", + kill_identity: { + target: "AccountId20", }, - TransferredApproved: { - assetId: "u128", - owner: "AccountId20", - delegate: "AccountId20", - destination: "AccountId20", - amount: "u128", + add_sub: { + sub: "AccountId20", + data: "Data", }, - AssetStatusChanged: { - assetId: "u128", + rename_sub: { + sub: "AccountId20", + data: "Data", }, - AssetMinBalanceChanged: { - assetId: "u128", - newMinBalance: "u128", + remove_sub: { + sub: "AccountId20", }, - Touched: { - assetId: "u128", - who: "AccountId20", - depositor: "AccountId20", + quit_sub: "Null", + add_username_authority: { + authority: "AccountId20", + suffix: "Bytes", + allocation: "u32", }, - Blocked: { - assetId: "u128", + 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", }, }, }, - /** Lookup157: orml_xtokens::module::Event */ - OrmlXtokensModuleEvent: { + /** 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: { - TransferredAssets: { - sender: "AccountId20", - assets: "StagingXcmV4AssetAssets", - fee: "StagingXcmV4Asset", - dest: "StagingXcmV4Location", - }, + Unknown: "Null", + FeePaid: "u128", + Reasonable: "Null", + KnownGood: "Null", + OutOfDate: "Null", + LowQuality: "Null", + Erroneous: "Null", }, }, - /** Lookup158: pallet_asset_manager::pallet::Event */ - PalletAssetManagerEvent: { + /** Lookup200: account::EthereumSignature */ + AccountEthereumSignature: "[u8;65]", + /** Lookup202: pallet_multisig::pallet::Call */ + PalletMultisigCall: { _enum: { - ForeignAssetRegistered: { - assetId: "u128", - asset: "MoonbaseRuntimeXcmConfigAssetType", - metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", + as_multi_threshold_1: { + otherSignatories: "Vec", + call: "Call", }, - UnitsPerSecondChanged: "Null", - ForeignAssetXcmLocationChanged: { - assetId: "u128", - newAssetType: "MoonbaseRuntimeXcmConfigAssetType", + as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + call: "Call", + maxWeight: "SpWeightsWeightV2Weight", }, - ForeignAssetRemoved: { - assetId: "u128", - assetType: "MoonbaseRuntimeXcmConfigAssetType", + approve_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + maybeTimepoint: "Option", + callHash: "[u8;32]", + maxWeight: "SpWeightsWeightV2Weight", }, - SupportedAssetRemoved: { - assetType: "MoonbaseRuntimeXcmConfigAssetType", + cancel_as_multi: { + threshold: "u16", + otherSignatories: "Vec", + timepoint: "PalletMultisigTimepoint", + callHash: "[u8;32]", }, - ForeignAssetDestroyed: { - assetId: "u128", - assetType: "MoonbaseRuntimeXcmConfigAssetType", + }, + }, + /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ + PalletMoonbeamLazyMigrationsCall: { + _enum: { + __Unused0: "Null", + clear_suicided_storage: { + addresses: "Vec", + limit: "u32", }, - LocalAssetDestroyed: { - assetId: "u128", + create_contract_metadata: { + address: "H160", }, }, }, - /** Lookup159: moonbase_runtime::xcm_config::AssetType */ - MoonbaseRuntimeXcmConfigAssetType: { + /** Lookup207: pallet_parameters::pallet::Call */ + PalletParametersCall: { _enum: { - Xcm: "StagingXcmV3MultiLocation", + set_parameter: { + keyValue: "MoonriverRuntimeRuntimeParamsRuntimeParameters", + }, }, }, - /** Lookup160: moonbase_runtime::asset_config::AssetRegistrarMetadata */ - MoonbaseRuntimeAssetConfigAssetRegistrarMetadata: { - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", - }, - /** Lookup161: pallet_migrations::pallet::Event */ - PalletMigrationsEvent: { + /** Lookup208: moonriver_runtime::runtime_params::RuntimeParameters */ + MoonriverRuntimeRuntimeParamsRuntimeParameters: { _enum: { - RuntimeUpgradeStarted: "Null", - RuntimeUpgradeCompleted: { - weight: "SpWeightsWeightV2Weight", - }, - MigrationStarted: { - migrationName: "Bytes", + 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: { + address: "H160", + value: "u128", }, - MigrationCompleted: { - migrationName: "Bytes", - consumedWeight: "SpWeightsWeightV2Weight", + call: { + source: "H160", + target: "H160", + input: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - FailedToSuspendIdleXcmExecution: { - error: "SpRuntimeDispatchError", + create: { + source: "H160", + init: "Bytes", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, - FailedToResumeIdleXcmExecution: { - error: "SpRuntimeDispatchError", + create2: { + source: "H160", + init: "Bytes", + salt: "H256", + value: "U256", + gasLimit: "u64", + maxFeePerGas: "U256", + maxPriorityFeePerGas: "Option", + nonce: "Option", + accessList: "Vec<(H160,Vec)>", }, }, }, - /** Lookup162: pallet_xcm_transactor::pallet::Event */ - PalletXcmTransactorEvent: { + /** Lookup219: pallet_ethereum::pallet::Call */ + PalletEthereumCall: { _enum: { - TransactedDerivative: { - accountId: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", - index: "u16", + transact: { + transaction: "EthereumTransactionTransactionV2", }, - TransactedSovereign: { - feePayer: "Option", - dest: "StagingXcmV4Location", - call: "Bytes", + }, + }, + /** 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: { + _enum: { + Call: "H160", + Create: "Null", + }, + }, + /** 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", + }, + /** Lookup229: pallet_scheduler::pallet::Call */ + PalletSchedulerCall: { + _enum: { + schedule: { + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", }, - TransactedSigned: { - feePayer: "AccountId20", - dest: "StagingXcmV4Location", - call: "Bytes", + cancel: { + when: "u32", + index: "u32", }, - RegisteredDerivative: { - accountId: "AccountId20", - index: "u16", + schedule_named: { + id: "[u8;32]", + when: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", }, - DeRegisteredDerivative: { - index: "u16", + cancel_named: { + id: "[u8;32]", }, - TransactFailed: { - error: "XcmV3TraitsError", + schedule_after: { + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", }, - TransactInfoChanged: { - location: "StagingXcmV4Location", - remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", + schedule_named_after: { + id: "[u8;32]", + after: "u32", + maybePeriodic: "Option<(u32,u32)>", + priority: "u8", + call: "Call", }, - TransactInfoRemoved: { - location: "StagingXcmV4Location", + set_retry: { + task: "(u32,u32)", + retries: "u8", + period: "u32", }, - DestFeePerSecondChanged: { - location: "StagingXcmV4Location", - feePerSecond: "u128", + set_retry_named: { + id: "[u8;32]", + retries: "u8", + period: "u32", }, - DestFeePerSecondRemoved: { - location: "StagingXcmV4Location", + cancel_retry: { + task: "(u32,u32)", }, - HrmpManagementSent: { - action: "PalletXcmTransactorHrmpOperation", + cancel_retry_named: { + id: "[u8;32]", }, }, }, - /** Lookup163: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ - PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", - }, - /** Lookup165: pallet_xcm_transactor::pallet::HrmpOperation */ - PalletXcmTransactorHrmpOperation: { + /** Lookup231: pallet_preimage::pallet::Call */ + PalletPreimageCall: { _enum: { - InitOpen: "PalletXcmTransactorHrmpInitParams", - Accept: { - paraId: "u32", + note_preimage: { + bytes: "Bytes", }, - Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - Cancel: { - channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", - openRequests: "u32", + unnote_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + request_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + unrequest_preimage: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + }, + ensure_updated: { + hashes: "Vec", }, }, }, - /** Lookup166: pallet_xcm_transactor::pallet::HrmpInitParams */ - PalletXcmTransactorHrmpInitParams: { - paraId: "u32", - proposedMaxCapacity: "u32", - proposedMaxMessageSize: "u32", - }, - /** Lookup168: polkadot_parachain_primitives::primitives::HrmpChannelId */ - PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { - sender: "u32", - recipient: "u32", - }, - /** Lookup169: pallet_moonbeam_orbiters::pallet::Event */ - PalletMoonbeamOrbitersEvent: { + /** Lookup232: pallet_conviction_voting::pallet::Call */ + PalletConvictionVotingCall: { _enum: { - OrbiterJoinCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", + vote: { + pollIndex: "Compact", + vote: "PalletConvictionVotingVoteAccountVote", }, - OrbiterLeaveCollatorPool: { - collator: "AccountId20", - orbiter: "AccountId20", + delegate: { + class: "u16", + to: "AccountId20", + conviction: "PalletConvictionVotingConviction", + balance: "u128", }, - OrbiterRewarded: { - account: "AccountId20", - rewards: "u128", - }, - OrbiterRotation: { - collator: "AccountId20", - oldOrbiter: "Option", - newOrbiter: "Option", + undelegate: { + class: "u16", }, - OrbiterRegistered: { - account: "AccountId20", - deposit: "u128", + unlock: { + class: "u16", + target: "AccountId20", }, - OrbiterUnregistered: { - account: "AccountId20", + remove_vote: { + class: "Option", + index: "u32", }, - }, - }, - /** Lookup170: pallet_ethereum_xcm::pallet::Event */ - PalletEthereumXcmEvent: { - _enum: { - ExecutedFromXcm: { - xcmMsgHash: "H256", - ethTxHash: "H256", + remove_other_vote: { + target: "AccountId20", + class: "u16", + index: "u32", }, }, }, - /** Lookup171: pallet_randomness::pallet::Event */ - PalletRandomnessEvent: { + /** Lookup233: pallet_conviction_voting::vote::AccountVote */ + PalletConvictionVotingVoteAccountVote: { _enum: { - RandomnessRequestedBabeEpoch: { - id: "u64", - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestEpoch: "u64", - }, - RandomnessRequestedLocal: { - id: "u64", - refundAddress: "H160", - contractAddress: "H160", - fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - earliestBlock: "u32", - }, - RequestFulfilled: { - id: "u64", + Standard: { + vote: "Vote", + balance: "u128", }, - RequestFeeIncreased: { - id: "u64", - newFee: "u128", + Split: { + aye: "u128", + nay: "u128", }, - RequestExpirationExecuted: { - id: "u64", + SplitAbstain: { + aye: "u128", + nay: "u128", + abstain: "u128", }, }, }, - /** Lookup172: pallet_collective::pallet::Event */ - PalletCollectiveEvent: { + /** Lookup235: pallet_conviction_voting::conviction::Conviction */ + PalletConvictionVotingConviction: { + _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], + }, + /** Lookup237: pallet_referenda::pallet::Call */ + PalletReferendaCall: { _enum: { - Proposed: { - account: "AccountId20", - proposalIndex: "u32", - proposalHash: "H256", - threshold: "u32", + submit: { + proposalOrigin: "MoonriverRuntimeOriginCaller", + proposal: "FrameSupportPreimagesBounded", + enactmentMoment: "FrameSupportScheduleDispatchTime", }, - Voted: { - account: "AccountId20", - proposalHash: "H256", - voted: "bool", - yes: "u32", - no: "u32", + place_decision_deposit: { + index: "u32", }, - Approved: { - proposalHash: "H256", + refund_decision_deposit: { + index: "u32", }, - Disapproved: { - proposalHash: "H256", + cancel: { + index: "u32", }, - Executed: { - proposalHash: "H256", - result: "Result", + kill: { + index: "u32", }, - MemberExecuted: { - proposalHash: "H256", - result: "Result", + nudge_referendum: { + index: "u32", }, - Closed: { - proposalHash: "H256", - yes: "u32", - no: "u32", + one_fewer_deciding: { + track: "u16", + }, + refund_submission_deposit: { + index: "u32", + }, + set_metadata: { + index: "u32", + maybeHash: "Option", }, }, }, - /** Lookup173: pallet_conviction_voting::pallet::Event */ - PalletConvictionVotingEvent: { + /** Lookup238: frame_support::traits::schedule::DispatchTime */ + FrameSupportScheduleDispatchTime: { _enum: { - Delegated: "(AccountId20,AccountId20)", - Undelegated: "AccountId20", + At: "u32", + After: "u32", }, }, - /** Lookup174: pallet_referenda::pallet::Event */ - PalletReferendaEvent: { + /** Lookup240: pallet_whitelist::pallet::Call */ + PalletWhitelistCall: { _enum: { - Submitted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", + whitelist_call: { + callHash: "H256", }, - DecisionDepositPlaced: { - index: "u32", - who: "AccountId20", - amount: "u128", + remove_whitelisted_call: { + callHash: "H256", }, - DecisionDepositRefunded: { - index: "u32", - who: "AccountId20", - amount: "u128", + dispatch_whitelisted_call: { + callHash: "H256", + callEncodedLen: "u32", + callWeightWitness: "SpWeightsWeightV2Weight", }, - DepositSlashed: { - who: "AccountId20", - amount: "u128", + dispatch_whitelisted_call_with_preimage: { + call: "Call", }, - DecisionStarted: { - index: "u32", - track: "u16", - proposal: "FrameSupportPreimagesBounded", - tally: "PalletConvictionVotingTally", + }, + }, + /** Lookup241: pallet_collective::pallet::Call */ + PalletCollectiveCall: { + _enum: { + set_members: { + newMembers: "Vec", + prime: "Option", + oldCount: "u32", }, - ConfirmStarted: { - index: "u32", + execute: { + proposal: "Call", + lengthBound: "Compact", }, - ConfirmAborted: { - index: "u32", + propose: { + threshold: "Compact", + proposal: "Call", + lengthBound: "Compact", }, - Confirmed: { - index: "u32", - tally: "PalletConvictionVotingTally", + vote: { + proposal: "H256", + index: "Compact", + approve: "bool", }, - Approved: { - index: "u32", + __Unused4: "Null", + disapprove_proposal: { + proposalHash: "H256", }, - Rejected: { - index: "u32", - tally: "PalletConvictionVotingTally", + close: { + proposalHash: "H256", + index: "Compact", + proposalWeightBound: "SpWeightsWeightV2Weight", + lengthBound: "Compact", }, - TimedOut: { - index: "u32", - tally: "PalletConvictionVotingTally", + }, + }, + /** Lookup243: pallet_treasury::pallet::Call */ + PalletTreasuryCall: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + __Unused2: "Null", + spend_local: { + amount: "Compact", + beneficiary: "AccountId20", }, - Cancelled: { - index: "u32", - tally: "PalletConvictionVotingTally", + remove_approval: { + proposalId: "Compact", }, - Killed: { - index: "u32", - tally: "PalletConvictionVotingTally", + spend: { + assetKind: "Null", + amount: "Compact", + beneficiary: "AccountId20", + validFrom: "Option", }, - SubmissionDepositRefunded: { + payout: { index: "u32", - who: "AccountId20", - amount: "u128", }, - MetadataSet: { - _alias: { - hash_: "hash", - }, + check_status: { index: "u32", - hash_: "H256", }, - MetadataCleared: { - _alias: { - hash_: "hash", - }, + void_spend: { index: "u32", - hash_: "H256", }, }, }, - /** - * Lookup175: frame_support::traits::preimages::Bounded - */ - FrameSupportPreimagesBounded: { + /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ + PalletCrowdloanRewardsCall: { _enum: { - Legacy: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + associate_native_identity: { + rewardAccount: "AccountId20", + relayAccount: "[u8;32]", + proof: "SpRuntimeMultiSignature", }, - Inline: "Bytes", - Lookup: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - len: "u32", + change_association_with_relay_keys: { + rewardAccount: "AccountId20", + previousAccount: "AccountId20", + proofs: "Vec<([u8;32],SpRuntimeMultiSignature)>", }, - }, - }, - /** Lookup177: frame_system::pallet::Call */ - FrameSystemCall: { - _enum: { - remark: { - remark: "Bytes", + claim: "Null", + update_reward_address: { + newRewardAccount: "AccountId20", }, - set_heap_pages: { - pages: "u64", + complete_initialization: { + leaseEndingBlock: "u32", }, - set_code: { - code: "Bytes", + initialize_reward_vec: { + rewards: "Vec<([u8;32],Option,u128)>", }, - set_code_without_checks: { - code: "Bytes", + }, + }, + /** Lookup246: sp_runtime::MultiSignature */ + SpRuntimeMultiSignature: { + _enum: { + Ed25519: "[u8;64]", + Sr25519: "[u8;64]", + Ecdsa: "[u8;65]", + }, + }, + /** Lookup252: pallet_xcm::pallet::Call */ + PalletXcmCall: { + _enum: { + send: { + dest: "XcmVersionedLocation", + message: "XcmVersionedXcm", }, - set_storage: { - items: "Vec<(Bytes,Bytes)>", + teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", }, - kill_storage: { - _alias: { - keys_: "keys", - }, - keys_: "Vec", + reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", }, - kill_prefix: { - prefix: "Bytes", - subkeys: "u32", + execute: { + message: "XcmVersionedXcm", + maxWeight: "SpWeightsWeightV2Weight", }, - remark_with_event: { - remark: "Bytes", + force_xcm_version: { + location: "StagingXcmV4Location", + version: "u32", }, - __Unused8: "Null", - authorize_upgrade: { - codeHash: "H256", + force_default_xcm_version: { + maybeXcmVersion: "Option", }, - authorize_upgrade_without_checks: { - codeHash: "H256", + force_subscribe_version_notify: { + location: "XcmVersionedLocation", }, - apply_authorized_upgrade: { - code: "Bytes", + force_unsubscribe_version_notify: { + location: "XcmVersionedLocation", }, - }, - }, - /** Lookup181: pallet_utility::pallet::Call */ - PalletUtilityCall: { - _enum: { - batch: { - calls: "Vec", + limited_reserve_transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - as_derivative: { - index: "u16", - call: "Call", + limited_teleport_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - batch_all: { - calls: "Vec", + force_suspension: { + suspended: "bool", }, - dispatch_as: { - asOrigin: "MoonbaseRuntimeOriginCaller", - call: "Call", + transfer_assets: { + dest: "XcmVersionedLocation", + beneficiary: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + feeAssetItem: "u32", + weightLimit: "XcmV3WeightLimit", }, - force_batch: { - calls: "Vec", + claim_assets: { + assets: "XcmVersionedAssets", + beneficiary: "XcmVersionedLocation", }, - with_weight: { - call: "Call", - weight: "SpWeightsWeightV2Weight", + transfer_assets_using_type_and_then: { + dest: "XcmVersionedLocation", + assets: "XcmVersionedAssets", + assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", + remoteFeesId: "XcmVersionedAssetId", + feesTransferType: "StagingXcmExecutorAssetTransferTransferType", + customXcmOnDest: "XcmVersionedXcm", + weightLimit: "XcmV3WeightLimit", }, }, }, - /** Lookup183: moonbase_runtime::OriginCaller */ - MoonbaseRuntimeOriginCaller: { + /** Lookup253: xcm::VersionedLocation */ + XcmVersionedLocation: { _enum: { - system: "FrameSupportDispatchRawOrigin", - __Unused1: "Null", + __Unused0: "Null", + V2: "XcmV2MultiLocation", __Unused2: "Null", - __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", + V3: "StagingXcmV3MultiLocation", + V4: "StagingXcmV4Location", }, }, - /** Lookup184: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ - FrameSupportDispatchRawOrigin: { - _enum: { - Root: "Null", - Signed: "AccountId20", - None: "Null", - }, + /** Lookup254: xcm::v2::multilocation::MultiLocation */ + XcmV2MultiLocation: { + parents: "u8", + interior: "XcmV2MultilocationJunctions", }, - /** Lookup185: pallet_ethereum::RawOrigin */ - PalletEthereumRawOrigin: { + /** Lookup255: xcm::v2::multilocation::Junctions */ + XcmV2MultilocationJunctions: { _enum: { - EthereumTransaction: "H160", + 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)", }, }, - /** Lookup186: cumulus_pallet_xcm::pallet::Origin */ - CumulusPalletXcmOrigin: { + /** Lookup256: xcm::v2::junction::Junction */ + XcmV2Junction: { _enum: { - Relay: "Null", - SiblingParachain: "u32", + 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", + }, }, }, - /** Lookup187: pallet_xcm::pallet::Origin */ - PalletXcmOrigin: { + /** Lookup257: xcm::v2::NetworkId */ + XcmV2NetworkId: { _enum: { - Xcm: "StagingXcmV4Location", - Response: "StagingXcmV4Location", + Any: "Null", + Named: "Bytes", + Polkadot: "Null", + Kusama: "Null", }, }, - /** Lookup188: pallet_ethereum_xcm::RawOrigin */ - PalletEthereumXcmRawOrigin: { + /** Lookup259: xcm::v2::BodyId */ + XcmV2BodyId: { _enum: { - XcmEthereumTransaction: "H160", + Unit: "Null", + Named: "Bytes", + Index: "Compact", + Executive: "Null", + Technical: "Null", + Legislative: "Null", + Judicial: "Null", + Defense: "Null", + Administration: "Null", + Treasury: "Null", }, }, - /** Lookup189: pallet_collective::RawOrigin */ - PalletCollectiveRawOrigin: { + /** Lookup260: xcm::v2::BodyPart */ + XcmV2BodyPart: { _enum: { - Members: "(u32,u32)", - Member: "AccountId20", - _Phantom: "Null", - }, - }, - /** Lookup190: moonbase_runtime::governance::origins::custom_origins::Origin */ - MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin: { - _enum: [ - "WhitelistedCaller", - "GeneralAdmin", - "ReferendumCanceller", - "ReferendumKiller", - "FastGeneralAdmin", - ], + Voice: "Null", + Members: { + count: "Compact", + }, + Fraction: { + nom: "Compact", + denom: "Compact", + }, + AtLeastProportion: { + nom: "Compact", + denom: "Compact", + }, + MoreThanProportion: { + nom: "Compact", + denom: "Compact", + }, + }, }, - /** Lookup192: sp_core::Void */ - SpCoreVoid: "Null", - /** Lookup193: pallet_timestamp::pallet::Call */ - PalletTimestampCall: { + /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ + StagingXcmV3MultiLocation: { + parents: "u8", + interior: "XcmV3Junctions", + }, + /** Lookup262: xcm::v3::junctions::Junctions */ + XcmV3Junctions: { _enum: { - set: { - now: "Compact", - }, + 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)", }, }, - /** Lookup194: pallet_balances::pallet::Call */ - PalletBalancesCall: { + /** Lookup263: xcm::v3::junction::Junction */ + XcmV3Junction: { _enum: { - transfer_allow_death: { - dest: "AccountId20", - value: "Compact", - }, - __Unused1: "Null", - force_transfer: { - source: "AccountId20", - dest: "AccountId20", - value: "Compact", + Parachain: "Compact", + AccountId32: { + network: "Option", + id: "[u8;32]", }, - transfer_keep_alive: { - dest: "AccountId20", - value: "Compact", + AccountIndex64: { + network: "Option", + index: "Compact", }, - transfer_all: { - dest: "AccountId20", - keepAlive: "bool", + AccountKey20: { + network: "Option", + key: "[u8;20]", }, - force_unreserve: { - who: "AccountId20", - amount: "u128", + PalletInstance: "u8", + GeneralIndex: "Compact", + GeneralKey: { + length: "u8", + data: "[u8;32]", }, - upgrade_accounts: { - who: "Vec", + OnlyChild: "Null", + Plurality: { + id: "XcmV3JunctionBodyId", + part: "XcmV3JunctionBodyPart", }, - __Unused7: "Null", - force_set_balance: { - who: "AccountId20", - newFree: "Compact", + GlobalConsensus: "XcmV3JunctionNetworkId", + }, + }, + /** Lookup265: xcm::v3::junction::NetworkId */ + XcmV3JunctionNetworkId: { + _enum: { + ByGenesis: "[u8;32]", + ByFork: { + blockNumber: "u64", + blockHash: "[u8;32]", }, - force_adjust_total_issuance: { - direction: "PalletBalancesAdjustmentDirection", - delta: "Compact", + Polkadot: "Null", + Kusama: "Null", + Westend: "Null", + Rococo: "Null", + Wococo: "Null", + Ethereum: { + chainId: "Compact", }, + BitcoinCore: "Null", + BitcoinCash: "Null", + PolkadotBulletin: "Null", }, }, - /** Lookup196: pallet_balances::types::AdjustmentDirection */ - PalletBalancesAdjustmentDirection: { - _enum: ["Increase", "Decrease"], + /** Lookup266: xcm::VersionedXcm */ + XcmVersionedXcm: { + _enum: { + __Unused0: "Null", + __Unused1: "Null", + V2: "XcmV2Xcm", + V3: "XcmV3Xcm", + V4: "StagingXcmV4Xcm", + }, }, - /** Lookup197: pallet_sudo::pallet::Call */ - PalletSudoCall: { + /** Lookup267: xcm::v2::Xcm */ + XcmV2Xcm: "Vec", + /** Lookup269: xcm::v2::Instruction */ + XcmV2Instruction: { _enum: { - sudo: { - call: "Call", + WithdrawAsset: "XcmV2MultiassetMultiAssets", + ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", + ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", + QueryResponse: { + queryId: "Compact", + response: "XcmV2Response", + maxWeight: "Compact", }, - sudo_unchecked_weight: { - call: "Call", - weight: "SpWeightsWeightV2Weight", + TransferAsset: { + assets: "XcmV2MultiassetMultiAssets", + beneficiary: "XcmV2MultiLocation", }, - set_key: { - _alias: { - new_: "new", - }, - new_: "AccountId20", + TransferReserveAsset: { + assets: "XcmV2MultiassetMultiAssets", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", }, - sudo_as: { - who: "AccountId20", - call: "Call", + Transact: { + originType: "XcmV2OriginKind", + requireWeightAtMost: "Compact", + call: "XcmDoubleEncoded", }, - remove_key: "Null", - }, - }, - /** Lookup198: cumulus_pallet_parachain_system::pallet::Call */ - CumulusPalletParachainSystemCall: { - _enum: { - set_validation_data: { - data: "CumulusPrimitivesParachainInherentParachainInherentData", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - sudo_send_upward_message: { - message: "Bytes", + HrmpChannelAccepted: { + recipient: "Compact", }, - authorize_upgrade: { - codeHash: "H256", - checkVersion: "bool", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - enact_authorized_upgrade: { - code: "Bytes", + ClearOrigin: "Null", + DescendOrigin: "XcmV2MultilocationJunctions", + ReportError: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + maxResponseWeight: "Compact", + }, + DepositAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + beneficiary: "XcmV2MultiLocation", + }, + DepositReserveAsset: { + assets: "XcmV2MultiassetMultiAssetFilter", + maxAssets: "Compact", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", + }, + ExchangeAsset: { + give: "XcmV2MultiassetMultiAssetFilter", + receive: "XcmV2MultiassetMultiAssets", + }, + InitiateReserveWithdraw: { + assets: "XcmV2MultiassetMultiAssetFilter", + reserve: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", + }, + InitiateTeleport: { + assets: "XcmV2MultiassetMultiAssetFilter", + dest: "XcmV2MultiLocation", + xcm: "XcmV2Xcm", + }, + QueryHolding: { + queryId: "Compact", + dest: "XcmV2MultiLocation", + assets: "XcmV2MultiassetMultiAssetFilter", + maxResponseWeight: "Compact", + }, + BuyExecution: { + fees: "XcmV2MultiAsset", + weightLimit: "XcmV2WeightLimit", + }, + RefundSurplus: "Null", + SetErrorHandler: "XcmV2Xcm", + SetAppendix: "XcmV2Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV2MultiassetMultiAssets", + ticket: "XcmV2MultiLocation", + }, + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "Compact", }, + UnsubscribeVersion: "Null", }, }, - /** Lookup199: cumulus_primitives_parachain_inherent::ParachainInherentData */ - CumulusPrimitivesParachainInherentParachainInherentData: { - validationData: "PolkadotPrimitivesV7PersistedValidationData", - relayChainState: "SpTrieStorageProof", - downwardMessages: "Vec", - horizontalMessages: "BTreeMap>", + /** Lookup270: xcm::v2::multiasset::MultiAssets */ + XcmV2MultiassetMultiAssets: "Vec", + /** Lookup272: xcm::v2::multiasset::MultiAsset */ + XcmV2MultiAsset: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetFungibility", }, - /** Lookup200: polkadot_primitives::v7::PersistedValidationData */ - PolkadotPrimitivesV7PersistedValidationData: { - parentHead: "Bytes", - relayParentNumber: "u32", - relayParentStorageRoot: "H256", - maxPovSize: "u32", + /** Lookup273: xcm::v2::multiasset::AssetId */ + XcmV2MultiassetAssetId: { + _enum: { + Concrete: "XcmV2MultiLocation", + Abstract: "Bytes", + }, }, - /** Lookup202: sp_trie::storage_proof::StorageProof */ - SpTrieStorageProof: { - trieNodes: "BTreeSet", + /** Lookup274: xcm::v2::multiasset::Fungibility */ + XcmV2MultiassetFungibility: { + _enum: { + Fungible: "Compact", + NonFungible: "XcmV2MultiassetAssetInstance", + }, }, - /** Lookup205: polkadot_core_primitives::InboundDownwardMessage */ - PolkadotCorePrimitivesInboundDownwardMessage: { - sentAt: "u32", - msg: "Bytes", - }, - /** Lookup208: polkadot_core_primitives::InboundHrmpMessage */ - PolkadotCorePrimitivesInboundHrmpMessage: { - sentAt: "u32", - data: "Bytes", - }, - /** Lookup211: pallet_evm::pallet::Call */ - PalletEvmCall: { + /** Lookup275: xcm::v2::multiasset::AssetInstance */ + XcmV2MultiassetAssetInstance: { _enum: { - 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)>", - }, + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", + Blob: "Bytes", }, }, - /** Lookup217: pallet_ethereum::pallet::Call */ - PalletEthereumCall: { + /** Lookup276: xcm::v2::Response */ + XcmV2Response: { _enum: { - transact: { - transaction: "EthereumTransactionTransactionV2", - }, + Null: "Null", + Assets: "XcmV2MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV2TraitsError)>", + Version: "u32", }, }, - /** Lookup218: ethereum::transaction::TransactionV2 */ - EthereumTransactionTransactionV2: { + /** Lookup279: xcm::v2::traits::Error */ + XcmV2TraitsError: { _enum: { - Legacy: "EthereumTransactionLegacyTransaction", - EIP2930: "EthereumTransactionEip2930Transaction", - EIP1559: "EthereumTransactionEip1559Transaction", + 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", }, }, - /** Lookup219: ethereum::transaction::LegacyTransaction */ - EthereumTransactionLegacyTransaction: { - nonce: "U256", - gasPrice: "U256", - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - signature: "EthereumTransactionTransactionSignature", + /** Lookup280: xcm::v2::OriginKind */ + XcmV2OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup220: ethereum::transaction::TransactionAction */ - EthereumTransactionTransactionAction: { + /** Lookup281: xcm::double_encoded::DoubleEncoded */ + XcmDoubleEncoded: { + encoded: "Bytes", + }, + /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ + XcmV2MultiassetMultiAssetFilter: { _enum: { - Call: "H160", - Create: "Null", + Definite: "XcmV2MultiassetMultiAssets", + Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup221: ethereum::transaction::TransactionSignature */ - EthereumTransactionTransactionSignature: { - v: "u64", - r: "H256", - s: "H256", - }, - /** Lookup223: 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", + /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ + XcmV2MultiassetWildMultiAsset: { + _enum: { + All: "Null", + AllOf: { + id: "XcmV2MultiassetAssetId", + fun: "XcmV2MultiassetWildFungibility", + }, + }, }, - /** Lookup225: ethereum::transaction::AccessListItem */ - EthereumTransactionAccessListItem: { - address: "H160", - storageKeys: "Vec", + /** Lookup284: xcm::v2::multiasset::WildFungibility */ + XcmV2MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], }, - /** Lookup226: 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", + /** Lookup285: xcm::v2::WeightLimit */ + XcmV2WeightLimit: { + _enum: { + Unlimited: "Null", + Limited: "Compact", + }, }, - /** Lookup227: pallet_parachain_staking::pallet::Call */ - PalletParachainStakingCall: { + /** Lookup286: xcm::v3::Xcm */ + XcmV3Xcm: "Vec", + /** Lookup288: xcm::v3::Instruction */ + XcmV3Instruction: { _enum: { - set_staking_expectations: { - expectations: { - min: "u128", - ideal: "u128", - max: "u128", - }, + 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: "XcmV3OriginKind", + 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", - }, - schedule_candidate_bond_less: { - less: "u128", - }, - execute_candidate_bond_less: { - candidate: "AccountId20", + InitiateTeleport: { + assets: "XcmV3MultiassetMultiAssetFilter", + dest: "StagingXcmV3MultiLocation", + xcm: "XcmV3Xcm", }, - cancel_candidate_bond_less: "Null", - delegate: { - candidate: "AccountId20", - amount: "u128", - candidateDelegationCount: "u32", - delegationCount: "u32", + ReportHolding: { + responseInfo: "XcmV3QueryResponseInfo", + assets: "XcmV3MultiassetMultiAssetFilter", }, - delegate_with_auto_compound: { - candidate: "AccountId20", - amount: "u128", - autoCompound: "Percent", - candidateDelegationCount: "u32", - candidateAutoCompoundingDelegationCount: "u32", - delegationCount: "u32", + BuyExecution: { + fees: "XcmV3MultiAsset", + weightLimit: "XcmV3WeightLimit", }, - removed_call_19: "Null", - removed_call_20: "Null", - removed_call_21: "Null", - schedule_revoke_delegation: { - collator: "AccountId20", + RefundSurplus: "Null", + SetErrorHandler: "XcmV3Xcm", + SetAppendix: "XcmV3Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "XcmV3MultiassetMultiAssets", + ticket: "StagingXcmV3MultiLocation", }, - delegator_bond_more: { - candidate: "AccountId20", - more: "u128", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", }, - schedule_delegator_bond_less: { - candidate: "AccountId20", - less: "u128", + UnsubscribeVersion: "Null", + BurnAsset: "XcmV3MultiassetMultiAssets", + ExpectAsset: "XcmV3MultiassetMultiAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "XcmV3QueryResponseInfo", }, - execute_delegation_request: { - delegator: "AccountId20", - candidate: "AccountId20", + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", }, - cancel_delegation_request: { - candidate: "AccountId20", + ReportTransactStatus: "XcmV3QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "XcmV3Junction", + ExportMessage: { + network: "XcmV3JunctionNetworkId", + destination: "XcmV3Junctions", + xcm: "XcmV3Xcm", }, - set_auto_compound: { - candidate: "AccountId20", - value: "Percent", - candidateAutoCompoundingDelegationCountHint: "u32", - delegationCountHint: "u32", + LockAsset: { + asset: "XcmV3MultiAsset", + unlocker: "StagingXcmV3MultiLocation", }, - hotfix_remove_delegation_requests_exited_candidates: { - candidates: "Vec", + UnlockAsset: { + asset: "XcmV3MultiAsset", + target: "StagingXcmV3MultiLocation", }, - notify_inactive_collator: { - collator: "AccountId20", + NoteUnlockable: { + asset: "XcmV3MultiAsset", + owner: "StagingXcmV3MultiLocation", }, - enable_marking_offline: { - value: "bool", + RequestUnlock: { + asset: "XcmV3MultiAsset", + locker: "StagingXcmV3MultiLocation", }, - 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: "StagingXcmV3MultiLocation", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup230: pallet_scheduler::pallet::Call */ - PalletSchedulerCall: { + /** Lookup289: xcm::v3::multiasset::MultiAssets */ + XcmV3MultiassetMultiAssets: "Vec", + /** Lookup291: xcm::v3::multiasset::MultiAsset */ + XcmV3MultiAsset: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetFungibility", + }, + /** Lookup292: xcm::v3::multiasset::AssetId */ + XcmV3MultiassetAssetId: { _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", - }, - 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]", - }, + Concrete: "StagingXcmV3MultiLocation", + Abstract: "[u8;32]", }, }, - /** Lookup232: pallet_treasury::pallet::Call */ - PalletTreasuryCall: { + /** Lookup293: xcm::v3::multiasset::Fungibility */ + XcmV3MultiassetFungibility: { _enum: { - propose_spend: { - value: "Compact", - beneficiary: "AccountId20", - }, - reject_proposal: { - proposalId: "Compact", - }, - approve_proposal: { - proposalId: "Compact", - }, - 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", - }, + Fungible: "Compact", + NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup234: pallet_author_inherent::pallet::Call */ - PalletAuthorInherentCall: { - _enum: ["kick_off_authorship_validation"], - }, - /** Lookup235: pallet_author_slot_filter::pallet::Call */ - PalletAuthorSlotFilterCall: { + /** Lookup294: xcm::v3::multiasset::AssetInstance */ + XcmV3MultiassetAssetInstance: { _enum: { - set_eligible: { - _alias: { - new_: "new", - }, - new_: "u32", - }, + Undefined: "Null", + Index: "Compact", + Array4: "[u8;4]", + Array8: "[u8;8]", + Array16: "[u8;16]", + Array32: "[u8;32]", }, }, - /** Lookup236: pallet_crowdloan_rewards::pallet::Call */ - PalletCrowdloanRewardsCall: { + /** Lookup295: xcm::v3::Response */ + XcmV3Response: { _enum: { - 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)>", - }, + Null: "Null", + Assets: "XcmV3MultiassetMultiAssets", + ExecutionResult: "Option<(u32,XcmV3TraitsError)>", + Version: "u32", + PalletsInfo: "Vec", + DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup237: sp_runtime::MultiSignature */ - SpRuntimeMultiSignature: { + /** Lookup298: xcm::v3::traits::Error */ + XcmV3TraitsError: { _enum: { - Ed25519: "[u8;64]", - Sr25519: "[u8;64]", - Ecdsa: "[u8;65]", + 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", }, }, - /** Lookup244: pallet_author_mapping::pallet::Call */ - PalletAuthorMappingCall: { + /** Lookup300: xcm::v3::PalletInfo */ + XcmV3PalletInfo: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + major: "Compact", + minor: "Compact", + patch: "Compact", + }, + /** Lookup303: xcm::v3::MaybeErrorCode */ + XcmV3MaybeErrorCode: { _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", - }, + Success: "Null", + Error: "Bytes", + TruncatedError: "Bytes", }, }, - /** Lookup245: pallet_proxy::pallet::Call */ - PalletProxyCall: { + /** 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: { _enum: { - proxy: { - real: "AccountId20", - forceProxyType: "Option", - call: "Call", - }, - 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", + Definite: "XcmV3MultiassetMultiAssets", + Wild: "XcmV3MultiassetWildMultiAsset", + }, + }, + /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ + XcmV3MultiassetWildMultiAsset: { + _enum: { + All: "Null", + AllOf: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", }, - proxy_announced: { - delegate: "AccountId20", - real: "AccountId20", - forceProxyType: "Option", - call: "Call", + AllCounted: "Compact", + AllOfCounted: { + id: "XcmV3MultiassetAssetId", + fun: "XcmV3MultiassetWildFungibility", + count: "Compact", }, }, }, - /** Lookup247: pallet_maintenance_mode::pallet::Call */ - PalletMaintenanceModeCall: { - _enum: ["enter_maintenance_mode", "resume_normal_operation"], + /** Lookup310: xcm::v3::multiasset::WildFungibility */ + XcmV3MultiassetWildFungibility: { + _enum: ["Fungible", "NonFungible"], }, - /** Lookup248: pallet_identity::pallet::Call */ - PalletIdentityCall: { + /** Lookup311: xcm::v3::WeightLimit */ + XcmV3WeightLimit: { _enum: { - add_registrar: { - account: "AccountId20", - }, - set_identity: { - info: "PalletIdentityLegacyIdentityInfo", + Unlimited: "Null", + Limited: "SpWeightsWeightV2Weight", + }, + }, + /** Lookup312: staging_xcm::v4::Xcm */ + StagingXcmV4Xcm: "Vec", + /** Lookup314: staging_xcm::v4::Instruction */ + StagingXcmV4Instruction: { + _enum: { + WithdrawAsset: "StagingXcmV4AssetAssets", + ReserveAssetDeposited: "StagingXcmV4AssetAssets", + ReceiveTeleportedAsset: "StagingXcmV4AssetAssets", + QueryResponse: { + queryId: "Compact", + response: "StagingXcmV4Response", + maxWeight: "SpWeightsWeightV2Weight", + querier: "Option", }, - set_subs: { - subs: "Vec<(AccountId20,Data)>", + TransferAsset: { + assets: "StagingXcmV4AssetAssets", + beneficiary: "StagingXcmV4Location", }, - clear_identity: "Null", - request_judgement: { - regIndex: "Compact", - maxFee: "Compact", + TransferReserveAsset: { + assets: "StagingXcmV4AssetAssets", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - cancel_request: { - regIndex: "u32", + Transact: { + originKind: "XcmV3OriginKind", + requireWeightAtMost: "SpWeightsWeightV2Weight", + call: "XcmDoubleEncoded", }, - set_fee: { - index: "Compact", - fee: "Compact", + HrmpNewChannelOpenRequest: { + sender: "Compact", + maxMessageSize: "Compact", + maxCapacity: "Compact", }, - set_account_id: { - _alias: { - new_: "new", - }, - index: "Compact", - new_: "AccountId20", + HrmpChannelAccepted: { + recipient: "Compact", }, - set_fields: { - index: "Compact", - fields: "u64", + HrmpChannelClosing: { + initiator: "Compact", + sender: "Compact", + recipient: "Compact", }, - provide_judgement: { - regIndex: "Compact", - target: "AccountId20", - judgement: "PalletIdentityJudgement", - identity: "H256", + ClearOrigin: "Null", + DescendOrigin: "StagingXcmV4Junctions", + ReportError: "StagingXcmV4QueryResponseInfo", + DepositAsset: { + assets: "StagingXcmV4AssetAssetFilter", + beneficiary: "StagingXcmV4Location", }, - kill_identity: { - target: "AccountId20", + DepositReserveAsset: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - add_sub: { - sub: "AccountId20", - data: "Data", + ExchangeAsset: { + give: "StagingXcmV4AssetAssetFilter", + want: "StagingXcmV4AssetAssets", + maximal: "bool", }, - rename_sub: { - sub: "AccountId20", - data: "Data", + InitiateReserveWithdraw: { + assets: "StagingXcmV4AssetAssetFilter", + reserve: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - remove_sub: { - sub: "AccountId20", + InitiateTeleport: { + assets: "StagingXcmV4AssetAssetFilter", + dest: "StagingXcmV4Location", + xcm: "StagingXcmV4Xcm", }, - quit_sub: "Null", - add_username_authority: { - authority: "AccountId20", - suffix: "Bytes", - allocation: "u32", + ReportHolding: { + responseInfo: "StagingXcmV4QueryResponseInfo", + assets: "StagingXcmV4AssetAssetFilter", }, - remove_username_authority: { - authority: "AccountId20", + BuyExecution: { + fees: "StagingXcmV4Asset", + weightLimit: "XcmV3WeightLimit", }, - set_username_for: { - who: "AccountId20", - username: "Bytes", - signature: "Option", + RefundSurplus: "Null", + SetErrorHandler: "StagingXcmV4Xcm", + SetAppendix: "StagingXcmV4Xcm", + ClearError: "Null", + ClaimAsset: { + assets: "StagingXcmV4AssetAssets", + ticket: "StagingXcmV4Location", }, - accept_username: { - username: "Bytes", + Trap: "Compact", + SubscribeVersion: { + queryId: "Compact", + maxResponseWeight: "SpWeightsWeightV2Weight", }, - remove_expired_approval: { - username: "Bytes", + UnsubscribeVersion: "Null", + BurnAsset: "StagingXcmV4AssetAssets", + ExpectAsset: "StagingXcmV4AssetAssets", + ExpectOrigin: "Option", + ExpectError: "Option<(u32,XcmV3TraitsError)>", + ExpectTransactStatus: "XcmV3MaybeErrorCode", + QueryPallet: { + moduleName: "Bytes", + responseInfo: "StagingXcmV4QueryResponseInfo", }, - set_primary_username: { - username: "Bytes", + ExpectPallet: { + index: "Compact", + name: "Bytes", + moduleName: "Bytes", + crateMajor: "Compact", + minCrateMinor: "Compact", }, - remove_dangling_username: { - username: "Bytes", + ReportTransactStatus: "StagingXcmV4QueryResponseInfo", + ClearTransactStatus: "Null", + UniversalOrigin: "StagingXcmV4Junction", + ExportMessage: { + network: "StagingXcmV4JunctionNetworkId", + destination: "StagingXcmV4Junctions", + xcm: "StagingXcmV4Xcm", + }, + LockAsset: { + asset: "StagingXcmV4Asset", + unlocker: "StagingXcmV4Location", + }, + UnlockAsset: { + asset: "StagingXcmV4Asset", + target: "StagingXcmV4Location", + }, + NoteUnlockable: { + asset: "StagingXcmV4Asset", + owner: "StagingXcmV4Location", + }, + RequestUnlock: { + asset: "StagingXcmV4Asset", + locker: "StagingXcmV4Location", + }, + SetFeesMode: { + jitWithdraw: "bool", + }, + SetTopic: "[u8;32]", + ClearTopic: "Null", + AliasOrigin: "StagingXcmV4Location", + UnpaidExecution: { + weightLimit: "XcmV3WeightLimit", + checkOrigin: "Option", }, }, }, - /** Lookup249: 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", + /** Lookup315: staging_xcm::v4::asset::Assets */ + StagingXcmV4AssetAssets: "Vec", + /** Lookup317: staging_xcm::v4::asset::Asset */ + StagingXcmV4Asset: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetFungibility", }, - /** Lookup285: pallet_identity::types::Judgement */ - PalletIdentityJudgement: { + /** Lookup318: staging_xcm::v4::asset::AssetId */ + StagingXcmV4AssetAssetId: "StagingXcmV4Location", + /** Lookup319: staging_xcm::v4::asset::Fungibility */ + StagingXcmV4AssetFungibility: { _enum: { - Unknown: "Null", - FeePaid: "u128", - Reasonable: "Null", - KnownGood: "Null", - OutOfDate: "Null", - LowQuality: "Null", - Erroneous: "Null", + Fungible: "Compact", + NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup287: account::EthereumSignature */ - AccountEthereumSignature: "[u8;65]", - /** Lookup288: cumulus_pallet_xcmp_queue::pallet::Call */ - CumulusPalletXcmpQueueCall: { + /** Lookup320: staging_xcm::v4::asset::AssetInstance */ + StagingXcmV4AssetAssetInstance: { _enum: { - __Unused0: "Null", - suspend_xcm_execution: "Null", - resume_xcm_execution: "Null", - update_suspend_threshold: { - _alias: { - new_: "new", - }, - new_: "u32", - }, - update_drop_threshold: { - _alias: { - new_: "new", - }, - new_: "u32", + 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", + }, + /** Lookup328: staging_xcm::v4::asset::AssetFilter */ + StagingXcmV4AssetAssetFilter: { + _enum: { + Definite: "StagingXcmV4AssetAssets", + Wild: "StagingXcmV4AssetWildAsset", + }, + }, + /** Lookup329: staging_xcm::v4::asset::WildAsset */ + StagingXcmV4AssetWildAsset: { + _enum: { + All: "Null", + AllOf: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", }, - update_resume_threshold: { - _alias: { - new_: "new", - }, - new_: "u32", + AllCounted: "Compact", + AllOfCounted: { + id: "StagingXcmV4AssetAssetId", + fun: "StagingXcmV4AssetWildFungibility", + count: "Compact", }, }, }, - /** Lookup289: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup290: pallet_xcm::pallet::Call */ - PalletXcmCall: { + /** Lookup330: staging_xcm::v4::asset::WildFungibility */ + StagingXcmV4AssetWildFungibility: { + _enum: ["Fungible", "NonFungible"], + }, + /** Lookup331: xcm::VersionedAssets */ + XcmVersionedAssets: { _enum: { - send: { - dest: "XcmVersionedLocation", - message: "XcmVersionedXcm", - }, - teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + __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: { + _enum: { + create: { + id: "Compact", + admin: "AccountId20", + minBalance: "u128", }, - reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", + force_create: { + id: "Compact", + owner: "AccountId20", + isSufficient: "bool", + minBalance: "Compact", }, - execute: { - message: "XcmVersionedXcm", - maxWeight: "SpWeightsWeightV2Weight", + start_destroy: { + id: "Compact", }, - force_xcm_version: { - location: "StagingXcmV4Location", - version: "u32", + destroy_accounts: { + id: "Compact", }, - force_default_xcm_version: { - maybeXcmVersion: "Option", + destroy_approvals: { + id: "Compact", }, - force_subscribe_version_notify: { - location: "XcmVersionedLocation", + finish_destroy: { + id: "Compact", }, - force_unsubscribe_version_notify: { - location: "XcmVersionedLocation", + mint: { + id: "Compact", + beneficiary: "AccountId20", + amount: "Compact", }, - limited_reserve_transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + burn: { + id: "Compact", + who: "AccountId20", + amount: "Compact", }, - limited_teleport_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + transfer: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - force_suspension: { - suspended: "bool", + transfer_keep_alive: { + id: "Compact", + target: "AccountId20", + amount: "Compact", }, - transfer_assets: { - dest: "XcmVersionedLocation", - beneficiary: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - feeAssetItem: "u32", - weightLimit: "XcmV3WeightLimit", + force_transfer: { + id: "Compact", + source: "AccountId20", + dest: "AccountId20", + amount: "Compact", }, - claim_assets: { - assets: "XcmVersionedAssets", - beneficiary: "XcmVersionedLocation", + freeze: { + id: "Compact", + who: "AccountId20", }, - transfer_assets_using_type_and_then: { - dest: "XcmVersionedLocation", - assets: "XcmVersionedAssets", - assetsTransferType: "StagingXcmExecutorAssetTransferTransferType", - remoteFeesId: "XcmVersionedAssetId", - feesTransferType: "StagingXcmExecutorAssetTransferTransferType", - customXcmOnDest: "XcmVersionedXcm", - weightLimit: "XcmV3WeightLimit", + thaw: { + id: "Compact", + who: "AccountId20", }, - }, - }, - /** Lookup291: xcm::VersionedXcm */ - XcmVersionedXcm: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Xcm", - V3: "XcmV3Xcm", - V4: "StagingXcmV4Xcm", - }, - }, - /** Lookup292: xcm::v2::Xcm */ - XcmV2Xcm: "Vec", - /** Lookup294: xcm::v2::Instruction */ - XcmV2Instruction: { - _enum: { - WithdrawAsset: "XcmV2MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV2MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV2MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV2Response", - maxWeight: "Compact", + freeze_asset: { + id: "Compact", }, - TransferAsset: { - assets: "XcmV2MultiassetMultiAssets", - beneficiary: "XcmV2MultiLocation", + thaw_asset: { + id: "Compact", }, - TransferReserveAsset: { - assets: "XcmV2MultiassetMultiAssets", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + transfer_ownership: { + id: "Compact", + owner: "AccountId20", }, - Transact: { - originType: "XcmV2OriginKind", - requireWeightAtMost: "Compact", - call: "XcmDoubleEncoded", + set_team: { + id: "Compact", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", + set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", }, - HrmpChannelAccepted: { - recipient: "Compact", + clear_metadata: { + id: "Compact", }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", + force_set_metadata: { + id: "Compact", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - ClearOrigin: "Null", - DescendOrigin: "XcmV2MultilocationJunctions", - ReportError: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - maxResponseWeight: "Compact", + force_clear_metadata: { + id: "Compact", }, - DepositAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - beneficiary: "XcmV2MultiLocation", + force_asset_status: { + id: "Compact", + owner: "AccountId20", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", + minBalance: "Compact", + isSufficient: "bool", + isFrozen: "bool", }, - DepositReserveAsset: { - assets: "XcmV2MultiassetMultiAssetFilter", - maxAssets: "Compact", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + approve_transfer: { + id: "Compact", + delegate: "AccountId20", + amount: "Compact", }, - ExchangeAsset: { - give: "XcmV2MultiassetMultiAssetFilter", - receive: "XcmV2MultiassetMultiAssets", + cancel_approval: { + id: "Compact", + delegate: "AccountId20", }, - InitiateReserveWithdraw: { - assets: "XcmV2MultiassetMultiAssetFilter", - reserve: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + force_cancel_approval: { + id: "Compact", + owner: "AccountId20", + delegate: "AccountId20", }, - InitiateTeleport: { - assets: "XcmV2MultiassetMultiAssetFilter", - dest: "XcmV2MultiLocation", - xcm: "XcmV2Xcm", + transfer_approved: { + id: "Compact", + owner: "AccountId20", + destination: "AccountId20", + amount: "Compact", }, - QueryHolding: { - queryId: "Compact", - dest: "XcmV2MultiLocation", - assets: "XcmV2MultiassetMultiAssetFilter", - maxResponseWeight: "Compact", + touch: { + id: "Compact", }, - BuyExecution: { - fees: "XcmV2MultiAsset", - weightLimit: "XcmV2WeightLimit", + refund: { + id: "Compact", + allowBurn: "bool", }, - RefundSurplus: "Null", - SetErrorHandler: "XcmV2Xcm", - SetAppendix: "XcmV2Xcm", - ClearError: "Null", - ClaimAsset: { - assets: "XcmV2MultiassetMultiAssets", - ticket: "XcmV2MultiLocation", + set_min_balance: { + id: "Compact", + minBalance: "u128", }, - Trap: "Compact", - SubscribeVersion: { - queryId: "Compact", - maxResponseWeight: "Compact", + touch_other: { + id: "Compact", + who: "AccountId20", + }, + refund_other: { + id: "Compact", + who: "AccountId20", + }, + block: { + id: "Compact", + who: "AccountId20", }, - UnsubscribeVersion: "Null", }, }, - /** Lookup295: xcm::v2::Response */ - XcmV2Response: { + /** Lookup346: pallet_asset_manager::pallet::Call */ + PalletAssetManagerCall: { _enum: { - Null: "Null", - Assets: "XcmV2MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV2TraitsError)>", - Version: "u32", + 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", + }, }, }, - /** Lookup298: xcm::v2::traits::Error */ - XcmV2TraitsError: { + /** Lookup347: moonriver_runtime::xcm_config::AssetType */ + MoonriverRuntimeXcmConfigAssetType: { _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", + Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup299: xcm::v2::multiasset::MultiAssetFilter */ - XcmV2MultiassetMultiAssetFilter: { - _enum: { - Definite: "XcmV2MultiassetMultiAssets", - Wild: "XcmV2MultiassetWildMultiAsset", - }, + /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup300: xcm::v2::multiasset::WildMultiAsset */ - XcmV2MultiassetWildMultiAsset: { + /** Lookup349: orml_xtokens::module::Call */ + OrmlXtokensModuleCall: { _enum: { - All: "Null", - AllOf: { - id: "XcmV2MultiassetAssetId", - fun: "XcmV2MultiassetWildFungibility", + 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", }, }, }, - /** Lookup301: xcm::v2::multiasset::WildFungibility */ - XcmV2MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], + /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ + MoonriverRuntimeXcmConfigCurrencyId: { + _enum: { + SelfReserve: "Null", + ForeignAsset: "u128", + Erc20: { + contractAddress: "H160", + }, + }, }, - /** Lookup302: xcm::v2::WeightLimit */ - XcmV2WeightLimit: { + /** Lookup351: xcm::VersionedAsset */ + XcmVersionedAsset: { _enum: { - Unlimited: "Null", - Limited: "Compact", + __Unused0: "Null", + V2: "XcmV2MultiAsset", + __Unused2: "Null", + V3: "XcmV3MultiAsset", + V4: "StagingXcmV4Asset", }, }, - /** Lookup303: xcm::v3::Xcm */ - XcmV3Xcm: "Vec", - /** Lookup305: xcm::v3::Instruction */ - XcmV3Instruction: { + /** Lookup354: pallet_xcm_transactor::pallet::Call */ + PalletXcmTransactorCall: { _enum: { - WithdrawAsset: "XcmV3MultiassetMultiAssets", - ReserveAssetDeposited: "XcmV3MultiassetMultiAssets", - ReceiveTeleportedAsset: "XcmV3MultiassetMultiAssets", - QueryResponse: { - queryId: "Compact", - response: "XcmV3Response", - maxWeight: "SpWeightsWeightV2Weight", - querier: "Option", - }, - TransferAsset: { - assets: "XcmV3MultiassetMultiAssets", - beneficiary: "StagingXcmV3MultiLocation", - }, - TransferReserveAsset: { - assets: "XcmV3MultiassetMultiAssets", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", - }, - Transact: { - originKind: "XcmV2OriginKind", - requireWeightAtMost: "SpWeightsWeightV2Weight", - call: "XcmDoubleEncoded", - }, - HrmpNewChannelOpenRequest: { - sender: "Compact", - maxMessageSize: "Compact", - maxCapacity: "Compact", - }, - HrmpChannelAccepted: { - recipient: "Compact", - }, - HrmpChannelClosing: { - initiator: "Compact", - sender: "Compact", - recipient: "Compact", - }, - ClearOrigin: "Null", - DescendOrigin: "XcmV3Junctions", - ReportError: "XcmV3QueryResponseInfo", - DepositAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - beneficiary: "StagingXcmV3MultiLocation", - }, - DepositReserveAsset: { - assets: "XcmV3MultiassetMultiAssetFilter", - dest: "StagingXcmV3MultiLocation", - xcm: "XcmV3Xcm", - }, - 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", + register: { + who: "AccountId20", + index: "u16", }, - UnsubscribeVersion: "Null", - BurnAsset: "XcmV3MultiassetMultiAssets", - ExpectAsset: "XcmV3MultiassetMultiAssets", - ExpectOrigin: "Option", - ExpectError: "Option<(u32,XcmV3TraitsError)>", - ExpectTransactStatus: "XcmV3MaybeErrorCode", - QueryPallet: { - moduleName: "Bytes", - responseInfo: "XcmV3QueryResponseInfo", + deregister: { + index: "u16", }, - ExpectPallet: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - crateMajor: "Compact", - minCrateMinor: "Compact", + transact_through_derivative: { + dest: "MoonriverRuntimeXcmConfigTransactors", + index: "u16", + fee: "PalletXcmTransactorCurrencyPayment", + innerCall: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - ReportTransactStatus: "XcmV3QueryResponseInfo", - ClearTransactStatus: "Null", - UniversalOrigin: "XcmV3Junction", - ExportMessage: { - network: "XcmV3JunctionNetworkId", - destination: "XcmV3Junctions", - xcm: "XcmV3Xcm", + transact_through_sovereign: { + dest: "XcmVersionedLocation", + feePayer: "Option", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + originKind: "XcmV3OriginKind", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - LockAsset: { - asset: "XcmV3MultiAsset", - unlocker: "StagingXcmV3MultiLocation", + set_transact_info: { + location: "XcmVersionedLocation", + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", }, - UnlockAsset: { - asset: "XcmV3MultiAsset", - target: "StagingXcmV3MultiLocation", + remove_transact_info: { + location: "XcmVersionedLocation", }, - NoteUnlockable: { - asset: "XcmV3MultiAsset", - owner: "StagingXcmV3MultiLocation", + transact_through_signed: { + dest: "XcmVersionedLocation", + fee: "PalletXcmTransactorCurrencyPayment", + call: "Bytes", + weightInfo: "PalletXcmTransactorTransactWeights", + refund: "bool", }, - RequestUnlock: { - asset: "XcmV3MultiAsset", - locker: "StagingXcmV3MultiLocation", + set_fee_per_second: { + assetLocation: "XcmVersionedLocation", + feePerSecond: "u128", }, - SetFeesMode: { - jitWithdraw: "bool", + remove_fee_per_second: { + assetLocation: "XcmVersionedLocation", }, - SetTopic: "[u8;32]", - ClearTopic: "Null", - AliasOrigin: "StagingXcmV3MultiLocation", - UnpaidExecution: { - weightLimit: "XcmV3WeightLimit", - checkOrigin: "Option", + hrmp_manage: { + action: "PalletXcmTransactorHrmpOperation", + fee: "PalletXcmTransactorCurrencyPayment", + weightInfo: "PalletXcmTransactorTransactWeights", }, }, }, - /** Lookup306: xcm::v3::Response */ - XcmV3Response: { - _enum: { - Null: "Null", - Assets: "XcmV3MultiassetMultiAssets", - ExecutionResult: "Option<(u32,XcmV3TraitsError)>", - Version: "u32", - PalletsInfo: "Vec", - DispatchResult: "XcmV3MaybeErrorCode", - }, - }, - /** Lookup308: xcm::v3::PalletInfo */ - XcmV3PalletInfo: { - index: "Compact", - name: "Bytes", - moduleName: "Bytes", - major: "Compact", - minor: "Compact", - patch: "Compact", + /** Lookup355: moonriver_runtime::xcm_config::Transactors */ + MoonriverRuntimeXcmConfigTransactors: { + _enum: ["Relay"], }, - /** Lookup312: xcm::v3::QueryResponseInfo */ - XcmV3QueryResponseInfo: { - destination: "StagingXcmV3MultiLocation", - queryId: "Compact", - maxWeight: "SpWeightsWeightV2Weight", + /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ + PalletXcmTransactorCurrencyPayment: { + currency: "PalletXcmTransactorCurrency", + feeAmount: "Option", }, - /** Lookup313: xcm::v3::multiasset::MultiAssetFilter */ - XcmV3MultiassetMultiAssetFilter: { + /** Lookup357: pallet_xcm_transactor::pallet::Currency */ + PalletXcmTransactorCurrency: { _enum: { - Definite: "XcmV3MultiassetMultiAssets", - Wild: "XcmV3MultiassetWildMultiAsset", + AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", + AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup314: xcm::v3::multiasset::WildMultiAsset */ - XcmV3MultiassetWildMultiAsset: { - _enum: { - All: "Null", - AllOf: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", + /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ + PalletXcmTransactorTransactWeights: { + transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", + overallWeight: "Option", + }, + /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ + PalletXcmTransactorHrmpOperation: { + _enum: { + InitOpen: "PalletXcmTransactorHrmpInitParams", + Accept: { + paraId: "u32", }, - AllCounted: "Compact", - AllOfCounted: { - id: "XcmV3MultiassetAssetId", - fun: "XcmV3MultiassetWildFungibility", - count: "Compact", + Close: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + Cancel: { + channelId: "PolkadotParachainPrimitivesPrimitivesHrmpChannelId", + openRequests: "u32", }, }, }, - /** Lookup315: xcm::v3::multiasset::WildFungibility */ - XcmV3MultiassetWildFungibility: { - _enum: ["Fungible", "NonFungible"], + /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ + PalletXcmTransactorHrmpInitParams: { + paraId: "u32", + proposedMaxCapacity: "u32", + proposedMaxMessageSize: "u32", }, - /** Lookup327: staging_xcm_executor::traits::asset_transfer::TransferType */ - StagingXcmExecutorAssetTransferTransferType: { + /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ + PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { + sender: "u32", + recipient: "u32", + }, + /** Lookup365: pallet_ethereum_xcm::pallet::Call */ + PalletEthereumXcmCall: { _enum: { - Teleport: "Null", - LocalReserve: "Null", - DestinationReserve: "Null", - RemoteReserve: "XcmVersionedLocation", + transact: { + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + }, + transact_through_proxy: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + }, + suspend_ethereum_xcm_execution: "Null", + resume_ethereum_xcm_execution: "Null", + force_transact_as: { + transactAs: "H160", + xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + forceCreateAddress: "Option", + }, }, }, - /** Lookup328: xcm::VersionedAssetId */ - XcmVersionedAssetId: { + /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { - __Unused0: "Null", - __Unused1: "Null", - __Unused2: "Null", - V3: "XcmV3MultiassetAssetId", - V4: "StagingXcmV4AssetAssetId", + V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", + V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup329: pallet_assets::pallet::Call */ - PalletAssetsCall: { + /** 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: { - create: { - id: "Compact", - admin: "AccountId20", - minBalance: "u128", + 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)>>", + }, + /** Lookup374: pallet_message_queue::pallet::Call */ + PalletMessageQueueCall: { + _enum: { + reap_page: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + pageIndex: "u32", }, - force_create: { - id: "Compact", - owner: "AccountId20", - isSufficient: "bool", - minBalance: "Compact", + execute_overweight: { + messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + page: "u32", + index: "u32", + weightLimit: "SpWeightsWeightV2Weight", }, - start_destroy: { - id: "Compact", + }, + }, + /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ + CumulusPrimitivesCoreAggregateMessageOrigin: { + _enum: { + Here: "Null", + Parent: "Null", + Sibling: "u32", + }, + }, + /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ + PalletMoonbeamForeignAssetsCall: { + _enum: { + create_foreign_asset: { + assetId: "u128", + xcmLocation: "StagingXcmV4Location", + decimals: "u8", + symbol: "Bytes", + name: "Bytes", }, - destroy_accounts: { - id: "Compact", + change_xcm_location: { + assetId: "u128", + newXcmLocation: "StagingXcmV4Location", }, - destroy_approvals: { - id: "Compact", + freeze_foreign_asset: { + assetId: "u128", + allowXcmDeposit: "bool", }, - finish_destroy: { - id: "Compact", + unfreeze_foreign_asset: { + assetId: "u128", }, - mint: { - id: "Compact", - beneficiary: "AccountId20", - amount: "Compact", + }, + }, + /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ + PalletXcmWeightTraderCall: { + _enum: { + add_asset: { + location: "StagingXcmV4Location", + relativePrice: "u128", }, - burn: { - id: "Compact", - who: "AccountId20", - amount: "Compact", + edit_asset: { + location: "StagingXcmV4Location", + relativePrice: "u128", }, - transfer: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + pause_asset_support: { + location: "StagingXcmV4Location", }, - transfer_keep_alive: { - id: "Compact", - target: "AccountId20", - amount: "Compact", + resume_asset_support: { + location: "StagingXcmV4Location", }, - force_transfer: { - id: "Compact", - source: "AccountId20", - dest: "AccountId20", - amount: "Compact", + remove_asset: { + location: "StagingXcmV4Location", }, - freeze: { - id: "Compact", - who: "AccountId20", + }, + }, + /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ + PalletEmergencyParaXcmCall: { + _enum: { + paused_to_normal: "Null", + fast_authorize_upgrade: { + codeHash: "H256", }, - thaw: { - id: "Compact", - who: "AccountId20", + }, + }, + /** 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", }, - freeze_asset: { - id: "Compact", + WhitelistedCallRemoved: { + callHash: "H256", }, - thaw_asset: { - id: "Compact", + WhitelistedCallDispatched: { + callHash: "H256", + result: "Result", }, - transfer_ownership: { - id: "Compact", - owner: "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", }, - set_team: { - id: "Compact", - issuer: "AccountId20", - admin: "AccountId20", - freezer: "AccountId20", + Voted: { + account: "AccountId20", + proposalHash: "H256", + voted: "bool", + yes: "u32", + no: "u32", }, - set_metadata: { - id: "Compact", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", + Approved: { + proposalHash: "H256", }, - clear_metadata: { - id: "Compact", + Disapproved: { + proposalHash: "H256", }, - 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", + Executed: { + proposalHash: "H256", + result: "Result", }, - transfer_approved: { - id: "Compact", - owner: "AccountId20", - destination: "AccountId20", - amount: "Compact", + MemberExecuted: { + proposalHash: "H256", + result: "Result", }, - touch: { - id: "Compact", + Closed: { + proposalHash: "H256", + yes: "u32", + no: "u32", }, - refund: { - id: "Compact", - allowBurn: "bool", + }, + }, + /** Lookup390: pallet_treasury::pallet::Event */ + PalletTreasuryEvent: { + _enum: { + Spending: { + budgetRemaining: "u128", }, - set_min_balance: { - id: "Compact", - minBalance: "u128", + Awarded: { + proposalIndex: "u32", + award: "u128", + account: "AccountId20", }, - touch_other: { - id: "Compact", - who: "AccountId20", + Burnt: { + burntFunds: "u128", }, - refund_other: { - id: "Compact", - who: "AccountId20", + Rollover: { + rolloverBalance: "u128", }, - block: { - id: "Compact", - who: "AccountId20", + Deposit: { + value: "u128", }, - }, - }, - /** Lookup330: orml_xtokens::module::Call */ - OrmlXtokensModuleCall: { - _enum: { - transfer: { - currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + SpendApproved: { + proposalIndex: "u32", amount: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + beneficiary: "AccountId20", }, - transfer_multiasset: { - asset: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + UpdatedInactive: { + reactivated: "u128", + deactivated: "u128", }, - transfer_with_fee: { - currencyId: "MoonbaseRuntimeXcmConfigCurrencyId", + AssetSpendApproved: { + index: "u32", + assetKind: "Null", amount: "u128", - fee: "u128", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + beneficiary: "AccountId20", + validFrom: "u32", + expireAt: "u32", }, - transfer_multiasset_with_fee: { - asset: "XcmVersionedAsset", - fee: "XcmVersionedAsset", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + AssetSpendVoided: { + index: "u32", }, - transfer_multicurrencies: { - currencies: "Vec<(MoonbaseRuntimeXcmConfigCurrencyId,u128)>", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + Paid: { + index: "u32", + paymentId: "Null", }, - transfer_multiassets: { - assets: "XcmVersionedAssets", - feeItem: "u32", - dest: "XcmVersionedLocation", - destWeightLimit: "XcmV3WeightLimit", + PaymentFailed: { + index: "u32", + paymentId: "Null", + }, + SpendProcessed: { + index: "u32", }, }, }, - /** Lookup331: moonbase_runtime::xcm_config::CurrencyId */ - MoonbaseRuntimeXcmConfigCurrencyId: { + /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ + PalletCrowdloanRewardsEvent: { _enum: { - SelfReserve: "Null", - ForeignAsset: "u128", - Erc20: { - contractAddress: "H160", + InitialPaymentMade: "(AccountId20,u128)", + NativeIdentityAssociated: "([u8;32],AccountId20,u128)", + RewardsPaid: "(AccountId20,u128)", + RewardAddressUpdated: "(AccountId20,AccountId20)", + InitializedAlreadyInitializedAccount: "([u8;32],Option,u128)", + InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", + }, + }, + /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ + CumulusPalletXcmpQueueEvent: { + _enum: { + XcmpMessageSent: { + messageHash: "[u8;32]", }, }, }, - /** Lookup332: xcm::VersionedAsset */ - XcmVersionedAsset: { + /** Lookup393: cumulus_pallet_xcm::pallet::Event */ + CumulusPalletXcmEvent: { _enum: { - __Unused0: "Null", - V2: "XcmV2MultiAsset", - __Unused2: "Null", - V3: "XcmV3MultiAsset", - V4: "StagingXcmV4Asset", + InvalidFormat: "[u8;32]", + UnsupportedVersion: "[u8;32]", + ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup335: pallet_asset_manager::pallet::Call */ - PalletAssetManagerCall: { + /** Lookup394: staging_xcm::v4::traits::Outcome */ + StagingXcmV4TraitsOutcome: { _enum: { - register_foreign_asset: { - asset: "MoonbaseRuntimeXcmConfigAssetType", - metadata: "MoonbaseRuntimeAssetConfigAssetRegistrarMetadata", - minAmount: "u128", - isSufficient: "bool", - }, - __Unused1: "Null", - change_existing_asset_type: { - assetId: "u128", - newAssetType: "MoonbaseRuntimeXcmConfigAssetType", - numAssetsWeightHint: "u32", + Complete: { + used: "SpWeightsWeightV2Weight", }, - __Unused3: "Null", - remove_existing_asset_type: { - assetId: "u128", - numAssetsWeightHint: "u32", + Incomplete: { + used: "SpWeightsWeightV2Weight", + error: "XcmV3TraitsError", }, - __Unused5: "Null", - destroy_foreign_asset: { - assetId: "u128", - numAssetsWeightHint: "u32", + Error: { + error: "XcmV3TraitsError", }, }, }, - /** Lookup336: pallet_xcm_transactor::pallet::Call */ - PalletXcmTransactorCall: { + /** Lookup395: pallet_xcm::pallet::Event */ + PalletXcmEvent: { _enum: { - register: { - who: "AccountId20", - index: "u16", + Attempted: { + outcome: "StagingXcmV4TraitsOutcome", }, - deregister: { - index: "u16", + Sent: { + origin: "StagingXcmV4Location", + destination: "StagingXcmV4Location", + message: "StagingXcmV4Xcm", + messageId: "[u8;32]", }, - transact_through_derivative: { - dest: "MoonbaseRuntimeXcmConfigTransactors", - index: "u16", - fee: "PalletXcmTransactorCurrencyPayment", - innerCall: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + UnexpectedResponse: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - transact_through_sovereign: { - dest: "XcmVersionedLocation", - feePayer: "Option", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - originKind: "XcmV2OriginKind", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + ResponseReady: { + queryId: "u64", + response: "StagingXcmV4Response", }, - set_transact_info: { - location: "XcmVersionedLocation", - transactExtraWeight: "SpWeightsWeightV2Weight", - maxWeight: "SpWeightsWeightV2Weight", - transactExtraWeightSigned: "Option", + Notified: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - remove_transact_info: { - location: "XcmVersionedLocation", + NotifyOverweight: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", + actualWeight: "SpWeightsWeightV2Weight", + maxBudgetedWeight: "SpWeightsWeightV2Weight", }, - transact_through_signed: { - dest: "XcmVersionedLocation", - fee: "PalletXcmTransactorCurrencyPayment", - call: "Bytes", - weightInfo: "PalletXcmTransactorTransactWeights", - refund: "bool", + NotifyDispatchError: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - set_fee_per_second: { - assetLocation: "XcmVersionedLocation", - feePerSecond: "u128", + NotifyDecodeFailed: { + queryId: "u64", + palletIndex: "u8", + callIndex: "u8", }, - remove_fee_per_second: { - assetLocation: "XcmVersionedLocation", + InvalidResponder: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedLocation: "Option", }, - hrmp_manage: { - action: "PalletXcmTransactorHrmpOperation", - fee: "PalletXcmTransactorCurrencyPayment", - weightInfo: "PalletXcmTransactorTransactWeights", - }, - }, - }, - /** Lookup337: moonbase_runtime::xcm_config::Transactors */ - MoonbaseRuntimeXcmConfigTransactors: { - _enum: ["Relay"], - }, - /** Lookup338: pallet_xcm_transactor::pallet::CurrencyPayment */ - PalletXcmTransactorCurrencyPayment: { - currency: "PalletXcmTransactorCurrency", - feeAmount: "Option", - }, - /** Lookup339: pallet_xcm_transactor::pallet::Currency */ - PalletXcmTransactorCurrency: { - _enum: { - AsCurrencyId: "MoonbaseRuntimeXcmConfigCurrencyId", - AsMultiLocation: "XcmVersionedLocation", - }, - }, - /** Lookup341: pallet_xcm_transactor::pallet::TransactWeights */ - PalletXcmTransactorTransactWeights: { - transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", - overallWeight: "Option", - }, - /** Lookup343: pallet_moonbeam_orbiters::pallet::Call */ - PalletMoonbeamOrbitersCall: { - _enum: { - collator_add_orbiter: { - orbiter: "AccountId20", + InvalidResponderVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - collator_remove_orbiter: { - orbiter: "AccountId20", + ResponseTaken: { + queryId: "u64", }, - orbiter_leave_collator_pool: { - collator: "AccountId20", + AssetsTrapped: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - orbiter_register: "Null", - orbiter_unregister: { - collatorsPoolCount: "u32", + VersionChangeNotified: { + destination: "StagingXcmV4Location", + result: "u32", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - add_collator: { - collator: "AccountId20", + SupportedVersionChanged: { + location: "StagingXcmV4Location", + version: "u32", }, - remove_collator: { - collator: "AccountId20", + NotifyTargetSendFail: { + location: "StagingXcmV4Location", + queryId: "u64", + error: "XcmV3TraitsError", }, - }, - }, - /** Lookup344: pallet_ethereum_xcm::pallet::Call */ - PalletEthereumXcmCall: { - _enum: { - transact: { - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + NotifyTargetMigrationFail: { + location: "XcmVersionedLocation", + queryId: "u64", }, - transact_through_proxy: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", + InvalidQuerierVersion: { + origin: "StagingXcmV4Location", + queryId: "u64", }, - suspend_ethereum_xcm_execution: "Null", - resume_ethereum_xcm_execution: "Null", - force_transact_as: { - transactAs: "H160", - xcmTransaction: "XcmPrimitivesEthereumXcmEthereumXcmTransaction", - forceCreateAddress: "Option", + InvalidQuerier: { + origin: "StagingXcmV4Location", + queryId: "u64", + expectedQuerier: "StagingXcmV4Location", + maybeActualQuerier: "Option", }, - }, - }, - /** Lookup345: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ - XcmPrimitivesEthereumXcmEthereumXcmTransaction: { - _enum: { - V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", - V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", - }, - }, - /** Lookup346: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { - gasLimit: "U256", - feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup347: xcm_primitives::ethereum_xcm::EthereumXcmFee */ - XcmPrimitivesEthereumXcmEthereumXcmFee: { - _enum: { - Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", - Auto: "Null", - }, - }, - /** Lookup348: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ - XcmPrimitivesEthereumXcmManualEthereumXcmFee: { - gasPrice: "Option", - maxFeePerGas: "Option", - }, - /** Lookup351: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ - XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { - gasLimit: "U256", - action: "EthereumTransactionTransactionAction", - value: "U256", - input: "Bytes", - accessList: "Option)>>", - }, - /** Lookup353: pallet_randomness::pallet::Call */ - PalletRandomnessCall: { - _enum: ["set_babe_randomness_results"], - }, - /** Lookup354: pallet_collective::pallet::Call */ - PalletCollectiveCall: { - _enum: { - set_members: { - newMembers: "Vec", - prime: "Option", - oldCount: "u32", + VersionNotifyStarted: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - execute: { - proposal: "Call", - lengthBound: "Compact", + VersionNotifyRequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - propose: { - threshold: "Compact", - proposal: "Call", - lengthBound: "Compact", + VersionNotifyUnrequested: { + destination: "StagingXcmV4Location", + cost: "StagingXcmV4AssetAssets", + messageId: "[u8;32]", }, - vote: { - proposal: "H256", - index: "Compact", - approve: "bool", + FeesPaid: { + paying: "StagingXcmV4Location", + fees: "StagingXcmV4AssetAssets", }, - __Unused4: "Null", - disapprove_proposal: { - proposalHash: "H256", + AssetsClaimed: { + _alias: { + hash_: "hash", + }, + hash_: "H256", + origin: "StagingXcmV4Location", + assets: "XcmVersionedAssets", }, - close: { - proposalHash: "H256", - index: "Compact", - proposalWeightBound: "SpWeightsWeightV2Weight", - lengthBound: "Compact", + VersionMigrationFinished: { + version: "u32", }, }, }, - /** Lookup355: pallet_conviction_voting::pallet::Call */ - PalletConvictionVotingCall: { + /** Lookup396: pallet_assets::pallet::Event */ + PalletAssetsEvent: { _enum: { - vote: { - pollIndex: "Compact", - vote: "PalletConvictionVotingVoteAccountVote", + Created: { + assetId: "u128", + creator: "AccountId20", + owner: "AccountId20", }, - delegate: { - class: "u16", + Issued: { + assetId: "u128", + owner: "AccountId20", + amount: "u128", + }, + Transferred: { + assetId: "u128", + from: "AccountId20", to: "AccountId20", - conviction: "PalletConvictionVotingConviction", - balance: "u128", + amount: "u128", }, - undelegate: { - class: "u16", + Burned: { + assetId: "u128", + owner: "AccountId20", + balance: "u128", }, - unlock: { - class: "u16", - target: "AccountId20", + TeamChanged: { + assetId: "u128", + issuer: "AccountId20", + admin: "AccountId20", + freezer: "AccountId20", }, - remove_vote: { - class: "Option", - index: "u32", + OwnerChanged: { + assetId: "u128", + owner: "AccountId20", }, - remove_other_vote: { - target: "AccountId20", - class: "u16", - index: "u32", + Frozen: { + assetId: "u128", + who: "AccountId20", }, - }, - }, - /** Lookup356: pallet_conviction_voting::vote::AccountVote */ - PalletConvictionVotingVoteAccountVote: { - _enum: { - Standard: { - vote: "Vote", - balance: "u128", + Thawed: { + assetId: "u128", + who: "AccountId20", }, - Split: { - aye: "u128", - nay: "u128", + AssetFrozen: { + assetId: "u128", }, - SplitAbstain: { - aye: "u128", - nay: "u128", - abstain: "u128", + AssetThawed: { + assetId: "u128", }, - }, - }, - /** Lookup358: pallet_conviction_voting::conviction::Conviction */ - PalletConvictionVotingConviction: { - _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], - }, - /** Lookup360: pallet_referenda::pallet::Call */ - PalletReferendaCall: { - _enum: { - submit: { - proposalOrigin: "MoonbaseRuntimeOriginCaller", - proposal: "FrameSupportPreimagesBounded", - enactmentMoment: "FrameSupportScheduleDispatchTime", + AccountsDestroyed: { + assetId: "u128", + accountsDestroyed: "u32", + accountsRemaining: "u32", }, - place_decision_deposit: { - index: "u32", + ApprovalsDestroyed: { + assetId: "u128", + approvalsDestroyed: "u32", + approvalsRemaining: "u32", }, - refund_decision_deposit: { - index: "u32", + DestructionStarted: { + assetId: "u128", }, - cancel: { - index: "u32", + Destroyed: { + assetId: "u128", }, - kill: { - index: "u32", + ForceCreated: { + assetId: "u128", + owner: "AccountId20", }, - nudge_referendum: { - index: "u32", + MetadataSet: { + assetId: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - one_fewer_deciding: { - track: "u16", + MetadataCleared: { + assetId: "u128", }, - refund_submission_deposit: { - index: "u32", + ApprovedTransfer: { + assetId: "u128", + source: "AccountId20", + delegate: "AccountId20", + amount: "u128", }, - set_metadata: { - index: "u32", - maybeHash: "Option", + ApprovalCancelled: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", }, - }, - }, - /** Lookup361: frame_support::traits::schedule::DispatchTime */ - FrameSupportScheduleDispatchTime: { - _enum: { - At: "u32", - After: "u32", - }, - }, - /** Lookup363: pallet_preimage::pallet::Call */ - PalletPreimageCall: { - _enum: { - note_preimage: { - bytes: "Bytes", + TransferredApproved: { + assetId: "u128", + owner: "AccountId20", + delegate: "AccountId20", + destination: "AccountId20", + amount: "u128", }, - unnote_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + AssetStatusChanged: { + assetId: "u128", }, - request_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + AssetMinBalanceChanged: { + assetId: "u128", + newMinBalance: "u128", }, - unrequest_preimage: { - _alias: { - hash_: "hash", - }, - hash_: "H256", + Touched: { + assetId: "u128", + who: "AccountId20", + depositor: "AccountId20", }, - ensure_updated: { - hashes: "Vec", + Blocked: { + assetId: "u128", + who: "AccountId20", + }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", }, }, }, - /** Lookup364: pallet_whitelist::pallet::Call */ - PalletWhitelistCall: { + /** Lookup397: pallet_asset_manager::pallet::Event */ + PalletAssetManagerEvent: { _enum: { - whitelist_call: { - callHash: "H256", + ForeignAssetRegistered: { + assetId: "u128", + asset: "MoonriverRuntimeXcmConfigAssetType", + metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", }, - remove_whitelisted_call: { - callHash: "H256", + UnitsPerSecondChanged: "Null", + ForeignAssetXcmLocationChanged: { + assetId: "u128", + newAssetType: "MoonriverRuntimeXcmConfigAssetType", }, - dispatch_whitelisted_call: { - callHash: "H256", - callEncodedLen: "u32", - callWeightWitness: "SpWeightsWeightV2Weight", + ForeignAssetRemoved: { + assetId: "u128", + assetType: "MoonriverRuntimeXcmConfigAssetType", }, - dispatch_whitelisted_call_with_preimage: { - call: "Call", + SupportedAssetRemoved: { + assetType: "MoonriverRuntimeXcmConfigAssetType", + }, + ForeignAssetDestroyed: { + assetId: "u128", + assetType: "MoonriverRuntimeXcmConfigAssetType", + }, + LocalAssetDestroyed: { + assetId: "u128", }, }, }, - /** Lookup366: pallet_root_testing::pallet::Call */ - PalletRootTestingCall: { + /** Lookup398: orml_xtokens::module::Event */ + OrmlXtokensModuleEvent: { _enum: { - fill_block: { - ratio: "Perbill", + TransferredAssets: { + sender: "AccountId20", + assets: "StagingXcmV4AssetAssets", + fee: "StagingXcmV4Asset", + dest: "StagingXcmV4Location", }, - trigger_defensive: "Null", }, }, - /** Lookup367: pallet_multisig::pallet::Call */ - PalletMultisigCall: { + /** Lookup399: pallet_xcm_transactor::pallet::Event */ + PalletXcmTransactorEvent: { _enum: { - as_multi_threshold_1: { - otherSignatories: "Vec", - call: "Call", + TransactedDerivative: { + accountId: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", + index: "u16", }, - as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - call: "Call", - maxWeight: "SpWeightsWeightV2Weight", + TransactedSovereign: { + feePayer: "Option", + dest: "StagingXcmV4Location", + call: "Bytes", }, - approve_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - maybeTimepoint: "Option", - callHash: "[u8;32]", - maxWeight: "SpWeightsWeightV2Weight", + TransactedSigned: { + feePayer: "AccountId20", + dest: "StagingXcmV4Location", + call: "Bytes", }, - cancel_as_multi: { - threshold: "u16", - otherSignatories: "Vec", - timepoint: "PalletMultisigTimepoint", - callHash: "[u8;32]", + RegisteredDerivative: { + accountId: "AccountId20", + index: "u16", + }, + DeRegisteredDerivative: { + index: "u16", + }, + TransactFailed: { + error: "XcmV3TraitsError", + }, + TransactInfoChanged: { + location: "StagingXcmV4Location", + remoteInfo: "PalletXcmTransactorRemoteTransactInfoWithMaxWeight", + }, + TransactInfoRemoved: { + location: "StagingXcmV4Location", + }, + DestFeePerSecondChanged: { + location: "StagingXcmV4Location", + feePerSecond: "u128", + }, + DestFeePerSecondRemoved: { + location: "StagingXcmV4Location", + }, + HrmpManagementSent: { + action: "PalletXcmTransactorHrmpOperation", }, }, }, - /** Lookup369: pallet_multisig::Timepoint */ - PalletMultisigTimepoint: { - height: "u32", - index: "u32", + /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { + transactExtraWeight: "SpWeightsWeightV2Weight", + maxWeight: "SpWeightsWeightV2Weight", + transactExtraWeightSigned: "Option", }, - /** Lookup370: pallet_moonbeam_lazy_migrations::pallet::Call */ - PalletMoonbeamLazyMigrationsCall: { + /** Lookup401: pallet_ethereum_xcm::pallet::Event */ + PalletEthereumXcmEvent: { _enum: { - __Unused0: "Null", - clear_suicided_storage: { - addresses: "Vec", - limit: "u32", - }, - create_contract_metadata: { - address: "H160", + ExecutedFromXcm: { + xcmMsgHash: "H256", + ethTxHash: "H256", }, }, }, - /** Lookup373: pallet_message_queue::pallet::Call */ - PalletMessageQueueCall: { + /** Lookup402: pallet_message_queue::pallet::Event */ + PalletMessageQueueEvent: { _enum: { - reap_page: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", + 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", }, - execute_overweight: { - messageOrigin: "CumulusPrimitivesCoreAggregateMessageOrigin", - page: "u32", + PageReaped: { + origin: "CumulusPrimitivesCoreAggregateMessageOrigin", index: "u32", - weightLimit: "SpWeightsWeightV2Weight", }, }, }, - /** Lookup374: cumulus_primitives_core::AggregateMessageOrigin */ - CumulusPrimitivesCoreAggregateMessageOrigin: { + /** Lookup403: frame_support::traits::messages::ProcessMessageError */ + FrameSupportMessagesProcessMessageError: { _enum: { - Here: "Null", - Parent: "Null", - Sibling: "u32", + BadFormat: "Null", + Corrupt: "Null", + Unsupported: "Null", + Overweight: "SpWeightsWeightV2Weight", + Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup375: pallet_emergency_para_xcm::pallet::Call */ - PalletEmergencyParaXcmCall: { - _enum: { - paused_to_normal: "Null", - fast_authorize_upgrade: { - codeHash: "H256", - }, - }, - }, - /** Lookup376: 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", - }, - }, - }, - /** Lookup378: pallet_parameters::pallet::Call */ - PalletParametersCall: { - _enum: { - set_parameter: { - keyValue: "MoonbaseRuntimeRuntimeParamsRuntimeParameters", - }, - }, - }, - /** Lookup379: moonbase_runtime::runtime_params::RuntimeParameters */ - MoonbaseRuntimeRuntimeParamsRuntimeParameters: { - _enum: { - RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters", - }, - }, - /** Lookup380: moonbase_runtime::runtime_params::dynamic_params::runtime_config::Parameters */ - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters: { - _enum: { - FeesTreasuryProportion: - "(MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion,Option)", - }, - }, - /** Lookup381: moonbase_runtime::runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion */ - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion: "Null", - /** Lookup383: 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", - }, - }, - }, - /** Lookup384: sp_runtime::traits::BlakeTwo256 */ - SpRuntimeBlakeTwo256: "Null", - /** Lookup386: pallet_conviction_voting::types::Tally */ - PalletConvictionVotingTally: { - ayes: "u128", - nays: "u128", - support: "u128", - }, - /** Lookup387: pallet_preimage::pallet::Event */ - PalletPreimageEvent: { - _enum: { - Noted: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - Requested: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - Cleared: { - _alias: { - hash_: "hash", - }, - hash_: "H256", - }, - }, - }, - /** Lookup388: pallet_whitelist::pallet::Event */ - PalletWhitelistEvent: { - _enum: { - CallWhitelisted: { - callHash: "H256", - }, - WhitelistedCallRemoved: { - callHash: "H256", - }, - WhitelistedCallDispatched: { - callHash: "H256", - result: "Result", - }, - }, - }, - /** Lookup390: frame_support::dispatch::PostDispatchInfo */ - FrameSupportDispatchPostDispatchInfo: { - actualWeight: "Option", - paysFee: "FrameSupportDispatchPays", - }, - /** Lookup391: sp_runtime::DispatchErrorWithPostInfo */ - SpRuntimeDispatchErrorWithPostInfo: { - postInfo: "FrameSupportDispatchPostDispatchInfo", - error: "SpRuntimeDispatchError", - }, - /** Lookup393: pallet_root_testing::pallet::Event */ - PalletRootTestingEvent: { - _enum: ["DefensiveTestCall"], - }, - /** Lookup394: 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]", - }, - }, - }, - /** Lookup395: 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", - }, - }, - }, - /** Lookup396: frame_support::traits::messages::ProcessMessageError */ - FrameSupportMessagesProcessMessageError: { - _enum: { - BadFormat: "Null", - Corrupt: "Null", - Unsupported: "Null", - Overweight: "SpWeightsWeightV2Weight", - Yield: "Null", - }, - }, - /** Lookup397: pallet_emergency_para_xcm::pallet::Event */ - PalletEmergencyParaXcmEvent: { - _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], - }, - /** Lookup398: pallet_moonbeam_foreign_assets::pallet::Event */ - PalletMoonbeamForeignAssetsEvent: { + /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ + PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { contractAddress: "H160", @@ -4454,38 +4438,6 @@ export default { }, }, }, - /** Lookup399: pallet_parameters::pallet::Event */ - PalletParametersEvent: { - _enum: { - Updated: { - key: "MoonbaseRuntimeRuntimeParamsRuntimeParametersKey", - oldValue: "Option", - newValue: "Option", - }, - }, - }, - /** Lookup400: moonbase_runtime::runtime_params::RuntimeParametersKey */ - MoonbaseRuntimeRuntimeParamsRuntimeParametersKey: { - _enum: { - RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey", - }, - }, - /** Lookup401: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersKey */ - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey: { - _enum: ["FeesTreasuryProportion"], - }, - /** Lookup403: moonbase_runtime::runtime_params::RuntimeParametersValue */ - MoonbaseRuntimeRuntimeParamsRuntimeParametersValue: { - _enum: { - RuntimeConfig: "MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue", - }, - }, - /** Lookup404: moonbase_runtime::runtime_params::dynamic_params::runtime_config::ParametersValue */ - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue: { - _enum: { - FeesTreasuryProportion: "Perbill", - }, - }, /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { @@ -4508,7 +4460,46 @@ export default { }, }, }, - /** Lookup406: frame_system::Phase */ + /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ + PalletEmergencyParaXcmEvent: { + _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], + }, + /** Lookup407: pallet_randomness::pallet::Event */ + PalletRandomnessEvent: { + _enum: { + RandomnessRequestedBabeEpoch: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestEpoch: "u64", + }, + RandomnessRequestedLocal: { + id: "u64", + refundAddress: "H160", + contractAddress: "H160", + fee: "u128", + gasLimit: "u64", + numWords: "u8", + salt: "H256", + earliestBlock: "u32", + }, + RequestFulfilled: { + id: "u64", + }, + RequestFeeIncreased: { + id: "u64", + newFee: "u128", + }, + RequestExpirationExecuted: { + id: "u64", + }, + }, + }, + /** Lookup408: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4516,51 +4507,51 @@ export default { Initialization: "Null", }, }, - /** Lookup408: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup409: frame_system::CodeUpgradeAuthorization */ + /** Lookup411: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup410: frame_system::limits::BlockWeights */ + /** Lookup412: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup411: frame_support::dispatch::PerDispatchClass */ + /** Lookup413: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup412: frame_system::limits::WeightsPerClass */ + /** Lookup414: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup413: frame_system::limits::BlockLength */ + /** Lookup415: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup414: frame_support::dispatch::PerDispatchClass */ + /** Lookup416: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup415: sp_weights::RuntimeDbWeight */ + /** Lookup417: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup416: sp_version::RuntimeVersion */ + /** Lookup418: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4571,7 +4562,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup420: frame_system::pallet::Error */ + /** Lookup422: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4585,27 +4576,112 @@ export default { "Unauthorized", ], }, - /** Lookup421: pallet_utility::pallet::Error */ - PalletUtilityError: { - _enum: ["TooManyCalls"], - }, - /** Lookup423: pallet_balances::types::BalanceLock */ - PalletBalancesBalanceLock: { - id: "[u8;8]", - amount: "u128", - reasons: "PalletBalancesReasons", + /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + CumulusPalletParachainSystemUnincludedSegmentAncestor: { + usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", + paraHeadHash: "Option", + consumedGoAheadSignal: "Option", }, - /** Lookup424: pallet_balances::types::Reasons */ - PalletBalancesReasons: { - _enum: ["Fee", "Misc", "All"], + /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { + umpMsgCount: "u32", + umpTotalBytes: "u32", + hrmpOutgoing: "BTreeMap", }, - /** Lookup427: pallet_balances::types::ReserveData */ - PalletBalancesReserveData: { - id: "[u8;4]", - amount: "u128", + /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { + msgCount: "u32", + totalBytes: "u32", }, - /** Lookup431: moonbase_runtime::RuntimeHoldReason */ - MoonbaseRuntimeRuntimeHoldReason: { + /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ + PolkadotPrimitivesV7UpgradeGoAhead: { + _enum: ["Abort", "GoAhead"], + }, + /** 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: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4651,19 +4727,37 @@ 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", }, }, - /** Lookup432: pallet_preimage::pallet::HoldReason */ + /** Lookup460: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup435: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup437: pallet_balances::pallet::Error */ + /** Lookup465: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4680,198 +4774,18 @@ 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_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 */ + /** Lookup467: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup487: pallet_parachain_staking::types::Delegator */ + /** Lookup468: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4880,24 +4794,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup488: + * Lookup469: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup489: pallet_parachain_staking::types::Bond */ + /** Lookup470: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup491: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup492: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4910,16 +4824,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup493: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup495: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup496: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4927,50 +4841,50 @@ export default { Leaving: "u32", }, }, - /** Lookup498: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup501: + * Lookup482: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup503: pallet_parachain_staking::types::Delegations */ + /** Lookup484: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup505: + * Lookup486: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup508: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup510: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup511: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup512: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4988,7 +4902,7 @@ export default { max: "Perbill", }, }, - /** Lookup513: pallet_parachain_staking::pallet::Error */ + /** Lookup494: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -5049,520 +4963,44 @@ export default { "CurrentRoundTooLow", ], }, - /** - * 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", - }, - /** Lookup518: pallet_scheduler::RetryConfig */ - PalletSchedulerRetryConfig: { - totalRetries: "u8", - remaining: "u8", - period: "u32", - }, - /** Lookup519: pallet_scheduler::pallet::Error */ - PalletSchedulerError: { - _enum: [ - "FailedToSchedule", - "NotFound", - "TargetBlockNumberInPast", - "RescheduleNoChange", - "Named", - ], + /** Lookup495: pallet_author_inherent::pallet::Error */ + PalletAuthorInherentError: { + _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup520: pallet_treasury::Proposal */ - PalletTreasuryProposal: { - proposer: "AccountId20", - value: "u128", - beneficiary: "AccountId20", - bond: "u128", - }, - /** - * 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: [ - "InsufficientProposersBalance", - "InvalidIndex", - "TooManyApprovals", - "InsufficientPermission", - "ProposalNotApproved", - "FailedToConvertBalance", - "SpendExpired", - "EarlyPayout", - "AlreadyAttempted", - "PayoutError", - "NotAttempted", - "Inconclusive", - ], - }, - /** 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", - ], - }, - /** Lookup536: pallet_proxy::ProxyDefinition */ - PalletProxyProxyDefinition: { - delegate: "AccountId20", - proxyType: "MoonbaseRuntimeProxyType", - delay: "u32", - }, - /** Lookup540: pallet_proxy::Announcement */ - PalletProxyAnnouncement: { - real: "AccountId20", - callHash: "H256", - height: "u32", - }, - /** Lookup542: pallet_proxy::pallet::Error */ - PalletProxyError: { - _enum: [ - "TooMany", - "NotFound", - "NotProxy", - "Unproxyable", - "Duplicate", - "NoPermission", - "Unannounced", - "NoSelfProxy", - ], - }, - /** Lookup543: pallet_maintenance_mode::pallet::Error */ - PalletMaintenanceModeError: { - _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], - }, - /** - * Lookup545: pallet_identity::types::Registration> - */ - PalletIdentityRegistration: { - judgements: "Vec<(u32,PalletIdentityJudgement)>", - deposit: "u128", - info: "PalletIdentityLegacyIdentityInfo", - }, - /** Lookup554: pallet_identity::types::RegistrarInfo */ - PalletIdentityRegistrarInfo: { - account: "AccountId20", - fee: "u128", - fields: "u64", - }, - /** - * Lookup556: - * pallet_identity::types::AuthorityProperties> - */ - PalletIdentityAuthorityProperties: { - suffix: "Bytes", - allocation: "u32", - }, - /** Lookup559: pallet_identity::pallet::Error */ - PalletIdentityError: { - _enum: [ - "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", - ], - }, - /** Lookup564: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ - CumulusPalletXcmpQueueOutboundChannelDetails: { - recipient: "u32", - state: "CumulusPalletXcmpQueueOutboundState", - signalsExist: "bool", - firstIndex: "u16", - lastIndex: "u16", - }, - /** Lookup565: cumulus_pallet_xcmp_queue::OutboundState */ - CumulusPalletXcmpQueueOutboundState: { - _enum: ["Ok", "Suspended"], - }, - /** Lookup567: cumulus_pallet_xcmp_queue::QueueConfigData */ - CumulusPalletXcmpQueueQueueConfigData: { - suspendThreshold: "u32", - dropThreshold: "u32", - resumeThreshold: "u32", - }, - /** Lookup568: cumulus_pallet_xcmp_queue::pallet::Error */ - CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup569: 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", - }, - }, - /** Lookup572: 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", - }, - }, - }, - /** Lookup576: xcm::VersionedResponse */ - XcmVersionedResponse: { - _enum: { - __Unused0: "Null", - __Unused1: "Null", - V2: "XcmV2Response", - V3: "XcmV3Response", - V4: "StagingXcmV4Response", - }, - }, - /** Lookup582: pallet_xcm::pallet::VersionMigrationStage */ - PalletXcmVersionMigrationStage: { - _enum: { - MigrateSupportedVersion: "Null", - MigrateVersionNotifiers: "Null", - NotifyCurrentTargets: "Option", - MigrateAndNotifyOldTargets: "Null", - }, - }, - /** Lookup585: pallet_xcm::pallet::RemoteLockedFungibleRecord */ - PalletXcmRemoteLockedFungibleRecord: { - amount: "u128", - owner: "XcmVersionedLocation", - locker: "XcmVersionedLocation", - consumers: "Vec<(Null,u128)>", - }, - /** Lookup592: 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", - ], - }, - /** Lookup593: 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", - }, - /** Lookup594: pallet_assets::types::AssetStatus */ - PalletAssetsAssetStatus: { - _enum: ["Live", "Frozen", "Destroying"], - }, - /** Lookup596: pallet_assets::types::AssetAccount */ - PalletAssetsAssetAccount: { - balance: "u128", - status: "PalletAssetsAccountStatus", - reason: "PalletAssetsExistenceReason", - extra: "Null", - }, - /** Lookup597: pallet_assets::types::AccountStatus */ - PalletAssetsAccountStatus: { - _enum: ["Liquid", "Frozen", "Blocked"], - }, - /** Lookup598: pallet_assets::types::ExistenceReason */ - PalletAssetsExistenceReason: { - _enum: { - Consumer: "Null", - Sufficient: "Null", - DepositHeld: "u128", - DepositRefunded: "Null", - DepositFrom: "(AccountId20,u128)", - }, - }, - /** Lookup600: pallet_assets::types::Approval */ - PalletAssetsApproval: { - amount: "u128", - deposit: "u128", - }, - /** - * Lookup601: pallet_assets::types::AssetMetadata> - */ - PalletAssetsAssetMetadata: { - deposit: "u128", - name: "Bytes", - symbol: "Bytes", - decimals: "u8", - isFrozen: "bool", - }, - /** Lookup603: 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", - ], - }, - /** Lookup604: 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", - ], - }, - /** Lookup605: pallet_asset_manager::pallet::Error */ - PalletAssetManagerError: { - _enum: [ - "ErrorCreatingAsset", - "AssetAlreadyExists", - "AssetDoesNotExist", - "TooLowNumAssetsWeightHint", - "LocalAssetLimitReached", - "ErrorDestroyingAsset", - "NotSufficientDeposit", - "NonExistentLocalAsset", - ], - }, - /** Lookup606: pallet_migrations::pallet::Error */ - PalletMigrationsError: { - _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], - }, - /** Lookup607: 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", - }, - /** Lookup608: 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", + /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ + PalletAuthorMappingRegistrationInfo: { + _alias: { + keys_: "keys", + }, + account: "AccountId20", + deposit: "u128", + keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", + }, + /** Lookup497: pallet_author_mapping::pallet::Error */ + PalletAuthorMappingError: { + _enum: [ + "AssociationNotFound", + "NotYourAssociation", + "CannotAffordSecurityDeposit", + "AlreadyAssociated", + "OldAuthorIdNotFound", + "WrongKeySize", + "DecodeNimbusFailed", + "DecodeKeysFailed", ], }, - /** Lookup609: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup611: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup612: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -5576,87 +5014,305 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup613: pallet_ethereum_xcm::pallet::Error */ - PalletEthereumXcmError: { - _enum: ["EthereumXcmExecutionSuspended"], + /** Lookup504: pallet_utility::pallet::Error */ + PalletUtilityError: { + _enum: ["TooManyCalls"], }, - /** Lookup614: pallet_randomness::types::RequestState */ - PalletRandomnessRequestState: { - request: "PalletRandomnessRequest", + /** Lookup507: pallet_proxy::ProxyDefinition */ + PalletProxyProxyDefinition: { + delegate: "AccountId20", + proxyType: "MoonriverRuntimeProxyType", + delay: "u32", + }, + /** Lookup511: pallet_proxy::Announcement */ + PalletProxyAnnouncement: { + real: "AccountId20", + callHash: "H256", + height: "u32", + }, + /** Lookup513: pallet_proxy::pallet::Error */ + PalletProxyError: { + _enum: [ + "TooMany", + "NotFound", + "NotProxy", + "Unproxyable", + "Duplicate", + "NoPermission", + "Unannounced", + "NoSelfProxy", + ], + }, + /** Lookup514: pallet_maintenance_mode::pallet::Error */ + PalletMaintenanceModeError: { + _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], + }, + /** + * Lookup516: pallet_identity::types::Registration> + */ + PalletIdentityRegistration: { + judgements: "Vec<(u32,PalletIdentityJudgement)>", deposit: "u128", + info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup615: pallet_randomness::types::Request> */ - PalletRandomnessRequest: { - refundAddress: "H160", - contractAddress: "H160", + /** Lookup525: pallet_identity::types::RegistrarInfo */ + PalletIdentityRegistrarInfo: { + account: "AccountId20", fee: "u128", - gasLimit: "u64", - numWords: "u8", - salt: "H256", - info: "PalletRandomnessRequestInfo", + fields: "u64", }, - /** Lookup616: pallet_randomness::types::RequestInfo */ - PalletRandomnessRequestInfo: { + /** + * Lookup527: + * pallet_identity::types::AuthorityProperties> + */ + PalletIdentityAuthorityProperties: { + suffix: "Bytes", + allocation: "u32", + }, + /** Lookup530: pallet_identity::pallet::Error */ + PalletIdentityError: { + _enum: [ + "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", + ], + }, + /** Lookup531: pallet_migrations::pallet::Error */ + PalletMigrationsError: { + _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], + }, + /** Lookup533: pallet_multisig::Multisig */ + PalletMultisigMultisig: { + when: "PalletMultisigTimepoint", + deposit: "u128", + depositor: "AccountId20", + approvals: "Vec", + }, + /** Lookup535: pallet_multisig::pallet::Error */ + PalletMultisigError: { + _enum: [ + "MinimumThreshold", + "AlreadyApproved", + "NoApprovalsNeeded", + "TooFewSignatories", + "TooManySignatories", + "SignatoriesOutOfOrder", + "SenderInSignatories", + "NotFound", + "NotOwner", + "NoTimepoint", + "WrongTimepoint", + "UnexpectedTimepoint", + "MaxWeightTooLow", + "AlreadyStored", + ], + }, + /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { _enum: { - BabeEpoch: "(u64,u64)", - Local: "(u32,u32)", + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", }, }, - /** Lookup617: pallet_randomness::types::RequestType */ - PalletRandomnessRequestType: { + /** 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", + }, + 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: { _enum: { - BabeEpoch: "u64", - Local: "u32", + Legacy: "EthereumReceiptEip658ReceiptData", + EIP2930: "EthereumReceiptEip658ReceiptData", + EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup618: pallet_randomness::types::RandomnessResult */ - PalletRandomnessRandomnessResult: { - randomness: "Option", - requestCount: "u64", + /** Lookup550: ethereum::receipt::EIP658ReceiptData */ + EthereumReceiptEip658ReceiptData: { + statusCode: "u8", + usedGas: "U256", + logsBloom: "EthbloomBloom", + logs: "Vec", }, - /** Lookup619: pallet_randomness::pallet::Error */ - PalletRandomnessError: { + /** + * Lookup551: + * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) + */ + EthereumBlock: { + header: "EthereumHeader", + transactions: "Vec", + ommers: "Vec", + }, + /** 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", + }, + /** Lookup553: ethereum_types::hash::H64 */ + EthereumTypesHashH64: "[u8;8]", + /** Lookup558: pallet_ethereum::pallet::Error */ + PalletEthereumError: { + _enum: ["InvalidSignature", "PreLogExists"], + }, + /** + * Lookup561: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> + */ + PalletSchedulerScheduled: { + maybeId: "Option<[u8;32]>", + priority: "u8", + call: "FrameSupportPreimagesBounded", + maybePeriodic: "Option<(u32,u32)>", + origin: "MoonriverRuntimeOriginCaller", + }, + /** Lookup563: pallet_scheduler::RetryConfig */ + PalletSchedulerRetryConfig: { + totalRetries: "u8", + remaining: "u8", + period: "u32", + }, + /** Lookup564: pallet_scheduler::pallet::Error */ + PalletSchedulerError: { _enum: [ - "RequestCounterOverflowed", - "RequestFeeOverflowed", - "MustRequestAtLeastOneWord", - "CannotRequestMoreWordsThanMax", - "CannotRequestRandomnessAfterMaxDelay", - "CannotRequestRandomnessBeforeMinDelay", - "RequestDNE", - "RequestCannotYetBeFulfilled", - "OnlyRequesterCanIncreaseFee", - "RequestHasNotExpired", - "RandomnessResultDNE", - "RandomnessResultNotFilled", + "FailedToSchedule", + "NotFound", + "TargetBlockNumberInPast", + "RescheduleNoChange", + "Named", ], }, - /** Lookup621: pallet_collective::Votes */ - PalletCollectiveVotes: { - index: "u32", - threshold: "u32", - ayes: "Vec", - nays: "Vec", - end: "u32", + /** Lookup565: pallet_preimage::OldRequestStatus */ + PalletPreimageOldRequestStatus: { + _enum: { + Unrequested: { + deposit: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + deposit: "Option<(AccountId20,u128)>", + count: "u32", + len: "Option", + }, + }, + }, + /** + * Lookup568: pallet_preimage::RequestStatus> + */ + PalletPreimageRequestStatus: { + _enum: { + Unrequested: { + ticket: "(AccountId20,u128)", + len: "u32", + }, + Requested: { + maybeTicket: "Option<(AccountId20,u128)>", + count: "u32", + maybeLen: "Option", + }, + }, }, - /** Lookup622: pallet_collective::pallet::Error */ - PalletCollectiveError: { + /** Lookup574: pallet_preimage::pallet::Error */ + PalletPreimageError: { _enum: [ - "NotMember", - "DuplicateProposal", - "ProposalMissing", - "WrongIndex", - "DuplicateVote", - "AlreadyInitialized", - "TooEarly", - "TooManyProposals", - "WrongProposalWeight", - "WrongProposalLength", - "PrimeAccountNotMember", + "TooBig", + "AlreadyNoted", + "NotAuthorized", + "NotNoted", + "Requested", + "NotRequested", + "TooMany", + "TooFew", + "NoCost", ], }, /** - * Lookup624: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5665,20 +5321,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup625: pallet_conviction_voting::vote::Casting */ + /** Lookup577: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup629: pallet_conviction_voting::types::Delegations */ + /** Lookup581: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup630: pallet_conviction_voting::vote::PriorLock */ + /** Lookup582: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup631: pallet_conviction_voting::vote::Delegating */ + /** Lookup583: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5686,7 +5342,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup635: pallet_conviction_voting::pallet::Error */ + /** Lookup587: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5704,8 +5360,8 @@ export default { ], }, /** - * Lookup636: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5720,14 +5376,14 @@ export default { }, }, /** - * Lookup637: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonbaseRuntimeOriginCaller", + origin: "MoonriverRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5738,17 +5394,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup638: pallet_referenda::types::Deposit */ + /** Lookup590: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup641: pallet_referenda::types::DecidingStatus */ + /** Lookup593: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup649: pallet_referenda::types::TrackInfo */ + /** Lookup601: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5760,7 +5416,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup650: pallet_referenda::types::Curve */ + /** Lookup602: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5781,7 +5437,7 @@ export default { }, }, }, - /** Lookup653: pallet_referenda::pallet::Error */ + /** Lookup605: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5800,101 +5456,394 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup654: pallet_preimage::OldRequestStatus */ - PalletPreimageOldRequestStatus: { + /** 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"], + }, + /** Lookup660: pallet_assets::types::ExistenceReason */ + PalletAssetsExistenceReason: { _enum: { - Unrequested: { - deposit: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - deposit: "Option<(AccountId20,u128)>", - count: "u32", - len: "Option", - }, + Consumer: "Null", + Sufficient: "Null", + DepositHeld: "u128", + DepositRefunded: "Null", + DepositFrom: "(AccountId20,u128)", }, }, + /** Lookup662: pallet_assets::types::Approval */ + PalletAssetsApproval: { + amount: "u128", + deposit: "u128", + }, /** - * Lookup657: pallet_preimage::RequestStatus> + * Lookup663: pallet_assets::types::AssetMetadata> */ - PalletPreimageRequestStatus: { - _enum: { - Unrequested: { - ticket: "(AccountId20,u128)", - len: "u32", - }, - Requested: { - maybeTicket: "Option<(AccountId20,u128)>", - count: "u32", - maybeLen: "Option", - }, - }, + PalletAssetsAssetMetadata: { + deposit: "u128", + name: "Bytes", + symbol: "Bytes", + decimals: "u8", + isFrozen: "bool", }, - /** Lookup663: pallet_preimage::pallet::Error */ - PalletPreimageError: { + /** Lookup665: pallet_assets::pallet::Error */ + PalletAssetsError: { _enum: [ - "TooBig", - "AlreadyNoted", - "NotAuthorized", - "NotNoted", - "Requested", - "NotRequested", - "TooMany", - "TooFew", + "BalanceLow", + "NoAccount", + "NoPermission", + "Unknown", + "Frozen", + "InUse", + "BadWitness", + "MinBalanceZero", + "UnavailableConsumer", + "BadMetadata", + "Unapproved", + "WouldDie", + "AlreadyExists", + "NoDeposit", + "WouldBurn", + "LiveAsset", + "AssetNotLive", + "IncorrectStatus", + "NotFrozen", + "CallbackFailed", + "BadAssetId", ], }, - /** Lookup664: pallet_whitelist::pallet::Error */ - PalletWhitelistError: { + /** Lookup666: pallet_asset_manager::pallet::Error */ + PalletAssetManagerError: { _enum: [ - "UnavailablePreImage", - "UndecodableCall", - "InvalidCallWeightWitness", - "CallIsNotWhitelisted", - "CallAlreadyWhitelisted", + "ErrorCreatingAsset", + "AssetAlreadyExists", + "AssetDoesNotExist", + "TooLowNumAssetsWeightHint", + "LocalAssetLimitReached", + "ErrorDestroyingAsset", + "NotSufficientDeposit", + "NonExistentLocalAsset", ], }, - /** Lookup668: pallet_multisig::Multisig */ - PalletMultisigMultisig: { - when: "PalletMultisigTimepoint", - deposit: "u128", - depositor: "AccountId20", - approvals: "Vec", - }, - /** Lookup670: pallet_multisig::pallet::Error */ - PalletMultisigError: { + /** Lookup667: orml_xtokens::module::Error */ + OrmlXtokensModuleError: { _enum: [ - "MinimumThreshold", - "AlreadyApproved", - "NoApprovalsNeeded", - "TooFewSignatories", - "TooManySignatories", - "SignatoriesOutOfOrder", - "SenderInSignatories", - "NotFound", - "NotOwner", - "NoTimepoint", - "WrongTimepoint", - "UnexpectedTimepoint", - "MaxWeightTooLow", - "AlreadyStored", + "AssetHasNoReserve", + "NotCrossChainTransfer", + "InvalidDest", + "NotCrossChainTransferableCurrency", + "UnweighableMessage", + "XcmExecutionFailed", + "CannotReanchor", + "InvalidAncestry", + "InvalidAsset", + "DestinationNotInvertible", + "BadVersion", + "DistinctReserveForAssetAndFee", + "ZeroFee", + "ZeroAmount", + "TooManyAssetsBeingSent", + "AssetIndexNonExistent", + "FeeNotEnough", + "NotSupportedLocation", + "MinXcmFeeNotDefined", + "RateLimited", ], }, - /** Lookup673: pallet_moonbeam_lazy_migrations::pallet::Error */ - PalletMoonbeamLazyMigrationsError: { + /** 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", + }, + /** Lookup669: pallet_xcm_transactor::pallet::Error */ + PalletXcmTransactorError: { _enum: [ - "LimitCannotBeZero", - "AddressesLengthCannotBeZero", - "ContractNotCorrupted", - "ContractMetadataAlreadySet", - "ContractNotExist", + "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", ], }, - /** Lookup675: pallet_precompile_benchmarks::pallet::Error */ - PalletPrecompileBenchmarksError: { - _enum: ["BenchmarkError"], + /** Lookup670: pallet_ethereum_xcm::pallet::Error */ + PalletEthereumXcmError: { + _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup676: pallet_message_queue::BookState */ + /** Lookup671: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5906,12 +5855,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup678: pallet_message_queue::Neighbours */ + /** Lookup673: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup680: pallet_message_queue::Page */ + /** Lookup675: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5920,7 +5869,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup682: pallet_message_queue::pallet::Error */ + /** Lookup677: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5934,19 +5883,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup683: pallet_emergency_para_xcm::XcmMode */ - PalletEmergencyParaXcmXcmMode: { - _enum: ["Normal", "Paused"], - }, - /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ - PalletEmergencyParaXcmError: { - _enum: ["NotInPausedMode"], - }, - /** Lookup686: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup687: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5965,7 +5906,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup689: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5976,30 +5917,93 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup692: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** 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 */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup693: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup694: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup695: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup698: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup699: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup700: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup701: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup702: frame_metadata_hash_extension::Mode */ + /** Lookup705: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup703: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup705: moonbase_runtime::Runtime */ - MoonbaseRuntimeRuntime: "Null", + /** Lookup708: moonriver_runtime::Runtime */ + MoonriverRuntimeRuntime: "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 a6b2c09c95..c2bf96509f 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, @@ -21,7 +18,6 @@ import type { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, - CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueOutboundChannelDetails, @@ -65,6 +61,7 @@ import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensMiscBalanceStatus, + FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, @@ -82,22 +79,26 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonbaseRuntimeAssetConfigAssetRegistrarMetadata, - MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonbaseRuntimeOriginCaller, - MoonbaseRuntimeProxyType, - MoonbaseRuntimeRuntime, - MoonbaseRuntimeRuntimeHoldReason, - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, - MoonbaseRuntimeRuntimeParamsRuntimeParameters, - MoonbaseRuntimeRuntimeParamsRuntimeParametersKey, - MoonbaseRuntimeRuntimeParamsRuntimeParametersValue, - MoonbaseRuntimeXcmConfigAssetType, - MoonbaseRuntimeXcmConfigCurrencyId, - MoonbaseRuntimeXcmConfigTransactors, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonriverRuntimeOriginCaller, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntime, + MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeXcmConfigCurrencyId, + MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, @@ -129,7 +130,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -193,6 +193,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -266,9 +267,6 @@ import type { PalletSchedulerEvent, PalletSchedulerRetryConfig, PalletSchedulerScheduled, - PalletSudoCall, - PalletSudoError, - PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, @@ -392,6 +390,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -409,9 +408,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; @@ -423,7 +419,6 @@ declare module "@polkadot/types/types/registry" { CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; CumulusPalletXcmEvent: CumulusPalletXcmEvent; CumulusPalletXcmOrigin: CumulusPalletXcmOrigin; - CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall; CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError; CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent; CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails; @@ -467,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -484,22 +480,26 @@ declare module "@polkadot/types/types/registry" { FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights; FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass; FrameSystemPhase: FrameSystemPhase; - 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; + 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; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; OrmlXtokensModuleCall: OrmlXtokensModuleCall; OrmlXtokensModuleError: OrmlXtokensModuleError; @@ -531,7 +531,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -595,6 +594,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -668,9 +668,6 @@ declare module "@polkadot/types/types/registry" { PalletSchedulerEvent: PalletSchedulerEvent; PalletSchedulerRetryConfig: PalletSchedulerRetryConfig; PalletSchedulerScheduled: PalletSchedulerScheduled; - PalletSudoCall: PalletSudoCall; - PalletSudoError: PalletSudoError; - PalletSudoEvent: PalletSudoEvent; PalletTimestampCall: PalletTimestampCall; PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment; PalletTransactionPaymentEvent: PalletTransactionPaymentEvent; @@ -794,6 +791,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 201233d9f0..c4d6ef0d79 100644 --- a/typescript-api/src/moonbase/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbase/interfaces/types-lookup.ts @@ -242,31 +242,40 @@ declare module "@polkadot/types/lookup" { readonly type: "LimitReached" | "NoLayer"; } - /** @name PalletUtilityEvent (32) */ - interface PalletUtilityEvent extends Enum { - readonly isBatchInterrupted: boolean; - readonly asBatchInterrupted: { - readonly index: u32; - readonly error: SpRuntimeDispatchError; + /** @name CumulusPalletParachainSystemEvent (32) */ + interface CumulusPalletParachainSystemEvent extends Enum { + readonly isValidationFunctionStored: boolean; + readonly isValidationFunctionApplied: boolean; + readonly asValidationFunctionApplied: { + readonly relayChainBlockNum: u32; } & Struct; - readonly isBatchCompleted: boolean; - readonly isBatchCompletedWithErrors: boolean; - readonly isItemCompleted: boolean; - readonly isItemFailed: boolean; - readonly asItemFailed: { - readonly error: SpRuntimeDispatchError; + readonly isValidationFunctionDiscarded: boolean; + readonly isDownwardMessagesReceived: boolean; + readonly asDownwardMessagesReceived: { + readonly count: u32; } & Struct; - readonly isDispatchedAs: boolean; - readonly asDispatchedAs: { - readonly result: Result; + readonly isDownwardMessagesProcessed: boolean; + readonly asDownwardMessagesProcessed: { + readonly weightUsed: SpWeightsWeightV2Weight; + readonly dmqHead: H256; + } & Struct; + readonly isUpwardMessageSent: boolean; + readonly asUpwardMessageSent: { + readonly messageHash: Option; } & Struct; readonly type: - | "BatchInterrupted" - | "BatchCompleted" - | "BatchCompletedWithErrors" - | "ItemCompleted" - | "ItemFailed" - | "DispatchedAs"; + | "ValidationFunctionStored" + | "ValidationFunctionApplied" + | "ValidationFunctionDiscarded" + | "DownwardMessagesReceived" + | "DownwardMessagesProcessed" + | "UpwardMessageSent"; + } + + /** @name PalletRootTestingEvent (34) */ + interface PalletRootTestingEvent extends Enum { + readonly isDefensiveTestCall: boolean; + readonly type: "DefensiveTestCall"; } /** @name PalletBalancesEvent (35) */ @@ -413,56 +422,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Free" | "Reserved"; } - /** @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) */ + /** @name PalletTransactionPaymentEvent (37) */ interface PalletTransactionPaymentEvent extends Enum { readonly isTransactionFeePaid: boolean; readonly asTransactionFeePaid: { @@ -473,129 +433,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransactionFeePaid"; } - /** @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) */ + /** @name PalletParachainStakingEvent (38) */ interface PalletParachainStakingEvent extends Enum { readonly isNewRound: boolean; readonly asNewRound: { @@ -840,13 +678,13 @@ declare module "@polkadot/types/lookup" { | "Compounded"; } - /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (56) */ + /** @name PalletParachainStakingDelegationRequestsCancelledScheduledRequest (39) */ interface PalletParachainStakingDelegationRequestsCancelledScheduledRequest extends Struct { readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingDelegationRequestsDelegationAction (57) */ + /** @name PalletParachainStakingDelegationRequestsDelegationAction (40) */ interface PalletParachainStakingDelegationRequestsDelegationAction extends Enum { readonly isRevoke: boolean; readonly asRevoke: u128; @@ -855,7 +693,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Revoke" | "Decrease"; } - /** @name PalletParachainStakingDelegatorAdded (58) */ + /** @name PalletParachainStakingDelegatorAdded (41) */ interface PalletParachainStakingDelegatorAdded extends Enum { readonly isAddedToTop: boolean; readonly asAddedToTop: { @@ -865,228 +703,121 @@ declare module "@polkadot/types/lookup" { readonly type: "AddedToTop" | "AddedToBottom"; } - /** @name PalletParachainStakingInflationDistributionConfig (60) */ + /** @name PalletParachainStakingInflationDistributionConfig (43) */ interface PalletParachainStakingInflationDistributionConfig extends Vec {} - /** @name PalletParachainStakingInflationDistributionAccount (62) */ + /** @name PalletParachainStakingInflationDistributionAccount (45) */ interface PalletParachainStakingInflationDistributionAccount extends Struct { readonly account: AccountId20; readonly percent: Percent; } - /** @name PalletSchedulerEvent (64) */ - interface PalletSchedulerEvent extends Enum { - readonly isScheduled: boolean; - readonly asScheduled: { - readonly when: u32; - readonly index: u32; - } & Struct; - readonly isCanceled: boolean; - readonly asCanceled: { - readonly when: u32; - readonly index: u32; + /** @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 isDispatched: boolean; - readonly asDispatched: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly result: Result; + readonly isKeysRemoved: boolean; + readonly asKeysRemoved: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } & Struct; - readonly isRetrySet: boolean; - readonly asRetrySet: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - readonly period: u32; - readonly retries: u8; + readonly isKeysRotated: boolean; + readonly asKeysRotated: { + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly accountId: AccountId20; + readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; } & Struct; - readonly isRetryCancelled: boolean; - readonly asRetryCancelled: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; + 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; } & Struct; - readonly isCallUnavailable: boolean; - readonly asCallUnavailable: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - } & Struct; - readonly isPeriodicFailed: boolean; - readonly asPeriodicFailed: { - readonly task: ITuple<[u32, u32]>; - readonly id: Option; - } & Struct; - 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: - | "Scheduled" - | "Canceled" - | "Dispatched" - | "RetrySet" - | "RetryCancelled" - | "CallUnavailable" - | "PeriodicFailed" - | "RetryFailed" - | "PermanentlyOverweight"; - } - - /** @name PalletTreasuryEvent (66) */ - interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; - readonly isSpending: boolean; - readonly asSpending: { - readonly budgetRemaining: u128; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; + readonly orbiter: AccountId20; } & Struct; - readonly isAwarded: boolean; - readonly asAwarded: { - readonly proposalIndex: u32; - readonly award: u128; + readonly isOrbiterRewarded: boolean; + readonly asOrbiterRewarded: { readonly account: AccountId20; + readonly rewards: u128; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly proposalIndex: u32; - readonly slashed: u128; - } & 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 assetKind: Null; - readonly amount: u128; - readonly beneficiary: AccountId20; - readonly validFrom: u32; - readonly expireAt: u32; - } & Struct; - readonly isAssetSpendVoided: boolean; - readonly asAssetSpendVoided: { - readonly index: u32; - } & Struct; - readonly isPaid: boolean; - readonly asPaid: { - readonly index: u32; - readonly paymentId: Null; + readonly isOrbiterRotation: boolean; + readonly asOrbiterRotation: { + readonly collator: AccountId20; + readonly oldOrbiter: Option; + readonly newOrbiter: Option; } & Struct; - readonly isPaymentFailed: boolean; - readonly asPaymentFailed: { - readonly index: u32; - readonly paymentId: Null; + readonly isOrbiterRegistered: boolean; + readonly asOrbiterRegistered: { + readonly account: AccountId20; + readonly deposit: u128; } & Struct; - readonly isSpendProcessed: boolean; - readonly asSpendProcessed: { - readonly index: u32; + readonly isOrbiterUnregistered: boolean; + readonly asOrbiterUnregistered: { + readonly account: AccountId20; } & Struct; readonly type: - | "Proposed" - | "Spending" - | "Awarded" - | "Rejected" - | "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"; + | "OrbiterJoinCollatorPool" + | "OrbiterLeaveCollatorPool" + | "OrbiterRewarded" + | "OrbiterRotation" + | "OrbiterRegistered" + | "OrbiterUnregistered"; } - /** @name PalletAuthorMappingEvent (70) */ - interface PalletAuthorMappingEvent extends Enum { - readonly isKeysRegistered: boolean; - readonly asKeysRegistered: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + /** @name PalletUtilityEvent (54) */ + interface PalletUtilityEvent extends Enum { + readonly isBatchInterrupted: boolean; + readonly asBatchInterrupted: { + readonly index: u32; + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isKeysRemoved: boolean; - readonly asKeysRemoved: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + readonly isBatchCompleted: boolean; + readonly isBatchCompletedWithErrors: boolean; + readonly isItemCompleted: boolean; + readonly isItemFailed: boolean; + readonly asItemFailed: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly isKeysRotated: boolean; - readonly asKeysRotated: { - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly accountId: AccountId20; - readonly newKeys: SessionKeysPrimitivesVrfVrfCryptoPublic; + readonly isDispatchedAs: boolean; + readonly asDispatchedAs: { + readonly result: Result; } & Struct; - readonly type: "KeysRegistered" | "KeysRemoved" | "KeysRotated"; + readonly type: + | "BatchInterrupted" + | "BatchCompleted" + | "BatchCompletedWithErrors" + | "ItemCompleted" + | "ItemFailed" + | "DispatchedAs"; } - /** @name NimbusPrimitivesNimbusCryptoPublic (71) */ - interface NimbusPrimitivesNimbusCryptoPublic extends U8aFixed {} - - /** @name SessionKeysPrimitivesVrfVrfCryptoPublic (72) */ - interface SessionKeysPrimitivesVrfVrfCryptoPublic extends U8aFixed {} - - /** @name PalletProxyEvent (73) */ + /** @name PalletProxyEvent (57) */ interface PalletProxyEvent extends Enum { readonly isProxyExecuted: boolean; readonly asProxyExecuted: { @@ -1096,7 +827,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -1109,21 +840,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonbaseRuntimeProxyType (74) */ - interface MoonbaseRuntimeProxyType extends Enum { + /** @name MoonriverRuntimeProxyType (58) */ + interface MoonriverRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -1143,7 +874,7 @@ declare module "@polkadot/types/lookup" { | "IdentityJudgement"; } - /** @name PalletMaintenanceModeEvent (76) */ + /** @name PalletMaintenanceModeEvent (60) */ interface PalletMaintenanceModeEvent extends Enum { readonly isEnteredMaintenanceMode: boolean; readonly isNormalOperationResumed: boolean; @@ -1162,7 +893,7 @@ declare module "@polkadot/types/lookup" { | "FailedToResumeIdleXcmExecution"; } - /** @name PalletIdentityEvent (77) */ + /** @name PalletIdentityEvent (61) */ interface PalletIdentityEvent extends Enum { readonly isIdentitySet: boolean; readonly asIdentitySet: { @@ -1268,1996 +999,933 @@ declare module "@polkadot/types/lookup" { | "DanglingUsernameRemoved"; } - /** @name CumulusPalletXcmpQueueEvent (79) */ - interface CumulusPalletXcmpQueueEvent extends Enum { - readonly isXcmpMessageSent: boolean; - readonly asXcmpMessageSent: { - readonly messageHash: U8aFixed; + /** @name PalletMigrationsEvent (63) */ + interface PalletMigrationsEvent extends Enum { + readonly isRuntimeUpgradeStarted: boolean; + readonly isRuntimeUpgradeCompleted: boolean; + readonly asRuntimeUpgradeCompleted: { + readonly weight: SpWeightsWeightV2Weight; } & Struct; - 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; + readonly isMigrationStarted: boolean; + readonly asMigrationStarted: { + readonly migrationName: Bytes; } & Struct; - readonly isIncomplete: boolean; - readonly asIncomplete: { - readonly used: SpWeightsWeightV2Weight; - readonly error: XcmV3TraitsError; + readonly isMigrationCompleted: boolean; + readonly asMigrationCompleted: { + readonly migrationName: Bytes; + readonly consumedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isError: boolean; - readonly asError: { - readonly error: XcmV3TraitsError; + readonly isFailedToSuspendIdleXcmExecution: boolean; + readonly asFailedToSuspendIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; - readonly type: "Complete" | "Incomplete" | "Error"; - } - - /** @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 CumulusPalletDmpQueueEvent (83) */ - 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 (84) */ - 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; - } & Struct; - readonly isInvalidResponder: boolean; - readonly asInvalidResponder: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedLocation: Option; - } & Struct; - readonly isInvalidResponderVersion: boolean; - readonly asInvalidResponderVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - } & Struct; - readonly isResponseTaken: boolean; - readonly asResponseTaken: { - readonly queryId: u64; - } & Struct; - readonly isAssetsTrapped: boolean; - readonly asAssetsTrapped: { - readonly hash_: H256; - readonly origin: StagingXcmV4Location; - readonly assets: XcmVersionedAssets; - } & Struct; - readonly isVersionChangeNotified: boolean; - readonly asVersionChangeNotified: { - readonly destination: StagingXcmV4Location; - readonly result: u32; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; - } & Struct; - readonly isSupportedVersionChanged: boolean; - readonly asSupportedVersionChanged: { - readonly location: StagingXcmV4Location; - readonly version: u32; - } & Struct; - readonly isNotifyTargetSendFail: boolean; - readonly asNotifyTargetSendFail: { - readonly location: StagingXcmV4Location; - readonly queryId: u64; - readonly error: XcmV3TraitsError; - } & Struct; - readonly isNotifyTargetMigrationFail: boolean; - readonly asNotifyTargetMigrationFail: { - readonly location: XcmVersionedLocation; - readonly queryId: u64; - } & Struct; - readonly isInvalidQuerierVersion: boolean; - readonly asInvalidQuerierVersion: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - } & Struct; - readonly isInvalidQuerier: boolean; - readonly asInvalidQuerier: { - readonly origin: StagingXcmV4Location; - readonly queryId: u64; - readonly expectedQuerier: StagingXcmV4Location; - readonly maybeActualQuerier: Option; - } & Struct; - readonly isVersionNotifyStarted: boolean; - readonly asVersionNotifyStarted: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; - } & Struct; - readonly isVersionNotifyRequested: boolean; - readonly asVersionNotifyRequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; - } & Struct; - readonly isVersionNotifyUnrequested: boolean; - readonly asVersionNotifyUnrequested: { - readonly destination: StagingXcmV4Location; - readonly cost: StagingXcmV4AssetAssets; - readonly messageId: U8aFixed; - } & Struct; - 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 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 StagingXcmV4Location (85) */ - interface StagingXcmV4Location extends Struct { - readonly parents: u8; - readonly interior: StagingXcmV4Junctions; - } - - /** @name StagingXcmV4Junctions (86) */ - 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 (88) */ - 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 StagingXcmV4JunctionNetworkId (91) */ - 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 XcmV3JunctionBodyId (93) */ - 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 (94) */ - 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; - } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; - } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; - } - - /** @name StagingXcmV4Xcm (102) */ - interface StagingXcmV4Xcm extends Vec {} - - /** @name StagingXcmV4Instruction (104) */ - 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; - } & Struct; - readonly isTransferReserveAsset: boolean; - readonly asTransferReserveAsset: { - readonly assets: StagingXcmV4AssetAssets; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; - } & Struct; - readonly isTransact: boolean; - readonly asTransact: { - readonly originKind: XcmV2OriginKind; - 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: StagingXcmV4Junctions; - readonly isReportError: boolean; - readonly asReportError: StagingXcmV4QueryResponseInfo; - readonly isDepositAsset: boolean; - readonly asDepositAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly beneficiary: StagingXcmV4Location; - } & Struct; - readonly isDepositReserveAsset: boolean; - readonly asDepositReserveAsset: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; - } & Struct; - readonly isExchangeAsset: boolean; - readonly asExchangeAsset: { - readonly give: StagingXcmV4AssetAssetFilter; - readonly want: StagingXcmV4AssetAssets; - readonly maximal: bool; - } & Struct; - readonly isInitiateReserveWithdraw: boolean; - readonly asInitiateReserveWithdraw: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly reserve: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; - } & Struct; - readonly isInitiateTeleport: boolean; - readonly asInitiateTeleport: { - readonly assets: StagingXcmV4AssetAssetFilter; - readonly dest: StagingXcmV4Location; - readonly xcm: StagingXcmV4Xcm; - } & Struct; - readonly isReportHolding: boolean; - readonly asReportHolding: { - readonly responseInfo: StagingXcmV4QueryResponseInfo; - readonly assets: StagingXcmV4AssetAssetFilter; - } & Struct; - readonly isBuyExecution: boolean; - readonly asBuyExecution: { - readonly fees: StagingXcmV4Asset; - readonly weightLimit: XcmV3WeightLimit; - } & 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; - } & 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: - | "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 (105) */ - interface StagingXcmV4AssetAssets extends Vec {} - - /** @name StagingXcmV4Asset (107) */ - interface StagingXcmV4Asset extends Struct { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetFungibility; - } - - /** @name StagingXcmV4AssetAssetId (108) */ - interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - - /** @name StagingXcmV4AssetFungibility (109) */ - interface StagingXcmV4AssetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: StagingXcmV4AssetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name StagingXcmV4AssetAssetInstance (110) */ - 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 (113) */ - 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 (117) */ - interface StagingXcmV4PalletInfo extends Struct { - readonly index: Compact; - readonly name: Bytes; - readonly moduleName: Bytes; - readonly major: Compact; - readonly minor: Compact; - readonly patch: Compact; - } - - /** @name XcmV3MaybeErrorCode (120) */ - 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 XcmV2OriginKind (123) */ - interface XcmV2OriginKind extends Enum { - readonly isNative: boolean; - readonly isSovereignAccount: boolean; - readonly isSuperuser: boolean; - readonly isXcm: boolean; - readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; - } - - /** @name XcmDoubleEncoded (124) */ - interface XcmDoubleEncoded extends Struct { - readonly encoded: Bytes; - } - - /** @name StagingXcmV4QueryResponseInfo (125) */ - interface StagingXcmV4QueryResponseInfo extends Struct { - readonly destination: StagingXcmV4Location; - readonly queryId: Compact; - readonly maxWeight: SpWeightsWeightV2Weight; - } - - /** @name StagingXcmV4AssetAssetFilter (126) */ - interface StagingXcmV4AssetAssetFilter extends Enum { - readonly isDefinite: boolean; - readonly asDefinite: StagingXcmV4AssetAssets; - readonly isWild: boolean; - readonly asWild: StagingXcmV4AssetWildAsset; - readonly type: "Definite" | "Wild"; - } - - /** @name StagingXcmV4AssetWildAsset (127) */ - interface StagingXcmV4AssetWildAsset extends Enum { - readonly isAll: boolean; - readonly isAllOf: boolean; - readonly asAllOf: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; - } & Struct; - readonly isAllCounted: boolean; - readonly asAllCounted: Compact; - readonly isAllOfCounted: boolean; - readonly asAllOfCounted: { - readonly id: StagingXcmV4AssetAssetId; - readonly fun: StagingXcmV4AssetWildFungibility; - readonly count: Compact; - } & Struct; - readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; - } - - /** @name StagingXcmV4AssetWildFungibility (128) */ - interface StagingXcmV4AssetWildFungibility extends Enum { - readonly isFungible: boolean; - readonly isNonFungible: boolean; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV3WeightLimit (129) */ - interface XcmV3WeightLimit extends Enum { - readonly isUnlimited: boolean; - readonly isLimited: boolean; - readonly asLimited: SpWeightsWeightV2Weight; - readonly type: "Unlimited" | "Limited"; - } - - /** @name XcmVersionedAssets (130) */ - 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 (131) */ - interface XcmV2MultiassetMultiAssets extends Vec {} - - /** @name XcmV2MultiAsset (133) */ - interface XcmV2MultiAsset extends Struct { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetFungibility; - } - - /** @name XcmV2MultiassetAssetId (134) */ - interface XcmV2MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: XcmV2MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: Bytes; - readonly type: "Concrete" | "Abstract"; - } - - /** @name XcmV2MultiLocation (135) */ - interface XcmV2MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV2MultilocationJunctions; - } - - /** @name XcmV2MultilocationJunctions (136) */ - 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 (137) */ - interface XcmV2Junction extends Enum { - readonly isParachain: boolean; - readonly asParachain: Compact; - readonly isAccountId32: boolean; - readonly asAccountId32: { - readonly network: XcmV2NetworkId; - readonly id: U8aFixed; - } & Struct; - readonly isAccountIndex64: boolean; - readonly asAccountIndex64: { - readonly network: XcmV2NetworkId; - readonly index: Compact; - } & Struct; - readonly isAccountKey20: boolean; - readonly asAccountKey20: { - readonly network: XcmV2NetworkId; - readonly key: U8aFixed; - } & 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 isFailedToResumeIdleXcmExecution: boolean; + readonly asFailedToResumeIdleXcmExecution: { + readonly error: SpRuntimeDispatchError; } & Struct; readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality"; - } - - /** @name XcmV2NetworkId (138) */ - 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 XcmV2BodyId (140) */ - 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"; + | "RuntimeUpgradeStarted" + | "RuntimeUpgradeCompleted" + | "MigrationStarted" + | "MigrationCompleted" + | "FailedToSuspendIdleXcmExecution" + | "FailedToResumeIdleXcmExecution"; } - /** @name XcmV2BodyPart (141) */ - interface XcmV2BodyPart extends Enum { - readonly isVoice: boolean; - readonly isMembers: boolean; - readonly asMembers: { - readonly count: Compact; + /** @name PalletMultisigEvent (64) */ + interface PalletMultisigEvent extends Enum { + readonly isNewMultisig: boolean; + readonly asNewMultisig: { + readonly approving: AccountId20; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly isFraction: boolean; - readonly asFraction: { - readonly nom: Compact; - readonly denom: Compact; + readonly isMultisigApproval: boolean; + readonly asMultisigApproval: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly isAtLeastProportion: boolean; - readonly asAtLeastProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isMultisigExecuted: boolean; + readonly asMultisigExecuted: { + readonly approving: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; + readonly result: Result; } & Struct; - readonly isMoreThanProportion: boolean; - readonly asMoreThanProportion: { - readonly nom: Compact; - readonly denom: Compact; + readonly isMultisigCancelled: boolean; + readonly asMultisigCancelled: { + readonly cancelling: AccountId20; + readonly timepoint: PalletMultisigTimepoint; + readonly multisig: AccountId20; + readonly callHash: U8aFixed; } & Struct; - readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; - } - - /** @name XcmV2MultiassetFungibility (142) */ - interface XcmV2MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV2MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; - } - - /** @name XcmV2MultiassetAssetInstance (143) */ - 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 XcmV3MultiassetMultiAssets (144) */ - interface XcmV3MultiassetMultiAssets extends Vec {} - - /** @name XcmV3MultiAsset (146) */ - interface XcmV3MultiAsset extends Struct { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetFungibility; - } - - /** @name XcmV3MultiassetAssetId (147) */ - interface XcmV3MultiassetAssetId extends Enum { - readonly isConcrete: boolean; - readonly asConcrete: StagingXcmV3MultiLocation; - readonly isAbstract: boolean; - readonly asAbstract: U8aFixed; - readonly type: "Concrete" | "Abstract"; - } - - /** @name StagingXcmV3MultiLocation (148) */ - interface StagingXcmV3MultiLocation extends Struct { - readonly parents: u8; - readonly interior: XcmV3Junctions; + readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; } - /** @name XcmV3Junctions (149) */ - 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 PalletMultisigTimepoint (65) */ + interface PalletMultisigTimepoint extends Struct { + readonly height: u32; + readonly index: u32; } - /** @name XcmV3Junction (150) */ - interface XcmV3Junction 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; + /** @name PalletParametersEvent (66) */ + interface PalletParametersEvent extends Enum { + readonly isUpdated: boolean; + readonly asUpdated: { + readonly key: MoonriverRuntimeRuntimeParamsRuntimeParametersKey; + readonly oldValue: Option; + readonly newValue: Option; } & Struct; - readonly isGlobalConsensus: boolean; - readonly asGlobalConsensus: XcmV3JunctionNetworkId; - readonly type: - | "Parachain" - | "AccountId32" - | "AccountIndex64" - | "AccountKey20" - | "PalletInstance" - | "GeneralIndex" - | "GeneralKey" - | "OnlyChild" - | "Plurality" - | "GlobalConsensus"; + readonly type: "Updated"; } - /** @name XcmV3JunctionNetworkId (152) */ - 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 MoonriverRuntimeRuntimeParamsRuntimeParametersKey (67) */ + interface MoonriverRuntimeRuntimeParamsRuntimeParametersKey extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey; + readonly type: "RuntimeConfig" | "PalletRandomness"; } - /** @name XcmV3MultiassetFungibility (153) */ - interface XcmV3MultiassetFungibility extends Enum { - readonly isFungible: boolean; - readonly asFungible: Compact; - readonly isNonFungible: boolean; - readonly asNonFungible: XcmV3MultiassetAssetInstance; - readonly type: "Fungible" | "NonFungible"; + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (68) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly type: "FeesTreasuryProportion"; } - /** @name XcmV3MultiassetAssetInstance (154) */ - 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 MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (69) */ + type MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; + + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey (70) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey extends Enum { + readonly isDeposit: boolean; + readonly type: "Deposit"; } - /** @name XcmVersionedLocation (155) */ - 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 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 PalletAssetsEvent (156) */ - interface PalletAssetsEvent extends Enum { + /** @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; + } & Struct; readonly isCreated: boolean; readonly asCreated: { - readonly assetId: u128; - readonly creator: AccountId20; - readonly owner: AccountId20; + readonly address: H160; } & Struct; - readonly isIssued: boolean; - readonly asIssued: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly amount: u128; + readonly isCreatedFailed: boolean; + readonly asCreatedFailed: { + readonly address: H160; } & Struct; - readonly isTransferred: boolean; - readonly asTransferred: { - readonly assetId: u128; - readonly from: AccountId20; - readonly to: AccountId20; - readonly amount: u128; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly address: H160; } & Struct; - readonly isBurned: boolean; - readonly asBurned: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly balance: u128; + readonly isExecutedFailed: boolean; + readonly asExecutedFailed: { + readonly address: H160; } & Struct; - readonly isTeamChanged: boolean; - readonly asTeamChanged: { - readonly assetId: u128; - readonly issuer: AccountId20; - readonly admin: AccountId20; - readonly freezer: AccountId20; + 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; } & Struct; - readonly isOwnerChanged: boolean; - readonly asOwnerChanged: { - readonly assetId: u128; - readonly owner: AccountId20; + 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; } & Struct; - readonly isFrozen: boolean; - readonly asFrozen: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isCanceled: boolean; + readonly asCanceled: { + readonly when: u32; + readonly index: u32; } & Struct; - readonly isThawed: boolean; - readonly asThawed: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isDispatched: boolean; + readonly asDispatched: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly result: Result; } & Struct; - readonly isAssetFrozen: boolean; - readonly asAssetFrozen: { - readonly assetId: u128; + readonly isRetrySet: boolean; + readonly asRetrySet: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; + readonly period: u32; + readonly retries: u8; } & Struct; - readonly isAssetThawed: boolean; - readonly asAssetThawed: { - readonly assetId: u128; + readonly isRetryCancelled: boolean; + readonly asRetryCancelled: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isAccountsDestroyed: boolean; - readonly asAccountsDestroyed: { - readonly assetId: u128; - readonly accountsDestroyed: u32; - readonly accountsRemaining: u32; + readonly isCallUnavailable: boolean; + readonly asCallUnavailable: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isApprovalsDestroyed: boolean; - readonly asApprovalsDestroyed: { - readonly assetId: u128; - readonly approvalsDestroyed: u32; - readonly approvalsRemaining: u32; + readonly isPeriodicFailed: boolean; + readonly asPeriodicFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isDestructionStarted: boolean; - readonly asDestructionStarted: { - readonly assetId: u128; + readonly isRetryFailed: boolean; + readonly asRetryFailed: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isDestroyed: boolean; - readonly asDestroyed: { - readonly assetId: u128; + readonly isPermanentlyOverweight: boolean; + readonly asPermanentlyOverweight: { + readonly task: ITuple<[u32, u32]>; + readonly id: Option; } & Struct; - readonly isForceCreated: boolean; - readonly asForceCreated: { - readonly assetId: u128; - readonly owner: AccountId20; + 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; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly assetId: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + readonly isRequested: boolean; + readonly asRequested: { + readonly hash_: H256; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly assetId: u128; + readonly isCleared: boolean; + readonly asCleared: { + readonly hash_: H256; } & Struct; - readonly isApprovedTransfer: boolean; - readonly asApprovedTransfer: { - readonly assetId: u128; - readonly source: AccountId20; - readonly delegate: AccountId20; + readonly type: "Noted" | "Requested" | "Cleared"; + } + + /** @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 PalletReferendaEvent (94) */ + 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 isApprovalCancelled: boolean; - readonly asApprovalCancelled: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; + readonly isDecisionDepositRefunded: boolean; + readonly asDecisionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isTransferredApproved: boolean; - readonly asTransferredApproved: { - readonly assetId: u128; - readonly owner: AccountId20; - readonly delegate: AccountId20; - readonly destination: AccountId20; + readonly isDepositSlashed: boolean; + readonly asDepositSlashed: { + readonly who: AccountId20; readonly amount: u128; } & Struct; - readonly isAssetStatusChanged: boolean; - readonly asAssetStatusChanged: { - readonly assetId: u128; + readonly isDecisionStarted: boolean; + readonly asDecisionStarted: { + readonly index: u32; + readonly track: u16; + readonly proposal: FrameSupportPreimagesBounded; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isAssetMinBalanceChanged: boolean; - readonly asAssetMinBalanceChanged: { - readonly assetId: u128; - readonly newMinBalance: u128; + readonly isConfirmStarted: boolean; + readonly asConfirmStarted: { + readonly index: u32; } & Struct; - readonly isTouched: boolean; - readonly asTouched: { - readonly assetId: u128; - readonly who: AccountId20; - readonly depositor: AccountId20; + readonly isConfirmAborted: boolean; + readonly asConfirmAborted: { + readonly index: u32; } & Struct; - readonly isBlocked: boolean; - readonly asBlocked: { - readonly assetId: u128; - readonly who: AccountId20; + readonly isConfirmed: boolean; + readonly asConfirmed: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & 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"; - } - - /** @name OrmlXtokensModuleEvent (157) */ - interface OrmlXtokensModuleEvent extends Enum { - readonly isTransferredAssets: boolean; - readonly asTransferredAssets: { - readonly sender: AccountId20; - readonly assets: StagingXcmV4AssetAssets; - readonly fee: StagingXcmV4Asset; - readonly dest: StagingXcmV4Location; + readonly isApproved: boolean; + readonly asApproved: { + readonly index: u32; } & Struct; - readonly type: "TransferredAssets"; - } - - /** @name PalletAssetManagerEvent (158) */ - interface PalletAssetManagerEvent extends Enum { - readonly isForeignAssetRegistered: boolean; - readonly asForeignAssetRegistered: { - readonly assetId: u128; - readonly asset: MoonbaseRuntimeXcmConfigAssetType; - readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; + readonly isRejected: boolean; + readonly asRejected: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isUnitsPerSecondChanged: boolean; - readonly isForeignAssetXcmLocationChanged: boolean; - readonly asForeignAssetXcmLocationChanged: { - readonly assetId: u128; - readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; + readonly isTimedOut: boolean; + readonly asTimedOut: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isForeignAssetRemoved: boolean; - readonly asForeignAssetRemoved: { - readonly assetId: u128; - readonly assetType: MoonbaseRuntimeXcmConfigAssetType; + readonly isCancelled: boolean; + readonly asCancelled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isSupportedAssetRemoved: boolean; - readonly asSupportedAssetRemoved: { - readonly assetType: MoonbaseRuntimeXcmConfigAssetType; + readonly isKilled: boolean; + readonly asKilled: { + readonly index: u32; + readonly tally: PalletConvictionVotingTally; } & Struct; - readonly isForeignAssetDestroyed: boolean; - readonly asForeignAssetDestroyed: { - readonly assetId: u128; - readonly assetType: MoonbaseRuntimeXcmConfigAssetType; + readonly isSubmissionDepositRefunded: boolean; + readonly asSubmissionDepositRefunded: { + readonly index: u32; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isLocalAssetDestroyed: boolean; - readonly asLocalAssetDestroyed: { - readonly assetId: u128; + 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: - | "ForeignAssetRegistered" - | "UnitsPerSecondChanged" - | "ForeignAssetXcmLocationChanged" - | "ForeignAssetRemoved" - | "SupportedAssetRemoved" - | "ForeignAssetDestroyed" - | "LocalAssetDestroyed"; - } - - /** @name MoonbaseRuntimeXcmConfigAssetType (159) */ - interface MoonbaseRuntimeXcmConfigAssetType extends Enum { - readonly isXcm: boolean; - readonly asXcm: StagingXcmV3MultiLocation; - readonly type: "Xcm"; + | "Submitted" + | "DecisionDepositPlaced" + | "DecisionDepositRefunded" + | "DepositSlashed" + | "DecisionStarted" + | "ConfirmStarted" + | "ConfirmAborted" + | "Confirmed" + | "Approved" + | "Rejected" + | "TimedOut" + | "Cancelled" + | "Killed" + | "SubmissionDepositRefunded" + | "MetadataSet" + | "MetadataCleared"; } - /** @name MoonbaseRuntimeAssetConfigAssetRegistrarMetadata (160) */ - interface MoonbaseRuntimeAssetConfigAssetRegistrarMetadata extends Struct { - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name FrameSupportPreimagesBounded (95) */ + 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 PalletMigrationsEvent (161) */ - 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 FrameSystemCall (97) */ + interface FrameSystemCall extends Enum { + readonly isRemark: boolean; + readonly asRemark: { + readonly remark: Bytes; } & Struct; - readonly isMigrationCompleted: boolean; - readonly asMigrationCompleted: { - readonly migrationName: Bytes; - readonly consumedWeight: SpWeightsWeightV2Weight; + readonly isSetHeapPages: boolean; + readonly asSetHeapPages: { + readonly pages: u64; } & Struct; - readonly isFailedToSuspendIdleXcmExecution: boolean; - readonly asFailedToSuspendIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isSetCode: boolean; + readonly asSetCode: { + readonly code: Bytes; } & Struct; - readonly isFailedToResumeIdleXcmExecution: boolean; - readonly asFailedToResumeIdleXcmExecution: { - readonly error: SpRuntimeDispatchError; + readonly isSetCodeWithoutChecks: boolean; + readonly asSetCodeWithoutChecks: { + readonly code: Bytes; } & Struct; - readonly type: - | "RuntimeUpgradeStarted" - | "RuntimeUpgradeCompleted" - | "MigrationStarted" - | "MigrationCompleted" - | "FailedToSuspendIdleXcmExecution" - | "FailedToResumeIdleXcmExecution"; - } - - /** @name PalletXcmTransactorEvent (162) */ - interface PalletXcmTransactorEvent extends Enum { - readonly isTransactedDerivative: boolean; - readonly asTransactedDerivative: { - readonly accountId: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; - readonly index: u16; + readonly isSetStorage: boolean; + readonly asSetStorage: { + readonly items: Vec>; } & Struct; - readonly isTransactedSovereign: boolean; - readonly asTransactedSovereign: { - readonly feePayer: Option; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isKillStorage: boolean; + readonly asKillStorage: { + readonly keys_: Vec; } & Struct; - readonly isTransactedSigned: boolean; - readonly asTransactedSigned: { - readonly feePayer: AccountId20; - readonly dest: StagingXcmV4Location; - readonly call: Bytes; + readonly isKillPrefix: boolean; + readonly asKillPrefix: { + readonly prefix: Bytes; + readonly subkeys: u32; } & Struct; - readonly isRegisteredDerivative: boolean; - readonly asRegisteredDerivative: { - readonly accountId: AccountId20; - readonly index: u16; + readonly isRemarkWithEvent: boolean; + readonly asRemarkWithEvent: { + readonly remark: Bytes; } & Struct; - readonly isDeRegisteredDerivative: boolean; - readonly asDeRegisteredDerivative: { - readonly index: u16; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; } & Struct; - readonly isTransactFailed: boolean; - readonly asTransactFailed: { - readonly error: XcmV3TraitsError; + readonly isAuthorizeUpgradeWithoutChecks: boolean; + readonly asAuthorizeUpgradeWithoutChecks: { + readonly codeHash: H256; } & Struct; - readonly isTransactInfoChanged: boolean; - readonly asTransactInfoChanged: { - readonly location: StagingXcmV4Location; - readonly remoteInfo: PalletXcmTransactorRemoteTransactInfoWithMaxWeight; + readonly isApplyAuthorizedUpgrade: boolean; + readonly asApplyAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; - readonly isTransactInfoRemoved: boolean; - readonly asTransactInfoRemoved: { - readonly location: StagingXcmV4Location; + 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; } & Struct; - readonly isDestFeePerSecondChanged: boolean; - readonly asDestFeePerSecondChanged: { - readonly location: StagingXcmV4Location; - readonly feePerSecond: u128; + readonly isSudoSendUpwardMessage: boolean; + readonly asSudoSendUpwardMessage: { + readonly message: Bytes; } & Struct; - readonly isDestFeePerSecondRemoved: boolean; - readonly asDestFeePerSecondRemoved: { - readonly location: StagingXcmV4Location; + readonly isAuthorizeUpgrade: boolean; + readonly asAuthorizeUpgrade: { + readonly codeHash: H256; + readonly checkVersion: bool; } & Struct; - readonly isHrmpManagementSent: boolean; - readonly asHrmpManagementSent: { - readonly action: PalletXcmTransactorHrmpOperation; + readonly isEnactAuthorizedUpgrade: boolean; + readonly asEnactAuthorizedUpgrade: { + readonly code: Bytes; } & Struct; readonly type: - | "TransactedDerivative" - | "TransactedSovereign" - | "TransactedSigned" - | "RegisteredDerivative" - | "DeRegisteredDerivative" - | "TransactFailed" - | "TransactInfoChanged" - | "TransactInfoRemoved" - | "DestFeePerSecondChanged" - | "DestFeePerSecondRemoved" - | "HrmpManagementSent"; + | "SetValidationData" + | "SudoSendUpwardMessage" + | "AuthorizeUpgrade" + | "EnactAuthorizedUpgrade"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (163) */ - interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { - readonly transactExtraWeight: SpWeightsWeightV2Weight; - readonly maxWeight: SpWeightsWeightV2Weight; - readonly transactExtraWeightSigned: Option; + /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ + interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { + readonly validationData: PolkadotPrimitivesV7PersistedValidationData; + readonly relayChainState: SpTrieStorageProof; + readonly downwardMessages: Vec; + readonly horizontalMessages: BTreeMap>; } - /** @name PalletXcmTransactorHrmpOperation (165) */ - 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 PolkadotPrimitivesV7PersistedValidationData (103) */ + interface PolkadotPrimitivesV7PersistedValidationData extends Struct { + readonly parentHead: Bytes; + readonly relayParentNumber: u32; + readonly relayParentStorageRoot: H256; + readonly maxPovSize: u32; } - /** @name PalletXcmTransactorHrmpInitParams (166) */ - interface PalletXcmTransactorHrmpInitParams extends Struct { - readonly paraId: u32; - readonly proposedMaxCapacity: u32; - readonly proposedMaxMessageSize: u32; + /** @name SpTrieStorageProof (105) */ + interface SpTrieStorageProof extends Struct { + readonly trieNodes: BTreeSet; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (168) */ - interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { - readonly sender: u32; - readonly recipient: u32; + /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ + interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { + readonly sentAt: u32; + readonly msg: Bytes; } - /** @name PalletMoonbeamOrbitersEvent (169) */ - interface PalletMoonbeamOrbitersEvent extends Enum { - readonly isOrbiterJoinCollatorPool: boolean; - readonly asOrbiterJoinCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + /** @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; + } & Struct; + readonly type: "Set"; + } + + /** @name PalletRootTestingCall (116) */ + interface PalletRootTestingCall extends Enum { + readonly isFillBlock: boolean; + readonly asFillBlock: { + readonly ratio: Perbill; + } & 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; + } & 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; + } & Struct; + readonly isTransferAll: boolean; + readonly asTransferAll: { + readonly dest: AccountId20; + readonly keepAlive: bool; } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; - readonly orbiter: AccountId20; + readonly isForceUnreserve: boolean; + readonly asForceUnreserve: { + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isOrbiterRewarded: boolean; - readonly asOrbiterRewarded: { - readonly account: AccountId20; - readonly rewards: u128; + readonly isUpgradeAccounts: boolean; + readonly asUpgradeAccounts: { + readonly who: Vec; } & Struct; - readonly isOrbiterRotation: boolean; - readonly asOrbiterRotation: { - readonly collator: AccountId20; - readonly oldOrbiter: Option; - readonly newOrbiter: Option; + readonly isForceSetBalance: boolean; + readonly asForceSetBalance: { + readonly who: AccountId20; + readonly newFree: Compact; } & Struct; - readonly isOrbiterRegistered: boolean; - readonly asOrbiterRegistered: { - readonly account: AccountId20; - readonly deposit: u128; + readonly isForceAdjustTotalIssuance: boolean; + readonly asForceAdjustTotalIssuance: { + readonly direction: PalletBalancesAdjustmentDirection; + readonly delta: Compact; } & Struct; - readonly isOrbiterUnregistered: boolean; - readonly asOrbiterUnregistered: { - readonly account: AccountId20; + readonly isBurn: boolean; + readonly asBurn: { + readonly value: Compact; + readonly keepAlive: bool; } & Struct; readonly type: - | "OrbiterJoinCollatorPool" - | "OrbiterLeaveCollatorPool" - | "OrbiterRewarded" - | "OrbiterRotation" - | "OrbiterRegistered" - | "OrbiterUnregistered"; + | "TransferAllowDeath" + | "ForceTransfer" + | "TransferKeepAlive" + | "TransferAll" + | "ForceUnreserve" + | "UpgradeAccounts" + | "ForceSetBalance" + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletEthereumXcmEvent (170) */ - interface PalletEthereumXcmEvent extends Enum { - readonly isExecutedFromXcm: boolean; - readonly asExecutedFromXcm: { - readonly xcmMsgHash: H256; - readonly ethTxHash: H256; - } & Struct; - readonly type: "ExecutedFromXcm"; + /** @name PalletBalancesAdjustmentDirection (120) */ + interface PalletBalancesAdjustmentDirection extends Enum { + readonly isIncrease: boolean; + readonly isDecrease: boolean; + readonly type: "Increase" | "Decrease"; } - /** @name PalletRandomnessEvent (171) */ - 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; + /** @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 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 isSetInflation: boolean; + readonly asSetInflation: { + readonly schedule: { + readonly min: Perbill; + readonly ideal: Perbill; + readonly max: Perbill; + } & Struct; } & Struct; - readonly isRequestFulfilled: boolean; - readonly asRequestFulfilled: { - readonly id: u64; + readonly isSetParachainBondAccount: boolean; + readonly asSetParachainBondAccount: { + readonly new_: AccountId20; } & Struct; - readonly isRequestFeeIncreased: boolean; - readonly asRequestFeeIncreased: { - readonly id: u64; - readonly newFee: u128; + readonly isSetParachainBondReservePercent: boolean; + readonly asSetParachainBondReservePercent: { + readonly new_: Percent; } & Struct; - readonly isRequestExpirationExecuted: boolean; - readonly asRequestExpirationExecuted: { - readonly id: u64; + readonly isSetTotalSelected: boolean; + readonly asSetTotalSelected: { + readonly new_: u32; } & Struct; - readonly type: - | "RandomnessRequestedBabeEpoch" - | "RandomnessRequestedLocal" - | "RequestFulfilled" - | "RequestFeeIncreased" - | "RequestExpirationExecuted"; - } - - /** @name PalletCollectiveEvent (172) */ - interface PalletCollectiveEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly account: AccountId20; - readonly proposalIndex: u32; - readonly proposalHash: H256; - readonly threshold: u32; + readonly isSetCollatorCommission: boolean; + readonly asSetCollatorCommission: { + readonly new_: Perbill; } & Struct; - readonly isVoted: boolean; - readonly asVoted: { - readonly account: AccountId20; - readonly proposalHash: H256; - readonly voted: bool; - readonly yes: u32; - readonly no: u32; + readonly isSetBlocksPerRound: boolean; + readonly asSetBlocksPerRound: { + readonly new_: u32; } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly proposalHash: H256; + readonly isJoinCandidates: boolean; + readonly asJoinCandidates: { + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isDisapproved: boolean; - readonly asDisapproved: { - readonly proposalHash: H256; + readonly isScheduleLeaveCandidates: boolean; + readonly asScheduleLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isExecuted: boolean; - readonly asExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isExecuteLeaveCandidates: boolean; + readonly asExecuteLeaveCandidates: { + readonly candidate: AccountId20; + readonly candidateDelegationCount: u32; } & Struct; - readonly isMemberExecuted: boolean; - readonly asMemberExecuted: { - readonly proposalHash: H256; - readonly result: Result; + readonly isCancelLeaveCandidates: boolean; + readonly asCancelLeaveCandidates: { + readonly candidateCount: u32; } & Struct; - readonly isClosed: boolean; - readonly asClosed: { - readonly proposalHash: H256; - readonly yes: u32; - readonly no: u32; + readonly isGoOffline: boolean; + readonly isGoOnline: boolean; + readonly isCandidateBondMore: boolean; + readonly asCandidateBondMore: { + readonly more: u128; } & Struct; - readonly type: - | "Proposed" - | "Voted" - | "Approved" - | "Disapproved" - | "Executed" - | "MemberExecuted" - | "Closed"; - } - - /** @name PalletConvictionVotingEvent (173) */ - interface PalletConvictionVotingEvent extends Enum { - readonly isDelegated: boolean; - readonly asDelegated: ITuple<[AccountId20, AccountId20]>; - readonly isUndelegated: boolean; - readonly asUndelegated: AccountId20; - readonly type: "Delegated" | "Undelegated"; - } - - /** @name PalletReferendaEvent (174) */ - interface PalletReferendaEvent extends Enum { - readonly isSubmitted: boolean; - readonly asSubmitted: { - readonly index: u32; - readonly track: u16; - readonly proposal: FrameSupportPreimagesBounded; + readonly isScheduleCandidateBondLess: boolean; + readonly asScheduleCandidateBondLess: { + readonly less: u128; } & Struct; - readonly isDecisionDepositPlaced: boolean; - readonly asDecisionDepositPlaced: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isExecuteCandidateBondLess: boolean; + readonly asExecuteCandidateBondLess: { + readonly candidate: AccountId20; } & Struct; - readonly isDecisionDepositRefunded: boolean; - readonly asDecisionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; + readonly isCancelCandidateBondLess: boolean; + readonly isDelegate: boolean; + readonly asDelegate: { + readonly candidate: AccountId20; readonly amount: u128; + readonly candidateDelegationCount: u32; + readonly delegationCount: u32; } & Struct; - readonly isDepositSlashed: boolean; - readonly asDepositSlashed: { - readonly who: AccountId20; + 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 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; + readonly isRemovedCall19: boolean; + readonly isRemovedCall20: boolean; + readonly isRemovedCall21: boolean; + readonly isScheduleRevokeDelegation: boolean; + readonly asScheduleRevokeDelegation: { + readonly collator: AccountId20; } & Struct; - readonly isConfirmAborted: boolean; - readonly asConfirmAborted: { - readonly index: u32; + readonly isDelegatorBondMore: boolean; + readonly asDelegatorBondMore: { + readonly candidate: AccountId20; + readonly more: u128; } & Struct; - readonly isConfirmed: boolean; - readonly asConfirmed: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; + readonly isScheduleDelegatorBondLess: boolean; + readonly asScheduleDelegatorBondLess: { + readonly candidate: AccountId20; + readonly less: u128; } & Struct; - readonly isApproved: boolean; - readonly asApproved: { - readonly index: u32; + readonly isExecuteDelegationRequest: boolean; + readonly asExecuteDelegationRequest: { + readonly delegator: AccountId20; + readonly candidate: AccountId20; } & Struct; - readonly isRejected: boolean; - readonly asRejected: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; + readonly isCancelDelegationRequest: boolean; + readonly asCancelDelegationRequest: { + readonly candidate: AccountId20; } & Struct; - readonly isTimedOut: boolean; - readonly asTimedOut: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; + readonly isSetAutoCompound: boolean; + readonly asSetAutoCompound: { + readonly candidate: AccountId20; + readonly value: Percent; + readonly candidateAutoCompoundingDelegationCountHint: u32; + readonly delegationCountHint: u32; } & Struct; - readonly isCancelled: boolean; - readonly asCancelled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; + readonly isHotfixRemoveDelegationRequestsExitedCandidates: boolean; + readonly asHotfixRemoveDelegationRequestsExitedCandidates: { + readonly candidates: Vec; } & Struct; - readonly isKilled: boolean; - readonly asKilled: { - readonly index: u32; - readonly tally: PalletConvictionVotingTally; + readonly isNotifyInactiveCollator: boolean; + readonly asNotifyInactiveCollator: { + readonly collator: AccountId20; } & Struct; - readonly isSubmissionDepositRefunded: boolean; - readonly asSubmissionDepositRefunded: { - readonly index: u32; - readonly who: AccountId20; - readonly amount: u128; + readonly isEnableMarkingOffline: boolean; + readonly asEnableMarkingOffline: { + readonly value: bool; } & Struct; - readonly isMetadataSet: boolean; - readonly asMetadataSet: { - readonly index: u32; - readonly hash_: H256; + readonly isForceJoinCandidates: boolean; + readonly asForceJoinCandidates: { + readonly account: AccountId20; + readonly bond: u128; + readonly candidateCount: u32; } & Struct; - readonly isMetadataCleared: boolean; - readonly asMetadataCleared: { - readonly index: u32; - readonly hash_: H256; + readonly isSetInflationDistributionConfig: boolean; + readonly asSetInflationDistributionConfig: { + readonly new_: PalletParachainStakingInflationDistributionConfig; } & Struct; readonly type: - | "Submitted" - | "DecisionDepositPlaced" - | "DecisionDepositRefunded" - | "DepositSlashed" - | "DecisionStarted" - | "ConfirmStarted" - | "ConfirmAborted" - | "Confirmed" - | "Approved" - | "Rejected" - | "TimedOut" - | "Cancelled" - | "Killed" - | "SubmissionDepositRefunded" - | "MetadataSet" - | "MetadataCleared"; + | "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 FrameSupportPreimagesBounded (175) */ - 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 PalletAuthorInherentCall (124) */ + interface PalletAuthorInherentCall extends Enum { + readonly isKickOffAuthorshipValidation: boolean; + readonly type: "KickOffAuthorshipValidation"; } - /** @name FrameSystemCall (177) */ - interface FrameSystemCall extends Enum { - readonly isRemark: boolean; - readonly asRemark: { - readonly remark: Bytes; + /** @name PalletAuthorSlotFilterCall (125) */ + interface PalletAuthorSlotFilterCall extends Enum { + readonly isSetEligible: boolean; + readonly asSetEligible: { + readonly new_: u32; } & Struct; - readonly isSetHeapPages: boolean; - readonly asSetHeapPages: { - readonly pages: u64; + readonly type: "SetEligible"; + } + + /** @name PalletAuthorMappingCall (126) */ + interface PalletAuthorMappingCall extends Enum { + readonly isAddAssociation: boolean; + readonly asAddAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isSetCode: boolean; - readonly asSetCode: { - readonly code: Bytes; + readonly isUpdateAssociation: boolean; + readonly asUpdateAssociation: { + readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isSetCodeWithoutChecks: boolean; - readonly asSetCodeWithoutChecks: { - readonly code: Bytes; + readonly isClearAssociation: boolean; + readonly asClearAssociation: { + readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; } & Struct; - readonly isSetStorage: boolean; - readonly asSetStorage: { - readonly items: Vec>; + readonly isRemoveKeys: boolean; + readonly isSetKeys: boolean; + readonly asSetKeys: { + readonly keys_: Bytes; } & Struct; - readonly isKillStorage: boolean; - readonly asKillStorage: { - readonly keys_: Vec; + readonly type: + | "AddAssociation" + | "UpdateAssociation" + | "ClearAssociation" + | "RemoveKeys" + | "SetKeys"; + } + + /** @name PalletMoonbeamOrbitersCall (127) */ + interface PalletMoonbeamOrbitersCall extends Enum { + readonly isCollatorAddOrbiter: boolean; + readonly asCollatorAddOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isKillPrefix: boolean; - readonly asKillPrefix: { - readonly prefix: Bytes; - readonly subkeys: u32; + readonly isCollatorRemoveOrbiter: boolean; + readonly asCollatorRemoveOrbiter: { + readonly orbiter: AccountId20; } & Struct; - readonly isRemarkWithEvent: boolean; - readonly asRemarkWithEvent: { - readonly remark: Bytes; + readonly isOrbiterLeaveCollatorPool: boolean; + readonly asOrbiterLeaveCollatorPool: { + readonly collator: AccountId20; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isOrbiterRegister: boolean; + readonly isOrbiterUnregister: boolean; + readonly asOrbiterUnregister: { + readonly collatorsPoolCount: u32; } & Struct; - readonly isAuthorizeUpgradeWithoutChecks: boolean; - readonly asAuthorizeUpgradeWithoutChecks: { - readonly codeHash: H256; + readonly isAddCollator: boolean; + readonly asAddCollator: { + readonly collator: AccountId20; } & Struct; - readonly isApplyAuthorizedUpgrade: boolean; - readonly asApplyAuthorizedUpgrade: { - readonly code: Bytes; + readonly isRemoveCollator: boolean; + readonly asRemoveCollator: { + readonly collator: AccountId20; } & Struct; readonly type: - | "Remark" - | "SetHeapPages" - | "SetCode" - | "SetCodeWithoutChecks" - | "SetStorage" - | "KillStorage" - | "KillPrefix" - | "RemarkWithEvent" - | "AuthorizeUpgrade" - | "AuthorizeUpgradeWithoutChecks" - | "ApplyAuthorizedUpgrade"; + | "CollatorAddOrbiter" + | "CollatorRemoveOrbiter" + | "OrbiterLeaveCollatorPool" + | "OrbiterRegister" + | "OrbiterUnregister" + | "AddCollator" + | "RemoveCollator"; } - /** @name PalletUtilityCall (181) */ + /** @name PalletUtilityCall (128) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -3274,7 +1942,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDispatchAs: boolean; readonly asDispatchAs: { - readonly asOrigin: MoonbaseRuntimeOriginCaller; + readonly asOrigin: MoonriverRuntimeOriginCaller; readonly call: Call; } & Struct; readonly isForceBatch: boolean; @@ -3295,38 +1963,38 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonbaseRuntimeOriginCaller (183) */ - interface MoonbaseRuntimeOriginCaller extends Enum { + /** @name MoonriverRuntimeOriginCaller (130) */ + interface MoonriverRuntimeOriginCaller 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 isOrigins: boolean; + readonly asOrigins: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; readonly isTreasuryCouncilCollective: boolean; readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; - readonly isOrigins: boolean; - readonly asOrigins: MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin; 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" - | "TreasuryCouncilCollective" - | "Origins" - | "OpenTechCommitteeCollective"; + | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (184) */ + /** @name FrameSupportDispatchRawOrigin (131) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -3335,14 +2003,39 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (185) */ + /** @name PalletEthereumRawOrigin (132) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name CumulusPalletXcmOrigin (186) */ + /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ + 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 (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; @@ -3350,7 +2043,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (187) */ + /** @name PalletXcmOrigin (137) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -3359,194 +2052,502 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name PalletEthereumXcmRawOrigin (188) */ + /** @name StagingXcmV4Location (138) */ + interface StagingXcmV4Location extends Struct { + readonly parents: u8; + readonly interior: StagingXcmV4Junctions; + } + + /** @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 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 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 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 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; + } & Struct; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; + } & Struct; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; + } + + /** @name PalletEthereumXcmRawOrigin (154) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name PalletCollectiveRawOrigin (189) */ - 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 SpCoreVoid (155) */ + type SpCoreVoid = Null; - /** @name MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin (190) */ - interface MoonbaseRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { - readonly isWhitelistedCaller: boolean; - readonly isGeneralAdmin: boolean; - readonly isReferendumCanceller: boolean; - readonly isReferendumKiller: boolean; - readonly isFastGeneralAdmin: boolean; + /** @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: - | "WhitelistedCaller" - | "GeneralAdmin" - | "ReferendumCanceller" - | "ReferendumKiller" - | "FastGeneralAdmin"; + | "Proxy" + | "AddProxy" + | "RemoveProxy" + | "RemoveProxies" + | "CreatePure" + | "KillPure" + | "Announce" + | "RemoveAnnouncement" + | "RejectAnnouncement" + | "ProxyAnnounced"; } - /** @name SpCoreVoid (192) */ - type SpCoreVoid = Null; - - /** @name PalletTimestampCall (193) */ - interface PalletTimestampCall extends Enum { - readonly isSet: boolean; - readonly asSet: { - readonly now: Compact; - } & Struct; - readonly type: "Set"; + /** @name PalletMaintenanceModeCall (158) */ + interface PalletMaintenanceModeCall extends Enum { + readonly isEnterMaintenanceMode: boolean; + readonly isResumeNormalOperation: boolean; + readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletBalancesCall (194) */ - interface PalletBalancesCall extends Enum { - readonly isTransferAllowDeath: boolean; - readonly asTransferAllowDeath: { - readonly dest: AccountId20; - readonly value: Compact; + /** @name PalletIdentityCall (159) */ + interface PalletIdentityCall extends Enum { + readonly isAddRegistrar: boolean; + readonly asAddRegistrar: { + readonly account: AccountId20; } & Struct; - readonly isForceTransfer: boolean; - readonly asForceTransfer: { - readonly source: AccountId20; - readonly dest: AccountId20; - readonly value: Compact; + readonly isSetIdentity: boolean; + readonly asSetIdentity: { + readonly info: PalletIdentityLegacyIdentityInfo; } & Struct; - readonly isTransferKeepAlive: boolean; - readonly asTransferKeepAlive: { - readonly dest: AccountId20; - readonly value: Compact; + readonly isSetSubs: boolean; + readonly asSetSubs: { + readonly subs: Vec>; } & Struct; - readonly isTransferAll: boolean; - readonly asTransferAll: { - readonly dest: AccountId20; - readonly keepAlive: bool; + readonly isClearIdentity: boolean; + readonly isRequestJudgement: boolean; + readonly asRequestJudgement: { + readonly regIndex: Compact; + readonly maxFee: Compact; } & Struct; - readonly isForceUnreserve: boolean; - readonly asForceUnreserve: { - readonly who: AccountId20; - readonly amount: u128; + readonly isCancelRequest: boolean; + readonly asCancelRequest: { + readonly regIndex: u32; } & Struct; - readonly isUpgradeAccounts: boolean; - readonly asUpgradeAccounts: { - readonly who: Vec; + readonly isSetFee: boolean; + readonly asSetFee: { + readonly index: Compact; + readonly fee: Compact; } & Struct; - readonly isForceSetBalance: boolean; - readonly asForceSetBalance: { + 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 newFree: Compact; + readonly username: Bytes; + readonly signature: Option; } & Struct; - readonly isForceAdjustTotalIssuance: boolean; - readonly asForceAdjustTotalIssuance: { - readonly direction: PalletBalancesAdjustmentDirection; - readonly delta: Compact; + 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: - | "TransferAllowDeath" - | "ForceTransfer" - | "TransferKeepAlive" - | "TransferAll" - | "ForceUnreserve" - | "UpgradeAccounts" - | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "AddRegistrar" + | "SetIdentity" + | "SetSubs" + | "ClearIdentity" + | "RequestJudgement" + | "CancelRequest" + | "SetFee" + | "SetAccountId" + | "SetFields" + | "ProvideJudgement" + | "KillIdentity" + | "AddSub" + | "RenameSub" + | "RemoveSub" + | "QuitSub" + | "AddUsernameAuthority" + | "RemoveUsernameAuthority" + | "SetUsernameFor" + | "AcceptUsername" + | "RemoveExpiredApproval" + | "SetPrimaryUsername" + | "RemoveDanglingUsername"; } - /** @name PalletBalancesAdjustmentDirection (196) */ - interface PalletBalancesAdjustmentDirection extends Enum { - readonly isIncrease: boolean; - readonly isDecrease: boolean; - readonly type: "Increase" | "Decrease"; + /** @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 PalletSudoCall (197) */ - 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 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; + readonly type: + | "Unknown" + | "FeePaid" + | "Reasonable" + | "KnownGood" + | "OutOfDate" + | "LowQuality" + | "Erroneous"; } - /** @name CumulusPalletParachainSystemCall (198) */ - interface CumulusPalletParachainSystemCall extends Enum { - readonly isSetValidationData: boolean; - readonly asSetValidationData: { - readonly data: CumulusPrimitivesParachainInherentParachainInherentData; - } & Struct; - readonly isSudoSendUpwardMessage: boolean; - readonly asSudoSendUpwardMessage: { - readonly message: Bytes; + /** @name AccountEthereumSignature (200) */ + interface AccountEthereumSignature extends U8aFixed {} + + /** @name PalletMultisigCall (202) */ + interface PalletMultisigCall extends Enum { + readonly isAsMultiThreshold1: boolean; + readonly asAsMultiThreshold1: { + readonly otherSignatories: Vec; + readonly call: Call; } & Struct; - readonly isAuthorizeUpgrade: boolean; - readonly asAuthorizeUpgrade: { - readonly codeHash: H256; - readonly checkVersion: bool; + readonly isAsMulti: boolean; + readonly asAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly call: Call; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly isEnactAuthorizedUpgrade: boolean; - readonly asEnactAuthorizedUpgrade: { - readonly code: Bytes; + readonly isApproveAsMulti: boolean; + readonly asApproveAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly maybeTimepoint: Option; + readonly callHash: U8aFixed; + readonly maxWeight: SpWeightsWeightV2Weight; } & Struct; - readonly type: - | "SetValidationData" - | "SudoSendUpwardMessage" - | "AuthorizeUpgrade" - | "EnactAuthorizedUpgrade"; + readonly isCancelAsMulti: boolean; + readonly asCancelAsMulti: { + readonly threshold: u16; + readonly otherSignatories: Vec; + readonly timepoint: PalletMultisigTimepoint; + readonly callHash: U8aFixed; + } & Struct; + readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (199) */ - interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { - readonly validationData: PolkadotPrimitivesV7PersistedValidationData; - readonly relayChainState: SpTrieStorageProof; - readonly downwardMessages: Vec; - readonly horizontalMessages: BTreeMap>; + /** @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 PolkadotPrimitivesV7PersistedValidationData (200) */ - interface PolkadotPrimitivesV7PersistedValidationData extends Struct { - readonly parentHead: Bytes; - readonly relayParentNumber: u32; - readonly relayParentStorageRoot: H256; - readonly maxPovSize: u32; + /** @name PalletParametersCall (207) */ + interface PalletParametersCall extends Enum { + readonly isSetParameter: boolean; + readonly asSetParameter: { + readonly keyValue: MoonriverRuntimeRuntimeParamsRuntimeParameters; + } & Struct; + readonly type: "SetParameter"; } - /** @name SpTrieStorageProof (202) */ - interface SpTrieStorageProof extends Struct { - readonly trieNodes: BTreeSet; + /** @name MoonriverRuntimeRuntimeParamsRuntimeParameters (208) */ + interface MoonriverRuntimeRuntimeParamsRuntimeParameters extends Enum { + readonly isRuntimeConfig: boolean; + readonly asRuntimeConfig: MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; + readonly isPalletRandomness: boolean; + readonly asPalletRandomness: MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters; + readonly type: "RuntimeConfig" | "PalletRandomness"; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (205) */ - interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { - readonly sentAt: u32; - readonly msg: Bytes; + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (209) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { + readonly isFeesTreasuryProportion: boolean; + readonly asFeesTreasuryProportion: ITuple< + [ + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + Option + ] + >; + readonly type: "FeesTreasuryProportion"; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (208) */ - interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { - readonly sentAt: u32; - readonly data: Bytes; + /** @name MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters (211) */ + interface MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters extends Enum { + readonly isDeposit: boolean; + readonly asDeposit: ITuple< + [MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, Option] + >; + readonly type: "Deposit"; } - /** @name PalletEvmCall (211) */ + /** @name PalletEvmCall (213) */ interface PalletEvmCall extends Enum { readonly isWithdraw: boolean; readonly asWithdraw: { @@ -3591,7 +2592,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (217) */ + /** @name PalletEthereumCall (219) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -3600,7 +2601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (218) */ + /** @name EthereumTransactionTransactionV2 (220) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -3611,7 +2612,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (219) */ + /** @name EthereumTransactionLegacyTransaction (221) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -3622,7 +2623,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (220) */ + /** @name EthereumTransactionTransactionAction (222) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -3630,229 +2631,51 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (221) */ + /** @name EthereumTransactionTransactionSignature (223) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (223) */ + /** @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 EthereumTransactionAccessListItem (225) */ - interface EthereumTransactionAccessListItem extends Struct { - readonly address: H160; - readonly storageKeys: Vec; - } - - /** @name EthereumTransactionEip1559Transaction (226) */ - 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 (227) */ - 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"; + 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 (227) */ + interface EthereumTransactionAccessListItem extends Struct { + readonly address: H160; + readonly storageKeys: Vec; } - /** @name PalletSchedulerCall (230) */ + /** @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 PalletSchedulerCall (229) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -3926,21 +2749,243 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletTreasuryCall (232) */ + /** @name PalletPreimageCall (231) */ + interface PalletPreimageCall extends Enum { + readonly isNotePreimage: boolean; + readonly asNotePreimage: { + readonly bytes: Bytes; + } & Struct; + readonly isUnnotePreimage: boolean; + readonly asUnnotePreimage: { + readonly hash_: H256; + } & Struct; + readonly isRequestPreimage: boolean; + readonly asRequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly isUnrequestPreimage: boolean; + readonly asUnrequestPreimage: { + readonly hash_: H256; + } & Struct; + readonly isEnsureUpdated: boolean; + readonly asEnsureUpdated: { + readonly hashes: Vec; + } & 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; + } & 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; + } & Struct; + readonly isUnlock: boolean; + readonly asUnlock: { + readonly class: u16; + readonly target: AccountId20; + } & Struct; + readonly isRemoveVote: boolean; + readonly asRemoveVote: { + readonly class: Option; + readonly index: u32; + } & Struct; + readonly isRemoveOtherVote: boolean; + readonly asRemoveOtherVote: { + readonly target: AccountId20; + readonly class: u16; + readonly index: u32; + } & 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; + } & Struct; + 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 (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"; + } + + /** @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; + } & Struct; + readonly isKill: boolean; + readonly asKill: { + readonly index: u32; + } & Struct; + readonly isNudgeReferendum: boolean; + readonly asNudgeReferendum: { + readonly index: u32; + } & Struct; + readonly isOneFewerDeciding: boolean; + readonly asOneFewerDeciding: { + readonly track: u16; + } & Struct; + readonly isRefundSubmissionDeposit: boolean; + readonly asRefundSubmissionDeposit: { + readonly index: u32; + } & Struct; + readonly isSetMetadata: boolean; + readonly asSetMetadata: { + readonly index: u32; + readonly maybeHash: Option; + } & Struct; + readonly type: + | "Submit" + | "PlaceDecisionDeposit" + | "RefundDecisionDeposit" + | "Cancel" + | "Kill" + | "NudgeReferendum" + | "OneFewerDeciding" + | "RefundSubmissionDeposit" + | "SetMetadata"; + } + + /** @name FrameSupportScheduleDispatchTime (238) */ + interface FrameSupportScheduleDispatchTime extends Enum { + readonly isAt: boolean; + readonly asAt: u32; + readonly isAfter: boolean; + readonly asAfter: u32; + readonly type: "At" | "After"; + } + + /** @name PalletWhitelistCall (240) */ + interface PalletWhitelistCall extends Enum { + readonly isWhitelistCall: boolean; + readonly asWhitelistCall: { + readonly callHash: H256; + } & Struct; + 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 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; + } & 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; + } & Struct; + readonly isClose: boolean; + readonly asClose: { + readonly proposalHash: H256; + readonly index: Compact; + readonly proposalWeightBound: SpWeightsWeightV2Weight; + readonly lengthBound: Compact; + } & Struct; + readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; + } + + /** @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; @@ -3970,9 +3015,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -3981,22 +3023,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletAuthorInherentCall (234) */ - interface PalletAuthorInherentCall extends Enum { - readonly isKickOffAuthorshipValidation: boolean; - readonly type: "KickOffAuthorshipValidation"; - } - - /** @name PalletAuthorSlotFilterCall (235) */ - interface PalletAuthorSlotFilterCall extends Enum { - readonly isSetEligible: boolean; - readonly asSetEligible: { - readonly new_: u32; - } & Struct; - readonly type: "SetEligible"; - } - - /** @name PalletCrowdloanRewardsCall (236) */ + /** @name PalletCrowdloanRewardsCall (245) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -4032,7 +3059,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (237) */ + /** @name SpRuntimeMultiSignature (246) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -4043,442 +3070,775 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name PalletAuthorMappingCall (244) */ - interface PalletAuthorMappingCall extends Enum { - readonly isAddAssociation: boolean; - readonly asAddAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + /** @name PalletXcmCall (252) */ + 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 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; + } + + /** @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 XcmV2Junction (256) */ + interface XcmV2Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: XcmV2NetworkId; + readonly id: U8aFixed; + } & Struct; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: XcmV2NetworkId; + readonly index: Compact; + } & Struct; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: XcmV2NetworkId; + readonly key: U8aFixed; + } & 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; + } & 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"; + } + + /** @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 XcmV2BodyPart (260) */ + interface XcmV2BodyPart extends Enum { + readonly isVoice: boolean; + readonly isMembers: boolean; + readonly asMembers: { + readonly count: Compact; } & Struct; - readonly isUpdateAssociation: boolean; - readonly asUpdateAssociation: { - readonly oldNimbusId: NimbusPrimitivesNimbusCryptoPublic; - readonly newNimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly isFraction: boolean; + readonly asFraction: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isClearAssociation: boolean; - readonly asClearAssociation: { - readonly nimbusId: NimbusPrimitivesNimbusCryptoPublic; + readonly isAtLeastProportion: boolean; + readonly asAtLeastProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly isRemoveKeys: boolean; - readonly isSetKeys: boolean; - readonly asSetKeys: { - readonly keys_: Bytes; + readonly isMoreThanProportion: boolean; + readonly asMoreThanProportion: { + readonly nom: Compact; + readonly denom: Compact; } & Struct; - readonly type: - | "AddAssociation" - | "UpdateAssociation" - | "ClearAssociation" - | "RemoveKeys" - | "SetKeys"; + readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletProxyCall (245) */ - 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: MoonbaseRuntimeProxyType; - readonly delay: u32; - } & Struct; - readonly isRemoveProxy: boolean; - readonly asRemoveProxy: { - readonly delegate: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; - readonly delay: u32; + /** @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"; + } + + /** @name XcmV3Junction (263) */ + interface XcmV3Junction extends Enum { + readonly isParachain: boolean; + readonly asParachain: Compact; + readonly isAccountId32: boolean; + readonly asAccountId32: { + readonly network: Option; + readonly id: U8aFixed; } & Struct; - readonly isRemoveProxies: boolean; - readonly isCreatePure: boolean; - readonly asCreatePure: { - readonly proxyType: MoonbaseRuntimeProxyType; - readonly delay: u32; - readonly index: u16; + readonly isAccountIndex64: boolean; + readonly asAccountIndex64: { + readonly network: Option; + readonly index: Compact; } & Struct; - readonly isKillPure: boolean; - readonly asKillPure: { - readonly spawner: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; - readonly index: u16; - readonly height: Compact; - readonly extIndex: Compact; + readonly isAccountKey20: boolean; + readonly asAccountKey20: { + readonly network: Option; + readonly key: U8aFixed; } & Struct; - readonly isAnnounce: boolean; - readonly asAnnounce: { - readonly real: AccountId20; - readonly callHash: 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 isRemoveAnnouncement: boolean; - readonly asRemoveAnnouncement: { - readonly real: AccountId20; - readonly callHash: H256; + readonly isOnlyChild: boolean; + readonly isPlurality: boolean; + readonly asPlurality: { + readonly id: XcmV3JunctionBodyId; + readonly part: XcmV3JunctionBodyPart; } & Struct; - readonly isRejectAnnouncement: boolean; - readonly asRejectAnnouncement: { - readonly delegate: AccountId20; - readonly callHash: H256; + readonly isGlobalConsensus: boolean; + readonly asGlobalConsensus: XcmV3JunctionNetworkId; + readonly type: + | "Parachain" + | "AccountId32" + | "AccountIndex64" + | "AccountKey20" + | "PalletInstance" + | "GeneralIndex" + | "GeneralKey" + | "OnlyChild" + | "Plurality" + | "GlobalConsensus"; + } + + /** @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 isProxyAnnounced: boolean; - readonly asProxyAnnounced: { - readonly delegate: AccountId20; - readonly real: AccountId20; - readonly forceProxyType: Option; - readonly call: Call; + 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: - | "Proxy" - | "AddProxy" - | "RemoveProxy" - | "RemoveProxies" - | "CreatePure" - | "KillPure" - | "Announce" - | "RemoveAnnouncement" - | "RejectAnnouncement" - | "ProxyAnnounced"; + | "ByGenesis" + | "ByFork" + | "Polkadot" + | "Kusama" + | "Westend" + | "Rococo" + | "Wococo" + | "Ethereum" + | "BitcoinCore" + | "BitcoinCash" + | "PolkadotBulletin"; } - /** @name PalletMaintenanceModeCall (247) */ - interface PalletMaintenanceModeCall extends Enum { - readonly isEnterMaintenanceMode: boolean; - readonly isResumeNormalOperation: boolean; - readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; + /** @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 PalletIdentityCall (248) */ - 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; + /** @name XcmV2Xcm (267) */ + interface XcmV2Xcm extends Vec {} + + /** @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; } & Struct; - readonly isCancelRequest: boolean; - readonly asCancelRequest: { - readonly regIndex: u32; + readonly isTransferAsset: boolean; + readonly asTransferAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isSetFee: boolean; - readonly asSetFee: { - readonly index: Compact; - readonly fee: Compact; + readonly isTransferReserveAsset: boolean; + readonly asTransferReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssets; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isSetAccountId: boolean; - readonly asSetAccountId: { - readonly index: Compact; - readonly new_: AccountId20; + readonly isTransact: boolean; + readonly asTransact: { + readonly originType: XcmV2OriginKind; + readonly requireWeightAtMost: Compact; + readonly call: XcmDoubleEncoded; } & Struct; - readonly isSetFields: boolean; - readonly asSetFields: { - readonly index: Compact; - readonly fields: u64; + readonly isHrmpNewChannelOpenRequest: boolean; + readonly asHrmpNewChannelOpenRequest: { + readonly sender: Compact; + readonly maxMessageSize: Compact; + readonly maxCapacity: Compact; } & Struct; - readonly isProvideJudgement: boolean; - readonly asProvideJudgement: { - readonly regIndex: Compact; - readonly target: AccountId20; - readonly judgement: PalletIdentityJudgement; - readonly identity: H256; + readonly isHrmpChannelAccepted: boolean; + readonly asHrmpChannelAccepted: { + readonly recipient: Compact; } & Struct; - readonly isKillIdentity: boolean; - readonly asKillIdentity: { - readonly target: AccountId20; + readonly isHrmpChannelClosing: boolean; + readonly asHrmpChannelClosing: { + readonly initiator: Compact; + readonly sender: Compact; + readonly recipient: Compact; } & Struct; - readonly isAddSub: boolean; - readonly asAddSub: { - readonly sub: AccountId20; - readonly data: Data; + 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 isRenameSub: boolean; - readonly asRenameSub: { - readonly sub: AccountId20; - readonly data: Data; + readonly isDepositAsset: boolean; + readonly asDepositAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly beneficiary: XcmV2MultiLocation; } & Struct; - readonly isRemoveSub: boolean; - readonly asRemoveSub: { - readonly sub: AccountId20; + readonly isDepositReserveAsset: boolean; + readonly asDepositReserveAsset: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxAssets: Compact; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isQuitSub: boolean; - readonly isAddUsernameAuthority: boolean; - readonly asAddUsernameAuthority: { - readonly authority: AccountId20; - readonly suffix: Bytes; - readonly allocation: u32; + readonly isExchangeAsset: boolean; + readonly asExchangeAsset: { + readonly give: XcmV2MultiassetMultiAssetFilter; + readonly receive: XcmV2MultiassetMultiAssets; } & Struct; - readonly isRemoveUsernameAuthority: boolean; - readonly asRemoveUsernameAuthority: { - readonly authority: AccountId20; + readonly isInitiateReserveWithdraw: boolean; + readonly asInitiateReserveWithdraw: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly reserve: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isSetUsernameFor: boolean; - readonly asSetUsernameFor: { - readonly who: AccountId20; - readonly username: Bytes; - readonly signature: Option; + readonly isInitiateTeleport: boolean; + readonly asInitiateTeleport: { + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly dest: XcmV2MultiLocation; + readonly xcm: XcmV2Xcm; } & Struct; - readonly isAcceptUsername: boolean; - readonly asAcceptUsername: { - readonly username: Bytes; + readonly isQueryHolding: boolean; + readonly asQueryHolding: { + readonly queryId: Compact; + readonly dest: XcmV2MultiLocation; + readonly assets: XcmV2MultiassetMultiAssetFilter; + readonly maxResponseWeight: Compact; } & Struct; - readonly isRemoveExpiredApproval: boolean; - readonly asRemoveExpiredApproval: { - readonly username: Bytes; + readonly isBuyExecution: boolean; + readonly asBuyExecution: { + readonly fees: XcmV2MultiAsset; + readonly weightLimit: XcmV2WeightLimit; } & Struct; - readonly isSetPrimaryUsername: boolean; - readonly asSetPrimaryUsername: { - readonly username: Bytes; + 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 isRemoveDanglingUsername: boolean; - readonly asRemoveDanglingUsername: { - readonly username: Bytes; + 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 (270) */ + interface XcmV2MultiassetMultiAssets extends Vec {} + + /** @name XcmV2MultiAsset (272) */ + interface XcmV2MultiAsset extends Struct { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetFungibility; + } + + /** @name XcmV2MultiassetAssetId (273) */ + interface XcmV2MultiassetAssetId extends Enum { + readonly isConcrete: boolean; + readonly asConcrete: XcmV2MultiLocation; + readonly isAbstract: boolean; + readonly asAbstract: Bytes; + readonly type: "Concrete" | "Abstract"; + } + + /** @name XcmV2MultiassetFungibility (274) */ + interface XcmV2MultiassetFungibility extends Enum { + readonly isFungible: boolean; + readonly asFungible: Compact; + readonly isNonFungible: boolean; + readonly asNonFungible: XcmV2MultiassetAssetInstance; + readonly type: "Fungible" | "NonFungible"; + } + + /** @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 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 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: - | "AddRegistrar" - | "SetIdentity" - | "SetSubs" - | "ClearIdentity" - | "RequestJudgement" - | "CancelRequest" - | "SetFee" - | "SetAccountId" - | "SetFields" - | "ProvideJudgement" - | "KillIdentity" - | "AddSub" - | "RenameSub" - | "RemoveSub" - | "QuitSub" - | "AddUsernameAuthority" - | "RemoveUsernameAuthority" - | "SetUsernameFor" - | "AcceptUsername" - | "RemoveExpiredApproval" - | "SetPrimaryUsername" - | "RemoveDanglingUsername"; + | "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 PalletIdentityLegacyIdentityInfo (249) */ - 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 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 PalletIdentityJudgement (285) */ - 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 XcmDoubleEncoded (281) */ + interface XcmDoubleEncoded extends Struct { + readonly encoded: Bytes; } - /** @name AccountEthereumSignature (287) */ - interface AccountEthereumSignature extends U8aFixed {} + /** @name XcmV2MultiassetMultiAssetFilter (282) */ + interface XcmV2MultiassetMultiAssetFilter extends Enum { + readonly isDefinite: boolean; + readonly asDefinite: XcmV2MultiassetMultiAssets; + readonly isWild: boolean; + readonly asWild: XcmV2MultiassetWildMultiAsset; + readonly type: "Definite" | "Wild"; + } - /** @name CumulusPalletXcmpQueueCall (288) */ - 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; + /** @name XcmV2MultiassetWildMultiAsset (283) */ + interface XcmV2MultiassetWildMultiAsset extends Enum { + readonly isAll: boolean; + readonly isAllOf: boolean; + readonly asAllOf: { + readonly id: XcmV2MultiassetAssetId; + readonly fun: XcmV2MultiassetWildFungibility; } & Struct; - readonly type: - | "SuspendXcmExecution" - | "ResumeXcmExecution" - | "UpdateSuspendThreshold" - | "UpdateDropThreshold" - | "UpdateResumeThreshold"; + readonly type: "All" | "AllOf"; } - /** @name CumulusPalletDmpQueueCall (289) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (290) */ - 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 XcmV2MultiassetWildFungibility (284) */ + interface XcmV2MultiassetWildFungibility extends Enum { + readonly isFungible: boolean; + readonly isNonFungible: boolean; + readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedXcm (291) */ - 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 XcmV2WeightLimit (285) */ + interface XcmV2WeightLimit extends Enum { + readonly isUnlimited: boolean; + readonly isLimited: boolean; + readonly asLimited: Compact; + readonly type: "Unlimited" | "Limited"; } - /** @name XcmV2Xcm (292) */ - interface XcmV2Xcm extends Vec {} + /** @name XcmV3Xcm (286) */ + interface XcmV3Xcm extends Vec {} - /** @name XcmV2Instruction (294) */ - interface XcmV2Instruction extends Enum { + /** @name XcmV3Instruction (288) */ + interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; + readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets; + readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets; + readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; readonly isQueryResponse: boolean; readonly asQueryResponse: { readonly queryId: Compact; - readonly response: XcmV2Response; - readonly maxWeight: Compact; + readonly response: XcmV3Response; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly querier: Option; } & Struct; readonly isTransferAsset: boolean; readonly asTransferAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly beneficiary: XcmV2MultiLocation; + readonly assets: XcmV3MultiassetMultiAssets; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; readonly isTransferReserveAsset: boolean; readonly asTransferReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly assets: XcmV3MultiassetMultiAssets; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originType: XcmV2OriginKind; - readonly requireWeightAtMost: Compact; + readonly originKind: XcmV3OriginKind; + readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; readonly isHrmpNewChannelOpenRequest: boolean; @@ -4499,74 +3859,135 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isClearOrigin: boolean; readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV2MultilocationJunctions; + readonly asDescendOrigin: XcmV3Junctions; readonly isReportError: boolean; - readonly asReportError: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly maxResponseWeight: Compact; - } & Struct; + readonly asReportError: XcmV3QueryResponseInfo; readonly isDepositAsset: boolean; readonly asDepositAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly beneficiary: XcmV2MultiLocation; + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly beneficiary: StagingXcmV3MultiLocation; } & Struct; readonly isDepositReserveAsset: boolean; readonly asDepositReserveAsset: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxAssets: Compact; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; readonly isExchangeAsset: boolean; readonly asExchangeAsset: { - readonly give: XcmV2MultiassetMultiAssetFilter; - readonly receive: XcmV2MultiassetMultiAssets; + readonly give: XcmV3MultiassetMultiAssetFilter; + readonly want: XcmV3MultiassetMultiAssets; + readonly maximal: bool; } & Struct; readonly isInitiateReserveWithdraw: boolean; readonly asInitiateReserveWithdraw: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly reserve: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly reserve: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; readonly isInitiateTeleport: boolean; readonly asInitiateTeleport: { - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly dest: XcmV2MultiLocation; - readonly xcm: XcmV2Xcm; + readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly dest: StagingXcmV3MultiLocation; + readonly xcm: XcmV3Xcm; } & Struct; - readonly isQueryHolding: boolean; - readonly asQueryHolding: { - readonly queryId: Compact; - readonly dest: XcmV2MultiLocation; - readonly assets: XcmV2MultiassetMultiAssetFilter; - readonly maxResponseWeight: Compact; + readonly isReportHolding: boolean; + readonly asReportHolding: { + readonly responseInfo: XcmV3QueryResponseInfo; + readonly assets: XcmV3MultiassetMultiAssetFilter; } & Struct; readonly isBuyExecution: boolean; readonly asBuyExecution: { - readonly fees: XcmV2MultiAsset; - readonly weightLimit: XcmV2WeightLimit; + readonly fees: XcmV3MultiAsset; + readonly weightLimit: XcmV3WeightLimit; } & Struct; readonly isRefundSurplus: boolean; readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV2Xcm; + readonly asSetErrorHandler: XcmV3Xcm; readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV2Xcm; + readonly asSetAppendix: XcmV3Xcm; readonly isClearError: boolean; readonly isClaimAsset: boolean; readonly asClaimAsset: { - readonly assets: XcmV2MultiassetMultiAssets; - readonly ticket: XcmV2MultiLocation; + readonly assets: XcmV3MultiassetMultiAssets; + readonly ticket: StagingXcmV3MultiLocation; } & Struct; readonly isTrap: boolean; readonly asTrap: Compact; readonly isSubscribeVersion: boolean; readonly asSubscribeVersion: { readonly queryId: Compact; - readonly maxResponseWeight: Compact; + readonly maxResponseWeight: SpWeightsWeightV2Weight; } & 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; + } & 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: 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 isLockAsset: boolean; + readonly asLockAsset: { + readonly asset: XcmV3MultiAsset; + readonly unlocker: StagingXcmV3MultiLocation; + } & Struct; + readonly isUnlockAsset: boolean; + readonly asUnlockAsset: { + readonly asset: XcmV3MultiAsset; + readonly target: StagingXcmV3MultiLocation; + } & Struct; + readonly isNoteUnlockable: boolean; + readonly asNoteUnlockable: { + readonly asset: XcmV3MultiAsset; + readonly owner: StagingXcmV3MultiLocation; + } & Struct; + readonly isRequestUnlock: boolean; + readonly asRequestUnlock: { + readonly asset: XcmV3MultiAsset; + readonly locker: StagingXcmV3MultiLocation; + } & Struct; + readonly isSetFeesMode: boolean; + readonly asSetFeesMode: { + readonly jitWithdraw: 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; + } & Struct; readonly type: | "WithdrawAsset" | "ReserveAssetDeposited" @@ -4586,7 +4007,7 @@ declare module "@polkadot/types/lookup" { | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" - | "QueryHolding" + | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" @@ -4595,29 +4016,102 @@ declare module "@polkadot/types/lookup" { | "ClaimAsset" | "Trap" | "SubscribeVersion" - | "UnsubscribeVersion"; + | "UnsubscribeVersion" + | "BurnAsset" + | "ExpectAsset" + | "ExpectOrigin" + | "ExpectError" + | "ExpectTransactStatus" + | "QueryPallet" + | "ExpectPallet" + | "ReportTransactStatus" + | "ClearTransactStatus" + | "UniversalOrigin" + | "ExportMessage" + | "LockAsset" + | "UnlockAsset" + | "NoteUnlockable" + | "RequestUnlock" + | "SetFeesMode" + | "SetTopic" + | "ClearTopic" + | "AliasOrigin" + | "UnpaidExecution"; } - /** @name XcmV2Response (295) */ - interface XcmV2Response extends Enum { + /** @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: XcmV2MultiassetMultiAssets; + readonly asAssets: XcmV3MultiassetMultiAssets; readonly isExecutionResult: boolean; - readonly asExecutionResult: Option>; + readonly asExecutionResult: Option>; readonly isVersion: boolean; readonly asVersion: u32; - readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; + readonly isPalletsInfo: boolean; + readonly asPalletsInfo: Vec; + readonly isDispatchResult: boolean; + readonly asDispatchResult: XcmV3MaybeErrorCode; + readonly type: + | "Null" + | "Assets" + | "ExecutionResult" + | "Version" + | "PalletsInfo" + | "DispatchResult"; } - /** @name XcmV2TraitsError (298) */ - interface XcmV2TraitsError extends Enum { + /** @name XcmV3TraitsError (298) */ + interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; readonly isUntrustedReserveLocation: boolean; readonly isUntrustedTeleportLocation: boolean; - readonly isMultiLocationFull: boolean; - readonly isMultiLocationNotInvertible: boolean; + readonly isLocationFull: boolean; + readonly isLocationNotInvertible: boolean; readonly isBadOrigin: boolean; readonly isInvalidLocation: boolean; readonly isAssetNotFound: boolean; @@ -4635,18 +4129,32 @@ declare module "@polkadot/types/lookup" { 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: u64; + readonly asWeightLimitReached: SpWeightsWeightV2Weight; readonly isBarrier: boolean; readonly isWeightNotComputable: boolean; + readonly isExceedsStackLimit: boolean; readonly type: | "Overflow" | "Unimplemented" | "UntrustedReserveLocation" | "UntrustedTeleportLocation" - | "MultiLocationFull" - | "MultiLocationNotInvertible" + | "LocationFull" + | "LocationNotInvertible" | "BadOrigin" | "InvalidLocation" | "AssetNotFound" @@ -4663,79 +4171,137 @@ declare module "@polkadot/types/lookup" { | "NotHoldingFees" | "TooExpensive" | "Trap" + | "ExpectationFalse" + | "PalletNotFound" + | "NameMismatch" + | "VersionIncompatible" + | "HoldingWouldOverflow" + | "ExportError" + | "ReanchorFailed" + | "NoDeal" + | "FeesNotMet" + | "LockError" + | "NoPermission" + | "Unanchored" + | "NotDepositable" | "UnhandledXcmVersion" | "WeightLimitReached" | "Barrier" - | "WeightNotComputable"; + | "WeightNotComputable" + | "ExceedsStackLimit"; } - /** @name XcmV2MultiassetMultiAssetFilter (299) */ - interface XcmV2MultiassetMultiAssetFilter extends Enum { + /** @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"; + } + + /** @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 (308) */ + interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; - readonly asDefinite: XcmV2MultiassetMultiAssets; + readonly asDefinite: XcmV3MultiassetMultiAssets; readonly isWild: boolean; - readonly asWild: XcmV2MultiassetWildMultiAsset; + readonly asWild: XcmV3MultiassetWildMultiAsset; readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (300) */ - interface XcmV2MultiassetWildMultiAsset extends Enum { + /** @name XcmV3MultiassetWildMultiAsset (309) */ + interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; readonly asAllOf: { - readonly id: XcmV2MultiassetAssetId; - readonly fun: XcmV2MultiassetWildFungibility; + readonly id: XcmV3MultiassetAssetId; + readonly fun: XcmV3MultiassetWildFungibility; } & Struct; - readonly type: "All" | "AllOf"; + 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 XcmV2MultiassetWildFungibility (301) */ - interface XcmV2MultiassetWildFungibility extends Enum { + /** @name XcmV3MultiassetWildFungibility (310) */ + interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (302) */ - interface XcmV2WeightLimit extends Enum { + /** @name XcmV3WeightLimit (311) */ + interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; - readonly asLimited: Compact; + readonly asLimited: SpWeightsWeightV2Weight; readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (303) */ - interface XcmV3Xcm extends Vec {} + /** @name StagingXcmV4Xcm (312) */ + interface StagingXcmV4Xcm extends Vec {} - /** @name XcmV3Instruction (305) */ - interface XcmV3Instruction extends Enum { + /** @name StagingXcmV4Instruction (314) */ + interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; - readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; + readonly asWithdrawAsset: StagingXcmV4AssetAssets; readonly isReserveAssetDeposited: boolean; - readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets; + readonly asReserveAssetDeposited: StagingXcmV4AssetAssets; readonly isReceiveTeleportedAsset: boolean; - readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets; + readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets; readonly isQueryResponse: boolean; readonly asQueryResponse: { readonly queryId: Compact; - readonly response: XcmV3Response; + readonly response: StagingXcmV4Response; readonly maxWeight: SpWeightsWeightV2Weight; - readonly querier: Option; + readonly querier: Option; } & Struct; readonly isTransferAsset: boolean; readonly asTransferAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly assets: StagingXcmV4AssetAssets; + readonly beneficiary: StagingXcmV4Location; } & Struct; readonly isTransferReserveAsset: boolean; readonly asTransferReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly assets: StagingXcmV4AssetAssets; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; readonly isTransact: boolean; readonly asTransact: { - readonly originKind: XcmV2OriginKind; + readonly originKind: XcmV3OriginKind; readonly requireWeightAtMost: SpWeightsWeightV2Weight; readonly call: XcmDoubleEncoded; } & Struct; @@ -4757,58 +4323,58 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isClearOrigin: boolean; readonly isDescendOrigin: boolean; - readonly asDescendOrigin: XcmV3Junctions; + readonly asDescendOrigin: StagingXcmV4Junctions; readonly isReportError: boolean; - readonly asReportError: XcmV3QueryResponseInfo; + readonly asReportError: StagingXcmV4QueryResponseInfo; readonly isDepositAsset: boolean; readonly asDepositAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly beneficiary: StagingXcmV3MultiLocation; + readonly assets: StagingXcmV4AssetAssetFilter; + readonly beneficiary: StagingXcmV4Location; } & Struct; readonly isDepositReserveAsset: boolean; readonly asDepositReserveAsset: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; readonly isExchangeAsset: boolean; readonly asExchangeAsset: { - readonly give: XcmV3MultiassetMultiAssetFilter; - readonly want: XcmV3MultiassetMultiAssets; + readonly give: StagingXcmV4AssetAssetFilter; + readonly want: StagingXcmV4AssetAssets; readonly maximal: bool; } & Struct; readonly isInitiateReserveWithdraw: boolean; readonly asInitiateReserveWithdraw: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly reserve: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly assets: StagingXcmV4AssetAssetFilter; + readonly reserve: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; readonly isInitiateTeleport: boolean; readonly asInitiateTeleport: { - readonly assets: XcmV3MultiassetMultiAssetFilter; - readonly dest: StagingXcmV3MultiLocation; - readonly xcm: XcmV3Xcm; + readonly assets: StagingXcmV4AssetAssetFilter; + readonly dest: StagingXcmV4Location; + readonly xcm: StagingXcmV4Xcm; } & Struct; readonly isReportHolding: boolean; readonly asReportHolding: { - readonly responseInfo: XcmV3QueryResponseInfo; - readonly assets: XcmV3MultiassetMultiAssetFilter; + readonly responseInfo: StagingXcmV4QueryResponseInfo; + readonly assets: StagingXcmV4AssetAssetFilter; } & Struct; readonly isBuyExecution: boolean; readonly asBuyExecution: { - readonly fees: XcmV3MultiAsset; + readonly fees: StagingXcmV4Asset; readonly weightLimit: XcmV3WeightLimit; } & Struct; readonly isRefundSurplus: boolean; readonly isSetErrorHandler: boolean; - readonly asSetErrorHandler: XcmV3Xcm; + readonly asSetErrorHandler: StagingXcmV4Xcm; readonly isSetAppendix: boolean; - readonly asSetAppendix: XcmV3Xcm; + readonly asSetAppendix: StagingXcmV4Xcm; readonly isClearError: boolean; readonly isClaimAsset: boolean; readonly asClaimAsset: { - readonly assets: XcmV3MultiassetMultiAssets; - readonly ticket: StagingXcmV3MultiLocation; + readonly assets: StagingXcmV4AssetAssets; + readonly ticket: StagingXcmV4Location; } & Struct; readonly isTrap: boolean; readonly asTrap: Compact; @@ -4819,11 +4385,11 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isUnsubscribeVersion: boolean; readonly isBurnAsset: boolean; - readonly asBurnAsset: XcmV3MultiassetMultiAssets; + readonly asBurnAsset: StagingXcmV4AssetAssets; readonly isExpectAsset: boolean; - readonly asExpectAsset: XcmV3MultiassetMultiAssets; + readonly asExpectAsset: StagingXcmV4AssetAssets; readonly isExpectOrigin: boolean; - readonly asExpectOrigin: Option; + readonly asExpectOrigin: Option; readonly isExpectError: boolean; readonly asExpectError: Option>; readonly isExpectTransactStatus: boolean; @@ -4831,7 +4397,7 @@ declare module "@polkadot/types/lookup" { readonly isQueryPallet: boolean; readonly asQueryPallet: { readonly moduleName: Bytes; - readonly responseInfo: XcmV3QueryResponseInfo; + readonly responseInfo: StagingXcmV4QueryResponseInfo; } & Struct; readonly isExpectPallet: boolean; readonly asExpectPallet: { @@ -4842,35 +4408,35 @@ declare module "@polkadot/types/lookup" { readonly minCrateMinor: Compact; } & Struct; readonly isReportTransactStatus: boolean; - readonly asReportTransactStatus: XcmV3QueryResponseInfo; + readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo; readonly isClearTransactStatus: boolean; readonly isUniversalOrigin: boolean; - readonly asUniversalOrigin: XcmV3Junction; + readonly asUniversalOrigin: StagingXcmV4Junction; readonly isExportMessage: boolean; readonly asExportMessage: { - readonly network: XcmV3JunctionNetworkId; - readonly destination: XcmV3Junctions; - readonly xcm: XcmV3Xcm; + readonly network: StagingXcmV4JunctionNetworkId; + readonly destination: StagingXcmV4Junctions; + readonly xcm: StagingXcmV4Xcm; } & Struct; readonly isLockAsset: boolean; readonly asLockAsset: { - readonly asset: XcmV3MultiAsset; - readonly unlocker: StagingXcmV3MultiLocation; + readonly asset: StagingXcmV4Asset; + readonly unlocker: StagingXcmV4Location; } & Struct; readonly isUnlockAsset: boolean; readonly asUnlockAsset: { - readonly asset: XcmV3MultiAsset; - readonly target: StagingXcmV3MultiLocation; + readonly asset: StagingXcmV4Asset; + readonly target: StagingXcmV4Location; } & Struct; readonly isNoteUnlockable: boolean; readonly asNoteUnlockable: { - readonly asset: XcmV3MultiAsset; - readonly owner: StagingXcmV3MultiLocation; + readonly asset: StagingXcmV4Asset; + readonly owner: StagingXcmV4Location; } & Struct; readonly isRequestUnlock: boolean; readonly asRequestUnlock: { - readonly asset: XcmV3MultiAsset; - readonly locker: StagingXcmV3MultiLocation; + readonly asset: StagingXcmV4Asset; + readonly locker: StagingXcmV4Location; } & Struct; readonly isSetFeesMode: boolean; readonly asSetFeesMode: { @@ -4880,11 +4446,11 @@ declare module "@polkadot/types/lookup" { readonly asSetTopic: U8aFixed; readonly isClearTopic: boolean; readonly isAliasOrigin: boolean; - readonly asAliasOrigin: StagingXcmV3MultiLocation; + readonly asAliasOrigin: StagingXcmV4Location; readonly isUnpaidExecution: boolean; readonly asUnpaidExecution: { readonly weightLimit: XcmV3WeightLimit; - readonly checkOrigin: Option; + readonly checkOrigin: Option; } & Struct; readonly type: | "WithdrawAsset" @@ -4937,17 +4503,54 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3Response (306) */ - interface XcmV3Response extends Enum { + /** @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: XcmV3MultiassetMultiAssets; + readonly asAssets: StagingXcmV4AssetAssets; readonly isExecutionResult: boolean; readonly asExecutionResult: Option>; readonly isVersion: boolean; readonly asVersion: u32; readonly isPalletsInfo: boolean; - readonly asPalletsInfo: Vec; + readonly asPalletsInfo: Vec; readonly isDispatchResult: boolean; readonly asDispatchResult: XcmV3MaybeErrorCode; readonly type: @@ -4959,8 +4562,8 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3PalletInfo (308) */ - interface XcmV3PalletInfo extends Struct { + /** @name StagingXcmV4PalletInfo (323) */ + interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; readonly moduleName: Bytes; @@ -4969,49 +4572,60 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3QueryResponseInfo (312) */ - interface XcmV3QueryResponseInfo extends Struct { - readonly destination: StagingXcmV3MultiLocation; + /** @name StagingXcmV4QueryResponseInfo (327) */ + interface StagingXcmV4QueryResponseInfo extends Struct { + readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name XcmV3MultiassetMultiAssetFilter (313) */ - interface XcmV3MultiassetMultiAssetFilter extends Enum { + /** @name StagingXcmV4AssetAssetFilter (328) */ + interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; - readonly asDefinite: XcmV3MultiassetMultiAssets; + readonly asDefinite: StagingXcmV4AssetAssets; readonly isWild: boolean; - readonly asWild: XcmV3MultiassetWildMultiAsset; + readonly asWild: StagingXcmV4AssetWildAsset; readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (314) */ - interface XcmV3MultiassetWildMultiAsset extends Enum { + /** @name StagingXcmV4AssetWildAsset (329) */ + interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; readonly asAllOf: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; } & Struct; readonly isAllCounted: boolean; readonly asAllCounted: Compact; readonly isAllOfCounted: boolean; readonly asAllOfCounted: { - readonly id: XcmV3MultiassetAssetId; - readonly fun: XcmV3MultiassetWildFungibility; + readonly id: StagingXcmV4AssetAssetId; + readonly fun: StagingXcmV4AssetWildFungibility; readonly count: Compact; } & Struct; readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (315) */ - interface XcmV3MultiassetWildFungibility extends Enum { + /** @name StagingXcmV4AssetWildFungibility (330) */ + interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmExecutorAssetTransferTransferType (327) */ + /** @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 StagingXcmExecutorAssetTransferTransferType (343) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -5021,7 +4635,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (328) */ + /** @name XcmVersionedAssetId (344) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -5030,7 +4644,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (329) */ + /** @name PalletAssetsCall (345) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -5244,11 +4858,58 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name OrmlXtokensModuleCall (330) */ + /** @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; + readonly type: + | "RegisterForeignAsset" + | "ChangeExistingAssetType" + | "RemoveExistingAssetType" + | "DestroyForeignAsset"; + } + + /** @name MoonriverRuntimeXcmConfigAssetType (347) */ + interface MoonriverRuntimeXcmConfigAssetType extends Enum { + readonly isXcm: boolean; + readonly asXcm: StagingXcmV3MultiLocation; + readonly type: "Xcm"; + } + + /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ + interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } + + /** @name OrmlXtokensModuleCall (349) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { - readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedLocation; readonly destWeightLimit: XcmV3WeightLimit; @@ -5261,7 +4922,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { - readonly currencyId: MoonbaseRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedLocation; @@ -5276,7 +4937,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; @@ -5297,8 +4958,8 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonbaseRuntimeXcmConfigCurrencyId (331) */ - interface MoonbaseRuntimeXcmConfigCurrencyId extends Enum { + /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ + interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -5309,7 +4970,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (332) */ + /** @name XcmVersionedAsset (351) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -5320,39 +4981,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletAssetManagerCall (335) */ - interface PalletAssetManagerCall extends Enum { - readonly isRegisterForeignAsset: boolean; - readonly asRegisterForeignAsset: { - readonly asset: MoonbaseRuntimeXcmConfigAssetType; - readonly metadata: MoonbaseRuntimeAssetConfigAssetRegistrarMetadata; - readonly minAmount: u128; - readonly isSufficient: bool; - } & Struct; - readonly isChangeExistingAssetType: boolean; - readonly asChangeExistingAssetType: { - readonly assetId: u128; - readonly newAssetType: MoonbaseRuntimeXcmConfigAssetType; - 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; - readonly type: - | "RegisterForeignAsset" - | "ChangeExistingAssetType" - | "RemoveExistingAssetType" - | "DestroyForeignAsset"; - } - - /** @name PalletXcmTransactorCall (336) */ + /** @name PalletXcmTransactorCall (354) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -5365,7 +4994,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransactThroughDerivative: boolean; readonly asTransactThroughDerivative: { - readonly dest: MoonbaseRuntimeXcmConfigTransactors; + readonly dest: MoonriverRuntimeXcmConfigTransactors; readonly index: u16; readonly fee: PalletXcmTransactorCurrencyPayment; readonly innerCall: Bytes; @@ -5378,7 +5007,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; @@ -5429,673 +5058,955 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonbaseRuntimeXcmConfigTransactors (337) */ - interface MoonbaseRuntimeXcmConfigTransactors extends Enum { - readonly isRelay: boolean; - readonly type: "Relay"; + /** @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; + } & 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 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; + } & Struct; + readonly isTransactThroughProxy: boolean; + readonly asTransactThroughProxy: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + } & Struct; + readonly isSuspendEthereumXcmExecution: boolean; + readonly isResumeEthereumXcmExecution: boolean; + readonly isForceTransactAs: boolean; + readonly asForceTransactAs: { + readonly transactAs: H160; + readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly forceCreateAddress: Option; + } & Struct; + readonly type: + | "Transact" + | "TransactThroughProxy" + | "SuspendEthereumXcmExecution" + | "ResumeEthereumXcmExecution" + | "ForceTransactAs"; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { + readonly isV1: boolean; + readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; + readonly isV2: boolean; + readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; + readonly type: "V1" | "V2"; + } + + /** @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 XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ + interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { + readonly isManual: boolean; + readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; + readonly isAuto: boolean; + readonly type: "Manual" | "Auto"; + } + + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ + interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { + readonly gasPrice: Option; + readonly maxFeePerGas: Option; + } + + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ + interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { + readonly gasLimit: U256; + readonly action: EthereumTransactionTransactionAction; + readonly value: U256; + readonly input: Bytes; + readonly accessList: Option]>>>; + } + + /** @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 CumulusPrimitivesCoreAggregateMessageOrigin (375) */ + interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { + readonly isHere: boolean; + readonly isParent: boolean; + readonly isSibling: boolean; + readonly asSibling: u32; + readonly type: "Here" | "Parent" | "Sibling"; + } + + /** @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; + } & Struct; + readonly isChangeXcmLocation: boolean; + readonly asChangeXcmLocation: { + readonly assetId: u128; + readonly newXcmLocation: StagingXcmV4Location; + } & Struct; + readonly isFreezeForeignAsset: boolean; + readonly asFreezeForeignAsset: { + readonly assetId: u128; + readonly allowXcmDeposit: bool; + } & Struct; + readonly isUnfreezeForeignAsset: boolean; + readonly asUnfreezeForeignAsset: { + readonly assetId: u128; + } & 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; + } & Struct; + readonly isEditAsset: boolean; + readonly asEditAsset: { + 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 isRemoveAsset: boolean; + readonly asRemoveAsset: { + readonly location: StagingXcmV4Location; + } & 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; + } & 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 PalletXcmTransactorCurrencyPayment (338) */ - interface PalletXcmTransactorCurrencyPayment extends Struct { - readonly currency: PalletXcmTransactorCurrency; - readonly feeAmount: Option; + /** @name PalletWhitelistEvent (384) */ + interface PalletWhitelistEvent extends Enum { + readonly isCallWhitelisted: boolean; + readonly asCallWhitelisted: { + readonly callHash: H256; + } & Struct; + readonly isWhitelistedCallRemoved: boolean; + readonly asWhitelistedCallRemoved: { + readonly callHash: H256; + } & Struct; + readonly isWhitelistedCallDispatched: boolean; + readonly asWhitelistedCallDispatched: { + readonly callHash: H256; + readonly result: Result< + FrameSupportDispatchPostDispatchInfo, + SpRuntimeDispatchErrorWithPostInfo + >; + } & Struct; + readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name PalletXcmTransactorCurrency (339) */ - interface PalletXcmTransactorCurrency extends Enum { - readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonbaseRuntimeXcmConfigCurrencyId; - readonly isAsMultiLocation: boolean; - readonly asAsMultiLocation: XcmVersionedLocation; - readonly type: "AsCurrencyId" | "AsMultiLocation"; + /** @name FrameSupportDispatchPostDispatchInfo (386) */ + interface FrameSupportDispatchPostDispatchInfo extends Struct { + readonly actualWeight: Option; + readonly paysFee: FrameSupportDispatchPays; } - /** @name PalletXcmTransactorTransactWeights (341) */ - interface PalletXcmTransactorTransactWeights extends Struct { - readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; - readonly overallWeight: Option; + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ + interface SpRuntimeDispatchErrorWithPostInfo extends Struct { + readonly postInfo: FrameSupportDispatchPostDispatchInfo; + readonly error: SpRuntimeDispatchError; } - /** @name PalletMoonbeamOrbitersCall (343) */ - interface PalletMoonbeamOrbitersCall extends Enum { - readonly isCollatorAddOrbiter: boolean; - readonly asCollatorAddOrbiter: { - readonly orbiter: AccountId20; + /** @name PalletCollectiveEvent (388) */ + interface PalletCollectiveEvent extends Enum { + readonly isProposed: boolean; + readonly asProposed: { + readonly account: AccountId20; + readonly proposalIndex: u32; + readonly proposalHash: H256; + readonly threshold: u32; } & Struct; - readonly isCollatorRemoveOrbiter: boolean; - readonly asCollatorRemoveOrbiter: { - readonly orbiter: AccountId20; + readonly isVoted: boolean; + readonly asVoted: { + readonly account: AccountId20; + readonly proposalHash: H256; + readonly voted: bool; + readonly yes: u32; + readonly no: u32; } & Struct; - readonly isOrbiterLeaveCollatorPool: boolean; - readonly asOrbiterLeaveCollatorPool: { - readonly collator: AccountId20; + readonly isApproved: boolean; + readonly asApproved: { + readonly proposalHash: H256; } & Struct; - readonly isOrbiterRegister: boolean; - readonly isOrbiterUnregister: boolean; - readonly asOrbiterUnregister: { - readonly collatorsPoolCount: u32; + readonly isDisapproved: boolean; + readonly asDisapproved: { + readonly proposalHash: H256; } & Struct; - readonly isAddCollator: boolean; - readonly asAddCollator: { - readonly collator: AccountId20; + readonly isExecuted: boolean; + readonly asExecuted: { + readonly proposalHash: H256; + readonly result: Result; } & Struct; - readonly isRemoveCollator: boolean; - readonly asRemoveCollator: { - readonly collator: AccountId20; + 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: - | "CollatorAddOrbiter" - | "CollatorRemoveOrbiter" - | "OrbiterLeaveCollatorPool" - | "OrbiterRegister" - | "OrbiterUnregister" - | "AddCollator" - | "RemoveCollator"; + | "Proposed" + | "Voted" + | "Approved" + | "Disapproved" + | "Executed" + | "MemberExecuted" + | "Closed"; } - /** @name PalletEthereumXcmCall (344) */ - interface PalletEthereumXcmCall extends Enum { - readonly isTransact: boolean; - readonly asTransact: { - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + /** @name PalletTreasuryEvent (390) */ + interface PalletTreasuryEvent extends Enum { + readonly isSpending: boolean; + readonly asSpending: { + readonly budgetRemaining: u128; } & Struct; - readonly isTransactThroughProxy: boolean; - readonly asTransactThroughProxy: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; + readonly isAwarded: boolean; + readonly asAwarded: { + readonly proposalIndex: u32; + readonly award: u128; + readonly account: AccountId20; } & Struct; - readonly isSuspendEthereumXcmExecution: boolean; - readonly isResumeEthereumXcmExecution: boolean; - readonly isForceTransactAs: boolean; - readonly asForceTransactAs: { - readonly transactAs: H160; - readonly xcmTransaction: XcmPrimitivesEthereumXcmEthereumXcmTransaction; - readonly forceCreateAddress: Option; + 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 assetKind: Null; + readonly amount: u128; + readonly beneficiary: AccountId20; + readonly validFrom: u32; + readonly expireAt: u32; + } & Struct; + readonly isAssetSpendVoided: boolean; + readonly asAssetSpendVoided: { + readonly index: u32; + } & Struct; + 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: - | "Transact" - | "TransactThroughProxy" - | "SuspendEthereumXcmExecution" - | "ResumeEthereumXcmExecution" - | "ForceTransactAs"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (345) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { - readonly isV1: boolean; - readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; - readonly isV2: boolean; - readonly asV2: XcmPrimitivesEthereumXcmEthereumXcmTransactionV2; - readonly type: "V1" | "V2"; - } - - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (346) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { - readonly gasLimit: U256; - readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; + | "Spending" + | "Awarded" + | "Burnt" + | "Rollover" + | "Deposit" + | "SpendApproved" + | "UpdatedInactive" + | "AssetSpendApproved" + | "AssetSpendVoided" + | "Paid" + | "PaymentFailed" + | "SpendProcessed"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (347) */ - interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { - readonly isManual: boolean; - readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; - readonly isAuto: boolean; - readonly type: "Manual" | "Auto"; + /** @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 XcmPrimitivesEthereumXcmManualEthereumXcmFee (348) */ - interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { - readonly gasPrice: Option; - readonly maxFeePerGas: Option; + /** @name CumulusPalletXcmpQueueEvent (392) */ + interface CumulusPalletXcmpQueueEvent extends Enum { + readonly isXcmpMessageSent: boolean; + readonly asXcmpMessageSent: { + readonly messageHash: U8aFixed; + } & Struct; + readonly type: "XcmpMessageSent"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (351) */ - interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { - readonly gasLimit: U256; - readonly action: EthereumTransactionTransactionAction; - readonly value: U256; - readonly input: Bytes; - readonly accessList: Option]>>>; + /** @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 PalletRandomnessCall (353) */ - interface PalletRandomnessCall extends Enum { - readonly isSetBabeRandomnessResults: boolean; - readonly type: "SetBabeRandomnessResults"; + /** @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 PalletCollectiveCall (354) */ - interface PalletCollectiveCall extends Enum { - readonly isSetMembers: boolean; - readonly asSetMembers: { - readonly newMembers: Vec; - readonly prime: Option; - readonly oldCount: u32; + /** @name PalletXcmEvent (395) */ + interface PalletXcmEvent extends Enum { + readonly isAttempted: boolean; + readonly asAttempted: { + readonly outcome: StagingXcmV4TraitsOutcome; } & Struct; - readonly isExecute: boolean; - readonly asExecute: { - readonly proposal: Call; - readonly lengthBound: Compact; + readonly isSent: boolean; + readonly asSent: { + readonly origin: StagingXcmV4Location; + readonly destination: StagingXcmV4Location; + readonly message: StagingXcmV4Xcm; + readonly messageId: U8aFixed; } & Struct; - readonly isPropose: boolean; - readonly asPropose: { - readonly threshold: Compact; - readonly proposal: Call; - readonly lengthBound: Compact; + readonly isUnexpectedResponse: boolean; + readonly asUnexpectedResponse: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isVote: boolean; - readonly asVote: { - readonly proposal: H256; - readonly index: Compact; - readonly approve: bool; + readonly isResponseReady: boolean; + readonly asResponseReady: { + readonly queryId: u64; + readonly response: StagingXcmV4Response; } & Struct; - readonly isDisapproveProposal: boolean; - readonly asDisapproveProposal: { - readonly proposalHash: H256; + readonly isNotified: boolean; + readonly asNotified: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isClose: boolean; - readonly asClose: { - readonly proposalHash: H256; - readonly index: Compact; - readonly proposalWeightBound: SpWeightsWeightV2Weight; - readonly lengthBound: Compact; + readonly isNotifyOverweight: boolean; + readonly asNotifyOverweight: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; + readonly actualWeight: SpWeightsWeightV2Weight; + readonly maxBudgetedWeight: SpWeightsWeightV2Weight; } & Struct; - readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; - } - - /** @name PalletConvictionVotingCall (355) */ - interface PalletConvictionVotingCall extends Enum { - readonly isVote: boolean; - readonly asVote: { - readonly pollIndex: Compact; - readonly vote: PalletConvictionVotingVoteAccountVote; + readonly isNotifyDispatchError: boolean; + readonly asNotifyDispatchError: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isDelegate: boolean; - readonly asDelegate: { - readonly class: u16; - readonly to: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly balance: u128; + readonly isNotifyDecodeFailed: boolean; + readonly asNotifyDecodeFailed: { + readonly queryId: u64; + readonly palletIndex: u8; + readonly callIndex: u8; } & Struct; - readonly isUndelegate: boolean; - readonly asUndelegate: { - readonly class: u16; + readonly isInvalidResponder: boolean; + readonly asInvalidResponder: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedLocation: Option; } & Struct; - readonly isUnlock: boolean; - readonly asUnlock: { - readonly class: u16; - readonly target: AccountId20; + readonly isInvalidResponderVersion: boolean; + readonly asInvalidResponderVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isRemoveVote: boolean; - readonly asRemoveVote: { - readonly class: Option; - readonly index: u32; + readonly isResponseTaken: boolean; + readonly asResponseTaken: { + readonly queryId: u64; } & Struct; - readonly isRemoveOtherVote: boolean; - readonly asRemoveOtherVote: { - readonly target: AccountId20; - readonly class: u16; - readonly index: u32; + readonly isAssetsTrapped: boolean; + readonly asAssetsTrapped: { + readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; - } - - /** @name PalletConvictionVotingVoteAccountVote (356) */ - interface PalletConvictionVotingVoteAccountVote extends Enum { - readonly isStandard: boolean; - readonly asStandard: { - readonly vote: Vote; - readonly balance: u128; + readonly isVersionChangeNotified: boolean; + readonly asVersionChangeNotified: { + readonly destination: StagingXcmV4Location; + readonly result: u32; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isSplit: boolean; - readonly asSplit: { - readonly aye: u128; - readonly nay: u128; + readonly isSupportedVersionChanged: boolean; + readonly asSupportedVersionChanged: { + readonly location: StagingXcmV4Location; + readonly version: u32; } & Struct; - readonly isSplitAbstain: boolean; - readonly asSplitAbstain: { - readonly aye: u128; - readonly nay: u128; - readonly abstain: u128; + readonly isNotifyTargetSendFail: boolean; + readonly asNotifyTargetSendFail: { + readonly location: StagingXcmV4Location; + readonly queryId: u64; + readonly error: XcmV3TraitsError; } & Struct; - readonly type: "Standard" | "Split" | "SplitAbstain"; - } - - /** @name PalletConvictionVotingConviction (358) */ - 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 PalletReferendaCall (360) */ - interface PalletReferendaCall extends Enum { - readonly isSubmit: boolean; - readonly asSubmit: { - readonly proposalOrigin: MoonbaseRuntimeOriginCaller; - readonly proposal: FrameSupportPreimagesBounded; - readonly enactmentMoment: FrameSupportScheduleDispatchTime; + readonly isNotifyTargetMigrationFail: boolean; + readonly asNotifyTargetMigrationFail: { + readonly location: XcmVersionedLocation; + readonly queryId: u64; } & Struct; - readonly isPlaceDecisionDeposit: boolean; - readonly asPlaceDecisionDeposit: { - readonly index: u32; + readonly isInvalidQuerierVersion: boolean; + readonly asInvalidQuerierVersion: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; } & Struct; - readonly isRefundDecisionDeposit: boolean; - readonly asRefundDecisionDeposit: { - readonly index: u32; + readonly isInvalidQuerier: boolean; + readonly asInvalidQuerier: { + readonly origin: StagingXcmV4Location; + readonly queryId: u64; + readonly expectedQuerier: StagingXcmV4Location; + readonly maybeActualQuerier: Option; } & Struct; - readonly isCancel: boolean; - readonly asCancel: { - readonly index: u32; + readonly isVersionNotifyStarted: boolean; + readonly asVersionNotifyStarted: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isKill: boolean; - readonly asKill: { - readonly index: u32; + readonly isVersionNotifyRequested: boolean; + readonly asVersionNotifyRequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isNudgeReferendum: boolean; - readonly asNudgeReferendum: { - readonly index: u32; + readonly isVersionNotifyUnrequested: boolean; + readonly asVersionNotifyUnrequested: { + readonly destination: StagingXcmV4Location; + readonly cost: StagingXcmV4AssetAssets; + readonly messageId: U8aFixed; } & Struct; - readonly isOneFewerDeciding: boolean; - readonly asOneFewerDeciding: { - readonly track: u16; + readonly isFeesPaid: boolean; + readonly asFeesPaid: { + readonly paying: StagingXcmV4Location; + readonly fees: StagingXcmV4AssetAssets; } & Struct; - readonly isRefundSubmissionDeposit: boolean; - readonly asRefundSubmissionDeposit: { - readonly index: u32; + readonly isAssetsClaimed: boolean; + readonly asAssetsClaimed: { + readonly hash_: H256; + readonly origin: StagingXcmV4Location; + readonly assets: XcmVersionedAssets; } & Struct; - readonly isSetMetadata: boolean; - readonly asSetMetadata: { - readonly index: u32; - readonly maybeHash: Option; + readonly isVersionMigrationFinished: boolean; + readonly asVersionMigrationFinished: { + readonly version: u32; } & Struct; readonly type: - | "Submit" - | "PlaceDecisionDeposit" - | "RefundDecisionDeposit" - | "Cancel" - | "Kill" - | "NudgeReferendum" - | "OneFewerDeciding" - | "RefundSubmissionDeposit" - | "SetMetadata"; - } - - /** @name FrameSupportScheduleDispatchTime (361) */ - interface FrameSupportScheduleDispatchTime extends Enum { - readonly isAt: boolean; - readonly asAt: u32; - readonly isAfter: boolean; - readonly asAfter: u32; - readonly type: "At" | "After"; + | "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 PalletPreimageCall (363) */ - interface PalletPreimageCall extends Enum { - readonly isNotePreimage: boolean; - readonly asNotePreimage: { - readonly bytes: Bytes; + /** @name PalletAssetsEvent (396) */ + interface PalletAssetsEvent extends Enum { + readonly isCreated: boolean; + readonly asCreated: { + readonly assetId: u128; + readonly creator: AccountId20; + readonly owner: AccountId20; } & Struct; - readonly isUnnotePreimage: boolean; - readonly asUnnotePreimage: { - readonly hash_: H256; + readonly isIssued: boolean; + readonly asIssued: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly amount: u128; } & Struct; - readonly isRequestPreimage: boolean; - readonly asRequestPreimage: { - readonly hash_: H256; + readonly isTransferred: boolean; + readonly asTransferred: { + readonly assetId: u128; + readonly from: AccountId20; + readonly to: AccountId20; + readonly amount: u128; } & Struct; - readonly isUnrequestPreimage: boolean; - readonly asUnrequestPreimage: { - readonly hash_: H256; + readonly isBurned: boolean; + readonly asBurned: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly balance: u128; } & Struct; - readonly isEnsureUpdated: boolean; - readonly asEnsureUpdated: { - readonly hashes: Vec; + readonly isTeamChanged: boolean; + readonly asTeamChanged: { + readonly assetId: u128; + readonly issuer: AccountId20; + readonly admin: AccountId20; + readonly freezer: AccountId20; } & Struct; - readonly type: - | "NotePreimage" - | "UnnotePreimage" - | "RequestPreimage" - | "UnrequestPreimage" - | "EnsureUpdated"; - } - - /** @name PalletWhitelistCall (364) */ - interface PalletWhitelistCall extends Enum { - readonly isWhitelistCall: boolean; - readonly asWhitelistCall: { - readonly callHash: H256; + readonly isOwnerChanged: boolean; + readonly asOwnerChanged: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isRemoveWhitelistedCall: boolean; - readonly asRemoveWhitelistedCall: { - readonly callHash: H256; + readonly isFrozen: boolean; + readonly asFrozen: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isDispatchWhitelistedCall: boolean; - readonly asDispatchWhitelistedCall: { - readonly callHash: H256; - readonly callEncodedLen: u32; - readonly callWeightWitness: SpWeightsWeightV2Weight; + readonly isThawed: boolean; + readonly asThawed: { + readonly assetId: u128; + readonly who: AccountId20; } & Struct; - readonly isDispatchWhitelistedCallWithPreimage: boolean; - readonly asDispatchWhitelistedCallWithPreimage: { - readonly call: Call; + readonly isAssetFrozen: boolean; + readonly asAssetFrozen: { + readonly assetId: u128; } & Struct; - readonly type: - | "WhitelistCall" - | "RemoveWhitelistedCall" - | "DispatchWhitelistedCall" - | "DispatchWhitelistedCallWithPreimage"; - } - - /** @name PalletRootTestingCall (366) */ - interface PalletRootTestingCall extends Enum { - readonly isFillBlock: boolean; - readonly asFillBlock: { - readonly ratio: Perbill; + readonly isAssetThawed: boolean; + readonly asAssetThawed: { + readonly assetId: u128; } & Struct; - readonly isTriggerDefensive: boolean; - readonly type: "FillBlock" | "TriggerDefensive"; - } - - /** @name PalletMultisigCall (367) */ - interface PalletMultisigCall extends Enum { - readonly isAsMultiThreshold1: boolean; - readonly asAsMultiThreshold1: { - readonly otherSignatories: Vec; - readonly call: Call; + readonly isAccountsDestroyed: boolean; + readonly asAccountsDestroyed: { + readonly assetId: u128; + readonly accountsDestroyed: u32; + readonly accountsRemaining: u32; } & Struct; - readonly isAsMulti: boolean; - readonly asAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly call: Call; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isApprovalsDestroyed: boolean; + readonly asApprovalsDestroyed: { + readonly assetId: u128; + readonly approvalsDestroyed: u32; + readonly approvalsRemaining: u32; } & Struct; - readonly isApproveAsMulti: boolean; - readonly asApproveAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly maybeTimepoint: Option; - readonly callHash: U8aFixed; - readonly maxWeight: SpWeightsWeightV2Weight; + readonly isDestructionStarted: boolean; + readonly asDestructionStarted: { + readonly assetId: u128; } & Struct; - readonly isCancelAsMulti: boolean; - readonly asCancelAsMulti: { - readonly threshold: u16; - readonly otherSignatories: Vec; - readonly timepoint: PalletMultisigTimepoint; - readonly callHash: U8aFixed; + readonly isDestroyed: boolean; + readonly asDestroyed: { + readonly assetId: u128; } & Struct; - readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; - } - - /** @name PalletMultisigTimepoint (369) */ - interface PalletMultisigTimepoint extends Struct { - readonly height: u32; - readonly index: u32; - } - - /** @name PalletMoonbeamLazyMigrationsCall (370) */ - interface PalletMoonbeamLazyMigrationsCall extends Enum { - readonly isClearSuicidedStorage: boolean; - readonly asClearSuicidedStorage: { - readonly addresses: Vec; - readonly limit: u32; + readonly isForceCreated: boolean; + readonly asForceCreated: { + readonly assetId: u128; + readonly owner: AccountId20; } & Struct; - readonly isCreateContractMetadata: boolean; - readonly asCreateContractMetadata: { - readonly address: H160; + readonly isMetadataSet: boolean; + readonly asMetadataSet: { + readonly assetId: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; } & Struct; - readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; - } - - /** @name PalletMessageQueueCall (373) */ - interface PalletMessageQueueCall extends Enum { - readonly isReapPage: boolean; - readonly asReapPage: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly pageIndex: u32; + readonly isMetadataCleared: boolean; + readonly asMetadataCleared: { + readonly assetId: u128; + } & Struct; + readonly isApprovedTransfer: boolean; + readonly asApprovedTransfer: { + readonly assetId: u128; + readonly source: AccountId20; + readonly delegate: AccountId20; + readonly amount: u128; + } & Struct; + readonly isApprovalCancelled: boolean; + readonly asApprovalCancelled: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; + } & Struct; + readonly isTransferredApproved: boolean; + readonly asTransferredApproved: { + readonly assetId: u128; + readonly owner: AccountId20; + readonly delegate: AccountId20; + readonly destination: AccountId20; + readonly amount: u128; } & Struct; - readonly isExecuteOverweight: boolean; - readonly asExecuteOverweight: { - readonly messageOrigin: CumulusPrimitivesCoreAggregateMessageOrigin; - readonly page: u32; - readonly index: u32; - readonly weightLimit: SpWeightsWeightV2Weight; + readonly isAssetStatusChanged: boolean; + readonly asAssetStatusChanged: { + readonly assetId: u128; } & Struct; - readonly type: "ReapPage" | "ExecuteOverweight"; - } - - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (374) */ - interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { - readonly isHere: boolean; - readonly isParent: boolean; - readonly isSibling: boolean; - readonly asSibling: u32; - readonly type: "Here" | "Parent" | "Sibling"; - } - - /** @name PalletEmergencyParaXcmCall (375) */ - interface PalletEmergencyParaXcmCall extends Enum { - readonly isPausedToNormal: boolean; - readonly isFastAuthorizeUpgrade: boolean; - readonly asFastAuthorizeUpgrade: { - readonly codeHash: H256; + readonly isAssetMinBalanceChanged: boolean; + readonly asAssetMinBalanceChanged: { + readonly assetId: u128; + readonly newMinBalance: u128; } & Struct; - readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; - } - - /** @name PalletMoonbeamForeignAssetsCall (376) */ - interface PalletMoonbeamForeignAssetsCall extends Enum { - readonly isCreateForeignAsset: boolean; - readonly asCreateForeignAsset: { + readonly isTouched: boolean; + readonly asTouched: { readonly assetId: u128; - readonly xcmLocation: StagingXcmV4Location; - readonly decimals: u8; - readonly symbol: Bytes; - readonly name: Bytes; + readonly who: AccountId20; + readonly depositor: AccountId20; } & Struct; - readonly isChangeXcmLocation: boolean; - readonly asChangeXcmLocation: { + readonly isBlocked: boolean; + readonly asBlocked: { readonly assetId: u128; - readonly newXcmLocation: StagingXcmV4Location; + readonly who: AccountId20; } & Struct; - readonly isFreezeForeignAsset: boolean; - readonly asFreezeForeignAsset: { + readonly isDeposited: boolean; + readonly asDeposited: { readonly assetId: u128; - readonly allowXcmDeposit: bool; + readonly who: AccountId20; + readonly amount: u128; } & Struct; - readonly isUnfreezeForeignAsset: boolean; - readonly asUnfreezeForeignAsset: { + readonly isWithdrawn: boolean; + readonly asWithdrawn: { readonly assetId: u128; + readonly who: AccountId20; + readonly amount: u128; } & Struct; readonly type: - | "CreateForeignAsset" - | "ChangeXcmLocation" - | "FreezeForeignAsset" - | "UnfreezeForeignAsset"; + | "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 PalletParametersCall (378) */ - interface PalletParametersCall extends Enum { - readonly isSetParameter: boolean; - readonly asSetParameter: { - readonly keyValue: MoonbaseRuntimeRuntimeParamsRuntimeParameters; + /** @name PalletAssetManagerEvent (397) */ + interface PalletAssetManagerEvent extends Enum { + readonly isForeignAssetRegistered: boolean; + readonly asForeignAssetRegistered: { + readonly assetId: u128; + readonly asset: MoonriverRuntimeXcmConfigAssetType; + readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; - readonly type: "SetParameter"; - } - - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParameters (379) */ - interface MoonbaseRuntimeRuntimeParamsRuntimeParameters extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters; - readonly type: "RuntimeConfig"; - } - - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters (380) */ - interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: ITuple< - [ - MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, - Option - ] - >; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion (381) */ - type MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion = Null; - - /** @name PalletXcmWeightTraderCall (383) */ - interface PalletXcmWeightTraderCall extends Enum { - readonly isAddAsset: boolean; - readonly asAddAsset: { - readonly location: StagingXcmV4Location; - readonly relativePrice: u128; + readonly isUnitsPerSecondChanged: boolean; + readonly isForeignAssetXcmLocationChanged: boolean; + readonly asForeignAssetXcmLocationChanged: { + readonly assetId: u128; + readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; - readonly isEditAsset: boolean; - readonly asEditAsset: { - readonly location: StagingXcmV4Location; - readonly relativePrice: u128; + readonly isForeignAssetRemoved: boolean; + readonly asForeignAssetRemoved: { + readonly assetId: u128; + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; - readonly isPauseAssetSupport: boolean; - readonly asPauseAssetSupport: { - readonly location: StagingXcmV4Location; + readonly isSupportedAssetRemoved: boolean; + readonly asSupportedAssetRemoved: { + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; - readonly isResumeAssetSupport: boolean; - readonly asResumeAssetSupport: { - readonly location: StagingXcmV4Location; + readonly isForeignAssetDestroyed: boolean; + readonly asForeignAssetDestroyed: { + readonly assetId: u128; + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; - readonly isRemoveAsset: boolean; - readonly asRemoveAsset: { - readonly location: StagingXcmV4Location; + readonly isLocalAssetDestroyed: boolean; + readonly asLocalAssetDestroyed: { + readonly assetId: u128; } & Struct; readonly type: - | "AddAsset" - | "EditAsset" - | "PauseAssetSupport" - | "ResumeAssetSupport" - | "RemoveAsset"; + | "ForeignAssetRegistered" + | "UnitsPerSecondChanged" + | "ForeignAssetXcmLocationChanged" + | "ForeignAssetRemoved" + | "SupportedAssetRemoved" + | "ForeignAssetDestroyed" + | "LocalAssetDestroyed"; } - /** @name SpRuntimeBlakeTwo256 (384) */ - type SpRuntimeBlakeTwo256 = Null; - - /** @name PalletConvictionVotingTally (386) */ - interface PalletConvictionVotingTally extends Struct { - readonly ayes: u128; - readonly nays: u128; - readonly support: u128; + /** @name OrmlXtokensModuleEvent (398) */ + 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 PalletPreimageEvent (387) */ - interface PalletPreimageEvent extends Enum { - readonly isNoted: boolean; - readonly asNoted: { - readonly hash_: H256; + /** @name PalletXcmTransactorEvent (399) */ + interface PalletXcmTransactorEvent extends Enum { + readonly isTransactedDerivative: boolean; + readonly asTransactedDerivative: { + readonly accountId: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; + readonly index: u16; } & Struct; - readonly isRequested: boolean; - readonly asRequested: { - readonly hash_: H256; + readonly isTransactedSovereign: boolean; + readonly asTransactedSovereign: { + readonly feePayer: Option; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly isCleared: boolean; - readonly asCleared: { - readonly hash_: H256; + readonly isTransactedSigned: boolean; + readonly asTransactedSigned: { + readonly feePayer: AccountId20; + readonly dest: StagingXcmV4Location; + readonly call: Bytes; } & Struct; - readonly type: "Noted" | "Requested" | "Cleared"; - } - - /** @name PalletWhitelistEvent (388) */ - interface PalletWhitelistEvent extends Enum { - readonly isCallWhitelisted: boolean; - readonly asCallWhitelisted: { - readonly callHash: H256; + readonly isRegisteredDerivative: boolean; + readonly asRegisteredDerivative: { + readonly accountId: AccountId20; + readonly index: u16; } & Struct; - readonly isWhitelistedCallRemoved: boolean; - readonly asWhitelistedCallRemoved: { - readonly callHash: H256; + readonly isDeRegisteredDerivative: boolean; + readonly asDeRegisteredDerivative: { + readonly index: u16; } & Struct; - readonly isWhitelistedCallDispatched: boolean; - readonly asWhitelistedCallDispatched: { - readonly callHash: H256; - readonly result: Result< - FrameSupportDispatchPostDispatchInfo, - SpRuntimeDispatchErrorWithPostInfo - >; + readonly isTransactFailed: boolean; + readonly asTransactFailed: { + readonly error: XcmV3TraitsError; } & Struct; - readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; - } - - /** @name FrameSupportDispatchPostDispatchInfo (390) */ - interface FrameSupportDispatchPostDispatchInfo extends Struct { - readonly actualWeight: Option; - readonly paysFee: FrameSupportDispatchPays; - } - - /** @name SpRuntimeDispatchErrorWithPostInfo (391) */ - interface SpRuntimeDispatchErrorWithPostInfo extends Struct { - readonly postInfo: FrameSupportDispatchPostDispatchInfo; - readonly error: SpRuntimeDispatchError; + 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 PalletRootTestingEvent (393) */ - interface PalletRootTestingEvent extends Enum { - readonly isDefensiveTestCall: boolean; - readonly type: "DefensiveTestCall"; + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ + interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { + readonly transactExtraWeight: SpWeightsWeightV2Weight; + readonly maxWeight: SpWeightsWeightV2Weight; + readonly transactExtraWeightSigned: Option; } - /** @name PalletMultisigEvent (394) */ - 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 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; + /** @name PalletEthereumXcmEvent (401) */ + interface PalletEthereumXcmEvent extends Enum { + readonly isExecutedFromXcm: boolean; + readonly asExecutedFromXcm: { + readonly xcmMsgHash: H256; + readonly ethTxHash: H256; } & Struct; - readonly type: "NewMultisig" | "MultisigApproval" | "MultisigExecuted" | "MultisigCancelled"; + readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (395) */ + /** @name PalletMessageQueueEvent (402) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -6125,7 +6036,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (396) */ + /** @name FrameSupportMessagesProcessMessageError (403) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -6133,17 +6044,17 @@ declare module "@polkadot/types/lookup" { readonly isOverweight: boolean; readonly asOverweight: SpWeightsWeightV2Weight; readonly isYield: boolean; - readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield"; - } - - /** @name PalletEmergencyParaXcmEvent (397) */ - interface PalletEmergencyParaXcmEvent extends Enum { - readonly isEnteredPausedXcmMode: boolean; - readonly isNormalXcmOperationResumed: boolean; - readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; + readonly isStackLimitReached: boolean; + readonly type: + | "BadFormat" + | "Corrupt" + | "Unsupported" + | "Overweight" + | "Yield" + | "StackLimitReached"; } - /** @name PalletMoonbeamForeignAssetsEvent (398) */ + /** @name PalletMoonbeamForeignAssetsEvent (404) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6173,44 +6084,6 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletParametersEvent (399) */ - interface PalletParametersEvent extends Enum { - readonly isUpdated: boolean; - readonly asUpdated: { - readonly key: MoonbaseRuntimeRuntimeParamsRuntimeParametersKey; - readonly oldValue: Option; - readonly newValue: Option; - } & Struct; - readonly type: "Updated"; - } - - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersKey (400) */ - interface MoonbaseRuntimeRuntimeParamsRuntimeParametersKey extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey; - readonly type: "RuntimeConfig"; - } - - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey (401) */ - interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly type: "FeesTreasuryProportion"; - } - - /** @name MoonbaseRuntimeRuntimeParamsRuntimeParametersValue (403) */ - interface MoonbaseRuntimeRuntimeParamsRuntimeParametersValue extends Enum { - readonly isRuntimeConfig: boolean; - readonly asRuntimeConfig: MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue; - readonly type: "RuntimeConfig"; - } - - /** @name MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue (404) */ - interface MoonbaseRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum { - readonly isFeesTreasuryProportion: boolean; - readonly asFeesTreasuryProportion: Perbill; - readonly type: "FeesTreasuryProportion"; - } - /** @name PalletXcmWeightTraderEvent (405) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; @@ -6243,7 +6116,59 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name FrameSystemPhase (406) */ + /** @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) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6252,33 +6177,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (408) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (409) */ + /** @name FrameSystemCodeUpgradeAuthorization (411) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (410) */ + /** @name FrameSystemLimitsBlockWeights (412) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (411) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (412) */ + /** @name FrameSystemLimitsWeightsPerClass (414) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6286,25 +6211,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (413) */ + /** @name FrameSystemLimitsBlockLength (415) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (414) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (415) */ + /** @name SpWeightsRuntimeDbWeight (417) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (416) */ + /** @name SpVersionRuntimeVersion (418) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6316,7 +6241,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (420) */ + /** @name FrameSystemError (422) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6339,95 +6264,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @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 PalletBalancesIdAmount (435) */ - interface PalletBalancesIdAmount 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) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (441) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6437,33 +6281,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (443) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (447) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (448) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (450) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (451) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6471,14 +6315,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (452) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (455) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6488,7 +6332,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (456) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6502,19 +6346,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (457) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (463) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (465) */ + /** @name CumulusPalletParachainSystemError (449) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6535,120 +6379,83 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletTransactionPaymentReleases (466) */ - interface PalletTransactionPaymentReleases extends Enum { - readonly isV1Ancient: boolean; - readonly isV2: boolean; - readonly type: "V1Ancient" | "V2"; - } - - /** @name PalletEvmCodeMetadata (467) */ - interface PalletEvmCodeMetadata extends Struct { - readonly size_: u64; - readonly hash_: H256; - } - - /** @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 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 PalletBalancesBalanceLock (451) */ + interface PalletBalancesBalanceLock extends Struct { + readonly id: U8aFixed; + readonly amount: u128; + readonly reasons: PalletBalancesReasons; } - /** @name EthbloomBloom (474) */ - interface EthbloomBloom extends U8aFixed {} + /** @name PalletBalancesReasons (452) */ + interface PalletBalancesReasons extends Enum { + readonly isFee: boolean; + readonly isMisc: boolean; + readonly isAll: boolean; + readonly type: "Fee" | "Misc" | "All"; + } - /** @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 PalletBalancesReserveData (455) */ + interface PalletBalancesReserveData extends Struct { + readonly id: U8aFixed; + readonly amount: u128; } - /** @name EthereumReceiptEip658ReceiptData (477) */ - interface EthereumReceiptEip658ReceiptData extends Struct { - readonly statusCode: u8; - readonly usedGas: U256; - readonly logsBloom: EthbloomBloom; - readonly logs: Vec; + /** @name MoonriverRuntimeRuntimeHoldReason (459) */ + interface MoonriverRuntimeRuntimeHoldReason extends Enum { + readonly isPreimage: boolean; + readonly asPreimage: PalletPreimageHoldReason; + readonly type: "Preimage"; } - /** @name EthereumBlock (478) */ - interface EthereumBlock extends Struct { - readonly header: EthereumHeader; - readonly transactions: Vec; - readonly ommers: Vec; + /** @name PalletPreimageHoldReason (460) */ + interface PalletPreimageHoldReason extends Enum { + readonly isPreimage: boolean; + readonly type: "Preimage"; } - /** @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 FrameSupportTokensMiscIdAmount (463) */ + interface FrameSupportTokensMiscIdAmount extends Struct { + readonly id: Null; + readonly amount: u128; } - /** @name EthereumTypesHashH64 (480) */ - interface EthereumTypesHashH64 extends U8aFixed {} + /** @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 PalletEthereumError (485) */ - interface PalletEthereumError extends Enum { - readonly isInvalidSignature: boolean; - readonly isPreLogExists: boolean; - readonly type: "InvalidSignature" | "PreLogExists"; + /** @name PalletTransactionPaymentReleases (466) */ + interface PalletTransactionPaymentReleases extends Enum { + readonly isV1Ancient: boolean; + readonly isV2: boolean; + readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingRoundInfo (486) */ + /** @name PalletParachainStakingRoundInfo (467) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6656,7 +6463,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (487) */ + /** @name PalletParachainStakingDelegator (468) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6665,16 +6472,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (488) */ + /** @name PalletParachainStakingSetOrderedSet (469) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (489) */ + /** @name PalletParachainStakingBond (470) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (491) */ + /** @name PalletParachainStakingDelegatorStatus (472) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6682,7 +6489,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (492) */ + /** @name PalletParachainStakingCandidateMetadata (473) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6696,7 +6503,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (493) */ + /** @name PalletParachainStakingCapacityStatus (474) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6704,13 +6511,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (495) */ + /** @name PalletParachainStakingCandidateBondLessRequest (476) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (496) */ + /** @name PalletParachainStakingCollatorStatus (477) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6719,50 +6526,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (498) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (501) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (503) */ + /** @name PalletParachainStakingDelegations (484) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (505) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (508) */ + /** @name PalletParachainStakingCollatorSnapshot (489) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (510) */ + /** @name PalletParachainStakingBondWithAutoCompound (491) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (511) */ + /** @name PalletParachainStakingDelayedPayout (492) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (512) */ + /** @name PalletParachainStakingInflationInflationInfo (493) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6781,7 +6588,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (513) */ + /** @name PalletParachainStakingError (494) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6898,99 +6705,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletSchedulerScheduled (516) */ - interface PalletSchedulerScheduled extends Struct { - readonly maybeId: Option; - readonly priority: u8; - readonly call: FrameSupportPreimagesBounded; - readonly maybePeriodic: Option>; - readonly origin: MoonbaseRuntimeOriginCaller; - } - - /** @name PalletSchedulerRetryConfig (518) */ - interface PalletSchedulerRetryConfig extends Struct { - readonly totalRetries: u8; - readonly remaining: u8; - readonly period: u32; - } - - /** @name PalletSchedulerError (519) */ - 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 (520) */ - interface PalletTreasuryProposal extends Struct { - readonly proposer: AccountId20; - readonly value: u128; - readonly beneficiary: AccountId20; - readonly bond: u128; - } - - /** @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 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 FrameSupportPalletId (526) */ - interface FrameSupportPalletId extends U8aFixed {} - - /** @name PalletTreasuryError (527) */ - 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 PalletAuthorInherentError (528) */ + /** @name PalletAuthorInherentError (495) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6998,91 +6713,91 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletCrowdloanRewardsRewardInfo (529) */ - interface PalletCrowdloanRewardsRewardInfo extends Struct { - readonly totalReward: u128; - readonly claimedReward: u128; - readonly contributedRelayAddresses: Vec; + /** @name PalletAuthorMappingRegistrationInfo (496) */ + interface PalletAuthorMappingRegistrationInfo extends Struct { + readonly account: AccountId20; + readonly deposit: u128; + readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletCrowdloanRewardsError (531) */ - interface PalletCrowdloanRewardsError extends Enum { + /** @name PalletAuthorMappingError (497) */ + interface PalletAuthorMappingError extends Enum { + readonly isAssociationNotFound: boolean; + readonly isNotYourAssociation: boolean; + readonly isCannotAffordSecurityDeposit: boolean; 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 isOldAuthorIdNotFound: boolean; + readonly isWrongKeySize: boolean; + readonly isDecodeNimbusFailed: boolean; + readonly isDecodeKeysFailed: boolean; readonly type: + | "AssociationNotFound" + | "NotYourAssociation" + | "CannotAffordSecurityDeposit" | "AlreadyAssociated" - | "BatchBeyondFundPot" - | "FirstClaimAlreadyDone" - | "RewardNotHighEnough" - | "InvalidClaimSignature" - | "InvalidFreeClaimSignature" - | "NoAssociatedClaim" - | "RewardsAlreadyClaimed" - | "RewardVecAlreadyInitialized" - | "RewardVecNotFullyInitializedYet" - | "RewardsDoNotMatchFund" - | "TooManyContributors" - | "VestingPeriodNonValid" - | "NonContributedAddressProvided" - | "InsufficientNumberOfValidProofs"; + | "OldAuthorIdNotFound" + | "WrongKeySize" + | "DecodeNimbusFailed" + | "DecodeKeysFailed"; } - /** @name PalletAuthorMappingRegistrationInfo (532) */ - interface PalletAuthorMappingRegistrationInfo extends Struct { - readonly account: AccountId20; - readonly deposit: u128; - readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; + /** @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 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 PalletUtilityError (504) */ + interface PalletUtilityError extends Enum { + readonly isTooManyCalls: boolean; + readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (536) */ + /** @name PalletProxyProxyDefinition (507) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; - readonly proxyType: MoonbaseRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (540) */ + /** @name PalletProxyAnnouncement (511) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (542) */ + /** @name PalletProxyError (513) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -7103,993 +6818,1115 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (543) */ - interface PalletMaintenanceModeError extends Enum { - readonly isAlreadyInMaintenanceMode: boolean; - readonly isNotInMaintenanceMode: boolean; - readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; - } + /** @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"; + } + + /** @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 PalletMultisigMultisig (533) */ + interface PalletMultisigMultisig extends Struct { + readonly when: PalletMultisigTimepoint; + readonly deposit: u128; + readonly depositor: AccountId20; + readonly approvals: Vec; + } + + /** @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; + readonly isNotFound: boolean; + readonly isNotOwner: boolean; + readonly isNoTimepoint: boolean; + readonly isWrongTimepoint: boolean; + readonly isUnexpectedTimepoint: boolean; + readonly isMaxWeightTooLow: boolean; + readonly isAlreadyStored: boolean; + readonly type: + | "MinimumThreshold" + | "AlreadyApproved" + | "NoApprovalsNeeded" + | "TooFewSignatories" + | "TooManySignatories" + | "SignatoriesOutOfOrder" + | "SenderInSignatories" + | "NotFound" + | "NotOwner" + | "NoTimepoint" + | "WrongTimepoint" + | "UnexpectedTimepoint" + | "MaxWeightTooLow" + | "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) */ + 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 PalletEvmCodeMetadata (540) */ + interface PalletEvmCodeMetadata extends Struct { + readonly size_: u64; + readonly hash_: H256; + } + + /** @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; + readonly type: + | "BalanceLow" + | "FeeOverflow" + | "PaymentOverflow" + | "WithdrawFailed" + | "GasPriceTooLow" + | "InvalidNonce" + | "GasLimitTooLow" + | "GasLimitTooHigh" + | "InvalidChainId" + | "InvalidSignature" + | "Reentrancy" + | "TransactionMustComeFromEOA" + | "Undefined"; + } + + /** @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 EthbloomBloom (547) */ + interface EthbloomBloom extends U8aFixed {} + + /** @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 EthereumReceiptEip658ReceiptData (550) */ + interface EthereumReceiptEip658ReceiptData extends Struct { + readonly statusCode: u8; + readonly usedGas: U256; + readonly logsBloom: EthbloomBloom; + readonly logs: Vec; + } + + /** @name EthereumBlock (551) */ + interface EthereumBlock extends Struct { + readonly header: EthereumHeader; + readonly transactions: Vec; + readonly ommers: Vec; + } + + /** @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 EthereumTypesHashH64 (553) */ + interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletIdentityRegistration (545) */ - interface PalletIdentityRegistration extends Struct { - readonly judgements: Vec>; - readonly deposit: u128; - readonly info: PalletIdentityLegacyIdentityInfo; + /** @name PalletEthereumError (558) */ + interface PalletEthereumError extends Enum { + readonly isInvalidSignature: boolean; + readonly isPreLogExists: boolean; + readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletIdentityRegistrarInfo (554) */ - interface PalletIdentityRegistrarInfo extends Struct { - readonly account: AccountId20; - readonly fee: u128; - readonly fields: u64; + /** @name PalletSchedulerScheduled (561) */ + interface PalletSchedulerScheduled extends Struct { + readonly maybeId: Option; + readonly priority: u8; + readonly call: FrameSupportPreimagesBounded; + readonly maybePeriodic: Option>; + readonly origin: MoonriverRuntimeOriginCaller; } - /** @name PalletIdentityAuthorityProperties (556) */ - interface PalletIdentityAuthorityProperties extends Struct { - readonly suffix: Bytes; - readonly allocation: u32; + /** @name PalletSchedulerRetryConfig (563) */ + interface PalletSchedulerRetryConfig extends Struct { + readonly totalRetries: u8; + readonly remaining: u8; + readonly period: u32; } - /** @name PalletIdentityError (559) */ - interface PalletIdentityError extends Enum { - readonly isTooManySubAccounts: boolean; + /** @name PalletSchedulerError (564) */ + interface PalletSchedulerError extends Enum { + readonly isFailedToSchedule: 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 isTargetBlockNumberInPast: boolean; + readonly isRescheduleNoChange: boolean; + readonly isNamed: boolean; readonly type: - | "TooManySubAccounts" + | "FailedToSchedule" | "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"; - } - - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (564) */ - interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { - readonly recipient: u32; - readonly state: CumulusPalletXcmpQueueOutboundState; - readonly signalsExist: bool; - readonly firstIndex: u16; - readonly lastIndex: u16; - } - - /** @name CumulusPalletXcmpQueueOutboundState (565) */ - interface CumulusPalletXcmpQueueOutboundState extends Enum { - readonly isOk: boolean; - readonly isSuspended: boolean; - readonly type: "Ok" | "Suspended"; - } - - /** @name CumulusPalletXcmpQueueQueueConfigData (567) */ - interface CumulusPalletXcmpQueueQueueConfigData extends Struct { - readonly suspendThreshold: u32; - readonly dropThreshold: u32; - readonly resumeThreshold: u32; - } - - /** @name CumulusPalletXcmpQueueError (568) */ - interface CumulusPalletXcmpQueueError extends Enum { - readonly isBadQueueConfig: boolean; - readonly isAlreadySuspended: boolean; - readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; + | "TargetBlockNumberInPast" + | "RescheduleNoChange" + | "Named"; } - /** @name CumulusPalletDmpQueueMigrationState (569) */ - 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; + /** @name PalletPreimageOldRequestStatus (565) */ + interface PalletPreimageOldRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly deposit: ITuple<[AccountId20, u128]>; + readonly len: u32; } & Struct; - readonly isCompletedOverweightExport: boolean; - readonly isStartedCleanup: boolean; - readonly asStartedCleanup: { - readonly cursor: Option; + readonly isRequested: boolean; + readonly asRequested: { + readonly deposit: Option>; + readonly count: u32; + readonly len: Option; } & Struct; - readonly isCompleted: boolean; - readonly type: - | "NotStarted" - | "StartedExport" - | "CompletedExport" - | "StartedOverweightExport" - | "CompletedOverweightExport" - | "StartedCleanup" - | "Completed"; + readonly type: "Unrequested" | "Requested"; } - /** @name PalletXcmQueryStatus (572) */ - 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; + /** @name PalletPreimageRequestStatus (568) */ + interface PalletPreimageRequestStatus extends Enum { + readonly isUnrequested: boolean; + readonly asUnrequested: { + readonly ticket: ITuple<[AccountId20, u128]>; + readonly len: u32; } & Struct; - readonly isReady: boolean; - readonly asReady: { - readonly response: XcmVersionedResponse; - readonly at: u32; + readonly isRequested: boolean; + readonly asRequested: { + readonly maybeTicket: Option>; + readonly count: u32; + readonly maybeLen: Option; } & Struct; - readonly type: "Pending" | "VersionNotifier" | "Ready"; - } - - /** @name XcmVersionedResponse (576) */ - 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"; + readonly type: "Unrequested" | "Requested"; } - /** @name PalletXcmVersionMigrationStage (582) */ - interface PalletXcmVersionMigrationStage extends Enum { - readonly isMigrateSupportedVersion: boolean; - readonly isMigrateVersionNotifiers: boolean; - readonly isNotifyCurrentTargets: boolean; - readonly asNotifyCurrentTargets: Option; - readonly isMigrateAndNotifyOldTargets: boolean; + /** @name PalletPreimageError (574) */ + 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: - | "MigrateSupportedVersion" - | "MigrateVersionNotifiers" - | "NotifyCurrentTargets" - | "MigrateAndNotifyOldTargets"; - } - - /** @name PalletXcmRemoteLockedFungibleRecord (585) */ - interface PalletXcmRemoteLockedFungibleRecord extends Struct { - readonly amount: u128; - readonly owner: XcmVersionedLocation; - readonly locker: XcmVersionedLocation; - readonly consumers: Vec>; + | "TooBig" + | "AlreadyNoted" + | "NotAuthorized" + | "NotNoted" + | "Requested" + | "NotRequested" + | "TooMany" + | "TooFew" + | "NoCost"; } - - /** @name PalletXcmError (592) */ - 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 PalletConvictionVotingVoteVoting (576) */ + interface PalletConvictionVotingVoteVoting extends Enum { + readonly isCasting: boolean; + readonly asCasting: PalletConvictionVotingVoteCasting; + readonly isDelegating: boolean; + readonly asDelegating: PalletConvictionVotingVoteDelegating; + readonly type: "Casting" | "Delegating"; } - /** @name PalletAssetsAssetDetails (593) */ - 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 PalletConvictionVotingVoteCasting (577) */ + interface PalletConvictionVotingVoteCasting extends Struct { + readonly votes: Vec>; + readonly delegations: PalletConvictionVotingDelegations; + readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletAssetsAssetStatus (594) */ - interface PalletAssetsAssetStatus extends Enum { - readonly isLive: boolean; - readonly isFrozen: boolean; - readonly isDestroying: boolean; - readonly type: "Live" | "Frozen" | "Destroying"; + /** @name PalletConvictionVotingDelegations (581) */ + interface PalletConvictionVotingDelegations extends Struct { + readonly votes: u128; + readonly capital: u128; } - /** @name PalletAssetsAssetAccount (596) */ - interface PalletAssetsAssetAccount extends Struct { + /** @name PalletConvictionVotingVotePriorLock (582) */ + interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} + + /** @name PalletConvictionVotingVoteDelegating (583) */ + 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 (597) */ - interface PalletAssetsAccountStatus extends Enum { - readonly isLiquid: boolean; - readonly isFrozen: boolean; - readonly isBlocked: boolean; - readonly type: "Liquid" | "Frozen" | "Blocked"; + /** @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; + readonly type: + | "NotOngoing" + | "NotVoter" + | "NoPermission" + | "NoPermissionYet" + | "AlreadyDelegating" + | "AlreadyVoting" + | "InsufficientFunds" + | "NotDelegating" + | "Nonsense" + | "MaxVotesReached" + | "ClassNeeded" + | "BadClass"; } - /** @name PalletAssetsExistenceReason (598) */ - 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 (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 PalletAssetsApproval (600) */ - interface PalletAssetsApproval extends Struct { - readonly amount: u128; - readonly deposit: u128; + /** @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 PalletAssetsAssetMetadata (601) */ - interface PalletAssetsAssetMetadata extends Struct { - readonly deposit: u128; - readonly name: Bytes; - readonly symbol: Bytes; - readonly decimals: u8; - readonly isFrozen: bool; + /** @name PalletReferendaDeposit (590) */ + interface PalletReferendaDeposit extends Struct { + readonly who: AccountId20; + readonly amount: u128; } - /** @name PalletAssetsError (603) */ - 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 type: - | "BalanceLow" - | "NoAccount" - | "NoPermission" - | "Unknown" - | "Frozen" - | "InUse" - | "BadWitness" - | "MinBalanceZero" - | "UnavailableConsumer" - | "BadMetadata" - | "Unapproved" - | "WouldDie" - | "AlreadyExists" - | "NoDeposit" - | "WouldBurn" - | "LiveAsset" - | "AssetNotLive" - | "IncorrectStatus" - | "NotFrozen" - | "CallbackFailed"; + /** @name PalletReferendaDecidingStatus (593) */ + interface PalletReferendaDecidingStatus extends Struct { + readonly since: u32; + readonly confirming: Option; } - /** @name OrmlXtokensModuleError (604) */ - 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 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 PalletAssetManagerError (605) */ - 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 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 PalletMigrationsError (606) */ - interface PalletMigrationsError extends Enum { - readonly isPreimageMissing: boolean; - readonly isWrongUpperBound: boolean; - readonly isPreimageIsTooBig: boolean; - readonly isPreimageAlreadyExists: boolean; + /** @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; + readonly isNoPermission: boolean; + readonly isNoDeposit: boolean; + readonly isBadStatus: boolean; + readonly isPreimageNotExist: boolean; + readonly isPreimageStoredWithDifferentLength: boolean; readonly type: - | "PreimageMissing" - | "WrongUpperBound" - | "PreimageIsTooBig" - | "PreimageAlreadyExists"; - } - - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (607) */ - 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; + | "NotOngoing" + | "HasDeposit" + | "BadTrack" + | "Full" + | "QueueEmpty" + | "BadReferendum" + | "NothingToDo" + | "NoTrack" + | "Unfinished" + | "NoPermission" + | "NoDeposit" + | "BadStatus" + | "PreimageNotExist" + | "PreimageStoredWithDifferentLength"; } - /** @name PalletXcmTransactorError (608) */ - 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; + /** @name PalletWhitelistError (606) */ + interface PalletWhitelistError extends Enum { + readonly isUnavailablePreImage: boolean; + readonly isUndecodableCall: boolean; + readonly isInvalidCallWeightWitness: boolean; + readonly isCallIsNotWhitelisted: boolean; + readonly isCallAlreadyWhitelisted: 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"; + | "UnavailablePreImage" + | "UndecodableCall" + | "InvalidCallWeightWitness" + | "CallIsNotWhitelisted" + | "CallAlreadyWhitelisted"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (609) */ - interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { - readonly orbiters: Vec; - readonly maybeCurrentOrbiter: Option; - readonly nextOrbiter: u32; + /** @name PalletCollectiveVotes (608) */ + interface PalletCollectiveVotes extends Struct { + readonly index: u32; + readonly threshold: u32; + readonly ayes: Vec; + readonly nays: Vec; + readonly end: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (611) */ - interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { - readonly accountId: AccountId20; - readonly removed: bool; + /** @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; + readonly type: + | "NotMember" + | "DuplicateProposal" + | "ProposalMissing" + | "WrongIndex" + | "DuplicateVote" + | "AlreadyInitialized" + | "TooEarly" + | "TooManyProposals" + | "WrongProposalWeight" + | "WrongProposalLength" + | "PrimeAccountNotMember"; } - /** @name PalletMoonbeamOrbitersError (612) */ - 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 PalletTreasuryProposal (612) */ + interface PalletTreasuryProposal extends Struct { + readonly proposer: AccountId20; + readonly value: u128; + readonly beneficiary: AccountId20; + readonly bond: u128; } - /** @name PalletEthereumXcmError (613) */ - interface PalletEthereumXcmError extends Enum { - readonly isEthereumXcmExecutionSuspended: boolean; - readonly type: "EthereumXcmExecutionSuspended"; + /** @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 PalletRandomnessRequestState (614) */ - interface PalletRandomnessRequestState extends Struct { - readonly request: PalletRandomnessRequest; - readonly deposit: u128; + /** @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 PalletRandomnessRequest (615) */ - 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 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 PalletRandomnessRequestInfo (616) */ - 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 PalletCrowdloanRewardsRewardInfo (620) */ + interface PalletCrowdloanRewardsRewardInfo extends Struct { + readonly totalReward: u128; + readonly claimedReward: u128; + readonly contributedRelayAddresses: Vec; } - /** @name PalletRandomnessRequestType (617) */ - interface PalletRandomnessRequestType extends Enum { - readonly isBabeEpoch: boolean; - readonly asBabeEpoch: u64; - readonly isLocal: boolean; - readonly asLocal: u32; - readonly type: "BabeEpoch" | "Local"; + /** @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 PalletRandomnessRandomnessResult (618) */ - interface PalletRandomnessRandomnessResult extends Struct { - readonly randomness: Option; - readonly requestCount: u64; + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ + interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { + readonly recipient: u32; + readonly state: CumulusPalletXcmpQueueOutboundState; + readonly signalsExist: bool; + readonly firstIndex: u16; + readonly lastIndex: u16; } - /** @name PalletRandomnessError (619) */ - 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 CumulusPalletXcmpQueueOutboundState (628) */ + interface CumulusPalletXcmpQueueOutboundState extends Enum { + readonly isOk: boolean; + readonly isSuspended: boolean; + readonly type: "Ok" | "Suspended"; } - /** @name PalletCollectiveVotes (621) */ - interface PalletCollectiveVotes extends Struct { - readonly index: u32; - readonly threshold: u32; - readonly ayes: Vec; - readonly nays: Vec; - readonly end: u32; + /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ + interface CumulusPalletXcmpQueueQueueConfigData extends Struct { + readonly suspendThreshold: u32; + readonly dropThreshold: u32; + readonly resumeThreshold: u32; } - /** @name PalletCollectiveError (622) */ - 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 CumulusPalletXcmpQueueError (633) */ + interface CumulusPalletXcmpQueueError extends Enum { + readonly isBadQueueConfig: boolean; + readonly isAlreadySuspended: boolean; + readonly isAlreadyResumed: boolean; + readonly isTooManyActiveOutboundChannels: boolean; + readonly isTooBig: boolean; readonly type: - | "NotMember" - | "DuplicateProposal" - | "ProposalMissing" - | "WrongIndex" - | "DuplicateVote" - | "AlreadyInitialized" - | "TooEarly" - | "TooManyProposals" - | "WrongProposalWeight" - | "WrongProposalLength" - | "PrimeAccountNotMember"; + | "BadQueueConfig" + | "AlreadySuspended" + | "AlreadyResumed" + | "TooManyActiveOutboundChannels" + | "TooBig"; } - /** @name PalletConvictionVotingVoteVoting (624) */ - interface PalletConvictionVotingVoteVoting extends Enum { - readonly isCasting: boolean; - readonly asCasting: PalletConvictionVotingVoteCasting; - readonly isDelegating: boolean; - readonly asDelegating: PalletConvictionVotingVoteDelegating; - readonly type: "Casting" | "Delegating"; + /** @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 PalletConvictionVotingVoteCasting (625) */ - interface PalletConvictionVotingVoteCasting extends Struct { - readonly votes: Vec>; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @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 PalletConvictionVotingDelegations (629) */ - interface PalletConvictionVotingDelegations extends Struct { - readonly votes: u128; - readonly capital: u128; + /** @name PalletXcmVersionMigrationStage (644) */ + 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 (630) */ - interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - - /** @name PalletConvictionVotingVoteDelegating (631) */ - interface PalletConvictionVotingVoteDelegating extends Struct { - readonly balance: u128; - readonly target: AccountId20; - readonly conviction: PalletConvictionVotingConviction; - readonly delegations: PalletConvictionVotingDelegations; - readonly prior: PalletConvictionVotingVotePriorLock; + /** @name PalletXcmRemoteLockedFungibleRecord (647) */ + interface PalletXcmRemoteLockedFungibleRecord extends Struct { + readonly amount: u128; + readonly owner: XcmVersionedLocation; + readonly locker: XcmVersionedLocation; + readonly consumers: Vec>; } - /** @name PalletConvictionVotingError (635) */ - 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 (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; 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 (636) */ - 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 (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 PalletReferendaReferendumStatus (637) */ - 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 PalletAssetsAssetStatus (656) */ + interface PalletAssetsAssetStatus extends Enum { + readonly isLive: boolean; + readonly isFrozen: boolean; + readonly isDestroying: boolean; + readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletReferendaDeposit (638) */ - interface PalletReferendaDeposit extends Struct { - readonly who: AccountId20; - readonly amount: u128; + /** @name PalletAssetsAssetAccount (658) */ + interface PalletAssetsAssetAccount extends Struct { + readonly balance: u128; + readonly status: PalletAssetsAccountStatus; + readonly reason: PalletAssetsExistenceReason; + readonly extra: Null; } - /** @name PalletReferendaDecidingStatus (641) */ - interface PalletReferendaDecidingStatus extends Struct { - readonly since: u32; - readonly confirming: Option; + /** @name PalletAssetsAccountStatus (659) */ + interface PalletAssetsAccountStatus extends Enum { + readonly isLiquid: boolean; + readonly isFrozen: boolean; + readonly isBlocked: boolean; + readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletReferendaTrackInfo (649) */ - 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 (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 PalletReferendaCurve (650) */ - 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 (662) */ + interface PalletAssetsApproval extends Struct { + readonly amount: u128; + readonly deposit: u128; } - /** @name PalletReferendaError (653) */ - 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 (663) */ + interface PalletAssetsAssetMetadata extends Struct { + readonly deposit: u128; + readonly name: Bytes; + readonly symbol: Bytes; + readonly decimals: u8; + readonly isFrozen: bool; + } + + /** @name PalletAssetsError (665) */ + 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"; - } - - /** @name PalletPreimageOldRequestStatus (654) */ - 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 (657) */ - 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"; + | "WouldBurn" + | "LiveAsset" + | "AssetNotLive" + | "IncorrectStatus" + | "NotFrozen" + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletPreimageError (663) */ - 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 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; readonly type: - | "TooBig" - | "AlreadyNoted" - | "NotAuthorized" - | "NotNoted" - | "Requested" - | "NotRequested" - | "TooMany" - | "TooFew"; + | "ErrorCreatingAsset" + | "AssetAlreadyExists" + | "AssetDoesNotExist" + | "TooLowNumAssetsWeightHint" + | "LocalAssetLimitReached" + | "ErrorDestroyingAsset" + | "NotSufficientDeposit" + | "NonExistentLocalAsset"; } - /** @name PalletWhitelistError (664) */ - interface PalletWhitelistError extends Enum { - readonly isUnavailablePreImage: boolean; - readonly isUndecodableCall: boolean; - readonly isInvalidCallWeightWitness: boolean; - readonly isCallIsNotWhitelisted: boolean; - readonly isCallAlreadyWhitelisted: boolean; + /** @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; readonly type: - | "UnavailablePreImage" - | "UndecodableCall" - | "InvalidCallWeightWitness" - | "CallIsNotWhitelisted" - | "CallAlreadyWhitelisted"; + | "AssetHasNoReserve" + | "NotCrossChainTransfer" + | "InvalidDest" + | "NotCrossChainTransferableCurrency" + | "UnweighableMessage" + | "XcmExecutionFailed" + | "CannotReanchor" + | "InvalidAncestry" + | "InvalidAsset" + | "DestinationNotInvertible" + | "BadVersion" + | "DistinctReserveForAssetAndFee" + | "ZeroFee" + | "ZeroAmount" + | "TooManyAssetsBeingSent" + | "AssetIndexNonExistent" + | "FeeNotEnough" + | "NotSupportedLocation" + | "MinXcmFeeNotDefined" + | "RateLimited"; } - /** @name PalletMultisigMultisig (668) */ - interface PalletMultisigMultisig extends Struct { - readonly when: PalletMultisigTimepoint; - readonly deposit: u128; - readonly depositor: AccountId20; - readonly approvals: Vec; + /** @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; } - /** @name PalletMultisigError (670) */ - 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; + /** @name PalletXcmTransactorError (669) */ + interface PalletXcmTransactorError extends Enum { + readonly isIndexAlreadyClaimed: boolean; + readonly isUnclaimedIndex: boolean; readonly isNotOwner: boolean; - readonly isNoTimepoint: boolean; - readonly isWrongTimepoint: boolean; - readonly isUnexpectedTimepoint: boolean; - readonly isMaxWeightTooLow: boolean; - readonly isAlreadyStored: 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: - | "MinimumThreshold" - | "AlreadyApproved" - | "NoApprovalsNeeded" - | "TooFewSignatories" - | "TooManySignatories" - | "SignatoriesOutOfOrder" - | "SenderInSignatories" - | "NotFound" + | "IndexAlreadyClaimed" + | "UnclaimedIndex" | "NotOwner" - | "NoTimepoint" - | "WrongTimepoint" - | "UnexpectedTimepoint" - | "MaxWeightTooLow" - | "AlreadyStored"; - } - - /** @name PalletMoonbeamLazyMigrationsError (673) */ - interface PalletMoonbeamLazyMigrationsError extends Enum { - readonly isLimitCannotBeZero: boolean; - readonly isAddressesLengthCannotBeZero: boolean; - readonly isContractNotCorrupted: boolean; - readonly isContractMetadataAlreadySet: boolean; - readonly isContractNotExist: boolean; - readonly type: - | "LimitCannotBeZero" - | "AddressesLengthCannotBeZero" - | "ContractNotCorrupted" - | "ContractMetadataAlreadySet" - | "ContractNotExist"; + | "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 PalletPrecompileBenchmarksError (675) */ - interface PalletPrecompileBenchmarksError extends Enum { - readonly isBenchmarkError: boolean; - readonly type: "BenchmarkError"; + /** @name PalletEthereumXcmError (670) */ + interface PalletEthereumXcmError extends Enum { + readonly isEthereumXcmExecutionSuspended: boolean; + readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (676) */ + /** @name PalletMessageQueueBookState (671) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -8099,13 +7936,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (678) */ + /** @name PalletMessageQueueNeighbours (673) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (680) */ + /** @name PalletMessageQueuePage (675) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -8115,7 +7952,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (682) */ + /** @name PalletMessageQueueError (677) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -8138,20 +7975,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @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 PalletMoonbeamForeignAssetsAssetStatus (686) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -8159,7 +7983,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (687) */ + /** @name PalletMoonbeamForeignAssetsError (680) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -8192,7 +8016,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (689) */ + /** @name PalletXcmWeightTraderError (682) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -8209,42 +8033,131 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (692) */ + /** @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) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (693) */ + /** @name FrameSystemExtensionsCheckSpecVersion (696) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (694) */ + /** @name FrameSystemExtensionsCheckTxVersion (697) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (695) */ + /** @name FrameSystemExtensionsCheckGenesis (698) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (698) */ + /** @name FrameSystemExtensionsCheckNonce (701) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (699) */ + /** @name FrameSystemExtensionsCheckWeight (702) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (700) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (701) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (702) */ + /** @name FrameMetadataHashExtensionMode (705) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (703) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonbaseRuntimeRuntime (705) */ - type MoonbaseRuntimeRuntime = Null; + /** @name MoonriverRuntimeRuntime (708) */ + type MoonriverRuntimeRuntime = 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 8aa1f678ef..8f05a5b4df 100644 --- a/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonbeam/interfaces/augment-api-consts.ts @@ -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; }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts b/typescript-api/src/moonbeam/interfaces/augment-api-errors.ts index b0ba14454a..0d7660137d 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 */ @@ -627,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. */ @@ -763,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. */ @@ -833,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; }; diff --git a/typescript-api/src/moonbeam/interfaces/augment-api-events.ts b/typescript-api/src/moonbeam/interfaces/augment-api-events.ts index 0b7788e43a..bc1f640d3d 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, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, PalletMultisigTimepoint, @@ -64,42 +66,42 @@ 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: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; /** New asset with the asset manager is registered */ ForeignAssetRegistered: AugmentedEvent< ApiType, [ assetId: u128, - asset: MoonbeamRuntimeXcmConfigAssetType, - metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata + asset: MoonriverRuntimeXcmConfigAssetType, + metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata ], { assetId: u128; - asset: MoonbeamRuntimeXcmConfigAssetType; - metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; + asset: MoonriverRuntimeXcmConfigAssetType; + metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; } >; /** Removed all information related to an assetId */ ForeignAssetRemoved: AugmentedEvent< ApiType, - [assetId: u128, assetType: MoonbeamRuntimeXcmConfigAssetType], - { assetId: u128; assetType: MoonbeamRuntimeXcmConfigAssetType } + [assetId: u128, assetType: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; assetType: MoonriverRuntimeXcmConfigAssetType } >; /** Changed the xcm type mapping for a given asset id */ ForeignAssetXcmLocationChanged: AugmentedEvent< ApiType, - [assetId: u128, newAssetType: MoonbeamRuntimeXcmConfigAssetType], - { assetId: u128; newAssetType: MoonbeamRuntimeXcmConfigAssetType } + [assetId: u128, newAssetType: MoonriverRuntimeXcmConfigAssetType], + { assetId: u128; newAssetType: MoonriverRuntimeXcmConfigAssetType } >; /** 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: MoonriverRuntimeXcmConfigAssetType], + { assetType: MoonriverRuntimeXcmConfigAssetType } >; /** Changed the amount of units we are charging per execution second for a given asset */ UnitsPerSecondChanged: AugmentedEvent; @@ -161,6 +163,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. */ @@ -239,6 +247,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; }; @@ -480,40 +494,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; @@ -1238,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: 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< @@ -1510,13 +1512,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; delay: u32; } >; @@ -1532,13 +1534,13 @@ declare module "@polkadot/api-base/types/events" { [ delegator: AccountId20, delegatee: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, delay: u32 ], { delegator: AccountId20; delegatee: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; delay: u32; } >; @@ -1548,13 +1550,13 @@ declare module "@polkadot/api-base/types/events" { [ pure: AccountId20, who: AccountId20, - proxyType: MoonbeamRuntimeProxyType, + proxyType: MoonriverRuntimeProxyType, disambiguationIndex: u16 ], { pure: AccountId20; who: AccountId20; - proxyType: MoonbeamRuntimeProxyType; + proxyType: MoonriverRuntimeProxyType; disambiguationIndex: u16; } >; @@ -1865,14 +1867,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/moonbeam/interfaces/augment-api-query.ts b/typescript-api/src/moonbeam/interfaces/augment-api-query.ts index 27272810fa..ad204e092b 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, + MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletAssetsApproval, PalletAssetsAssetAccount, @@ -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, @@ -114,7 +116,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -134,7 +138,7 @@ declare module "@polkadot/api-base/types/storage" { ApiType, ( arg: u128 | AnyNumber | Uint8Array - ) => Observable>, + ) => Observable>, [u128] > & QueryableStorageEntry; @@ -146,11 +150,11 @@ declare module "@polkadot/api-base/types/storage" { assetTypeId: AugmentedQuery< ApiType, ( - arg: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array + arg: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array ) => Observable>, - [MoonbeamRuntimeXcmConfigAssetType] + [MoonriverRuntimeXcmConfigAssetType] > & - QueryableStorageEntry; + QueryableStorageEntry; /** Generic query */ [key: string]: QueryableStorageEntry; }; @@ -194,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; }; @@ -285,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; @@ -295,7 +312,7 @@ declare module "@polkadot/api-base/types/storage" { (arg: AccountId20 | string | Uint8Array) => Observable< Vec< { - readonly id: MoonbeamRuntimeRuntimeHoldReason; + readonly id: MoonriverRuntimeRuntimeHoldReason; readonly amount: u128; } & Struct > @@ -408,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, []> & @@ -703,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; @@ -911,8 +923,6 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - * - * The first config is related to the parachain bond account, the second to the treasury account. */ inflationDistributionInfo: AugmentedQuery< ApiType, @@ -1172,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. @@ -1211,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, @@ -1228,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, 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 f89113df0b..d0fce65b6e 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, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeOriginCaller, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeXcmConfigCurrencyId, + MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, PalletBalancesAdjustmentDirection, PalletConvictionVotingConviction, @@ -66,7 +67,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -90,10 +91,10 @@ declare module "@polkadot/api-base/types/submittable" { changeExistingAssetType: AugmentedSubmittable< ( assetId: u128 | AnyNumber | Uint8Array, - newAssetType: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + newAssetType: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, numAssetsWeightHint: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [u128, MoonbeamRuntimeXcmConfigAssetType, u32] + [u128, MoonriverRuntimeXcmConfigAssetType, u32] >; /** * Destroy a given foreign assetId The weight in this case is the one returned by the trait @@ -109,9 +110,9 @@ declare module "@polkadot/api-base/types/submittable" { /** Register new asset with the asset manager */ registerForeignAsset: AugmentedSubmittable< ( - asset: MoonbeamRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, + asset: MoonriverRuntimeXcmConfigAssetType | { Xcm: any } | string | Uint8Array, metadata: - | MoonbeamRuntimeAssetConfigAssetRegistrarMetadata + | MoonriverRuntimeAssetConfigAssetRegistrarMetadata | { name?: any; symbol?: any; decimals?: any; isFrozen?: any } | string | Uint8Array, @@ -119,8 +120,8 @@ declare module "@polkadot/api-base/types/submittable" { isSufficient: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, u128, bool ] @@ -258,7 +259,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 +419,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 +916,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 +1313,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< @@ -2558,7 +2571,7 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the percent of inflation set aside for parachain bond */ + /** Set the inflation distribution configuration. */ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2684,6 +2697,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. @@ -3139,7 +3173,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. @@ -3275,7 +3309,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3288,7 +3322,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u32] + [AccountId20, MoonriverRuntimeProxyType, u32] >; /** * Publish the hash of a proxy-call that will be made in the future. @@ -3337,7 +3371,7 @@ declare module "@polkadot/api-base/types/submittable" { createPure: AugmentedSubmittable< ( proxyType: - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3351,7 +3385,7 @@ declare module "@polkadot/api-base/types/submittable" { delay: u32 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeProxyType, u32, u16] + [MoonriverRuntimeProxyType, u32, u16] >; /** * Removes a previously spawned pure proxy. @@ -3374,7 +3408,7 @@ declare module "@polkadot/api-base/types/submittable" { ( spawner: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3389,7 +3423,7 @@ declare module "@polkadot/api-base/types/submittable" { height: Compact | AnyNumber | Uint8Array, extIndex: Compact | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u16, Compact, Compact] + [AccountId20, MoonriverRuntimeProxyType, u16, Compact, Compact] >; /** * Dispatch the given `call` from an account that the sender is authorised for through `add_proxy`. @@ -3406,10 +3440,10 @@ declare module "@polkadot/api-base/types/submittable" { ( real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3421,7 +3455,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`. @@ -3441,10 +3475,10 @@ declare module "@polkadot/api-base/types/submittable" { delegate: AccountId20 | string | Uint8Array, real: AccountId20 | string | Uint8Array, forceProxyType: - | Option + | Option | null | Uint8Array - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3456,7 +3490,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. @@ -3520,7 +3554,7 @@ declare module "@polkadot/api-base/types/submittable" { ( delegate: AccountId20 | string | Uint8Array, proxyType: - | MoonbeamRuntimeProxyType + | MoonriverRuntimeProxyType | "Any" | "NonTransfer" | "Governance" @@ -3533,7 +3567,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, delay: u32 | AnyNumber | Uint8Array ) => SubmittableExtrinsic, - [AccountId20, MoonbeamRuntimeProxyType, u32] + [AccountId20, MoonriverRuntimeProxyType, u32] >; /** Generic tx */ [key: string]: SubmittableExtrinsicFunction; @@ -3662,7 +3696,7 @@ declare module "@polkadot/api-base/types/submittable" { submit: AugmentedSubmittable< ( proposalOrigin: - | MoonbeamRuntimeOriginCaller + | MoonriverRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } @@ -3689,7 +3723,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeOriginCaller, + MoonriverRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime ] @@ -3969,30 +4003,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. * @@ -4024,7 +4034,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4045,56 +4055,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. * @@ -4455,7 +4415,7 @@ declare module "@polkadot/api-base/types/submittable" { dispatchAs: AugmentedSubmittable< ( asOrigin: - | MoonbeamRuntimeOriginCaller + | MoonriverRuntimeOriginCaller | { system: any } | { Void: any } | { Ethereum: any } @@ -4469,7 +4429,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Call | IMethod | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeOriginCaller, Call] + [MoonriverRuntimeOriginCaller, Call] >; /** * Send a batch of dispatch calls. Unlike `batch`, it allows errors and won't interrupt. @@ -4675,7 +4635,7 @@ declare module "@polkadot/api-base/types/submittable" { */ transactThroughDerivative: AugmentedSubmittable< ( - dest: MoonbeamRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, + dest: MoonriverRuntimeXcmConfigTransactors | "Relay" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, fee: | PalletXcmTransactorCurrencyPayment @@ -4691,7 +4651,7 @@ declare module "@polkadot/api-base/types/submittable" { refund: bool | boolean | Uint8Array ) => SubmittableExtrinsic, [ - MoonbeamRuntimeXcmConfigTransactors, + MoonriverRuntimeXcmConfigTransactors, u16, PalletXcmTransactorCurrencyPayment, Bytes, @@ -4758,7 +4718,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4777,7 +4737,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] @@ -4837,7 +4797,7 @@ declare module "@polkadot/api-base/types/submittable" { transfer: AugmentedSubmittable< ( currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -4858,7 +4818,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonriverRuntimeXcmConfigCurrencyId, u128, XcmVersionedLocation, XcmV3WeightLimit] >; /** * Transfer `Asset`. @@ -4987,10 +4947,10 @@ declare module "@polkadot/api-base/types/submittable" { transferMulticurrencies: AugmentedSubmittable< ( currencies: - | Vec> + | Vec> | [ ( - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -5015,7 +4975,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array ) => SubmittableExtrinsic, [ - Vec>, + Vec>, u32, XcmVersionedLocation, XcmV3WeightLimit @@ -5042,7 +5002,7 @@ declare module "@polkadot/api-base/types/submittable" { transferWithFee: AugmentedSubmittable< ( currencyId: - | MoonbeamRuntimeXcmConfigCurrencyId + | MoonriverRuntimeXcmConfigCurrencyId | { SelfReserve: any } | { ForeignAsset: any } | { Erc20: any } @@ -5064,7 +5024,7 @@ declare module "@polkadot/api-base/types/submittable" { | string | Uint8Array ) => SubmittableExtrinsic, - [MoonbeamRuntimeXcmConfigCurrencyId, u128, u128, XcmVersionedLocation, XcmV3WeightLimit] + [MoonriverRuntimeXcmConfigCurrencyId, 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 ab9ad50b6b..b44b1e11f5 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", @@ -594,7 +594,7 @@ export default { PureCreated: { pure: "AccountId20", who: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", disambiguationIndex: "u16", }, Announced: { @@ -605,19 +605,19 @@ export default { ProxyAdded: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, ProxyRemoved: { delegator: "AccountId20", delegatee: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, }, }, - /** Lookup58: moonbeam_runtime::ProxyType */ - MoonbeamRuntimeProxyType: { + /** Lookup58: moonriver_runtime::ProxyType */ + MoonriverRuntimeProxyType: { _enum: [ "Any", "NonTransfer", @@ -770,7 +770,55 @@ export default { height: "u32", index: "u32", }, - /** Lookup66: 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: { @@ -790,13 +838,13 @@ export default { }, }, }, - /** Lookup67: ethereum::log::Log */ + /** Lookup78: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup70: pallet_ethereum::pallet::Event */ + /** Lookup81: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -808,7 +856,7 @@ export default { }, }, }, - /** Lookup71: evm_core::error::ExitReason */ + /** Lookup82: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -817,11 +865,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup72: evm_core::error::ExitSucceed */ + /** Lookup83: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup73: evm_core::error::ExitError */ + /** Lookup84: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -842,11 +890,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup77: evm_core::error::ExitRevert */ + /** Lookup88: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup78: evm_core::error::ExitFatal */ + /** Lookup89: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -855,7 +903,7 @@ export default { Other: "Text", }, }, - /** Lookup79: pallet_scheduler::pallet::Event */ + /** Lookup90: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -899,7 +947,7 @@ export default { }, }, }, - /** Lookup81: pallet_preimage::pallet::Event */ + /** Lookup92: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -922,14 +970,14 @@ export default { }, }, }, - /** Lookup82: pallet_conviction_voting::pallet::Event */ + /** Lookup93: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup83: pallet_referenda::pallet::Event */ + /** Lookup94: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1008,7 +1056,7 @@ export default { }, }, /** - * Lookup84: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1029,7 +1077,7 @@ export default { }, }, }, - /** Lookup86: frame_system::pallet::Call */ + /** Lookup97: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1072,7 +1120,7 @@ export default { }, }, }, - /** Lookup90: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1090,35 +1138,35 @@ export default { }, }, }, - /** Lookup91: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup92: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup94: sp_trie::storage_proof::StorageProof */ + /** Lookup105: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup97: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup101: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup104: pallet_timestamp::pallet::Call */ + /** Lookup115: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1126,7 +1174,7 @@ export default { }, }, }, - /** Lookup105: pallet_root_testing::pallet::Call */ + /** Lookup116: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1135,7 +1183,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup106: pallet_balances::pallet::Call */ + /** Lookup117: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1172,13 +1220,17 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, + burn: { + value: "Compact", + keepAlive: "bool", + }, }, }, - /** Lookup109: pallet_balances::types::AdjustmentDirection */ + /** Lookup120: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup110: pallet_parachain_staking::pallet::Call */ + /** Lookup121: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1314,11 +1366,11 @@ export default { }, }, }, - /** Lookup113: pallet_author_inherent::pallet::Call */ + /** Lookup124: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup114: pallet_author_slot_filter::pallet::Call */ + /** Lookup125: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1329,7 +1381,7 @@ export default { }, }, }, - /** Lookup115: pallet_author_mapping::pallet::Call */ + /** Lookup126: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1351,7 +1403,7 @@ export default { }, }, }, - /** Lookup116: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1375,7 +1427,7 @@ export default { }, }, }, - /** Lookup117: pallet_utility::pallet::Call */ + /** Lookup128: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1389,7 +1441,7 @@ export default { calls: "Vec", }, dispatch_as: { - asOrigin: "MoonbeamRuntimeOriginCaller", + asOrigin: "MoonriverRuntimeOriginCaller", call: "Call", }, force_batch: { @@ -1401,8 +1453,8 @@ export default { }, }, }, - /** Lookup119: moonbeam_runtime::OriginCaller */ - MoonbeamRuntimeOriginCaller: { + /** Lookup130: moonriver_runtime::OriginCaller */ + MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", __Unused1: "Null", @@ -1469,7 +1521,7 @@ export default { __Unused62: "Null", __Unused63: "Null", __Unused64: "Null", - Origins: "MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin", + Origins: "MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin", __Unused66: "Null", __Unused67: "Null", __Unused68: "Null", @@ -1516,7 +1568,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup120: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1524,14 +1576,14 @@ export default { None: "Null", }, }, - /** Lookup121: pallet_ethereum::RawOrigin */ + /** Lookup132: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup122: moonbeam_runtime::governance::origins::custom_origins::Origin */ - MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin: { + /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ + MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", "GeneralAdmin", @@ -1540,7 +1592,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup123: pallet_collective::RawOrigin */ + /** Lookup134: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1548,40 +1600,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup125: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup126: pallet_xcm::pallet::Origin */ + /** Lookup137: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup127: staging_xcm::v4::location::Location */ + /** Lookup138: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup128: staging_xcm::v4::junctions::Junctions */ + /** Lookup139: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup130;1]", - X2: "[Lookup130;2]", - X3: "[Lookup130;3]", - X4: "[Lookup130;4]", - X5: "[Lookup130;5]", - X6: "[Lookup130;6]", - X7: "[Lookup130;7]", - X8: "[Lookup130;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]", }, }, - /** Lookup130: staging_xcm::v4::junction::Junction */ + /** Lookup141: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1611,7 +1663,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup133: staging_xcm::v4::junction::NetworkId */ + /** Lookup144: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1632,7 +1684,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup134: xcm::v3::junction::BodyId */ + /** Lookup145: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1647,7 +1699,7 @@ export default { Treasury: "Null", }, }, - /** Lookup135: xcm::v3::junction::BodyPart */ + /** Lookup146: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1668,41 +1720,41 @@ export default { }, }, }, - /** Lookup143: pallet_ethereum_xcm::RawOrigin */ + /** Lookup154: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup144: sp_core::Void */ + /** Lookup155: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup145: pallet_proxy::pallet::Call */ + /** Lookup156: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { real: "AccountId20", - forceProxyType: "Option", + forceProxyType: "Option", call: "Call", }, add_proxy: { delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, remove_proxy: { delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, remove_proxies: "Null", create_pure: { - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", index: "u16", }, kill_pure: { spawner: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", index: "u16", height: "Compact", extIndex: "Compact", @@ -1722,16 +1774,16 @@ export default { proxy_announced: { delegate: "AccountId20", real: "AccountId20", - forceProxyType: "Option", + forceProxyType: "Option", call: "Call", }, }, }, - /** Lookup147: pallet_maintenance_mode::pallet::Call */ + /** Lookup158: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup148: pallet_identity::pallet::Call */ + /** Lookup159: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1814,7 +1866,7 @@ export default { }, }, }, - /** Lookup149: pallet_identity::legacy::IdentityInfo */ + /** Lookup160: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1826,7 +1878,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup187: pallet_identity::types::Judgement */ + /** Lookup198: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1838,9 +1890,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup189: account::EthereumSignature */ + /** Lookup200: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup191: pallet_multisig::pallet::Call */ + /** Lookup202: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1869,7 +1921,7 @@ export default { }, }, }, - /** Lookup193: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1882,7 +1934,35 @@ export default { }, }, }, - /** Lookup196: 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: { @@ -1923,7 +2003,7 @@ export default { }, }, }, - /** Lookup202: pallet_ethereum::pallet::Call */ + /** Lookup219: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -1931,7 +2011,7 @@ export default { }, }, }, - /** Lookup203: ethereum::transaction::TransactionV2 */ + /** Lookup220: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -1939,7 +2019,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup204: ethereum::transaction::LegacyTransaction */ + /** Lookup221: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -1949,20 +2029,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup205: ethereum::transaction::TransactionAction */ + /** Lookup222: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup206: ethereum::transaction::TransactionSignature */ + /** Lookup223: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup208: ethereum::transaction::EIP2930Transaction */ + /** Lookup225: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -1976,12 +2056,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup210: ethereum::transaction::AccessListItem */ + /** Lookup227: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup211: ethereum::transaction::EIP1559Transaction */ + /** Lookup228: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -1996,7 +2076,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup212: pallet_scheduler::pallet::Call */ + /** Lookup229: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2050,7 +2130,7 @@ export default { }, }, }, - /** Lookup214: pallet_preimage::pallet::Call */ + /** Lookup231: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2079,7 +2159,7 @@ export default { }, }, }, - /** Lookup215: pallet_conviction_voting::pallet::Call */ + /** Lookup232: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2110,7 +2190,7 @@ export default { }, }, }, - /** Lookup216: pallet_conviction_voting::vote::AccountVote */ + /** Lookup233: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2128,15 +2208,15 @@ export default { }, }, }, - /** Lookup218: pallet_conviction_voting::conviction::Conviction */ + /** Lookup235: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup220: pallet_referenda::pallet::Call */ + /** Lookup237: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { - proposalOrigin: "MoonbeamRuntimeOriginCaller", + proposalOrigin: "MoonriverRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactmentMoment: "FrameSupportScheduleDispatchTime", }, @@ -2167,14 +2247,14 @@ export default { }, }, }, - /** Lookup221: frame_support::traits::schedule::DispatchTime */ + /** Lookup238: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup223: pallet_whitelist::pallet::Call */ + /** Lookup240: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2193,7 +2273,7 @@ export default { }, }, }, - /** Lookup224: pallet_collective::pallet::Call */ + /** Lookup241: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2227,19 +2307,12 @@ export default { }, }, }, - /** Lookup226: 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", @@ -2264,7 +2337,7 @@ export default { }, }, }, - /** Lookup228: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2289,7 +2362,7 @@ export default { }, }, }, - /** Lookup229: sp_runtime::MultiSignature */ + /** Lookup246: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2297,9 +2370,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup235: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup236: pallet_xcm::pallet::Call */ + /** Lookup252: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2374,7 +2445,7 @@ export default { }, }, }, - /** Lookup237: xcm::VersionedLocation */ + /** Lookup253: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2384,12 +2455,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup238: xcm::v2::multilocation::MultiLocation */ + /** Lookup254: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup239: xcm::v2::multilocation::Junctions */ + /** Lookup255: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2403,7 +2474,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup240: xcm::v2::junction::Junction */ + /** Lookup256: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2429,7 +2500,7 @@ export default { }, }, }, - /** Lookup241: xcm::v2::NetworkId */ + /** Lookup257: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2438,7 +2509,7 @@ export default { Kusama: "Null", }, }, - /** Lookup243: xcm::v2::BodyId */ + /** Lookup259: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2453,7 +2524,7 @@ export default { Treasury: "Null", }, }, - /** Lookup244: xcm::v2::BodyPart */ + /** Lookup260: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2474,12 +2545,12 @@ export default { }, }, }, - /** Lookup245: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup246: xcm::v3::junctions::Junctions */ + /** Lookup262: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2493,7 +2564,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup247: xcm::v3::junction::Junction */ + /** Lookup263: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2523,7 +2594,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup249: xcm::v3::junction::NetworkId */ + /** Lookup265: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2544,7 +2615,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup250: xcm::VersionedXcm */ + /** Lookup266: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2554,9 +2625,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup251: xcm::v2::Xcm */ + /** Lookup267: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup253: xcm::v2::Instruction */ + /** Lookup269: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2652,28 +2723,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup254: xcm::v2::multiasset::MultiAssets */ + /** Lookup270: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup256: xcm::v2::multiasset::MultiAsset */ + /** Lookup272: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup257: xcm::v2::multiasset::AssetId */ + /** Lookup273: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup258: xcm::v2::multiasset::Fungibility */ + /** Lookup274: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup259: xcm::v2::multiasset::AssetInstance */ + /** Lookup275: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2685,7 +2756,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup260: xcm::v2::Response */ + /** Lookup276: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2694,7 +2765,7 @@ export default { Version: "u32", }, }, - /** Lookup263: xcm::v2::traits::Error */ + /** Lookup279: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2725,22 +2796,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup264: xcm::v2::OriginKind */ + /** Lookup280: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup265: xcm::double_encoded::DoubleEncoded */ + /** Lookup281: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup266: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup267: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2750,20 +2821,20 @@ export default { }, }, }, - /** Lookup268: xcm::v2::multiasset::WildFungibility */ + /** Lookup284: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup269: xcm::v2::WeightLimit */ + /** Lookup285: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup270: xcm::v3::Xcm */ + /** Lookup286: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup272: xcm::v3::Instruction */ + /** Lookup288: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2785,7 +2856,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2903,28 +2974,28 @@ export default { }, }, }, - /** Lookup273: xcm::v3::multiasset::MultiAssets */ + /** Lookup289: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup275: xcm::v3::multiasset::MultiAsset */ + /** Lookup291: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup276: xcm::v3::multiasset::AssetId */ + /** Lookup292: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup277: xcm::v3::multiasset::Fungibility */ + /** Lookup293: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup278: xcm::v3::multiasset::AssetInstance */ + /** Lookup294: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2935,7 +3006,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup279: xcm::v3::Response */ + /** Lookup295: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -2946,7 +3017,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup282: xcm::v3::traits::Error */ + /** Lookup298: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -2991,7 +3062,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup284: xcm::v3::PalletInfo */ + /** Lookup300: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3000,7 +3071,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup287: xcm::v3::MaybeErrorCode */ + /** Lookup303: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3008,20 +3079,24 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup290: xcm::v3::QueryResponseInfo */ + /** Lookup306: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup307: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup291: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup292: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3037,20 +3112,20 @@ export default { }, }, }, - /** Lookup293: xcm::v3::multiasset::WildFungibility */ + /** Lookup310: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup294: xcm::v3::WeightLimit */ + /** Lookup311: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup295: staging_xcm::v4::Xcm */ + /** Lookup312: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup297: staging_xcm::v4::Instruction */ + /** Lookup314: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3072,7 +3147,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3190,23 +3265,23 @@ export default { }, }, }, - /** Lookup298: staging_xcm::v4::asset::Assets */ + /** Lookup315: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup300: staging_xcm::v4::asset::Asset */ + /** Lookup317: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup301: staging_xcm::v4::asset::AssetId */ + /** Lookup318: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup302: staging_xcm::v4::asset::Fungibility */ + /** Lookup319: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup303: staging_xcm::v4::asset::AssetInstance */ + /** Lookup320: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3217,7 +3292,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup304: staging_xcm::v4::Response */ + /** Lookup321: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3228,7 +3303,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup306: staging_xcm::v4::PalletInfo */ + /** Lookup323: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3237,20 +3312,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup310: staging_xcm::v4::QueryResponseInfo */ + /** Lookup327: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup311: staging_xcm::v4::asset::AssetFilter */ + /** Lookup328: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup312: staging_xcm::v4::asset::WildAsset */ + /** Lookup329: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3266,11 +3341,11 @@ export default { }, }, }, - /** Lookup313: staging_xcm::v4::asset::WildFungibility */ + /** Lookup330: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup314: xcm::VersionedAssets */ + /** Lookup331: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3280,7 +3355,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup326: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3289,7 +3364,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup327: xcm::VersionedAssetId */ + /** Lookup344: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3299,7 +3374,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup328: pallet_assets::pallet::Call */ + /** Lookup345: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3449,19 +3524,19 @@ export default { }, }, }, - /** Lookup329: pallet_asset_manager::pallet::Call */ + /** Lookup346: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { - asset: "MoonbeamRuntimeXcmConfigAssetType", - metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", + asset: "MoonriverRuntimeXcmConfigAssetType", + metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", minAmount: "u128", isSufficient: "bool", }, __Unused1: "Null", change_existing_asset_type: { assetId: "u128", - newAssetType: "MoonbeamRuntimeXcmConfigAssetType", + newAssetType: "MoonriverRuntimeXcmConfigAssetType", numAssetsWeightHint: "u32", }, __Unused3: "Null", @@ -3476,24 +3551,24 @@ export default { }, }, }, - /** Lookup330: moonbeam_runtime::xcm_config::AssetType */ - MoonbeamRuntimeXcmConfigAssetType: { + /** Lookup347: moonriver_runtime::xcm_config::AssetType */ + MoonriverRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup331: moonbeam_runtime::asset_config::AssetRegistrarMetadata */ - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata: { + /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup332: orml_xtokens::module::Call */ + /** Lookup349: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { transfer: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", + currencyId: "MoonriverRuntimeXcmConfigCurrencyId", amount: "u128", dest: "XcmVersionedLocation", destWeightLimit: "XcmV3WeightLimit", @@ -3504,7 +3579,7 @@ export default { destWeightLimit: "XcmV3WeightLimit", }, transfer_with_fee: { - currencyId: "MoonbeamRuntimeXcmConfigCurrencyId", + currencyId: "MoonriverRuntimeXcmConfigCurrencyId", amount: "u128", fee: "u128", dest: "XcmVersionedLocation", @@ -3517,7 +3592,7 @@ export default { destWeightLimit: "XcmV3WeightLimit", }, transfer_multicurrencies: { - currencies: "Vec<(MoonbeamRuntimeXcmConfigCurrencyId,u128)>", + currencies: "Vec<(MoonriverRuntimeXcmConfigCurrencyId,u128)>", feeItem: "u32", dest: "XcmVersionedLocation", destWeightLimit: "XcmV3WeightLimit", @@ -3530,8 +3605,8 @@ export default { }, }, }, - /** Lookup333: moonbeam_runtime::xcm_config::CurrencyId */ - MoonbeamRuntimeXcmConfigCurrencyId: { + /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ + MoonriverRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", ForeignAsset: "u128", @@ -3540,7 +3615,7 @@ export default { }, }, }, - /** Lookup334: xcm::VersionedAsset */ + /** Lookup351: xcm::VersionedAsset */ XcmVersionedAsset: { _enum: { __Unused0: "Null", @@ -3550,7 +3625,7 @@ export default { V4: "StagingXcmV4Asset", }, }, - /** Lookup337: pallet_xcm_transactor::pallet::Call */ + /** Lookup354: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3561,7 +3636,7 @@ export default { index: "u16", }, transact_through_derivative: { - dest: "MoonbeamRuntimeXcmConfigTransactors", + dest: "MoonriverRuntimeXcmConfigTransactors", index: "u16", fee: "PalletXcmTransactorCurrencyPayment", innerCall: "Bytes", @@ -3573,7 +3648,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3607,28 +3682,28 @@ export default { }, }, }, - /** Lookup338: moonbeam_runtime::xcm_config::Transactors */ - MoonbeamRuntimeXcmConfigTransactors: { + /** Lookup355: moonriver_runtime::xcm_config::Transactors */ + MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup339: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup340: pallet_xcm_transactor::pallet::Currency */ + /** Lookup357: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { - AsCurrencyId: "MoonbeamRuntimeXcmConfigCurrencyId", + AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup342: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup345: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3642,18 +3717,18 @@ export default { }, }, }, - /** Lookup346: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup347: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup348: pallet_ethereum_xcm::pallet::Call */ + /** Lookup365: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3672,14 +3747,14 @@ export default { }, }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup350: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup367: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3688,19 +3763,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup351: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup352: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup369: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup355: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup372: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3708,7 +3783,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup357: pallet_message_queue::pallet::Call */ + /** Lookup374: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3723,7 +3798,7 @@ export default { }, }, }, - /** Lookup358: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3731,7 +3806,7 @@ export default { Sibling: "u32", }, }, - /** Lookup359: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3754,7 +3829,7 @@ export default { }, }, }, - /** Lookup361: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3776,7 +3851,7 @@ export default { }, }, }, - /** Lookup362: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3785,19 +3860,19 @@ export default { }, }, }, - /** Lookup363: pallet_randomness::pallet::Call */ + /** Lookup380: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup364: sp_runtime::traits::BlakeTwo256 */ + /** Lookup381: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup366: pallet_conviction_voting::types::Tally */ + /** Lookup383: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup367: pallet_whitelist::pallet::Event */ + /** Lookup384: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3812,17 +3887,17 @@ export default { }, }, }, - /** Lookup369: frame_support::dispatch::PostDispatchInfo */ + /** Lookup386: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup370: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup371: pallet_collective::pallet::Event */ + /** Lookup388: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3859,12 +3934,9 @@ export default { }, }, }, - /** Lookup373: pallet_treasury::pallet::Event */ + /** Lookup390: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { - Proposed: { - proposalIndex: "u32", - }, Spending: { budgetRemaining: "u128", }, @@ -3873,10 +3945,6 @@ export default { award: "u128", account: "AccountId20", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, Burnt: { burntFunds: "u128", }, @@ -3919,7 +3987,7 @@ export default { }, }, }, - /** Lookup374: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3930,7 +3998,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup375: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3938,7 +4006,7 @@ export default { }, }, }, - /** Lookup376: cumulus_pallet_xcm::pallet::Event */ + /** Lookup393: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3946,7 +4014,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup377: staging_xcm::v4::traits::Outcome */ + /** Lookup394: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3961,35 +4029,7 @@ export default { }, }, }, - /** Lookup378: 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", - }, - }, - }, - /** Lookup379: pallet_xcm::pallet::Event */ + /** Lookup395: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4112,7 +4152,7 @@ export default { }, }, }, - /** Lookup380: pallet_assets::pallet::Event */ + /** Lookup396: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4224,38 +4264,48 @@ export default { assetId: "u128", who: "AccountId20", }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, }, }, - /** Lookup381: pallet_asset_manager::pallet::Event */ + /** Lookup397: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { assetId: "u128", - asset: "MoonbeamRuntimeXcmConfigAssetType", - metadata: "MoonbeamRuntimeAssetConfigAssetRegistrarMetadata", + asset: "MoonriverRuntimeXcmConfigAssetType", + metadata: "MoonriverRuntimeAssetConfigAssetRegistrarMetadata", }, UnitsPerSecondChanged: "Null", ForeignAssetXcmLocationChanged: { assetId: "u128", - newAssetType: "MoonbeamRuntimeXcmConfigAssetType", + newAssetType: "MoonriverRuntimeXcmConfigAssetType", }, ForeignAssetRemoved: { assetId: "u128", - assetType: "MoonbeamRuntimeXcmConfigAssetType", + assetType: "MoonriverRuntimeXcmConfigAssetType", }, SupportedAssetRemoved: { - assetType: "MoonbeamRuntimeXcmConfigAssetType", + assetType: "MoonriverRuntimeXcmConfigAssetType", }, ForeignAssetDestroyed: { assetId: "u128", - assetType: "MoonbeamRuntimeXcmConfigAssetType", + assetType: "MoonriverRuntimeXcmConfigAssetType", }, LocalAssetDestroyed: { assetId: "u128", }, }, }, - /** Lookup382: orml_xtokens::module::Event */ + /** Lookup398: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { @@ -4266,7 +4316,7 @@ export default { }, }, }, - /** Lookup383: pallet_xcm_transactor::pallet::Event */ + /** Lookup399: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4314,13 +4364,13 @@ export default { }, }, }, - /** Lookup384: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup385: pallet_ethereum_xcm::pallet::Event */ + /** Lookup401: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4329,7 +4379,7 @@ export default { }, }, }, - /** Lookup386: pallet_message_queue::pallet::Event */ + /** Lookup402: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4355,7 +4405,7 @@ export default { }, }, }, - /** Lookup387: frame_support::traits::messages::ProcessMessageError */ + /** Lookup403: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4363,9 +4413,10 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup388: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4387,7 +4438,7 @@ export default { }, }, }, - /** Lookup389: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4409,11 +4460,11 @@ export default { }, }, }, - /** Lookup390: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup391: pallet_randomness::pallet::Event */ + /** Lookup407: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4448,7 +4499,7 @@ export default { }, }, }, - /** Lookup392: frame_system::Phase */ + /** Lookup408: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4456,51 +4507,51 @@ export default { Initialization: "Null", }, }, - /** Lookup394: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup395: frame_system::CodeUpgradeAuthorization */ + /** Lookup411: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup396: frame_system::limits::BlockWeights */ + /** Lookup412: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup397: frame_support::dispatch::PerDispatchClass */ + /** Lookup413: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup398: frame_system::limits::WeightsPerClass */ + /** Lookup414: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup399: frame_system::limits::BlockLength */ + /** Lookup415: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup400: frame_support::dispatch::PerDispatchClass */ + /** Lookup416: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup401: sp_weights::RuntimeDbWeight */ + /** Lookup417: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup402: sp_version::RuntimeVersion */ + /** Lookup418: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4511,7 +4562,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup406: frame_system::pallet::Error */ + /** Lookup422: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4525,38 +4576,38 @@ export default { "Unauthorized", ], }, - /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup409: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup411: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup415: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup416: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup432: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup418: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup434: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup419: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup435: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4564,12 +4615,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup420: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup436: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup423: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup439: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4578,7 +4629,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup424: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup440: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4591,17 +4642,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup425: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup441: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup431: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup447: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup433: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup449: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4614,23 +4665,23 @@ export default { "Unauthorized", ], }, - /** Lookup435: pallet_balances::types::BalanceLock */ + /** Lookup451: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup436: pallet_balances::types::Reasons */ + /** Lookup452: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup439: pallet_balances::types::ReserveData */ + /** Lookup455: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup443: moonbeam_runtime::RuntimeHoldReason */ - MoonbeamRuntimeRuntimeHoldReason: { + /** Lookup459: moonriver_runtime::RuntimeHoldReason */ + MoonriverRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", __Unused1: "Null", @@ -4697,16 +4748,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup444: pallet_preimage::pallet::HoldReason */ + /** Lookup460: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup447: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup449: pallet_balances::pallet::Error */ + /** Lookup465: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4723,18 +4774,18 @@ export default { "DeltaZero", ], }, - /** Lookup450: pallet_transaction_payment::Releases */ + /** Lookup466: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup451: pallet_parachain_staking::types::RoundInfo */ + /** Lookup467: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup452: pallet_parachain_staking::types::Delegator */ + /** Lookup468: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4743,24 +4794,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup453: + * Lookup469: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup454: pallet_parachain_staking::types::Bond */ + /** Lookup470: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup456: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup457: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4773,16 +4824,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup458: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup460: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup461: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4790,50 +4841,50 @@ export default { Leaving: "u32", }, }, - /** Lookup463: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup466: + * Lookup482: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup468: pallet_parachain_staking::types::Delegations */ + /** Lookup484: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup470: + * Lookup486: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup473: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup475: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup476: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup477: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4851,7 +4902,7 @@ export default { max: "Perbill", }, }, - /** Lookup478: pallet_parachain_staking::pallet::Error */ + /** Lookup494: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4912,11 +4963,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup479: pallet_author_inherent::pallet::Error */ + /** Lookup495: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup480: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4925,7 +4976,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup481: pallet_author_mapping::pallet::Error */ + /** Lookup497: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4938,18 +4989,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup482: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup484: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup485: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4963,23 +5014,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup488: pallet_utility::pallet::Error */ + /** Lookup504: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup491: pallet_proxy::ProxyDefinition */ + /** Lookup507: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", - proxyType: "MoonbeamRuntimeProxyType", + proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, - /** Lookup495: pallet_proxy::Announcement */ + /** Lookup511: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup497: pallet_proxy::pallet::Error */ + /** Lookup513: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4992,12 +5043,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup498: pallet_maintenance_mode::pallet::Error */ + /** Lookup514: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup500: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5005,21 +5056,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup509: pallet_identity::types::RegistrarInfo */ + /** Lookup525: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup511: + * Lookup527: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup514: pallet_identity::pallet::Error */ + /** Lookup530: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5050,18 +5101,18 @@ export default { "NotExpired", ], }, - /** Lookup515: pallet_migrations::pallet::Error */ + /** Lookup531: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup517: pallet_multisig::Multisig */ + /** Lookup533: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup519: pallet_multisig::pallet::Error */ + /** Lookup535: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5080,7 +5131,16 @@ export default { "AlreadyStored", ], }, - /** Lookup520: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, + }, + /** Lookup539: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5088,9 +5148,10 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup521: pallet_evm::CodeMetadata */ + /** Lookup540: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5099,7 +5160,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup523: pallet_evm::pallet::Error */ + /** Lookup542: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5117,7 +5178,7 @@ export default { "Undefined", ], }, - /** Lookup526: fp_rpc::TransactionStatus */ + /** Lookup545: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5127,9 +5188,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup528: ethbloom::Bloom */ + /** Lookup547: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup530: ethereum::receipt::ReceiptV3 */ + /** Lookup549: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5137,7 +5198,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup531: ethereum::receipt::EIP658ReceiptData */ + /** Lookup550: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5145,7 +5206,7 @@ export default { logs: "Vec", }, /** - * Lookup532: + * Lookup551: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5153,7 +5214,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup533: ethereum::header::Header */ + /** Lookup552: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5171,31 +5232,31 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup534: ethereum_types::hash::H64 */ + /** Lookup553: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup539: pallet_ethereum::pallet::Error */ + /** Lookup558: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup542: pallet_scheduler::Scheduled, BlockNumber, moonbeam_runtime::OriginCaller, account::AccountId20> + * Lookup561: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> */ PalletSchedulerScheduled: { maybeId: "Option<[u8;32]>", priority: "u8", call: "FrameSupportPreimagesBounded", maybePeriodic: "Option<(u32,u32)>", - origin: "MoonbeamRuntimeOriginCaller", + origin: "MoonriverRuntimeOriginCaller", }, - /** Lookup544: pallet_scheduler::RetryConfig */ + /** Lookup563: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup545: pallet_scheduler::pallet::Error */ + /** Lookup564: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5205,7 +5266,7 @@ export default { "Named", ], }, - /** Lookup546: pallet_preimage::OldRequestStatus */ + /** Lookup565: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5220,8 +5281,8 @@ export default { }, }, /** - * Lookup549: pallet_preimage::RequestStatus> + * Lookup568: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5236,7 +5297,7 @@ export default { }, }, }, - /** Lookup555: pallet_preimage::pallet::Error */ + /** Lookup574: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5247,10 +5308,11 @@ export default { "NotRequested", "TooMany", "TooFew", + "NoCost", ], }, /** - * Lookup557: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5259,20 +5321,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup558: pallet_conviction_voting::vote::Casting */ + /** Lookup577: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup562: pallet_conviction_voting::types::Delegations */ + /** Lookup581: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup563: pallet_conviction_voting::vote::PriorLock */ + /** Lookup582: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup564: pallet_conviction_voting::vote::Delegating */ + /** Lookup583: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5280,7 +5342,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup568: pallet_conviction_voting::pallet::Error */ + /** Lookup587: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5298,8 +5360,8 @@ export default { ], }, /** - * Lookup569: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ @@ -5314,14 +5376,14 @@ export default { }, }, /** - * Lookup570: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> */ PalletReferendaReferendumStatus: { track: "u16", - origin: "MoonbeamRuntimeOriginCaller", + origin: "MoonriverRuntimeOriginCaller", proposal: "FrameSupportPreimagesBounded", enactment: "FrameSupportScheduleDispatchTime", submitted: "u32", @@ -5332,17 +5394,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup571: pallet_referenda::types::Deposit */ + /** Lookup590: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup574: pallet_referenda::types::DecidingStatus */ + /** Lookup593: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup582: pallet_referenda::types::TrackInfo */ + /** Lookup601: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5354,7 +5416,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup583: pallet_referenda::types::Curve */ + /** Lookup602: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5375,7 +5437,7 @@ export default { }, }, }, - /** Lookup586: pallet_referenda::pallet::Error */ + /** Lookup605: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5394,7 +5456,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup587: pallet_whitelist::pallet::Error */ + /** Lookup606: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5404,7 +5466,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup589: pallet_collective::Votes */ + /** Lookup608: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5412,7 +5474,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup590: pallet_collective::pallet::Error */ + /** Lookup609: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5428,7 +5490,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup593: pallet_treasury::Proposal */ + /** Lookup612: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5436,7 +5498,7 @@ export default { bond: "u128", }, /** - * Lookup596: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5447,7 +5509,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup597: pallet_treasury::PaymentState */ + /** Lookup616: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5457,12 +5519,11 @@ export default { Failed: "Null", }, }, - /** Lookup599: frame_support::PalletId */ + /** Lookup618: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup600: pallet_treasury::pallet::Error */ + /** Lookup619: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ - "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5476,13 +5537,13 @@ export default { "Inconclusive", ], }, - /** Lookup601: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup620: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup603: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup622: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5502,7 +5563,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup608: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup627: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5510,39 +5571,27 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup609: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup628: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup611: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup632: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup612: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup633: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup613: 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", + ], }, - /** Lookup616: pallet_xcm::pallet::QueryStatus */ + /** Lookup634: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5561,7 +5610,7 @@ export default { }, }, }, - /** Lookup620: xcm::VersionedResponse */ + /** Lookup638: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5571,7 +5620,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup626: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup644: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5580,14 +5629,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup629: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup647: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup636: pallet_xcm::pallet::Error */ + /** Lookup654: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5617,7 +5666,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup637: pallet_assets::types::AssetDetails */ + /** Lookup655: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5632,22 +5681,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup638: pallet_assets::types::AssetStatus */ + /** Lookup656: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup640: pallet_assets::types::AssetAccount */ + /** Lookup658: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup641: pallet_assets::types::AccountStatus */ + /** Lookup659: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup642: pallet_assets::types::ExistenceReason */ + /** Lookup660: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5657,13 +5706,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup644: pallet_assets::types::Approval */ + /** Lookup662: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup645: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5673,7 +5722,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup647: pallet_assets::pallet::Error */ + /** Lookup665: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5696,9 +5745,10 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", + "BadAssetId", ], }, - /** Lookup648: pallet_asset_manager::pallet::Error */ + /** Lookup666: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5711,7 +5761,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup649: orml_xtokens::module::Error */ + /** Lookup667: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ "AssetHasNoReserve", @@ -5736,7 +5786,7 @@ export default { "RateLimited", ], }, - /** Lookup650: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup668: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5757,7 +5807,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup651: pallet_xcm_transactor::pallet::Error */ + /** Lookup669: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5789,11 +5839,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup652: pallet_ethereum_xcm::pallet::Error */ + /** Lookup670: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup653: pallet_message_queue::BookState */ + /** Lookup671: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5805,12 +5855,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup655: pallet_message_queue::Neighbours */ + /** Lookup673: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup657: pallet_message_queue::Page */ + /** Lookup675: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5819,7 +5869,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup659: pallet_message_queue::pallet::Error */ + /** Lookup677: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5833,11 +5883,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup661: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup662: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5856,7 +5906,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup664: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5867,24 +5917,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup665: pallet_emergency_para_xcm::XcmMode */ + /** Lookup683: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup666: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup668: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup686: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup669: pallet_randomness::types::RequestState */ + /** Lookup687: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup670: pallet_randomness::types::Request> */ + /** Lookup688: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5894,26 +5944,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup671: pallet_randomness::types::RequestInfo */ + /** Lookup689: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup672: pallet_randomness::types::RequestType */ + /** Lookup690: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup673: pallet_randomness::types::RandomnessResult */ + /** Lookup691: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup674: pallet_randomness::pallet::Error */ + /** Lookup692: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5930,30 +5980,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup677: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup678: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup679: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup680: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup683: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup684: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup685: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup686: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup687: frame_metadata_hash_extension::Mode */ + /** Lookup705: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup688: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup690: moonbeam_runtime::Runtime */ - MoonbeamRuntimeRuntime: "Null", + /** Lookup708: moonriver_runtime::Runtime */ + MoonriverRuntimeRuntime: "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 0de05c2c5a..c2bf96509f 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, @@ -81,15 +79,26 @@ import type { FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, - MoonbeamRuntimeAssetConfigAssetRegistrarMetadata, - MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin, - MoonbeamRuntimeOriginCaller, - MoonbeamRuntimeProxyType, - MoonbeamRuntimeRuntime, - MoonbeamRuntimeRuntimeHoldReason, - MoonbeamRuntimeXcmConfigAssetType, - MoonbeamRuntimeXcmConfigCurrencyId, - MoonbeamRuntimeXcmConfigTransactors, + MoonriverRuntimeAssetConfigAssetRegistrarMetadata, + MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin, + MoonriverRuntimeOriginCaller, + MoonriverRuntimeProxyType, + MoonriverRuntimeRuntime, + MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, + MoonriverRuntimeXcmConfigAssetType, + MoonriverRuntimeXcmConfigCurrencyId, + MoonriverRuntimeXcmConfigTransactors, NimbusPrimitivesNimbusCryptoPublic, OrmlXtokensModuleCall, OrmlXtokensModuleError, @@ -121,7 +130,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -185,6 +193,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -220,6 +229,8 @@ import type { PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -379,6 +390,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -396,9 +408,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; @@ -453,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -470,15 +480,26 @@ 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; + 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; NimbusPrimitivesNimbusCryptoPublic: NimbusPrimitivesNimbusCryptoPublic; OrmlXtokensModuleCall: OrmlXtokensModuleCall; OrmlXtokensModuleError: OrmlXtokensModuleError; @@ -510,7 +531,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -574,6 +594,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -609,6 +630,8 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -768,6 +791,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 b4e4051851..c4d6ef0d79 100644 --- a/typescript-api/src/moonbeam/interfaces/types-lookup.ts +++ b/typescript-api/src/moonbeam/interfaces/types-lookup.ts @@ -827,7 +827,7 @@ declare module "@polkadot/types/lookup" { readonly asPureCreated: { readonly pure: AccountId20; readonly who: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly disambiguationIndex: u16; } & Struct; readonly isAnnounced: boolean; @@ -840,21 +840,21 @@ declare module "@polkadot/types/lookup" { readonly asProxyAdded: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly isProxyRemoved: boolean; readonly asProxyRemoved: { readonly delegator: AccountId20; readonly delegatee: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly type: "ProxyExecuted" | "PureCreated" | "Announced" | "ProxyAdded" | "ProxyRemoved"; } - /** @name MoonbeamRuntimeProxyType (58) */ - interface MoonbeamRuntimeProxyType extends Enum { + /** @name MoonriverRuntimeProxyType (58) */ + interface MoonriverRuntimeProxyType extends Enum { readonly isAny: boolean; readonly isNonTransfer: boolean; readonly isGovernance: boolean; @@ -1071,7 +1071,68 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } - /** @name PalletEvmEvent (66) */ + /** @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: { @@ -1096,14 +1157,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (67) */ + /** @name EthereumLog (78) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (70) */ + /** @name PalletEthereumEvent (81) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1116,7 +1177,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (71) */ + /** @name EvmCoreErrorExitReason (82) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1129,7 +1190,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (72) */ + /** @name EvmCoreErrorExitSucceed (83) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1137,7 +1198,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (73) */ + /** @name EvmCoreErrorExitError (84) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1176,13 +1237,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (77) */ + /** @name EvmCoreErrorExitRevert (88) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (78) */ + /** @name EvmCoreErrorExitFatal (89) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1193,7 +1254,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (79) */ + /** @name PalletSchedulerEvent (90) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1255,7 +1316,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (81) */ + /** @name PalletPreimageEvent (92) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1272,7 +1333,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (82) */ + /** @name PalletConvictionVotingEvent (93) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1281,7 +1342,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (83) */ + /** @name PalletReferendaEvent (94) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1385,7 +1446,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (84) */ + /** @name FrameSupportPreimagesBounded (95) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1401,7 +1462,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (86) */ + /** @name FrameSystemCall (97) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1462,7 +1523,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (90) */ + /** @name CumulusPalletParachainSystemCall (101) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1488,7 +1549,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (91) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1496,7 +1557,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (92) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1504,24 +1565,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (94) */ + /** @name SpTrieStorageProof (105) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (97) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (101) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (104) */ + /** @name PalletTimestampCall (115) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1530,7 +1591,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (105) */ + /** @name PalletRootTestingCall (116) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1540,7 +1601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (106) */ + /** @name PalletBalancesCall (117) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1582,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" @@ -1590,17 +1656,18 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (109) */ + /** @name PalletBalancesAdjustmentDirection (120) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (110) */ + /** @name PalletParachainStakingCall (121) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1778,13 +1845,13 @@ declare module "@polkadot/types/lookup" { | "SetInflationDistributionConfig"; } - /** @name PalletAuthorInherentCall (113) */ + /** @name PalletAuthorInherentCall (124) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (114) */ + /** @name PalletAuthorSlotFilterCall (125) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1793,7 +1860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (115) */ + /** @name PalletAuthorMappingCall (126) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1821,7 +1888,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (116) */ + /** @name PalletMoonbeamOrbitersCall (127) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1858,7 +1925,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (117) */ + /** @name PalletUtilityCall (128) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1875,7 +1942,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isDispatchAs: boolean; readonly asDispatchAs: { - readonly asOrigin: MoonbeamRuntimeOriginCaller; + readonly asOrigin: MoonriverRuntimeOriginCaller; readonly call: Call; } & Struct; readonly isForceBatch: boolean; @@ -1896,15 +1963,15 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonbeamRuntimeOriginCaller (119) */ - interface MoonbeamRuntimeOriginCaller extends Enum { + /** @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: MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin; + readonly asOrigins: MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin; readonly isTreasuryCouncilCollective: boolean; readonly asTreasuryCouncilCollective: PalletCollectiveRawOrigin; readonly isOpenTechCommitteeCollective: boolean; @@ -1927,7 +1994,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (120) */ + /** @name FrameSupportDispatchRawOrigin (131) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -1936,15 +2003,15 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (121) */ + /** @name PalletEthereumRawOrigin (132) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin (122) */ - interface MoonbeamRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { + /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ + interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; readonly isReferendumCanceller: boolean; @@ -1958,7 +2025,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (123) */ + /** @name PalletCollectiveRawOrigin (134) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -1968,7 +2035,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (125) */ + /** @name CumulusPalletXcmOrigin (136) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -1976,7 +2043,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (126) */ + /** @name PalletXcmOrigin (137) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -1985,13 +2052,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (127) */ + /** @name StagingXcmV4Location (138) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (128) */ + /** @name StagingXcmV4Junctions (139) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2013,7 +2080,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (130) */ + /** @name StagingXcmV4Junction (141) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2062,7 +2129,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (133) */ + /** @name StagingXcmV4JunctionNetworkId (144) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2097,7 +2164,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (134) */ + /** @name XcmV3JunctionBodyId (145) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2124,7 +2191,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (135) */ + /** @name XcmV3JunctionBodyPart (146) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2149,47 +2216,47 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (143) */ + /** @name PalletEthereumXcmRawOrigin (154) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (144) */ + /** @name SpCoreVoid (155) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (145) */ + /** @name PalletProxyCall (156) */ 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: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly isRemoveProxy: boolean; readonly asRemoveProxy: { readonly delegate: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } & Struct; readonly isRemoveProxies: boolean; readonly isCreatePure: boolean; readonly asCreatePure: { - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; readonly index: u16; } & Struct; readonly isKillPure: boolean; readonly asKillPure: { readonly spawner: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly index: u16; readonly height: Compact; readonly extIndex: Compact; @@ -2213,7 +2280,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: @@ -2229,14 +2296,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (147) */ + /** @name PalletMaintenanceModeCall (158) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (148) */ + /** @name PalletIdentityCall (159) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2358,7 +2425,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (149) */ + /** @name PalletIdentityLegacyIdentityInfo (160) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2371,7 +2438,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (187) */ + /** @name PalletIdentityJudgement (198) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2391,10 +2458,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (189) */ + /** @name AccountEthereumSignature (200) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (191) */ + /** @name PalletMultisigCall (202) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2427,7 +2494,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (193) */ + /** @name PalletMoonbeamLazyMigrationsCall (204) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2441,7 +2508,46 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletEvmCall (196) */ + /** @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: { @@ -2486,7 +2592,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (202) */ + /** @name PalletEthereumCall (219) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2495,7 +2601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (203) */ + /** @name EthereumTransactionTransactionV2 (220) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2506,7 +2612,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (204) */ + /** @name EthereumTransactionLegacyTransaction (221) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2517,7 +2623,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (205) */ + /** @name EthereumTransactionTransactionAction (222) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2525,14 +2631,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (206) */ + /** @name EthereumTransactionTransactionSignature (223) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (208) */ + /** @name EthereumTransactionEip2930Transaction (225) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2547,13 +2653,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (210) */ + /** @name EthereumTransactionAccessListItem (227) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (211) */ + /** @name EthereumTransactionEip1559Transaction (228) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2569,7 +2675,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (212) */ + /** @name PalletSchedulerCall (229) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2643,7 +2749,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (214) */ + /** @name PalletPreimageCall (231) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2673,7 +2779,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (215) */ + /** @name PalletConvictionVotingCall (232) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2710,7 +2816,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (216) */ + /** @name PalletConvictionVotingVoteAccountVote (233) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2731,7 +2837,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (218) */ + /** @name PalletConvictionVotingConviction (235) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2750,11 +2856,11 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (220) */ + /** @name PalletReferendaCall (237) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { - readonly proposalOrigin: MoonbeamRuntimeOriginCaller; + readonly proposalOrigin: MoonriverRuntimeOriginCaller; readonly proposal: FrameSupportPreimagesBounded; readonly enactmentMoment: FrameSupportScheduleDispatchTime; } & Struct; @@ -2803,7 +2909,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (221) */ + /** @name FrameSupportScheduleDispatchTime (238) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2812,7 +2918,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (223) */ + /** @name PalletWhitelistCall (240) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2839,7 +2945,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (224) */ + /** @name PalletCollectiveCall (241) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2878,21 +2984,8 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (226) */ + /** @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; @@ -2922,9 +3015,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -2933,7 +3023,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (228) */ + /** @name PalletCrowdloanRewardsCall (245) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -2969,7 +3059,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (229) */ + /** @name SpRuntimeMultiSignature (246) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -2980,10 +3070,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name CumulusPalletDmpQueueCall (235) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (236) */ + /** @name PalletXcmCall (252) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3086,7 +3173,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (237) */ + /** @name XcmVersionedLocation (253) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3097,13 +3184,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (238) */ + /** @name XcmV2MultiLocation (254) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (239) */ + /** @name XcmV2MultilocationJunctions (255) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3150,7 +3237,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (240) */ + /** @name XcmV2Junction (256) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3193,7 +3280,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (241) */ + /** @name XcmV2NetworkId (257) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3203,7 +3290,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (243) */ + /** @name XcmV2BodyId (259) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3230,7 +3317,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (244) */ + /** @name XcmV2BodyPart (260) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3255,13 +3342,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (245) */ + /** @name StagingXcmV3MultiLocation (261) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (246) */ + /** @name XcmV3Junctions (262) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3308,7 +3395,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (247) */ + /** @name XcmV3Junction (263) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3357,7 +3444,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (249) */ + /** @name XcmV3JunctionNetworkId (265) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3392,7 +3479,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (250) */ + /** @name XcmVersionedXcm (266) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3403,10 +3490,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (251) */ + /** @name XcmV2Xcm (267) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (253) */ + /** @name XcmV2Instruction (269) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3554,16 +3641,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (254) */ + /** @name XcmV2MultiassetMultiAssets (270) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (256) */ + /** @name XcmV2MultiAsset (272) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (257) */ + /** @name XcmV2MultiassetAssetId (273) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3572,7 +3659,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (258) */ + /** @name XcmV2MultiassetFungibility (274) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3581,7 +3668,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (259) */ + /** @name XcmV2MultiassetAssetInstance (275) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3599,7 +3686,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (260) */ + /** @name XcmV2Response (276) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3611,7 +3698,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (263) */ + /** @name XcmV2TraitsError (279) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3670,7 +3757,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (264) */ + /** @name XcmV2OriginKind (280) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3679,12 +3766,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (265) */ + /** @name XcmDoubleEncoded (281) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (266) */ + /** @name XcmV2MultiassetMultiAssetFilter (282) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3693,7 +3780,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (267) */ + /** @name XcmV2MultiassetWildMultiAsset (283) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3704,14 +3791,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (268) */ + /** @name XcmV2MultiassetWildFungibility (284) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (269) */ + /** @name XcmV2WeightLimit (285) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3719,10 +3806,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (270) */ + /** @name XcmV3Xcm (286) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (272) */ + /** @name XcmV3Instruction (288) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3750,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; @@ -3952,16 +4039,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (273) */ + /** @name XcmV3MultiassetMultiAssets (289) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (275) */ + /** @name XcmV3MultiAsset (291) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (276) */ + /** @name XcmV3MultiassetAssetId (292) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -3970,7 +4057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (277) */ + /** @name XcmV3MultiassetFungibility (293) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3979,7 +4066,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (278) */ + /** @name XcmV3MultiassetAssetInstance (294) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3995,7 +4082,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (279) */ + /** @name XcmV3Response (295) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4017,7 +4104,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (282) */ + /** @name XcmV3TraitsError (298) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4104,7 +4191,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (284) */ + /** @name XcmV3PalletInfo (300) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4114,7 +4201,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (287) */ + /** @name XcmV3MaybeErrorCode (303) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4124,14 +4211,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3QueryResponseInfo (290) */ + /** @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 (291) */ + /** @name XcmV3MultiassetMultiAssetFilter (308) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4140,7 +4236,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (292) */ + /** @name XcmV3MultiassetWildMultiAsset (309) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4159,14 +4255,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (293) */ + /** @name XcmV3MultiassetWildFungibility (310) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (294) */ + /** @name XcmV3WeightLimit (311) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4174,10 +4270,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (295) */ + /** @name StagingXcmV4Xcm (312) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (297) */ + /** @name StagingXcmV4Instruction (314) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4205,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; @@ -4407,19 +4503,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (298) */ + /** @name StagingXcmV4AssetAssets (315) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (300) */ + /** @name StagingXcmV4Asset (317) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (301) */ + /** @name StagingXcmV4AssetAssetId (318) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (302) */ + /** @name StagingXcmV4AssetFungibility (319) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4428,7 +4524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (303) */ + /** @name StagingXcmV4AssetAssetInstance (320) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4444,7 +4540,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (304) */ + /** @name StagingXcmV4Response (321) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4466,7 +4562,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (306) */ + /** @name StagingXcmV4PalletInfo (323) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4476,14 +4572,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (310) */ + /** @name StagingXcmV4QueryResponseInfo (327) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (311) */ + /** @name StagingXcmV4AssetAssetFilter (328) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4492,7 +4588,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (312) */ + /** @name StagingXcmV4AssetWildAsset (329) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4511,14 +4607,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (313) */ + /** @name StagingXcmV4AssetWildFungibility (330) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (314) */ + /** @name XcmVersionedAssets (331) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4529,7 +4625,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (326) */ + /** @name StagingXcmExecutorAssetTransferTransferType (343) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4539,7 +4635,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (327) */ + /** @name XcmVersionedAssetId (344) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4548,7 +4644,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (328) */ + /** @name PalletAssetsCall (345) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4762,19 +4858,19 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (329) */ + /** @name PalletAssetManagerCall (346) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { - readonly asset: MoonbeamRuntimeXcmConfigAssetType; - readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; + readonly asset: MoonriverRuntimeXcmConfigAssetType; + readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; readonly minAmount: u128; readonly isSufficient: bool; } & Struct; readonly isChangeExistingAssetType: boolean; readonly asChangeExistingAssetType: { readonly assetId: u128; - readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; + readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; readonly numAssetsWeightHint: u32; } & Struct; readonly isRemoveExistingAssetType: boolean; @@ -4794,26 +4890,26 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonbeamRuntimeXcmConfigAssetType (330) */ - interface MoonbeamRuntimeXcmConfigAssetType extends Enum { + /** @name MoonriverRuntimeXcmConfigAssetType (347) */ + interface MoonriverRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonbeamRuntimeAssetConfigAssetRegistrarMetadata (331) */ - interface MoonbeamRuntimeAssetConfigAssetRegistrarMetadata extends Struct { + /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ + interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; readonly decimals: u8; readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (332) */ + /** @name OrmlXtokensModuleCall (349) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly dest: XcmVersionedLocation; readonly destWeightLimit: XcmV3WeightLimit; @@ -4826,7 +4922,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransferWithFee: boolean; readonly asTransferWithFee: { - readonly currencyId: MoonbeamRuntimeXcmConfigCurrencyId; + readonly currencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly amount: u128; readonly fee: u128; readonly dest: XcmVersionedLocation; @@ -4841,7 +4937,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; @@ -4862,8 +4958,8 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonbeamRuntimeXcmConfigCurrencyId (333) */ - interface MoonbeamRuntimeXcmConfigCurrencyId extends Enum { + /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ + interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; readonly asForeignAsset: u128; @@ -4874,7 +4970,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (334) */ + /** @name XcmVersionedAsset (351) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -4885,7 +4981,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmTransactorCall (337) */ + /** @name PalletXcmTransactorCall (354) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -4898,7 +4994,7 @@ declare module "@polkadot/types/lookup" { } & Struct; readonly isTransactThroughDerivative: boolean; readonly asTransactThroughDerivative: { - readonly dest: MoonbeamRuntimeXcmConfigTransactors; + readonly dest: MoonriverRuntimeXcmConfigTransactors; readonly index: u16; readonly fee: PalletXcmTransactorCurrencyPayment; readonly innerCall: Bytes; @@ -4911,7 +5007,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; @@ -4962,34 +5058,34 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonbeamRuntimeXcmConfigTransactors (338) */ - interface MoonbeamRuntimeXcmConfigTransactors extends Enum { + /** @name MoonriverRuntimeXcmConfigTransactors (355) */ + interface MoonriverRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (339) */ + /** @name PalletXcmTransactorCurrencyPayment (356) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (340) */ + /** @name PalletXcmTransactorCurrency (357) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; - readonly asAsCurrencyId: MoonbeamRuntimeXcmConfigCurrencyId; + readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; readonly isAsMultiLocation: boolean; readonly asAsMultiLocation: XcmVersionedLocation; readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (342) */ + /** @name PalletXcmTransactorTransactWeights (359) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (345) */ + /** @name PalletXcmTransactorHrmpOperation (362) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -5007,20 +5103,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (346) */ + /** @name PalletXcmTransactorHrmpInitParams (363) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (347) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (364) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (348) */ + /** @name PalletEthereumXcmCall (365) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5047,7 +5143,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (349) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5056,7 +5152,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (350) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (367) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5066,7 +5162,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (351) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5074,13 +5170,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (352) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (355) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5089,7 +5185,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (357) */ + /** @name PalletMessageQueueCall (374) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5106,7 +5202,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (358) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (375) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5115,7 +5211,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (359) */ + /** @name PalletMoonbeamForeignAssetsCall (376) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5146,7 +5242,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (361) */ + /** @name PalletXcmWeightTraderCall (378) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5178,7 +5274,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (362) */ + /** @name PalletEmergencyParaXcmCall (379) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5188,23 +5284,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (363) */ + /** @name PalletRandomnessCall (380) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (364) */ + /** @name SpRuntimeBlakeTwo256 (381) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (366) */ + /** @name PalletConvictionVotingTally (383) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (367) */ + /** @name PalletWhitelistEvent (384) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5225,19 +5321,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (369) */ + /** @name FrameSupportDispatchPostDispatchInfo (386) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (370) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (371) */ + /** @name PalletCollectiveEvent (388) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5288,12 +5384,8 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (373) */ + /** @name PalletTreasuryEvent (390) */ interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5304,11 +5396,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; @@ -5360,10 +5447,8 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "Proposed" | "Spending" | "Awarded" - | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5376,7 +5461,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (374) */ + /** @name PalletCrowdloanRewardsEvent (391) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5401,7 +5486,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (375) */ + /** @name CumulusPalletXcmpQueueEvent (392) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5410,7 +5495,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (376) */ + /** @name CumulusPalletXcmEvent (393) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5421,7 +5506,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (377) */ + /** @name StagingXcmV4TraitsOutcome (394) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5439,52 +5524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name CumulusPalletDmpQueueEvent (378) */ - 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 (379) */ + /** @name PalletXcmEvent (395) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5649,7 +5689,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (380) */ + /** @name PalletAssetsEvent (396) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5784,6 +5824,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" @@ -5808,36 +5860,38 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked"; + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name PalletAssetManagerEvent (381) */ + /** @name PalletAssetManagerEvent (397) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { readonly assetId: u128; - readonly asset: MoonbeamRuntimeXcmConfigAssetType; - readonly metadata: MoonbeamRuntimeAssetConfigAssetRegistrarMetadata; + readonly asset: MoonriverRuntimeXcmConfigAssetType; + readonly metadata: MoonriverRuntimeAssetConfigAssetRegistrarMetadata; } & Struct; readonly isUnitsPerSecondChanged: boolean; readonly isForeignAssetXcmLocationChanged: boolean; readonly asForeignAssetXcmLocationChanged: { readonly assetId: u128; - readonly newAssetType: MoonbeamRuntimeXcmConfigAssetType; + readonly newAssetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; readonly isForeignAssetRemoved: boolean; readonly asForeignAssetRemoved: { readonly assetId: u128; - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; readonly isSupportedAssetRemoved: boolean; readonly asSupportedAssetRemoved: { - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; readonly isForeignAssetDestroyed: boolean; readonly asForeignAssetDestroyed: { readonly assetId: u128; - readonly assetType: MoonbeamRuntimeXcmConfigAssetType; + readonly assetType: MoonriverRuntimeXcmConfigAssetType; } & Struct; readonly isLocalAssetDestroyed: boolean; readonly asLocalAssetDestroyed: { @@ -5853,7 +5907,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (382) */ + /** @name OrmlXtokensModuleEvent (398) */ interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredAssets: boolean; readonly asTransferredAssets: { @@ -5865,7 +5919,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransferredAssets"; } - /** @name PalletXcmTransactorEvent (383) */ + /** @name PalletXcmTransactorEvent (399) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5935,14 +5989,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (384) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (385) */ + /** @name PalletEthereumXcmEvent (401) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -5952,7 +6006,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (386) */ + /** @name PalletMessageQueueEvent (402) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5982,7 +6036,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (387) */ + /** @name FrameSupportMessagesProcessMessageError (403) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5990,10 +6044,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 (388) */ + /** @name PalletMoonbeamForeignAssetsEvent (404) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6023,7 +6084,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (389) */ + /** @name PalletXcmWeightTraderEvent (405) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6055,14 +6116,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (390) */ + /** @name PalletEmergencyParaXcmEvent (406) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (391) */ + /** @name PalletRandomnessEvent (407) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6107,7 +6168,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (392) */ + /** @name FrameSystemPhase (408) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6116,33 +6177,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (394) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (395) */ + /** @name FrameSystemCodeUpgradeAuthorization (411) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (396) */ + /** @name FrameSystemLimitsBlockWeights (412) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (397) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (398) */ + /** @name FrameSystemLimitsWeightsPerClass (414) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6150,25 +6211,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (399) */ + /** @name FrameSystemLimitsBlockLength (415) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (400) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (401) */ + /** @name SpWeightsRuntimeDbWeight (417) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (402) */ + /** @name SpVersionRuntimeVersion (418) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6180,7 +6241,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (406) */ + /** @name FrameSystemError (422) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6203,14 +6264,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (408) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (409) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6220,33 +6281,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (411) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (415) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (416) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (418) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (419) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6254,14 +6315,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (420) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (423) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6271,7 +6332,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (424) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6285,19 +6346,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (425) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (431) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (433) */ + /** @name CumulusPalletParachainSystemError (449) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6318,14 +6379,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (435) */ + /** @name PalletBalancesBalanceLock (451) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (436) */ + /** @name PalletBalancesReasons (452) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6333,32 +6394,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (439) */ + /** @name PalletBalancesReserveData (455) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonbeamRuntimeRuntimeHoldReason (443) */ - interface MoonbeamRuntimeRuntimeHoldReason extends Enum { + /** @name MoonriverRuntimeRuntimeHoldReason (459) */ + interface MoonriverRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (444) */ + /** @name PalletPreimageHoldReason (460) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name PalletBalancesIdAmount (447) */ - interface PalletBalancesIdAmount extends Struct { + /** @name FrameSupportTokensMiscIdAmount (463) */ + interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (449) */ + /** @name PalletBalancesError (465) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6387,14 +6448,14 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (450) */ + /** @name PalletTransactionPaymentReleases (466) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingRoundInfo (451) */ + /** @name PalletParachainStakingRoundInfo (467) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6402,7 +6463,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (452) */ + /** @name PalletParachainStakingDelegator (468) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6411,16 +6472,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (453) */ + /** @name PalletParachainStakingSetOrderedSet (469) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (454) */ + /** @name PalletParachainStakingBond (470) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (456) */ + /** @name PalletParachainStakingDelegatorStatus (472) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6428,7 +6489,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (457) */ + /** @name PalletParachainStakingCandidateMetadata (473) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6442,7 +6503,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (458) */ + /** @name PalletParachainStakingCapacityStatus (474) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6450,13 +6511,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (460) */ + /** @name PalletParachainStakingCandidateBondLessRequest (476) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (461) */ + /** @name PalletParachainStakingCollatorStatus (477) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6465,50 +6526,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (463) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (466) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (468) */ + /** @name PalletParachainStakingDelegations (484) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (470) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (473) */ + /** @name PalletParachainStakingCollatorSnapshot (489) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (475) */ + /** @name PalletParachainStakingBondWithAutoCompound (491) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (476) */ + /** @name PalletParachainStakingDelayedPayout (492) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (477) */ + /** @name PalletParachainStakingInflationInflationInfo (493) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6527,7 +6588,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (478) */ + /** @name PalletParachainStakingError (494) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6644,7 +6705,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (479) */ + /** @name PalletAuthorInherentError (495) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6652,14 +6713,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (480) */ + /** @name PalletAuthorMappingRegistrationInfo (496) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (481) */ + /** @name PalletAuthorMappingError (497) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6680,20 +6741,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (482) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (498) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (484) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (500) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (485) */ + /** @name PalletMoonbeamOrbitersError (501) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6716,27 +6777,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (488) */ + /** @name PalletUtilityError (504) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (491) */ + /** @name PalletProxyProxyDefinition (507) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; - readonly proxyType: MoonbeamRuntimeProxyType; + readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (495) */ + /** @name PalletProxyAnnouncement (511) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (497) */ + /** @name PalletProxyError (513) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6757,34 +6818,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (498) */ + /** @name PalletMaintenanceModeError (514) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (500) */ + /** @name PalletIdentityRegistration (516) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (509) */ + /** @name PalletIdentityRegistrarInfo (525) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (511) */ + /** @name PalletIdentityAuthorityProperties (527) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (514) */ + /** @name PalletIdentityError (530) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6841,7 +6902,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (515) */ + /** @name PalletMigrationsError (531) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6854,7 +6915,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (517) */ + /** @name PalletMultisigMultisig (533) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6862,7 +6923,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (519) */ + /** @name PalletMultisigError (535) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6895,28 +6956,41 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsError (520) */ + /** @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) */ 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 (521) */ + /** @name PalletEvmCodeMetadata (540) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (523) */ + /** @name PalletEvmError (542) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -6947,7 +7021,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (526) */ + /** @name FpRpcTransactionStatus (545) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -6958,10 +7032,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (528) */ + /** @name EthbloomBloom (547) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (530) */ + /** @name EthereumReceiptReceiptV3 (549) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -6972,7 +7046,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (531) */ + /** @name EthereumReceiptEip658ReceiptData (550) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -6980,14 +7054,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (532) */ + /** @name EthereumBlock (551) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (533) */ + /** @name EthereumHeader (552) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7006,33 +7080,33 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (534) */ + /** @name EthereumTypesHashH64 (553) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (539) */ + /** @name PalletEthereumError (558) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (542) */ + /** @name PalletSchedulerScheduled (561) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; readonly call: FrameSupportPreimagesBounded; readonly maybePeriodic: Option>; - readonly origin: MoonbeamRuntimeOriginCaller; + readonly origin: MoonriverRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (544) */ + /** @name PalletSchedulerRetryConfig (563) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (545) */ + /** @name PalletSchedulerError (564) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7047,7 +7121,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (546) */ + /** @name PalletPreimageOldRequestStatus (565) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7063,7 +7137,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (549) */ + /** @name PalletPreimageRequestStatus (568) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7079,7 +7153,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (555) */ + /** @name PalletPreimageError (574) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7089,6 +7163,7 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7097,10 +7172,11 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew"; + | "TooFew" + | "NoCost"; } - /** @name PalletConvictionVotingVoteVoting (557) */ + /** @name PalletConvictionVotingVoteVoting (576) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7109,23 +7185,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (558) */ + /** @name PalletConvictionVotingVoteCasting (577) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (562) */ + /** @name PalletConvictionVotingDelegations (581) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (563) */ + /** @name PalletConvictionVotingVotePriorLock (582) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (564) */ + /** @name PalletConvictionVotingVoteDelegating (583) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7134,7 +7210,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (568) */ + /** @name PalletConvictionVotingError (587) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7163,7 +7239,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (569) */ + /** @name PalletReferendaReferendumInfo (588) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7188,10 +7264,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (570) */ + /** @name PalletReferendaReferendumStatus (589) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; - readonly origin: MoonbeamRuntimeOriginCaller; + readonly origin: MoonriverRuntimeOriginCaller; readonly proposal: FrameSupportPreimagesBounded; readonly enactment: FrameSupportScheduleDispatchTime; readonly submitted: u32; @@ -7203,19 +7279,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (571) */ + /** @name PalletReferendaDeposit (590) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (574) */ + /** @name PalletReferendaDecidingStatus (593) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (582) */ + /** @name PalletReferendaTrackInfo (601) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7228,7 +7304,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (583) */ + /** @name PalletReferendaCurve (602) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7252,7 +7328,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (586) */ + /** @name PalletReferendaError (605) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7285,7 +7361,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (587) */ + /** @name PalletWhitelistError (606) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7300,7 +7376,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (589) */ + /** @name PalletCollectiveVotes (608) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7309,7 +7385,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (590) */ + /** @name PalletCollectiveError (609) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7336,7 +7412,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (593) */ + /** @name PalletTreasuryProposal (612) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7344,7 +7420,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (596) */ + /** @name PalletTreasurySpendStatus (615) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7354,7 +7430,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (597) */ + /** @name PalletTreasuryPaymentState (616) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7365,12 +7441,11 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (599) */ + /** @name FrameSupportPalletId (618) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (600) */ + /** @name PalletTreasuryError (619) */ interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7383,7 +7458,6 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: - | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7397,14 +7471,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (601) */ + /** @name PalletCrowdloanRewardsRewardInfo (620) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (603) */ + /** @name PalletCrowdloanRewardsError (622) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7439,7 +7513,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (608) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7448,57 +7522,36 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (609) */ + /** @name CumulusPalletXcmpQueueOutboundState (628) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (611) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (612) */ + /** @name CumulusPalletXcmpQueueError (633) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (613) */ - 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 (616) */ + /** @name PalletXcmQueryStatus (634) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7520,7 +7573,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (620) */ + /** @name XcmVersionedResponse (638) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7531,7 +7584,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (626) */ + /** @name PalletXcmVersionMigrationStage (644) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7545,7 +7598,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (629) */ + /** @name PalletXcmRemoteLockedFungibleRecord (647) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7553,7 +7606,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (636) */ + /** @name PalletXcmError (654) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7606,7 +7659,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (637) */ + /** @name PalletAssetsAssetDetails (655) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7622,7 +7675,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (638) */ + /** @name PalletAssetsAssetStatus (656) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7630,7 +7683,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (640) */ + /** @name PalletAssetsAssetAccount (658) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7638,7 +7691,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (641) */ + /** @name PalletAssetsAccountStatus (659) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7646,7 +7699,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (642) */ + /** @name PalletAssetsExistenceReason (660) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7658,13 +7711,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (644) */ + /** @name PalletAssetsApproval (662) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (645) */ + /** @name PalletAssetsAssetMetadata (663) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7673,7 +7726,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (647) */ + /** @name PalletAssetsError (665) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7695,6 +7748,7 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7715,10 +7769,11 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed"; + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletAssetManagerError (648) */ + /** @name PalletAssetManagerError (666) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7739,7 +7794,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (649) */ + /** @name OrmlXtokensModuleError (667) */ interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; @@ -7784,7 +7839,7 @@ declare module "@polkadot/types/lookup" { | "RateLimited"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (650) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (668) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7806,7 +7861,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (651) */ + /** @name PalletXcmTransactorError (669) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7865,13 +7920,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (652) */ + /** @name PalletEthereumXcmError (670) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (653) */ + /** @name PalletMessageQueueBookState (671) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7881,13 +7936,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (655) */ + /** @name PalletMessageQueueNeighbours (673) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (657) */ + /** @name PalletMessageQueuePage (675) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7897,7 +7952,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (659) */ + /** @name PalletMessageQueueError (677) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7920,7 +7975,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (661) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7928,7 +7983,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (662) */ + /** @name PalletMoonbeamForeignAssetsError (680) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -7961,7 +8016,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (664) */ + /** @name PalletXcmWeightTraderError (682) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -7978,32 +8033,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (665) */ + /** @name PalletEmergencyParaXcmXcmMode (683) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (666) */ + /** @name PalletEmergencyParaXcmError (684) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (668) */ + /** @name PalletPrecompileBenchmarksError (686) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (669) */ + /** @name PalletRandomnessRequestState (687) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (670) */ + /** @name PalletRandomnessRequest (688) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8014,7 +8069,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (671) */ + /** @name PalletRandomnessRequestInfo (689) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8023,7 +8078,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (672) */ + /** @name PalletRandomnessRequestType (690) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8032,13 +8087,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (673) */ + /** @name PalletRandomnessRandomnessResult (691) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (674) */ + /** @name PalletRandomnessError (692) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8067,42 +8122,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (677) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (695) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (678) */ + /** @name FrameSystemExtensionsCheckSpecVersion (696) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (679) */ + /** @name FrameSystemExtensionsCheckTxVersion (697) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (680) */ + /** @name FrameSystemExtensionsCheckGenesis (698) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (683) */ + /** @name FrameSystemExtensionsCheckNonce (701) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (684) */ + /** @name FrameSystemExtensionsCheckWeight (702) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (685) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (686) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (687) */ + /** @name FrameMetadataHashExtensionMode (705) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (688) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonbeamRuntimeRuntime (690) */ - type MoonbeamRuntimeRuntime = Null; + /** @name MoonriverRuntimeRuntime (708) */ + type MoonriverRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonbeam/interfaces/types.ts b/typescript-api/src/moonbeam/interfaces/types.ts index 35d50cccd0..11b9b02166 100644 --- a/typescript-api/src/moonbeam/interfaces/types.ts +++ b/typescript-api/src/moonbeam/interfaces/types.ts @@ -1,4 +1,4 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -export * from "./empty/types.js"; +export * from "./moon/types.js"; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts index 8aa1f678ef..8f05a5b4df 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-consts.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-consts.ts @@ -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; }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-errors.ts b/typescript-api/src/moonriver/interfaces/augment-api-errors.ts index b0ba14454a..0d7660137d 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 */ @@ -627,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. */ @@ -763,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. */ @@ -833,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; }; diff --git a/typescript-api/src/moonriver/interfaces/augment-api-events.ts b/typescript-api/src/moonriver/interfaces/augment-api-events.ts index fd649055ed..bc1f640d3d 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-events.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-events.ts @@ -32,6 +32,8 @@ import type { FrameSupportTokensMiscBalanceStatus, MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, NimbusPrimitivesNimbusCryptoPublic, PalletConvictionVotingTally, @@ -161,6 +163,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. */ @@ -239,6 +247,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; }; @@ -480,40 +494,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; @@ -1238,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: 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 +1867,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/moonriver/interfaces/augment-api-query.ts b/typescript-api/src/moonriver/interfaces/augment-api-query.ts index 2a8957b3d5..ad204e092b 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, @@ -114,7 +116,9 @@ import type { SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, + StagingXcmV4Instruction, StagingXcmV4Location, + StagingXcmV4Xcm, XcmVersionedAssetId, XcmVersionedLocation, } from "@polkadot/types/lookup"; @@ -194,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; }; @@ -285,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; @@ -408,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, []> & @@ -703,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; @@ -911,8 +923,6 @@ declare module "@polkadot/api-base/types/storage" { * before it is distributed to collators and delegators. * * The sum of the distribution percents must be less than or equal to 100. - * - * The first config is related to the parachain bond account, the second to the treasury account. */ inflationDistributionInfo: AugmentedQuery< ApiType, @@ -1172,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. @@ -1211,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, @@ -1228,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, 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 7622ae53aa..d0fce65b6e 100644 --- a/typescript-api/src/moonriver/interfaces/augment-api-tx.ts +++ b/typescript-api/src/moonriver/interfaces/augment-api-tx.ts @@ -47,6 +47,7 @@ import type { MoonriverRuntimeAssetConfigAssetRegistrarMetadata, MoonriverRuntimeOriginCaller, MoonriverRuntimeProxyType, + MoonriverRuntimeRuntimeParamsRuntimeParameters, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, @@ -66,7 +67,7 @@ import type { StagingXcmExecutorAssetTransferTransferType, StagingXcmV4Location, XcmPrimitivesEthereumXcmEthereumXcmTransaction, - XcmV2OriginKind, + XcmV3OriginKind, XcmV3WeightLimit, XcmVersionedAsset, XcmVersionedAssetId, @@ -258,7 +259,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 +419,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 +916,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 +1313,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< @@ -2558,7 +2571,7 @@ declare module "@polkadot/api-base/types/submittable" { } & Struct ] >; - /** Set the percent of inflation set aside for parachain bond */ + /** Set the inflation distribution configuration. */ setInflationDistributionConfig: AugmentedSubmittable< ( updated: PalletParachainStakingInflationDistributionConfig @@ -2684,6 +2697,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. @@ -3139,7 +3173,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. @@ -3969,30 +4003,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. * @@ -4024,7 +4034,7 @@ declare module "@polkadot/api-base/types/submittable" { * * ## Dispatch Origin * - * Must be signed. + * Must be signed * * ## Details * @@ -4045,56 +4055,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. * @@ -4758,7 +4718,7 @@ declare module "@polkadot/api-base/types/submittable" { | Uint8Array, call: Bytes | string | Uint8Array, originKind: - | XcmV2OriginKind + | XcmV3OriginKind | "Native" | "SovereignAccount" | "Superuser" @@ -4777,7 +4737,7 @@ declare module "@polkadot/api-base/types/submittable" { Option, PalletXcmTransactorCurrencyPayment, Bytes, - XcmV2OriginKind, + XcmV3OriginKind, PalletXcmTransactorTransactWeights, bool ] 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 082d462669..b44b1e11f5 100644 --- a/typescript-api/src/moonriver/interfaces/lookup.ts +++ b/typescript-api/src/moonriver/interfaces/lookup.ts @@ -770,7 +770,55 @@ export default { height: "u32", index: "u32", }, - /** Lookup66: 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: { @@ -790,13 +838,13 @@ export default { }, }, }, - /** Lookup67: ethereum::log::Log */ + /** Lookup78: ethereum::log::Log */ EthereumLog: { address: "H160", topics: "Vec", data: "Bytes", }, - /** Lookup70: pallet_ethereum::pallet::Event */ + /** Lookup81: pallet_ethereum::pallet::Event */ PalletEthereumEvent: { _enum: { Executed: { @@ -808,7 +856,7 @@ export default { }, }, }, - /** Lookup71: evm_core::error::ExitReason */ + /** Lookup82: evm_core::error::ExitReason */ EvmCoreErrorExitReason: { _enum: { Succeed: "EvmCoreErrorExitSucceed", @@ -817,11 +865,11 @@ export default { Fatal: "EvmCoreErrorExitFatal", }, }, - /** Lookup72: evm_core::error::ExitSucceed */ + /** Lookup83: evm_core::error::ExitSucceed */ EvmCoreErrorExitSucceed: { _enum: ["Stopped", "Returned", "Suicided"], }, - /** Lookup73: evm_core::error::ExitError */ + /** Lookup84: evm_core::error::ExitError */ EvmCoreErrorExitError: { _enum: { StackUnderflow: "Null", @@ -842,11 +890,11 @@ export default { InvalidCode: "u8", }, }, - /** Lookup77: evm_core::error::ExitRevert */ + /** Lookup88: evm_core::error::ExitRevert */ EvmCoreErrorExitRevert: { _enum: ["Reverted"], }, - /** Lookup78: evm_core::error::ExitFatal */ + /** Lookup89: evm_core::error::ExitFatal */ EvmCoreErrorExitFatal: { _enum: { NotSupported: "Null", @@ -855,7 +903,7 @@ export default { Other: "Text", }, }, - /** Lookup79: pallet_scheduler::pallet::Event */ + /** Lookup90: pallet_scheduler::pallet::Event */ PalletSchedulerEvent: { _enum: { Scheduled: { @@ -899,7 +947,7 @@ export default { }, }, }, - /** Lookup81: pallet_preimage::pallet::Event */ + /** Lookup92: pallet_preimage::pallet::Event */ PalletPreimageEvent: { _enum: { Noted: { @@ -922,14 +970,14 @@ export default { }, }, }, - /** Lookup82: pallet_conviction_voting::pallet::Event */ + /** Lookup93: pallet_conviction_voting::pallet::Event */ PalletConvictionVotingEvent: { _enum: { Delegated: "(AccountId20,AccountId20)", Undelegated: "AccountId20", }, }, - /** Lookup83: pallet_referenda::pallet::Event */ + /** Lookup94: pallet_referenda::pallet::Event */ PalletReferendaEvent: { _enum: { Submitted: { @@ -1008,7 +1056,7 @@ export default { }, }, /** - * Lookup84: frame_support::traits::preimages::Bounded */ FrameSupportPreimagesBounded: { @@ -1029,7 +1077,7 @@ export default { }, }, }, - /** Lookup86: frame_system::pallet::Call */ + /** Lookup97: frame_system::pallet::Call */ FrameSystemCall: { _enum: { remark: { @@ -1072,7 +1120,7 @@ export default { }, }, }, - /** Lookup90: cumulus_pallet_parachain_system::pallet::Call */ + /** Lookup101: cumulus_pallet_parachain_system::pallet::Call */ CumulusPalletParachainSystemCall: { _enum: { set_validation_data: { @@ -1090,35 +1138,35 @@ export default { }, }, }, - /** Lookup91: cumulus_primitives_parachain_inherent::ParachainInherentData */ + /** Lookup102: cumulus_primitives_parachain_inherent::ParachainInherentData */ CumulusPrimitivesParachainInherentParachainInherentData: { validationData: "PolkadotPrimitivesV7PersistedValidationData", relayChainState: "SpTrieStorageProof", downwardMessages: "Vec", horizontalMessages: "BTreeMap>", }, - /** Lookup92: polkadot_primitives::v7::PersistedValidationData */ + /** Lookup103: polkadot_primitives::v7::PersistedValidationData */ PolkadotPrimitivesV7PersistedValidationData: { parentHead: "Bytes", relayParentNumber: "u32", relayParentStorageRoot: "H256", maxPovSize: "u32", }, - /** Lookup94: sp_trie::storage_proof::StorageProof */ + /** Lookup105: sp_trie::storage_proof::StorageProof */ SpTrieStorageProof: { trieNodes: "BTreeSet", }, - /** Lookup97: polkadot_core_primitives::InboundDownwardMessage */ + /** Lookup108: polkadot_core_primitives::InboundDownwardMessage */ PolkadotCorePrimitivesInboundDownwardMessage: { sentAt: "u32", msg: "Bytes", }, - /** Lookup101: polkadot_core_primitives::InboundHrmpMessage */ + /** Lookup112: polkadot_core_primitives::InboundHrmpMessage */ PolkadotCorePrimitivesInboundHrmpMessage: { sentAt: "u32", data: "Bytes", }, - /** Lookup104: pallet_timestamp::pallet::Call */ + /** Lookup115: pallet_timestamp::pallet::Call */ PalletTimestampCall: { _enum: { set: { @@ -1126,7 +1174,7 @@ export default { }, }, }, - /** Lookup105: pallet_root_testing::pallet::Call */ + /** Lookup116: pallet_root_testing::pallet::Call */ PalletRootTestingCall: { _enum: { fill_block: { @@ -1135,7 +1183,7 @@ export default { trigger_defensive: "Null", }, }, - /** Lookup106: pallet_balances::pallet::Call */ + /** Lookup117: pallet_balances::pallet::Call */ PalletBalancesCall: { _enum: { transfer_allow_death: { @@ -1172,13 +1220,17 @@ export default { direction: "PalletBalancesAdjustmentDirection", delta: "Compact", }, + burn: { + value: "Compact", + keepAlive: "bool", + }, }, }, - /** Lookup109: pallet_balances::types::AdjustmentDirection */ + /** Lookup120: pallet_balances::types::AdjustmentDirection */ PalletBalancesAdjustmentDirection: { _enum: ["Increase", "Decrease"], }, - /** Lookup110: pallet_parachain_staking::pallet::Call */ + /** Lookup121: pallet_parachain_staking::pallet::Call */ PalletParachainStakingCall: { _enum: { set_staking_expectations: { @@ -1314,11 +1366,11 @@ export default { }, }, }, - /** Lookup113: pallet_author_inherent::pallet::Call */ + /** Lookup124: pallet_author_inherent::pallet::Call */ PalletAuthorInherentCall: { _enum: ["kick_off_authorship_validation"], }, - /** Lookup114: pallet_author_slot_filter::pallet::Call */ + /** Lookup125: pallet_author_slot_filter::pallet::Call */ PalletAuthorSlotFilterCall: { _enum: { set_eligible: { @@ -1329,7 +1381,7 @@ export default { }, }, }, - /** Lookup115: pallet_author_mapping::pallet::Call */ + /** Lookup126: pallet_author_mapping::pallet::Call */ PalletAuthorMappingCall: { _enum: { add_association: { @@ -1351,7 +1403,7 @@ export default { }, }, }, - /** Lookup116: pallet_moonbeam_orbiters::pallet::Call */ + /** Lookup127: pallet_moonbeam_orbiters::pallet::Call */ PalletMoonbeamOrbitersCall: { _enum: { collator_add_orbiter: { @@ -1375,7 +1427,7 @@ export default { }, }, }, - /** Lookup117: pallet_utility::pallet::Call */ + /** Lookup128: pallet_utility::pallet::Call */ PalletUtilityCall: { _enum: { batch: { @@ -1401,7 +1453,7 @@ export default { }, }, }, - /** Lookup119: moonriver_runtime::OriginCaller */ + /** Lookup130: moonriver_runtime::OriginCaller */ MoonriverRuntimeOriginCaller: { _enum: { system: "FrameSupportDispatchRawOrigin", @@ -1516,7 +1568,7 @@ export default { EthereumXcm: "PalletEthereumXcmRawOrigin", }, }, - /** Lookup120: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ + /** Lookup131: frame_support::dispatch::RawOrigin[account::AccountId20](account::AccountId20) */ FrameSupportDispatchRawOrigin: { _enum: { Root: "Null", @@ -1524,13 +1576,13 @@ export default { None: "Null", }, }, - /** Lookup121: pallet_ethereum::RawOrigin */ + /** Lookup132: pallet_ethereum::RawOrigin */ PalletEthereumRawOrigin: { _enum: { EthereumTransaction: "H160", }, }, - /** Lookup122: moonriver_runtime::governance::origins::custom_origins::Origin */ + /** Lookup133: moonriver_runtime::governance::origins::custom_origins::Origin */ MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin: { _enum: [ "WhitelistedCaller", @@ -1540,7 +1592,7 @@ export default { "FastGeneralAdmin", ], }, - /** Lookup123: pallet_collective::RawOrigin */ + /** Lookup134: pallet_collective::RawOrigin */ PalletCollectiveRawOrigin: { _enum: { Members: "(u32,u32)", @@ -1548,40 +1600,40 @@ export default { _Phantom: "Null", }, }, - /** Lookup125: cumulus_pallet_xcm::pallet::Origin */ + /** Lookup136: cumulus_pallet_xcm::pallet::Origin */ CumulusPalletXcmOrigin: { _enum: { Relay: "Null", SiblingParachain: "u32", }, }, - /** Lookup126: pallet_xcm::pallet::Origin */ + /** Lookup137: pallet_xcm::pallet::Origin */ PalletXcmOrigin: { _enum: { Xcm: "StagingXcmV4Location", Response: "StagingXcmV4Location", }, }, - /** Lookup127: staging_xcm::v4::location::Location */ + /** Lookup138: staging_xcm::v4::location::Location */ StagingXcmV4Location: { parents: "u8", interior: "StagingXcmV4Junctions", }, - /** Lookup128: staging_xcm::v4::junctions::Junctions */ + /** Lookup139: staging_xcm::v4::junctions::Junctions */ StagingXcmV4Junctions: { _enum: { Here: "Null", - X1: "[Lookup130;1]", - X2: "[Lookup130;2]", - X3: "[Lookup130;3]", - X4: "[Lookup130;4]", - X5: "[Lookup130;5]", - X6: "[Lookup130;6]", - X7: "[Lookup130;7]", - X8: "[Lookup130;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]", }, }, - /** Lookup130: staging_xcm::v4::junction::Junction */ + /** Lookup141: staging_xcm::v4::junction::Junction */ StagingXcmV4Junction: { _enum: { Parachain: "Compact", @@ -1611,7 +1663,7 @@ export default { GlobalConsensus: "StagingXcmV4JunctionNetworkId", }, }, - /** Lookup133: staging_xcm::v4::junction::NetworkId */ + /** Lookup144: staging_xcm::v4::junction::NetworkId */ StagingXcmV4JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -1632,7 +1684,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup134: xcm::v3::junction::BodyId */ + /** Lookup145: xcm::v3::junction::BodyId */ XcmV3JunctionBodyId: { _enum: { Unit: "Null", @@ -1647,7 +1699,7 @@ export default { Treasury: "Null", }, }, - /** Lookup135: xcm::v3::junction::BodyPart */ + /** Lookup146: xcm::v3::junction::BodyPart */ XcmV3JunctionBodyPart: { _enum: { Voice: "Null", @@ -1668,15 +1720,15 @@ export default { }, }, }, - /** Lookup143: pallet_ethereum_xcm::RawOrigin */ + /** Lookup154: pallet_ethereum_xcm::RawOrigin */ PalletEthereumXcmRawOrigin: { _enum: { XcmEthereumTransaction: "H160", }, }, - /** Lookup144: sp_core::Void */ + /** Lookup155: sp_core::Void */ SpCoreVoid: "Null", - /** Lookup145: pallet_proxy::pallet::Call */ + /** Lookup156: pallet_proxy::pallet::Call */ PalletProxyCall: { _enum: { proxy: { @@ -1727,11 +1779,11 @@ export default { }, }, }, - /** Lookup147: pallet_maintenance_mode::pallet::Call */ + /** Lookup158: pallet_maintenance_mode::pallet::Call */ PalletMaintenanceModeCall: { _enum: ["enter_maintenance_mode", "resume_normal_operation"], }, - /** Lookup148: pallet_identity::pallet::Call */ + /** Lookup159: pallet_identity::pallet::Call */ PalletIdentityCall: { _enum: { add_registrar: { @@ -1814,7 +1866,7 @@ export default { }, }, }, - /** Lookup149: pallet_identity::legacy::IdentityInfo */ + /** Lookup160: pallet_identity::legacy::IdentityInfo */ PalletIdentityLegacyIdentityInfo: { additional: "Vec<(Data,Data)>", display: "Data", @@ -1826,7 +1878,7 @@ export default { image: "Data", twitter: "Data", }, - /** Lookup187: pallet_identity::types::Judgement */ + /** Lookup198: pallet_identity::types::Judgement */ PalletIdentityJudgement: { _enum: { Unknown: "Null", @@ -1838,9 +1890,9 @@ export default { Erroneous: "Null", }, }, - /** Lookup189: account::EthereumSignature */ + /** Lookup200: account::EthereumSignature */ AccountEthereumSignature: "[u8;65]", - /** Lookup191: pallet_multisig::pallet::Call */ + /** Lookup202: pallet_multisig::pallet::Call */ PalletMultisigCall: { _enum: { as_multi_threshold_1: { @@ -1869,7 +1921,7 @@ export default { }, }, }, - /** Lookup193: pallet_moonbeam_lazy_migrations::pallet::Call */ + /** Lookup204: pallet_moonbeam_lazy_migrations::pallet::Call */ PalletMoonbeamLazyMigrationsCall: { _enum: { __Unused0: "Null", @@ -1882,7 +1934,35 @@ export default { }, }, }, - /** Lookup196: 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: { @@ -1923,7 +2003,7 @@ export default { }, }, }, - /** Lookup202: pallet_ethereum::pallet::Call */ + /** Lookup219: pallet_ethereum::pallet::Call */ PalletEthereumCall: { _enum: { transact: { @@ -1931,7 +2011,7 @@ export default { }, }, }, - /** Lookup203: ethereum::transaction::TransactionV2 */ + /** Lookup220: ethereum::transaction::TransactionV2 */ EthereumTransactionTransactionV2: { _enum: { Legacy: "EthereumTransactionLegacyTransaction", @@ -1939,7 +2019,7 @@ export default { EIP1559: "EthereumTransactionEip1559Transaction", }, }, - /** Lookup204: ethereum::transaction::LegacyTransaction */ + /** Lookup221: ethereum::transaction::LegacyTransaction */ EthereumTransactionLegacyTransaction: { nonce: "U256", gasPrice: "U256", @@ -1949,20 +2029,20 @@ export default { input: "Bytes", signature: "EthereumTransactionTransactionSignature", }, - /** Lookup205: ethereum::transaction::TransactionAction */ + /** Lookup222: ethereum::transaction::TransactionAction */ EthereumTransactionTransactionAction: { _enum: { Call: "H160", Create: "Null", }, }, - /** Lookup206: ethereum::transaction::TransactionSignature */ + /** Lookup223: ethereum::transaction::TransactionSignature */ EthereumTransactionTransactionSignature: { v: "u64", r: "H256", s: "H256", }, - /** Lookup208: ethereum::transaction::EIP2930Transaction */ + /** Lookup225: ethereum::transaction::EIP2930Transaction */ EthereumTransactionEip2930Transaction: { chainId: "u64", nonce: "U256", @@ -1976,12 +2056,12 @@ export default { r: "H256", s: "H256", }, - /** Lookup210: ethereum::transaction::AccessListItem */ + /** Lookup227: ethereum::transaction::AccessListItem */ EthereumTransactionAccessListItem: { address: "H160", storageKeys: "Vec", }, - /** Lookup211: ethereum::transaction::EIP1559Transaction */ + /** Lookup228: ethereum::transaction::EIP1559Transaction */ EthereumTransactionEip1559Transaction: { chainId: "u64", nonce: "U256", @@ -1996,7 +2076,7 @@ export default { r: "H256", s: "H256", }, - /** Lookup212: pallet_scheduler::pallet::Call */ + /** Lookup229: pallet_scheduler::pallet::Call */ PalletSchedulerCall: { _enum: { schedule: { @@ -2050,7 +2130,7 @@ export default { }, }, }, - /** Lookup214: pallet_preimage::pallet::Call */ + /** Lookup231: pallet_preimage::pallet::Call */ PalletPreimageCall: { _enum: { note_preimage: { @@ -2079,7 +2159,7 @@ export default { }, }, }, - /** Lookup215: pallet_conviction_voting::pallet::Call */ + /** Lookup232: pallet_conviction_voting::pallet::Call */ PalletConvictionVotingCall: { _enum: { vote: { @@ -2110,7 +2190,7 @@ export default { }, }, }, - /** Lookup216: pallet_conviction_voting::vote::AccountVote */ + /** Lookup233: pallet_conviction_voting::vote::AccountVote */ PalletConvictionVotingVoteAccountVote: { _enum: { Standard: { @@ -2128,11 +2208,11 @@ export default { }, }, }, - /** Lookup218: pallet_conviction_voting::conviction::Conviction */ + /** Lookup235: pallet_conviction_voting::conviction::Conviction */ PalletConvictionVotingConviction: { _enum: ["None", "Locked1x", "Locked2x", "Locked3x", "Locked4x", "Locked5x", "Locked6x"], }, - /** Lookup220: pallet_referenda::pallet::Call */ + /** Lookup237: pallet_referenda::pallet::Call */ PalletReferendaCall: { _enum: { submit: { @@ -2167,14 +2247,14 @@ export default { }, }, }, - /** Lookup221: frame_support::traits::schedule::DispatchTime */ + /** Lookup238: frame_support::traits::schedule::DispatchTime */ FrameSupportScheduleDispatchTime: { _enum: { At: "u32", After: "u32", }, }, - /** Lookup223: pallet_whitelist::pallet::Call */ + /** Lookup240: pallet_whitelist::pallet::Call */ PalletWhitelistCall: { _enum: { whitelist_call: { @@ -2193,7 +2273,7 @@ export default { }, }, }, - /** Lookup224: pallet_collective::pallet::Call */ + /** Lookup241: pallet_collective::pallet::Call */ PalletCollectiveCall: { _enum: { set_members: { @@ -2227,19 +2307,12 @@ export default { }, }, }, - /** Lookup226: 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", @@ -2264,7 +2337,7 @@ export default { }, }, }, - /** Lookup228: pallet_crowdloan_rewards::pallet::Call */ + /** Lookup245: pallet_crowdloan_rewards::pallet::Call */ PalletCrowdloanRewardsCall: { _enum: { associate_native_identity: { @@ -2289,7 +2362,7 @@ export default { }, }, }, - /** Lookup229: sp_runtime::MultiSignature */ + /** Lookup246: sp_runtime::MultiSignature */ SpRuntimeMultiSignature: { _enum: { Ed25519: "[u8;64]", @@ -2297,9 +2370,7 @@ export default { Ecdsa: "[u8;65]", }, }, - /** Lookup235: cumulus_pallet_dmp_queue::pallet::Call */ - CumulusPalletDmpQueueCall: "Null", - /** Lookup236: pallet_xcm::pallet::Call */ + /** Lookup252: pallet_xcm::pallet::Call */ PalletXcmCall: { _enum: { send: { @@ -2374,7 +2445,7 @@ export default { }, }, }, - /** Lookup237: xcm::VersionedLocation */ + /** Lookup253: xcm::VersionedLocation */ XcmVersionedLocation: { _enum: { __Unused0: "Null", @@ -2384,12 +2455,12 @@ export default { V4: "StagingXcmV4Location", }, }, - /** Lookup238: xcm::v2::multilocation::MultiLocation */ + /** Lookup254: xcm::v2::multilocation::MultiLocation */ XcmV2MultiLocation: { parents: "u8", interior: "XcmV2MultilocationJunctions", }, - /** Lookup239: xcm::v2::multilocation::Junctions */ + /** Lookup255: xcm::v2::multilocation::Junctions */ XcmV2MultilocationJunctions: { _enum: { Here: "Null", @@ -2403,7 +2474,7 @@ export default { X8: "(XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction,XcmV2Junction)", }, }, - /** Lookup240: xcm::v2::junction::Junction */ + /** Lookup256: xcm::v2::junction::Junction */ XcmV2Junction: { _enum: { Parachain: "Compact", @@ -2429,7 +2500,7 @@ export default { }, }, }, - /** Lookup241: xcm::v2::NetworkId */ + /** Lookup257: xcm::v2::NetworkId */ XcmV2NetworkId: { _enum: { Any: "Null", @@ -2438,7 +2509,7 @@ export default { Kusama: "Null", }, }, - /** Lookup243: xcm::v2::BodyId */ + /** Lookup259: xcm::v2::BodyId */ XcmV2BodyId: { _enum: { Unit: "Null", @@ -2453,7 +2524,7 @@ export default { Treasury: "Null", }, }, - /** Lookup244: xcm::v2::BodyPart */ + /** Lookup260: xcm::v2::BodyPart */ XcmV2BodyPart: { _enum: { Voice: "Null", @@ -2474,12 +2545,12 @@ export default { }, }, }, - /** Lookup245: staging_xcm::v3::multilocation::MultiLocation */ + /** Lookup261: staging_xcm::v3::multilocation::MultiLocation */ StagingXcmV3MultiLocation: { parents: "u8", interior: "XcmV3Junctions", }, - /** Lookup246: xcm::v3::junctions::Junctions */ + /** Lookup262: xcm::v3::junctions::Junctions */ XcmV3Junctions: { _enum: { Here: "Null", @@ -2493,7 +2564,7 @@ export default { X8: "(XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction,XcmV3Junction)", }, }, - /** Lookup247: xcm::v3::junction::Junction */ + /** Lookup263: xcm::v3::junction::Junction */ XcmV3Junction: { _enum: { Parachain: "Compact", @@ -2523,7 +2594,7 @@ export default { GlobalConsensus: "XcmV3JunctionNetworkId", }, }, - /** Lookup249: xcm::v3::junction::NetworkId */ + /** Lookup265: xcm::v3::junction::NetworkId */ XcmV3JunctionNetworkId: { _enum: { ByGenesis: "[u8;32]", @@ -2544,7 +2615,7 @@ export default { PolkadotBulletin: "Null", }, }, - /** Lookup250: xcm::VersionedXcm */ + /** Lookup266: xcm::VersionedXcm */ XcmVersionedXcm: { _enum: { __Unused0: "Null", @@ -2554,9 +2625,9 @@ export default { V4: "StagingXcmV4Xcm", }, }, - /** Lookup251: xcm::v2::Xcm */ + /** Lookup267: xcm::v2::Xcm */ XcmV2Xcm: "Vec", - /** Lookup253: xcm::v2::Instruction */ + /** Lookup269: xcm::v2::Instruction */ XcmV2Instruction: { _enum: { WithdrawAsset: "XcmV2MultiassetMultiAssets", @@ -2652,28 +2723,28 @@ export default { UnsubscribeVersion: "Null", }, }, - /** Lookup254: xcm::v2::multiasset::MultiAssets */ + /** Lookup270: xcm::v2::multiasset::MultiAssets */ XcmV2MultiassetMultiAssets: "Vec", - /** Lookup256: xcm::v2::multiasset::MultiAsset */ + /** Lookup272: xcm::v2::multiasset::MultiAsset */ XcmV2MultiAsset: { id: "XcmV2MultiassetAssetId", fun: "XcmV2MultiassetFungibility", }, - /** Lookup257: xcm::v2::multiasset::AssetId */ + /** Lookup273: xcm::v2::multiasset::AssetId */ XcmV2MultiassetAssetId: { _enum: { Concrete: "XcmV2MultiLocation", Abstract: "Bytes", }, }, - /** Lookup258: xcm::v2::multiasset::Fungibility */ + /** Lookup274: xcm::v2::multiasset::Fungibility */ XcmV2MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV2MultiassetAssetInstance", }, }, - /** Lookup259: xcm::v2::multiasset::AssetInstance */ + /** Lookup275: xcm::v2::multiasset::AssetInstance */ XcmV2MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2685,7 +2756,7 @@ export default { Blob: "Bytes", }, }, - /** Lookup260: xcm::v2::Response */ + /** Lookup276: xcm::v2::Response */ XcmV2Response: { _enum: { Null: "Null", @@ -2694,7 +2765,7 @@ export default { Version: "u32", }, }, - /** Lookup263: xcm::v2::traits::Error */ + /** Lookup279: xcm::v2::traits::Error */ XcmV2TraitsError: { _enum: { Overflow: "Null", @@ -2725,22 +2796,22 @@ export default { WeightNotComputable: "Null", }, }, - /** Lookup264: xcm::v2::OriginKind */ + /** Lookup280: xcm::v2::OriginKind */ XcmV2OriginKind: { _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], }, - /** Lookup265: xcm::double_encoded::DoubleEncoded */ + /** Lookup281: xcm::double_encoded::DoubleEncoded */ XcmDoubleEncoded: { encoded: "Bytes", }, - /** Lookup266: xcm::v2::multiasset::MultiAssetFilter */ + /** Lookup282: xcm::v2::multiasset::MultiAssetFilter */ XcmV2MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV2MultiassetMultiAssets", Wild: "XcmV2MultiassetWildMultiAsset", }, }, - /** Lookup267: xcm::v2::multiasset::WildMultiAsset */ + /** Lookup283: xcm::v2::multiasset::WildMultiAsset */ XcmV2MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -2750,20 +2821,20 @@ export default { }, }, }, - /** Lookup268: xcm::v2::multiasset::WildFungibility */ + /** Lookup284: xcm::v2::multiasset::WildFungibility */ XcmV2MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup269: xcm::v2::WeightLimit */ + /** Lookup285: xcm::v2::WeightLimit */ XcmV2WeightLimit: { _enum: { Unlimited: "Null", Limited: "Compact", }, }, - /** Lookup270: xcm::v3::Xcm */ + /** Lookup286: xcm::v3::Xcm */ XcmV3Xcm: "Vec", - /** Lookup272: xcm::v3::Instruction */ + /** Lookup288: xcm::v3::Instruction */ XcmV3Instruction: { _enum: { WithdrawAsset: "XcmV3MultiassetMultiAssets", @@ -2785,7 +2856,7 @@ export default { xcm: "XcmV3Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -2903,28 +2974,28 @@ export default { }, }, }, - /** Lookup273: xcm::v3::multiasset::MultiAssets */ + /** Lookup289: xcm::v3::multiasset::MultiAssets */ XcmV3MultiassetMultiAssets: "Vec", - /** Lookup275: xcm::v3::multiasset::MultiAsset */ + /** Lookup291: xcm::v3::multiasset::MultiAsset */ XcmV3MultiAsset: { id: "XcmV3MultiassetAssetId", fun: "XcmV3MultiassetFungibility", }, - /** Lookup276: xcm::v3::multiasset::AssetId */ + /** Lookup292: xcm::v3::multiasset::AssetId */ XcmV3MultiassetAssetId: { _enum: { Concrete: "StagingXcmV3MultiLocation", Abstract: "[u8;32]", }, }, - /** Lookup277: xcm::v3::multiasset::Fungibility */ + /** Lookup293: xcm::v3::multiasset::Fungibility */ XcmV3MultiassetFungibility: { _enum: { Fungible: "Compact", NonFungible: "XcmV3MultiassetAssetInstance", }, }, - /** Lookup278: xcm::v3::multiasset::AssetInstance */ + /** Lookup294: xcm::v3::multiasset::AssetInstance */ XcmV3MultiassetAssetInstance: { _enum: { Undefined: "Null", @@ -2935,7 +3006,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup279: xcm::v3::Response */ + /** Lookup295: xcm::v3::Response */ XcmV3Response: { _enum: { Null: "Null", @@ -2946,7 +3017,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup282: xcm::v3::traits::Error */ + /** Lookup298: xcm::v3::traits::Error */ XcmV3TraitsError: { _enum: { Overflow: "Null", @@ -2991,7 +3062,7 @@ export default { ExceedsStackLimit: "Null", }, }, - /** Lookup284: xcm::v3::PalletInfo */ + /** Lookup300: xcm::v3::PalletInfo */ XcmV3PalletInfo: { index: "Compact", name: "Bytes", @@ -3000,7 +3071,7 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup287: xcm::v3::MaybeErrorCode */ + /** Lookup303: xcm::v3::MaybeErrorCode */ XcmV3MaybeErrorCode: { _enum: { Success: "Null", @@ -3008,20 +3079,24 @@ export default { TruncatedError: "Bytes", }, }, - /** Lookup290: xcm::v3::QueryResponseInfo */ + /** Lookup306: xcm::v3::OriginKind */ + XcmV3OriginKind: { + _enum: ["Native", "SovereignAccount", "Superuser", "Xcm"], + }, + /** Lookup307: xcm::v3::QueryResponseInfo */ XcmV3QueryResponseInfo: { destination: "StagingXcmV3MultiLocation", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup291: xcm::v3::multiasset::MultiAssetFilter */ + /** Lookup308: xcm::v3::multiasset::MultiAssetFilter */ XcmV3MultiassetMultiAssetFilter: { _enum: { Definite: "XcmV3MultiassetMultiAssets", Wild: "XcmV3MultiassetWildMultiAsset", }, }, - /** Lookup292: xcm::v3::multiasset::WildMultiAsset */ + /** Lookup309: xcm::v3::multiasset::WildMultiAsset */ XcmV3MultiassetWildMultiAsset: { _enum: { All: "Null", @@ -3037,20 +3112,20 @@ export default { }, }, }, - /** Lookup293: xcm::v3::multiasset::WildFungibility */ + /** Lookup310: xcm::v3::multiasset::WildFungibility */ XcmV3MultiassetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup294: xcm::v3::WeightLimit */ + /** Lookup311: xcm::v3::WeightLimit */ XcmV3WeightLimit: { _enum: { Unlimited: "Null", Limited: "SpWeightsWeightV2Weight", }, }, - /** Lookup295: staging_xcm::v4::Xcm */ + /** Lookup312: staging_xcm::v4::Xcm */ StagingXcmV4Xcm: "Vec", - /** Lookup297: staging_xcm::v4::Instruction */ + /** Lookup314: staging_xcm::v4::Instruction */ StagingXcmV4Instruction: { _enum: { WithdrawAsset: "StagingXcmV4AssetAssets", @@ -3072,7 +3147,7 @@ export default { xcm: "StagingXcmV4Xcm", }, Transact: { - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", requireWeightAtMost: "SpWeightsWeightV2Weight", call: "XcmDoubleEncoded", }, @@ -3190,23 +3265,23 @@ export default { }, }, }, - /** Lookup298: staging_xcm::v4::asset::Assets */ + /** Lookup315: staging_xcm::v4::asset::Assets */ StagingXcmV4AssetAssets: "Vec", - /** Lookup300: staging_xcm::v4::asset::Asset */ + /** Lookup317: staging_xcm::v4::asset::Asset */ StagingXcmV4Asset: { id: "StagingXcmV4AssetAssetId", fun: "StagingXcmV4AssetFungibility", }, - /** Lookup301: staging_xcm::v4::asset::AssetId */ + /** Lookup318: staging_xcm::v4::asset::AssetId */ StagingXcmV4AssetAssetId: "StagingXcmV4Location", - /** Lookup302: staging_xcm::v4::asset::Fungibility */ + /** Lookup319: staging_xcm::v4::asset::Fungibility */ StagingXcmV4AssetFungibility: { _enum: { Fungible: "Compact", NonFungible: "StagingXcmV4AssetAssetInstance", }, }, - /** Lookup303: staging_xcm::v4::asset::AssetInstance */ + /** Lookup320: staging_xcm::v4::asset::AssetInstance */ StagingXcmV4AssetAssetInstance: { _enum: { Undefined: "Null", @@ -3217,7 +3292,7 @@ export default { Array32: "[u8;32]", }, }, - /** Lookup304: staging_xcm::v4::Response */ + /** Lookup321: staging_xcm::v4::Response */ StagingXcmV4Response: { _enum: { Null: "Null", @@ -3228,7 +3303,7 @@ export default { DispatchResult: "XcmV3MaybeErrorCode", }, }, - /** Lookup306: staging_xcm::v4::PalletInfo */ + /** Lookup323: staging_xcm::v4::PalletInfo */ StagingXcmV4PalletInfo: { index: "Compact", name: "Bytes", @@ -3237,20 +3312,20 @@ export default { minor: "Compact", patch: "Compact", }, - /** Lookup310: staging_xcm::v4::QueryResponseInfo */ + /** Lookup327: staging_xcm::v4::QueryResponseInfo */ StagingXcmV4QueryResponseInfo: { destination: "StagingXcmV4Location", queryId: "Compact", maxWeight: "SpWeightsWeightV2Weight", }, - /** Lookup311: staging_xcm::v4::asset::AssetFilter */ + /** Lookup328: staging_xcm::v4::asset::AssetFilter */ StagingXcmV4AssetAssetFilter: { _enum: { Definite: "StagingXcmV4AssetAssets", Wild: "StagingXcmV4AssetWildAsset", }, }, - /** Lookup312: staging_xcm::v4::asset::WildAsset */ + /** Lookup329: staging_xcm::v4::asset::WildAsset */ StagingXcmV4AssetWildAsset: { _enum: { All: "Null", @@ -3266,11 +3341,11 @@ export default { }, }, }, - /** Lookup313: staging_xcm::v4::asset::WildFungibility */ + /** Lookup330: staging_xcm::v4::asset::WildFungibility */ StagingXcmV4AssetWildFungibility: { _enum: ["Fungible", "NonFungible"], }, - /** Lookup314: xcm::VersionedAssets */ + /** Lookup331: xcm::VersionedAssets */ XcmVersionedAssets: { _enum: { __Unused0: "Null", @@ -3280,7 +3355,7 @@ export default { V4: "StagingXcmV4AssetAssets", }, }, - /** Lookup326: staging_xcm_executor::traits::asset_transfer::TransferType */ + /** Lookup343: staging_xcm_executor::traits::asset_transfer::TransferType */ StagingXcmExecutorAssetTransferTransferType: { _enum: { Teleport: "Null", @@ -3289,7 +3364,7 @@ export default { RemoteReserve: "XcmVersionedLocation", }, }, - /** Lookup327: xcm::VersionedAssetId */ + /** Lookup344: xcm::VersionedAssetId */ XcmVersionedAssetId: { _enum: { __Unused0: "Null", @@ -3299,7 +3374,7 @@ export default { V4: "StagingXcmV4AssetAssetId", }, }, - /** Lookup328: pallet_assets::pallet::Call */ + /** Lookup345: pallet_assets::pallet::Call */ PalletAssetsCall: { _enum: { create: { @@ -3449,7 +3524,7 @@ export default { }, }, }, - /** Lookup329: pallet_asset_manager::pallet::Call */ + /** Lookup346: pallet_asset_manager::pallet::Call */ PalletAssetManagerCall: { _enum: { register_foreign_asset: { @@ -3476,20 +3551,20 @@ export default { }, }, }, - /** Lookup330: moonriver_runtime::xcm_config::AssetType */ + /** Lookup347: moonriver_runtime::xcm_config::AssetType */ MoonriverRuntimeXcmConfigAssetType: { _enum: { Xcm: "StagingXcmV3MultiLocation", }, }, - /** Lookup331: moonriver_runtime::asset_config::AssetRegistrarMetadata */ + /** Lookup348: moonriver_runtime::asset_config::AssetRegistrarMetadata */ MoonriverRuntimeAssetConfigAssetRegistrarMetadata: { name: "Bytes", symbol: "Bytes", decimals: "u8", isFrozen: "bool", }, - /** Lookup332: orml_xtokens::module::Call */ + /** Lookup349: orml_xtokens::module::Call */ OrmlXtokensModuleCall: { _enum: { transfer: { @@ -3530,7 +3605,7 @@ export default { }, }, }, - /** Lookup333: moonriver_runtime::xcm_config::CurrencyId */ + /** Lookup350: moonriver_runtime::xcm_config::CurrencyId */ MoonriverRuntimeXcmConfigCurrencyId: { _enum: { SelfReserve: "Null", @@ -3540,7 +3615,7 @@ export default { }, }, }, - /** Lookup334: xcm::VersionedAsset */ + /** Lookup351: xcm::VersionedAsset */ XcmVersionedAsset: { _enum: { __Unused0: "Null", @@ -3550,7 +3625,7 @@ export default { V4: "StagingXcmV4Asset", }, }, - /** Lookup337: pallet_xcm_transactor::pallet::Call */ + /** Lookup354: pallet_xcm_transactor::pallet::Call */ PalletXcmTransactorCall: { _enum: { register: { @@ -3573,7 +3648,7 @@ export default { feePayer: "Option", fee: "PalletXcmTransactorCurrencyPayment", call: "Bytes", - originKind: "XcmV2OriginKind", + originKind: "XcmV3OriginKind", weightInfo: "PalletXcmTransactorTransactWeights", refund: "bool", }, @@ -3607,28 +3682,28 @@ export default { }, }, }, - /** Lookup338: moonriver_runtime::xcm_config::Transactors */ + /** Lookup355: moonriver_runtime::xcm_config::Transactors */ MoonriverRuntimeXcmConfigTransactors: { _enum: ["Relay"], }, - /** Lookup339: pallet_xcm_transactor::pallet::CurrencyPayment */ + /** Lookup356: pallet_xcm_transactor::pallet::CurrencyPayment */ PalletXcmTransactorCurrencyPayment: { currency: "PalletXcmTransactorCurrency", feeAmount: "Option", }, - /** Lookup340: pallet_xcm_transactor::pallet::Currency */ + /** Lookup357: pallet_xcm_transactor::pallet::Currency */ PalletXcmTransactorCurrency: { _enum: { AsCurrencyId: "MoonriverRuntimeXcmConfigCurrencyId", AsMultiLocation: "XcmVersionedLocation", }, }, - /** Lookup342: pallet_xcm_transactor::pallet::TransactWeights */ + /** Lookup359: pallet_xcm_transactor::pallet::TransactWeights */ PalletXcmTransactorTransactWeights: { transactRequiredWeightAtMost: "SpWeightsWeightV2Weight", overallWeight: "Option", }, - /** Lookup345: pallet_xcm_transactor::pallet::HrmpOperation */ + /** Lookup362: pallet_xcm_transactor::pallet::HrmpOperation */ PalletXcmTransactorHrmpOperation: { _enum: { InitOpen: "PalletXcmTransactorHrmpInitParams", @@ -3642,18 +3717,18 @@ export default { }, }, }, - /** Lookup346: pallet_xcm_transactor::pallet::HrmpInitParams */ + /** Lookup363: pallet_xcm_transactor::pallet::HrmpInitParams */ PalletXcmTransactorHrmpInitParams: { paraId: "u32", proposedMaxCapacity: "u32", proposedMaxMessageSize: "u32", }, - /** Lookup347: polkadot_parachain_primitives::primitives::HrmpChannelId */ + /** Lookup364: polkadot_parachain_primitives::primitives::HrmpChannelId */ PolkadotParachainPrimitivesPrimitivesHrmpChannelId: { sender: "u32", recipient: "u32", }, - /** Lookup348: pallet_ethereum_xcm::pallet::Call */ + /** Lookup365: pallet_ethereum_xcm::pallet::Call */ PalletEthereumXcmCall: { _enum: { transact: { @@ -3672,14 +3747,14 @@ export default { }, }, }, - /** Lookup349: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ + /** Lookup366: xcm_primitives::ethereum_xcm::EthereumXcmTransaction */ XcmPrimitivesEthereumXcmEthereumXcmTransaction: { _enum: { V1: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV1", V2: "XcmPrimitivesEthereumXcmEthereumXcmTransactionV2", }, }, - /** Lookup350: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ + /** Lookup367: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV1 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV1: { gasLimit: "U256", feePayment: "XcmPrimitivesEthereumXcmEthereumXcmFee", @@ -3688,19 +3763,19 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup351: xcm_primitives::ethereum_xcm::EthereumXcmFee */ + /** Lookup368: xcm_primitives::ethereum_xcm::EthereumXcmFee */ XcmPrimitivesEthereumXcmEthereumXcmFee: { _enum: { Manual: "XcmPrimitivesEthereumXcmManualEthereumXcmFee", Auto: "Null", }, }, - /** Lookup352: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ + /** Lookup369: xcm_primitives::ethereum_xcm::ManualEthereumXcmFee */ XcmPrimitivesEthereumXcmManualEthereumXcmFee: { gasPrice: "Option", maxFeePerGas: "Option", }, - /** Lookup355: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ + /** Lookup372: xcm_primitives::ethereum_xcm::EthereumXcmTransactionV2 */ XcmPrimitivesEthereumXcmEthereumXcmTransactionV2: { gasLimit: "U256", action: "EthereumTransactionTransactionAction", @@ -3708,7 +3783,7 @@ export default { input: "Bytes", accessList: "Option)>>", }, - /** Lookup357: pallet_message_queue::pallet::Call */ + /** Lookup374: pallet_message_queue::pallet::Call */ PalletMessageQueueCall: { _enum: { reap_page: { @@ -3723,7 +3798,7 @@ export default { }, }, }, - /** Lookup358: cumulus_primitives_core::AggregateMessageOrigin */ + /** Lookup375: cumulus_primitives_core::AggregateMessageOrigin */ CumulusPrimitivesCoreAggregateMessageOrigin: { _enum: { Here: "Null", @@ -3731,7 +3806,7 @@ export default { Sibling: "u32", }, }, - /** Lookup359: pallet_moonbeam_foreign_assets::pallet::Call */ + /** Lookup376: pallet_moonbeam_foreign_assets::pallet::Call */ PalletMoonbeamForeignAssetsCall: { _enum: { create_foreign_asset: { @@ -3754,7 +3829,7 @@ export default { }, }, }, - /** Lookup361: pallet_xcm_weight_trader::pallet::Call */ + /** Lookup378: pallet_xcm_weight_trader::pallet::Call */ PalletXcmWeightTraderCall: { _enum: { add_asset: { @@ -3776,7 +3851,7 @@ export default { }, }, }, - /** Lookup362: pallet_emergency_para_xcm::pallet::Call */ + /** Lookup379: pallet_emergency_para_xcm::pallet::Call */ PalletEmergencyParaXcmCall: { _enum: { paused_to_normal: "Null", @@ -3785,19 +3860,19 @@ export default { }, }, }, - /** Lookup363: pallet_randomness::pallet::Call */ + /** Lookup380: pallet_randomness::pallet::Call */ PalletRandomnessCall: { _enum: ["set_babe_randomness_results"], }, - /** Lookup364: sp_runtime::traits::BlakeTwo256 */ + /** Lookup381: sp_runtime::traits::BlakeTwo256 */ SpRuntimeBlakeTwo256: "Null", - /** Lookup366: pallet_conviction_voting::types::Tally */ + /** Lookup383: pallet_conviction_voting::types::Tally */ PalletConvictionVotingTally: { ayes: "u128", nays: "u128", support: "u128", }, - /** Lookup367: pallet_whitelist::pallet::Event */ + /** Lookup384: pallet_whitelist::pallet::Event */ PalletWhitelistEvent: { _enum: { CallWhitelisted: { @@ -3812,17 +3887,17 @@ export default { }, }, }, - /** Lookup369: frame_support::dispatch::PostDispatchInfo */ + /** Lookup386: frame_support::dispatch::PostDispatchInfo */ FrameSupportDispatchPostDispatchInfo: { actualWeight: "Option", paysFee: "FrameSupportDispatchPays", }, - /** Lookup370: sp_runtime::DispatchErrorWithPostInfo */ + /** Lookup387: sp_runtime::DispatchErrorWithPostInfo */ SpRuntimeDispatchErrorWithPostInfo: { postInfo: "FrameSupportDispatchPostDispatchInfo", error: "SpRuntimeDispatchError", }, - /** Lookup371: pallet_collective::pallet::Event */ + /** Lookup388: pallet_collective::pallet::Event */ PalletCollectiveEvent: { _enum: { Proposed: { @@ -3859,12 +3934,9 @@ export default { }, }, }, - /** Lookup373: pallet_treasury::pallet::Event */ + /** Lookup390: pallet_treasury::pallet::Event */ PalletTreasuryEvent: { _enum: { - Proposed: { - proposalIndex: "u32", - }, Spending: { budgetRemaining: "u128", }, @@ -3873,10 +3945,6 @@ export default { award: "u128", account: "AccountId20", }, - Rejected: { - proposalIndex: "u32", - slashed: "u128", - }, Burnt: { burntFunds: "u128", }, @@ -3919,7 +3987,7 @@ export default { }, }, }, - /** Lookup374: pallet_crowdloan_rewards::pallet::Event */ + /** Lookup391: pallet_crowdloan_rewards::pallet::Event */ PalletCrowdloanRewardsEvent: { _enum: { InitialPaymentMade: "(AccountId20,u128)", @@ -3930,7 +3998,7 @@ export default { InitializedAccountWithNotEnoughContribution: "([u8;32],Option,u128)", }, }, - /** Lookup375: cumulus_pallet_xcmp_queue::pallet::Event */ + /** Lookup392: cumulus_pallet_xcmp_queue::pallet::Event */ CumulusPalletXcmpQueueEvent: { _enum: { XcmpMessageSent: { @@ -3938,7 +4006,7 @@ export default { }, }, }, - /** Lookup376: cumulus_pallet_xcm::pallet::Event */ + /** Lookup393: cumulus_pallet_xcm::pallet::Event */ CumulusPalletXcmEvent: { _enum: { InvalidFormat: "[u8;32]", @@ -3946,7 +4014,7 @@ export default { ExecutedDownward: "([u8;32],StagingXcmV4TraitsOutcome)", }, }, - /** Lookup377: staging_xcm::v4::traits::Outcome */ + /** Lookup394: staging_xcm::v4::traits::Outcome */ StagingXcmV4TraitsOutcome: { _enum: { Complete: { @@ -3961,35 +4029,7 @@ export default { }, }, }, - /** Lookup378: 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", - }, - }, - }, - /** Lookup379: pallet_xcm::pallet::Event */ + /** Lookup395: pallet_xcm::pallet::Event */ PalletXcmEvent: { _enum: { Attempted: { @@ -4112,7 +4152,7 @@ export default { }, }, }, - /** Lookup380: pallet_assets::pallet::Event */ + /** Lookup396: pallet_assets::pallet::Event */ PalletAssetsEvent: { _enum: { Created: { @@ -4224,9 +4264,19 @@ export default { assetId: "u128", who: "AccountId20", }, + Deposited: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, + Withdrawn: { + assetId: "u128", + who: "AccountId20", + amount: "u128", + }, }, }, - /** Lookup381: pallet_asset_manager::pallet::Event */ + /** Lookup397: pallet_asset_manager::pallet::Event */ PalletAssetManagerEvent: { _enum: { ForeignAssetRegistered: { @@ -4255,7 +4305,7 @@ export default { }, }, }, - /** Lookup382: orml_xtokens::module::Event */ + /** Lookup398: orml_xtokens::module::Event */ OrmlXtokensModuleEvent: { _enum: { TransferredAssets: { @@ -4266,7 +4316,7 @@ export default { }, }, }, - /** Lookup383: pallet_xcm_transactor::pallet::Event */ + /** Lookup399: pallet_xcm_transactor::pallet::Event */ PalletXcmTransactorEvent: { _enum: { TransactedDerivative: { @@ -4314,13 +4364,13 @@ export default { }, }, }, - /** Lookup384: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ + /** Lookup400: pallet_xcm_transactor::pallet::RemoteTransactInfoWithMaxWeight */ PalletXcmTransactorRemoteTransactInfoWithMaxWeight: { transactExtraWeight: "SpWeightsWeightV2Weight", maxWeight: "SpWeightsWeightV2Weight", transactExtraWeightSigned: "Option", }, - /** Lookup385: pallet_ethereum_xcm::pallet::Event */ + /** Lookup401: pallet_ethereum_xcm::pallet::Event */ PalletEthereumXcmEvent: { _enum: { ExecutedFromXcm: { @@ -4329,7 +4379,7 @@ export default { }, }, }, - /** Lookup386: pallet_message_queue::pallet::Event */ + /** Lookup402: pallet_message_queue::pallet::Event */ PalletMessageQueueEvent: { _enum: { ProcessingFailed: { @@ -4355,7 +4405,7 @@ export default { }, }, }, - /** Lookup387: frame_support::traits::messages::ProcessMessageError */ + /** Lookup403: frame_support::traits::messages::ProcessMessageError */ FrameSupportMessagesProcessMessageError: { _enum: { BadFormat: "Null", @@ -4363,9 +4413,10 @@ export default { Unsupported: "Null", Overweight: "SpWeightsWeightV2Weight", Yield: "Null", + StackLimitReached: "Null", }, }, - /** Lookup388: pallet_moonbeam_foreign_assets::pallet::Event */ + /** Lookup404: pallet_moonbeam_foreign_assets::pallet::Event */ PalletMoonbeamForeignAssetsEvent: { _enum: { ForeignAssetCreated: { @@ -4387,7 +4438,7 @@ export default { }, }, }, - /** Lookup389: pallet_xcm_weight_trader::pallet::Event */ + /** Lookup405: pallet_xcm_weight_trader::pallet::Event */ PalletXcmWeightTraderEvent: { _enum: { SupportedAssetAdded: { @@ -4409,11 +4460,11 @@ export default { }, }, }, - /** Lookup390: pallet_emergency_para_xcm::pallet::Event */ + /** Lookup406: pallet_emergency_para_xcm::pallet::Event */ PalletEmergencyParaXcmEvent: { _enum: ["EnteredPausedXcmMode", "NormalXcmOperationResumed"], }, - /** Lookup391: pallet_randomness::pallet::Event */ + /** Lookup407: pallet_randomness::pallet::Event */ PalletRandomnessEvent: { _enum: { RandomnessRequestedBabeEpoch: { @@ -4448,7 +4499,7 @@ export default { }, }, }, - /** Lookup392: frame_system::Phase */ + /** Lookup408: frame_system::Phase */ FrameSystemPhase: { _enum: { ApplyExtrinsic: "u32", @@ -4456,51 +4507,51 @@ export default { Initialization: "Null", }, }, - /** Lookup394: frame_system::LastRuntimeUpgradeInfo */ + /** Lookup410: frame_system::LastRuntimeUpgradeInfo */ FrameSystemLastRuntimeUpgradeInfo: { specVersion: "Compact", specName: "Text", }, - /** Lookup395: frame_system::CodeUpgradeAuthorization */ + /** Lookup411: frame_system::CodeUpgradeAuthorization */ FrameSystemCodeUpgradeAuthorization: { codeHash: "H256", checkVersion: "bool", }, - /** Lookup396: frame_system::limits::BlockWeights */ + /** Lookup412: frame_system::limits::BlockWeights */ FrameSystemLimitsBlockWeights: { baseBlock: "SpWeightsWeightV2Weight", maxBlock: "SpWeightsWeightV2Weight", perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass", }, - /** Lookup397: frame_support::dispatch::PerDispatchClass */ + /** Lookup413: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: "FrameSystemLimitsWeightsPerClass", operational: "FrameSystemLimitsWeightsPerClass", mandatory: "FrameSystemLimitsWeightsPerClass", }, - /** Lookup398: frame_system::limits::WeightsPerClass */ + /** Lookup414: frame_system::limits::WeightsPerClass */ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: "SpWeightsWeightV2Weight", maxExtrinsic: "Option", maxTotal: "Option", reserved: "Option", }, - /** Lookup399: frame_system::limits::BlockLength */ + /** Lookup415: frame_system::limits::BlockLength */ FrameSystemLimitsBlockLength: { max: "FrameSupportDispatchPerDispatchClassU32", }, - /** Lookup400: frame_support::dispatch::PerDispatchClass */ + /** Lookup416: frame_support::dispatch::PerDispatchClass */ FrameSupportDispatchPerDispatchClassU32: { normal: "u32", operational: "u32", mandatory: "u32", }, - /** Lookup401: sp_weights::RuntimeDbWeight */ + /** Lookup417: sp_weights::RuntimeDbWeight */ SpWeightsRuntimeDbWeight: { read: "u64", write: "u64", }, - /** Lookup402: sp_version::RuntimeVersion */ + /** Lookup418: sp_version::RuntimeVersion */ SpVersionRuntimeVersion: { specName: "Text", implName: "Text", @@ -4511,7 +4562,7 @@ export default { transactionVersion: "u32", stateVersion: "u8", }, - /** Lookup406: frame_system::pallet::Error */ + /** Lookup422: frame_system::pallet::Error */ FrameSystemError: { _enum: [ "InvalidSpecName", @@ -4525,38 +4576,38 @@ export default { "Unauthorized", ], }, - /** Lookup408: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ + /** Lookup424: cumulus_pallet_parachain_system::unincluded_segment::Ancestor */ CumulusPalletParachainSystemUnincludedSegmentAncestor: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", paraHeadHash: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup409: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ + /** Lookup425: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth */ CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: { umpMsgCount: "u32", umpTotalBytes: "u32", hrmpOutgoing: "BTreeMap", }, - /** Lookup411: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ + /** Lookup427: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate */ CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: { msgCount: "u32", totalBytes: "u32", }, - /** Lookup415: polkadot_primitives::v7::UpgradeGoAhead */ + /** Lookup431: polkadot_primitives::v7::UpgradeGoAhead */ PolkadotPrimitivesV7UpgradeGoAhead: { _enum: ["Abort", "GoAhead"], }, - /** Lookup416: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ + /** Lookup432: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker */ CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: { usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth", hrmpWatermark: "Option", consumedGoAheadSignal: "Option", }, - /** Lookup418: polkadot_primitives::v7::UpgradeRestriction */ + /** Lookup434: polkadot_primitives::v7::UpgradeRestriction */ PolkadotPrimitivesV7UpgradeRestriction: { _enum: ["Present"], }, - /** Lookup419: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ + /** Lookup435: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot */ CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: { dmqMqcHead: "H256", relayDispatchQueueRemainingCapacity: @@ -4564,12 +4615,12 @@ export default { ingressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", egressChannels: "Vec<(u32,PolkadotPrimitivesV7AbridgedHrmpChannel)>", }, - /** Lookup420: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ + /** Lookup436: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity */ CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: { remainingCount: "u32", remainingSize: "u32", }, - /** Lookup423: polkadot_primitives::v7::AbridgedHrmpChannel */ + /** Lookup439: polkadot_primitives::v7::AbridgedHrmpChannel */ PolkadotPrimitivesV7AbridgedHrmpChannel: { maxCapacity: "u32", maxTotalSize: "u32", @@ -4578,7 +4629,7 @@ export default { totalSize: "u32", mqcHead: "Option", }, - /** Lookup424: polkadot_primitives::v7::AbridgedHostConfiguration */ + /** Lookup440: polkadot_primitives::v7::AbridgedHostConfiguration */ PolkadotPrimitivesV7AbridgedHostConfiguration: { maxCodeSize: "u32", maxHeadDataSize: "u32", @@ -4591,17 +4642,17 @@ export default { validationUpgradeDelay: "u32", asyncBackingParams: "PolkadotPrimitivesV7AsyncBackingAsyncBackingParams", }, - /** Lookup425: polkadot_primitives::v7::async_backing::AsyncBackingParams */ + /** Lookup441: polkadot_primitives::v7::async_backing::AsyncBackingParams */ PolkadotPrimitivesV7AsyncBackingAsyncBackingParams: { maxCandidateDepth: "u32", allowedAncestryLen: "u32", }, - /** Lookup431: polkadot_core_primitives::OutboundHrmpMessage */ + /** Lookup447: polkadot_core_primitives::OutboundHrmpMessage */ PolkadotCorePrimitivesOutboundHrmpMessage: { recipient: "u32", data: "Bytes", }, - /** Lookup433: cumulus_pallet_parachain_system::pallet::Error */ + /** Lookup449: cumulus_pallet_parachain_system::pallet::Error */ CumulusPalletParachainSystemError: { _enum: [ "OverlappingUpgrades", @@ -4614,22 +4665,22 @@ export default { "Unauthorized", ], }, - /** Lookup435: pallet_balances::types::BalanceLock */ + /** Lookup451: pallet_balances::types::BalanceLock */ PalletBalancesBalanceLock: { id: "[u8;8]", amount: "u128", reasons: "PalletBalancesReasons", }, - /** Lookup436: pallet_balances::types::Reasons */ + /** Lookup452: pallet_balances::types::Reasons */ PalletBalancesReasons: { _enum: ["Fee", "Misc", "All"], }, - /** Lookup439: pallet_balances::types::ReserveData */ + /** Lookup455: pallet_balances::types::ReserveData */ PalletBalancesReserveData: { id: "[u8;4]", amount: "u128", }, - /** Lookup443: moonriver_runtime::RuntimeHoldReason */ + /** Lookup459: moonriver_runtime::RuntimeHoldReason */ MoonriverRuntimeRuntimeHoldReason: { _enum: { __Unused0: "Null", @@ -4697,16 +4748,16 @@ export default { Preimage: "PalletPreimageHoldReason", }, }, - /** Lookup444: pallet_preimage::pallet::HoldReason */ + /** Lookup460: pallet_preimage::pallet::HoldReason */ PalletPreimageHoldReason: { _enum: ["Preimage"], }, - /** Lookup447: pallet_balances::types::IdAmount */ - PalletBalancesIdAmount: { + /** Lookup463: frame_support::traits::tokens::misc::IdAmount */ + FrameSupportTokensMiscIdAmount: { id: "Null", amount: "u128", }, - /** Lookup449: pallet_balances::pallet::Error */ + /** Lookup465: pallet_balances::pallet::Error */ PalletBalancesError: { _enum: [ "VestingBalance", @@ -4723,18 +4774,18 @@ export default { "DeltaZero", ], }, - /** Lookup450: pallet_transaction_payment::Releases */ + /** Lookup466: pallet_transaction_payment::Releases */ PalletTransactionPaymentReleases: { _enum: ["V1Ancient", "V2"], }, - /** Lookup451: pallet_parachain_staking::types::RoundInfo */ + /** Lookup467: pallet_parachain_staking::types::RoundInfo */ PalletParachainStakingRoundInfo: { current: "u32", first: "u32", length: "u32", firstSlot: "u64", }, - /** Lookup452: pallet_parachain_staking::types::Delegator */ + /** Lookup468: pallet_parachain_staking::types::Delegator */ PalletParachainStakingDelegator: { id: "AccountId20", delegations: "PalletParachainStakingSetOrderedSet", @@ -4743,24 +4794,24 @@ export default { status: "PalletParachainStakingDelegatorStatus", }, /** - * Lookup453: + * Lookup469: * pallet_parachain_staking::set::OrderedSet> */ PalletParachainStakingSetOrderedSet: "Vec", - /** Lookup454: pallet_parachain_staking::types::Bond */ + /** Lookup470: pallet_parachain_staking::types::Bond */ PalletParachainStakingBond: { owner: "AccountId20", amount: "u128", }, - /** Lookup456: pallet_parachain_staking::types::DelegatorStatus */ + /** Lookup472: pallet_parachain_staking::types::DelegatorStatus */ PalletParachainStakingDelegatorStatus: { _enum: { Active: "Null", Leaving: "u32", }, }, - /** Lookup457: pallet_parachain_staking::types::CandidateMetadata */ + /** Lookup473: pallet_parachain_staking::types::CandidateMetadata */ PalletParachainStakingCandidateMetadata: { bond: "u128", delegationCount: "u32", @@ -4773,16 +4824,16 @@ export default { request: "Option", status: "PalletParachainStakingCollatorStatus", }, - /** Lookup458: pallet_parachain_staking::types::CapacityStatus */ + /** Lookup474: pallet_parachain_staking::types::CapacityStatus */ PalletParachainStakingCapacityStatus: { _enum: ["Full", "Empty", "Partial"], }, - /** Lookup460: pallet_parachain_staking::types::CandidateBondLessRequest */ + /** Lookup476: pallet_parachain_staking::types::CandidateBondLessRequest */ PalletParachainStakingCandidateBondLessRequest: { amount: "u128", whenExecutable: "u32", }, - /** Lookup461: pallet_parachain_staking::types::CollatorStatus */ + /** Lookup477: pallet_parachain_staking::types::CollatorStatus */ PalletParachainStakingCollatorStatus: { _enum: { Active: "Null", @@ -4790,50 +4841,50 @@ export default { Leaving: "u32", }, }, - /** Lookup463: pallet_parachain_staking::delegation_requests::ScheduledRequest */ + /** Lookup479: pallet_parachain_staking::delegation_requests::ScheduledRequest */ PalletParachainStakingDelegationRequestsScheduledRequest: { delegator: "AccountId20", whenExecutable: "u32", action: "PalletParachainStakingDelegationRequestsDelegationAction", }, /** - * Lookup466: + * Lookup482: * pallet_parachain_staking::auto_compound::AutoCompoundConfig[account::AccountId20](account::AccountId20) */ PalletParachainStakingAutoCompoundAutoCompoundConfig: { delegator: "AccountId20", value: "Percent", }, - /** Lookup468: pallet_parachain_staking::types::Delegations */ + /** Lookup484: pallet_parachain_staking::types::Delegations */ PalletParachainStakingDelegations: { delegations: "Vec", total: "u128", }, /** - * Lookup470: + * Lookup486: * pallet_parachain_staking::set::BoundedOrderedSet, S> */ PalletParachainStakingSetBoundedOrderedSet: "Vec", - /** Lookup473: pallet_parachain_staking::types::CollatorSnapshot */ + /** Lookup489: pallet_parachain_staking::types::CollatorSnapshot */ PalletParachainStakingCollatorSnapshot: { bond: "u128", delegations: "Vec", total: "u128", }, - /** Lookup475: pallet_parachain_staking::types::BondWithAutoCompound */ + /** Lookup491: pallet_parachain_staking::types::BondWithAutoCompound */ PalletParachainStakingBondWithAutoCompound: { owner: "AccountId20", amount: "u128", autoCompound: "Percent", }, - /** Lookup476: pallet_parachain_staking::types::DelayedPayout */ + /** Lookup492: pallet_parachain_staking::types::DelayedPayout */ PalletParachainStakingDelayedPayout: { roundIssuance: "u128", totalStakingReward: "u128", collatorCommission: "Perbill", }, - /** Lookup477: pallet_parachain_staking::inflation::InflationInfo */ + /** Lookup493: pallet_parachain_staking::inflation::InflationInfo */ PalletParachainStakingInflationInflationInfo: { expect: { min: "u128", @@ -4851,7 +4902,7 @@ export default { max: "Perbill", }, }, - /** Lookup478: pallet_parachain_staking::pallet::Error */ + /** Lookup494: pallet_parachain_staking::pallet::Error */ PalletParachainStakingError: { _enum: [ "DelegatorDNE", @@ -4912,11 +4963,11 @@ export default { "CurrentRoundTooLow", ], }, - /** Lookup479: pallet_author_inherent::pallet::Error */ + /** Lookup495: pallet_author_inherent::pallet::Error */ PalletAuthorInherentError: { _enum: ["AuthorAlreadySet", "NoAccountId", "CannotBeAuthor"], }, - /** Lookup480: pallet_author_mapping::pallet::RegistrationInfo */ + /** Lookup496: pallet_author_mapping::pallet::RegistrationInfo */ PalletAuthorMappingRegistrationInfo: { _alias: { keys_: "keys", @@ -4925,7 +4976,7 @@ export default { deposit: "u128", keys_: "SessionKeysPrimitivesVrfVrfCryptoPublic", }, - /** Lookup481: pallet_author_mapping::pallet::Error */ + /** Lookup497: pallet_author_mapping::pallet::Error */ PalletAuthorMappingError: { _enum: [ "AssociationNotFound", @@ -4938,18 +4989,18 @@ export default { "DecodeKeysFailed", ], }, - /** Lookup482: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ + /** Lookup498: pallet_moonbeam_orbiters::types::CollatorPoolInfo[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCollatorPoolInfo: { orbiters: "Vec", maybeCurrentOrbiter: "Option", nextOrbiter: "u32", }, - /** Lookup484: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ + /** Lookup500: pallet_moonbeam_orbiters::types::CurrentOrbiter[account::AccountId20](account::AccountId20) */ PalletMoonbeamOrbitersCurrentOrbiter: { accountId: "AccountId20", removed: "bool", }, - /** Lookup485: pallet_moonbeam_orbiters::pallet::Error */ + /** Lookup501: pallet_moonbeam_orbiters::pallet::Error */ PalletMoonbeamOrbitersError: { _enum: [ "CollatorAlreadyAdded", @@ -4963,23 +5014,23 @@ export default { "OrbiterStillInAPool", ], }, - /** Lookup488: pallet_utility::pallet::Error */ + /** Lookup504: pallet_utility::pallet::Error */ PalletUtilityError: { _enum: ["TooManyCalls"], }, - /** Lookup491: pallet_proxy::ProxyDefinition */ + /** Lookup507: pallet_proxy::ProxyDefinition */ PalletProxyProxyDefinition: { delegate: "AccountId20", proxyType: "MoonriverRuntimeProxyType", delay: "u32", }, - /** Lookup495: pallet_proxy::Announcement */ + /** Lookup511: pallet_proxy::Announcement */ PalletProxyAnnouncement: { real: "AccountId20", callHash: "H256", height: "u32", }, - /** Lookup497: pallet_proxy::pallet::Error */ + /** Lookup513: pallet_proxy::pallet::Error */ PalletProxyError: { _enum: [ "TooMany", @@ -4992,12 +5043,12 @@ export default { "NoSelfProxy", ], }, - /** Lookup498: pallet_maintenance_mode::pallet::Error */ + /** Lookup514: pallet_maintenance_mode::pallet::Error */ PalletMaintenanceModeError: { _enum: ["AlreadyInMaintenanceMode", "NotInMaintenanceMode"], }, /** - * Lookup500: pallet_identity::types::Registration> */ PalletIdentityRegistration: { @@ -5005,21 +5056,21 @@ export default { deposit: "u128", info: "PalletIdentityLegacyIdentityInfo", }, - /** Lookup509: pallet_identity::types::RegistrarInfo */ + /** Lookup525: pallet_identity::types::RegistrarInfo */ PalletIdentityRegistrarInfo: { account: "AccountId20", fee: "u128", fields: "u64", }, /** - * Lookup511: + * Lookup527: * pallet_identity::types::AuthorityProperties> */ PalletIdentityAuthorityProperties: { suffix: "Bytes", allocation: "u32", }, - /** Lookup514: pallet_identity::pallet::Error */ + /** Lookup530: pallet_identity::pallet::Error */ PalletIdentityError: { _enum: [ "TooManySubAccounts", @@ -5050,18 +5101,18 @@ export default { "NotExpired", ], }, - /** Lookup515: pallet_migrations::pallet::Error */ + /** Lookup531: pallet_migrations::pallet::Error */ PalletMigrationsError: { _enum: ["PreimageMissing", "WrongUpperBound", "PreimageIsTooBig", "PreimageAlreadyExists"], }, - /** Lookup517: pallet_multisig::Multisig */ + /** Lookup533: pallet_multisig::Multisig */ PalletMultisigMultisig: { when: "PalletMultisigTimepoint", deposit: "u128", depositor: "AccountId20", approvals: "Vec", }, - /** Lookup519: pallet_multisig::pallet::Error */ + /** Lookup535: pallet_multisig::pallet::Error */ PalletMultisigError: { _enum: [ "MinimumThreshold", @@ -5080,7 +5131,16 @@ export default { "AlreadyStored", ], }, - /** Lookup520: pallet_moonbeam_lazy_migrations::pallet::Error */ + /** Lookup537: pallet_moonbeam_lazy_migrations::pallet::StateMigrationStatus */ + PalletMoonbeamLazyMigrationsStateMigrationStatus: { + _enum: { + NotStarted: "Null", + Started: "Bytes", + Error: "Bytes", + Complete: "Null", + }, + }, + /** Lookup539: pallet_moonbeam_lazy_migrations::pallet::Error */ PalletMoonbeamLazyMigrationsError: { _enum: [ "LimitCannotBeZero", @@ -5088,9 +5148,10 @@ export default { "ContractNotCorrupted", "ContractMetadataAlreadySet", "ContractNotExist", + "KeyTooLong", ], }, - /** Lookup521: pallet_evm::CodeMetadata */ + /** Lookup540: pallet_evm::CodeMetadata */ PalletEvmCodeMetadata: { _alias: { size_: "size", @@ -5099,7 +5160,7 @@ export default { size_: "u64", hash_: "H256", }, - /** Lookup523: pallet_evm::pallet::Error */ + /** Lookup542: pallet_evm::pallet::Error */ PalletEvmError: { _enum: [ "BalanceLow", @@ -5117,7 +5178,7 @@ export default { "Undefined", ], }, - /** Lookup526: fp_rpc::TransactionStatus */ + /** Lookup545: fp_rpc::TransactionStatus */ FpRpcTransactionStatus: { transactionHash: "H256", transactionIndex: "u32", @@ -5127,9 +5188,9 @@ export default { logs: "Vec", logsBloom: "EthbloomBloom", }, - /** Lookup528: ethbloom::Bloom */ + /** Lookup547: ethbloom::Bloom */ EthbloomBloom: "[u8;256]", - /** Lookup530: ethereum::receipt::ReceiptV3 */ + /** Lookup549: ethereum::receipt::ReceiptV3 */ EthereumReceiptReceiptV3: { _enum: { Legacy: "EthereumReceiptEip658ReceiptData", @@ -5137,7 +5198,7 @@ export default { EIP1559: "EthereumReceiptEip658ReceiptData", }, }, - /** Lookup531: ethereum::receipt::EIP658ReceiptData */ + /** Lookup550: ethereum::receipt::EIP658ReceiptData */ EthereumReceiptEip658ReceiptData: { statusCode: "u8", usedGas: "U256", @@ -5145,7 +5206,7 @@ export default { logs: "Vec", }, /** - * Lookup532: + * Lookup551: * ethereum::block::Block[ethereum::transaction::TransactionV2](ethereum::transaction::TransactionV2) */ EthereumBlock: { @@ -5153,7 +5214,7 @@ export default { transactions: "Vec", ommers: "Vec", }, - /** Lookup533: ethereum::header::Header */ + /** Lookup552: ethereum::header::Header */ EthereumHeader: { parentHash: "H256", ommersHash: "H256", @@ -5171,14 +5232,14 @@ export default { mixHash: "H256", nonce: "EthereumTypesHashH64", }, - /** Lookup534: ethereum_types::hash::H64 */ + /** Lookup553: ethereum_types::hash::H64 */ EthereumTypesHashH64: "[u8;8]", - /** Lookup539: pallet_ethereum::pallet::Error */ + /** Lookup558: pallet_ethereum::pallet::Error */ PalletEthereumError: { _enum: ["InvalidSignature", "PreLogExists"], }, /** - * Lookup542: pallet_scheduler::Scheduled, BlockNumber, moonriver_runtime::OriginCaller, account::AccountId20> */ @@ -5189,13 +5250,13 @@ export default { maybePeriodic: "Option<(u32,u32)>", origin: "MoonriverRuntimeOriginCaller", }, - /** Lookup544: pallet_scheduler::RetryConfig */ + /** Lookup563: pallet_scheduler::RetryConfig */ PalletSchedulerRetryConfig: { totalRetries: "u8", remaining: "u8", period: "u32", }, - /** Lookup545: pallet_scheduler::pallet::Error */ + /** Lookup564: pallet_scheduler::pallet::Error */ PalletSchedulerError: { _enum: [ "FailedToSchedule", @@ -5205,7 +5266,7 @@ export default { "Named", ], }, - /** Lookup546: pallet_preimage::OldRequestStatus */ + /** Lookup565: pallet_preimage::OldRequestStatus */ PalletPreimageOldRequestStatus: { _enum: { Unrequested: { @@ -5220,8 +5281,8 @@ export default { }, }, /** - * Lookup549: pallet_preimage::RequestStatus> + * Lookup568: pallet_preimage::RequestStatus> */ PalletPreimageRequestStatus: { _enum: { @@ -5236,7 +5297,7 @@ export default { }, }, }, - /** Lookup555: pallet_preimage::pallet::Error */ + /** Lookup574: pallet_preimage::pallet::Error */ PalletPreimageError: { _enum: [ "TooBig", @@ -5247,10 +5308,11 @@ export default { "NotRequested", "TooMany", "TooFew", + "NoCost", ], }, /** - * Lookup557: pallet_conviction_voting::vote::Voting */ PalletConvictionVotingVoteVoting: { @@ -5259,20 +5321,20 @@ export default { Delegating: "PalletConvictionVotingVoteDelegating", }, }, - /** Lookup558: pallet_conviction_voting::vote::Casting */ + /** Lookup577: pallet_conviction_voting::vote::Casting */ PalletConvictionVotingVoteCasting: { votes: "Vec<(u32,PalletConvictionVotingVoteAccountVote)>", delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup562: pallet_conviction_voting::types::Delegations */ + /** Lookup581: pallet_conviction_voting::types::Delegations */ PalletConvictionVotingDelegations: { votes: "u128", capital: "u128", }, - /** Lookup563: pallet_conviction_voting::vote::PriorLock */ + /** Lookup582: pallet_conviction_voting::vote::PriorLock */ PalletConvictionVotingVotePriorLock: "(u32,u128)", - /** Lookup564: pallet_conviction_voting::vote::Delegating */ + /** Lookup583: pallet_conviction_voting::vote::Delegating */ PalletConvictionVotingVoteDelegating: { balance: "u128", target: "AccountId20", @@ -5280,7 +5342,7 @@ export default { delegations: "PalletConvictionVotingDelegations", prior: "PalletConvictionVotingVotePriorLock", }, - /** Lookup568: pallet_conviction_voting::pallet::Error */ + /** Lookup587: pallet_conviction_voting::pallet::Error */ PalletConvictionVotingError: { _enum: [ "NotOngoing", @@ -5298,7 +5360,7 @@ export default { ], }, /** - * Lookup569: pallet_referenda::types::ReferendumInfo, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5314,7 +5376,7 @@ export default { }, }, /** - * Lookup570: pallet_referenda::types::ReferendumStatus, Balance, pallet_conviction_voting::types::Tally, account::AccountId20, ScheduleAddress> @@ -5332,17 +5394,17 @@ export default { inQueue: "bool", alarm: "Option<(u32,(u32,u32))>", }, - /** Lookup571: pallet_referenda::types::Deposit */ + /** Lookup590: pallet_referenda::types::Deposit */ PalletReferendaDeposit: { who: "AccountId20", amount: "u128", }, - /** Lookup574: pallet_referenda::types::DecidingStatus */ + /** Lookup593: pallet_referenda::types::DecidingStatus */ PalletReferendaDecidingStatus: { since: "u32", confirming: "Option", }, - /** Lookup582: pallet_referenda::types::TrackInfo */ + /** Lookup601: pallet_referenda::types::TrackInfo */ PalletReferendaTrackInfo: { name: "Text", maxDeciding: "u32", @@ -5354,7 +5416,7 @@ export default { minApproval: "PalletReferendaCurve", minSupport: "PalletReferendaCurve", }, - /** Lookup583: pallet_referenda::types::Curve */ + /** Lookup602: pallet_referenda::types::Curve */ PalletReferendaCurve: { _enum: { LinearDecreasing: { @@ -5375,7 +5437,7 @@ export default { }, }, }, - /** Lookup586: pallet_referenda::pallet::Error */ + /** Lookup605: pallet_referenda::pallet::Error */ PalletReferendaError: { _enum: [ "NotOngoing", @@ -5394,7 +5456,7 @@ export default { "PreimageStoredWithDifferentLength", ], }, - /** Lookup587: pallet_whitelist::pallet::Error */ + /** Lookup606: pallet_whitelist::pallet::Error */ PalletWhitelistError: { _enum: [ "UnavailablePreImage", @@ -5404,7 +5466,7 @@ export default { "CallAlreadyWhitelisted", ], }, - /** Lookup589: pallet_collective::Votes */ + /** Lookup608: pallet_collective::Votes */ PalletCollectiveVotes: { index: "u32", threshold: "u32", @@ -5412,7 +5474,7 @@ export default { nays: "Vec", end: "u32", }, - /** Lookup590: pallet_collective::pallet::Error */ + /** Lookup609: pallet_collective::pallet::Error */ PalletCollectiveError: { _enum: [ "NotMember", @@ -5428,7 +5490,7 @@ export default { "PrimeAccountNotMember", ], }, - /** Lookup593: pallet_treasury::Proposal */ + /** Lookup612: pallet_treasury::Proposal */ PalletTreasuryProposal: { proposer: "AccountId20", value: "u128", @@ -5436,7 +5498,7 @@ export default { bond: "u128", }, /** - * Lookup596: pallet_treasury::SpendStatus */ PalletTreasurySpendStatus: { @@ -5447,7 +5509,7 @@ export default { expireAt: "u32", status: "PalletTreasuryPaymentState", }, - /** Lookup597: pallet_treasury::PaymentState */ + /** Lookup616: pallet_treasury::PaymentState */ PalletTreasuryPaymentState: { _enum: { Pending: "Null", @@ -5457,12 +5519,11 @@ export default { Failed: "Null", }, }, - /** Lookup599: frame_support::PalletId */ + /** Lookup618: frame_support::PalletId */ FrameSupportPalletId: "[u8;8]", - /** Lookup600: pallet_treasury::pallet::Error */ + /** Lookup619: pallet_treasury::pallet::Error */ PalletTreasuryError: { _enum: [ - "InsufficientProposersBalance", "InvalidIndex", "TooManyApprovals", "InsufficientPermission", @@ -5476,13 +5537,13 @@ export default { "Inconclusive", ], }, - /** Lookup601: pallet_crowdloan_rewards::pallet::RewardInfo */ + /** Lookup620: pallet_crowdloan_rewards::pallet::RewardInfo */ PalletCrowdloanRewardsRewardInfo: { totalReward: "u128", claimedReward: "u128", contributedRelayAddresses: "Vec<[u8;32]>", }, - /** Lookup603: pallet_crowdloan_rewards::pallet::Error */ + /** Lookup622: pallet_crowdloan_rewards::pallet::Error */ PalletCrowdloanRewardsError: { _enum: [ "AlreadyAssociated", @@ -5502,7 +5563,7 @@ export default { "InsufficientNumberOfValidProofs", ], }, - /** Lookup608: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ + /** Lookup627: cumulus_pallet_xcmp_queue::OutboundChannelDetails */ CumulusPalletXcmpQueueOutboundChannelDetails: { recipient: "u32", state: "CumulusPalletXcmpQueueOutboundState", @@ -5510,39 +5571,27 @@ export default { firstIndex: "u16", lastIndex: "u16", }, - /** Lookup609: cumulus_pallet_xcmp_queue::OutboundState */ + /** Lookup628: cumulus_pallet_xcmp_queue::OutboundState */ CumulusPalletXcmpQueueOutboundState: { _enum: ["Ok", "Suspended"], }, - /** Lookup611: cumulus_pallet_xcmp_queue::QueueConfigData */ + /** Lookup632: cumulus_pallet_xcmp_queue::QueueConfigData */ CumulusPalletXcmpQueueQueueConfigData: { suspendThreshold: "u32", dropThreshold: "u32", resumeThreshold: "u32", }, - /** Lookup612: cumulus_pallet_xcmp_queue::pallet::Error */ + /** Lookup633: cumulus_pallet_xcmp_queue::pallet::Error */ CumulusPalletXcmpQueueError: { - _enum: ["BadQueueConfig", "AlreadySuspended", "AlreadyResumed"], - }, - /** Lookup613: 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", + ], }, - /** Lookup616: pallet_xcm::pallet::QueryStatus */ + /** Lookup634: pallet_xcm::pallet::QueryStatus */ PalletXcmQueryStatus: { _enum: { Pending: { @@ -5561,7 +5610,7 @@ export default { }, }, }, - /** Lookup620: xcm::VersionedResponse */ + /** Lookup638: xcm::VersionedResponse */ XcmVersionedResponse: { _enum: { __Unused0: "Null", @@ -5571,7 +5620,7 @@ export default { V4: "StagingXcmV4Response", }, }, - /** Lookup626: pallet_xcm::pallet::VersionMigrationStage */ + /** Lookup644: pallet_xcm::pallet::VersionMigrationStage */ PalletXcmVersionMigrationStage: { _enum: { MigrateSupportedVersion: "Null", @@ -5580,14 +5629,14 @@ export default { MigrateAndNotifyOldTargets: "Null", }, }, - /** Lookup629: pallet_xcm::pallet::RemoteLockedFungibleRecord */ + /** Lookup647: pallet_xcm::pallet::RemoteLockedFungibleRecord */ PalletXcmRemoteLockedFungibleRecord: { amount: "u128", owner: "XcmVersionedLocation", locker: "XcmVersionedLocation", consumers: "Vec<(Null,u128)>", }, - /** Lookup636: pallet_xcm::pallet::Error */ + /** Lookup654: pallet_xcm::pallet::Error */ PalletXcmError: { _enum: [ "Unreachable", @@ -5617,7 +5666,7 @@ export default { "LocalExecutionIncomplete", ], }, - /** Lookup637: pallet_assets::types::AssetDetails */ + /** Lookup655: pallet_assets::types::AssetDetails */ PalletAssetsAssetDetails: { owner: "AccountId20", issuer: "AccountId20", @@ -5632,22 +5681,22 @@ export default { approvals: "u32", status: "PalletAssetsAssetStatus", }, - /** Lookup638: pallet_assets::types::AssetStatus */ + /** Lookup656: pallet_assets::types::AssetStatus */ PalletAssetsAssetStatus: { _enum: ["Live", "Frozen", "Destroying"], }, - /** Lookup640: pallet_assets::types::AssetAccount */ + /** Lookup658: pallet_assets::types::AssetAccount */ PalletAssetsAssetAccount: { balance: "u128", status: "PalletAssetsAccountStatus", reason: "PalletAssetsExistenceReason", extra: "Null", }, - /** Lookup641: pallet_assets::types::AccountStatus */ + /** Lookup659: pallet_assets::types::AccountStatus */ PalletAssetsAccountStatus: { _enum: ["Liquid", "Frozen", "Blocked"], }, - /** Lookup642: pallet_assets::types::ExistenceReason */ + /** Lookup660: pallet_assets::types::ExistenceReason */ PalletAssetsExistenceReason: { _enum: { Consumer: "Null", @@ -5657,13 +5706,13 @@ export default { DepositFrom: "(AccountId20,u128)", }, }, - /** Lookup644: pallet_assets::types::Approval */ + /** Lookup662: pallet_assets::types::Approval */ PalletAssetsApproval: { amount: "u128", deposit: "u128", }, /** - * Lookup645: pallet_assets::types::AssetMetadata> */ PalletAssetsAssetMetadata: { @@ -5673,7 +5722,7 @@ export default { decimals: "u8", isFrozen: "bool", }, - /** Lookup647: pallet_assets::pallet::Error */ + /** Lookup665: pallet_assets::pallet::Error */ PalletAssetsError: { _enum: [ "BalanceLow", @@ -5696,9 +5745,10 @@ export default { "IncorrectStatus", "NotFrozen", "CallbackFailed", + "BadAssetId", ], }, - /** Lookup648: pallet_asset_manager::pallet::Error */ + /** Lookup666: pallet_asset_manager::pallet::Error */ PalletAssetManagerError: { _enum: [ "ErrorCreatingAsset", @@ -5711,7 +5761,7 @@ export default { "NonExistentLocalAsset", ], }, - /** Lookup649: orml_xtokens::module::Error */ + /** Lookup667: orml_xtokens::module::Error */ OrmlXtokensModuleError: { _enum: [ "AssetHasNoReserve", @@ -5736,7 +5786,7 @@ export default { "RateLimited", ], }, - /** Lookup650: pallet_xcm_transactor::relay_indices::RelayChainIndices */ + /** Lookup668: pallet_xcm_transactor::relay_indices::RelayChainIndices */ PalletXcmTransactorRelayIndicesRelayChainIndices: { staking: "u8", utility: "u8", @@ -5757,7 +5807,7 @@ export default { closeChannel: "u8", cancelOpenRequest: "u8", }, - /** Lookup651: pallet_xcm_transactor::pallet::Error */ + /** Lookup669: pallet_xcm_transactor::pallet::Error */ PalletXcmTransactorError: { _enum: [ "IndexAlreadyClaimed", @@ -5789,11 +5839,11 @@ export default { "RefundNotSupportedWithTransactInfo", ], }, - /** Lookup652: pallet_ethereum_xcm::pallet::Error */ + /** Lookup670: pallet_ethereum_xcm::pallet::Error */ PalletEthereumXcmError: { _enum: ["EthereumXcmExecutionSuspended"], }, - /** Lookup653: pallet_message_queue::BookState */ + /** Lookup671: pallet_message_queue::BookState */ PalletMessageQueueBookState: { _alias: { size_: "size", @@ -5805,12 +5855,12 @@ export default { messageCount: "u64", size_: "u64", }, - /** Lookup655: pallet_message_queue::Neighbours */ + /** Lookup673: pallet_message_queue::Neighbours */ PalletMessageQueueNeighbours: { prev: "CumulusPrimitivesCoreAggregateMessageOrigin", next: "CumulusPrimitivesCoreAggregateMessageOrigin", }, - /** Lookup657: pallet_message_queue::Page */ + /** Lookup675: pallet_message_queue::Page */ PalletMessageQueuePage: { remaining: "u32", remainingSize: "u32", @@ -5819,7 +5869,7 @@ export default { last: "u32", heap: "Bytes", }, - /** Lookup659: pallet_message_queue::pallet::Error */ + /** Lookup677: pallet_message_queue::pallet::Error */ PalletMessageQueueError: { _enum: [ "NotReapable", @@ -5833,11 +5883,11 @@ export default { "RecursiveDisallowed", ], }, - /** Lookup661: pallet_moonbeam_foreign_assets::AssetStatus */ + /** Lookup679: pallet_moonbeam_foreign_assets::AssetStatus */ PalletMoonbeamForeignAssetsAssetStatus: { _enum: ["Active", "FrozenXcmDepositAllowed", "FrozenXcmDepositForbidden"], }, - /** Lookup662: pallet_moonbeam_foreign_assets::pallet::Error */ + /** Lookup680: pallet_moonbeam_foreign_assets::pallet::Error */ PalletMoonbeamForeignAssetsError: { _enum: [ "AssetAlreadyExists", @@ -5856,7 +5906,7 @@ export default { "TooManyForeignAssets", ], }, - /** Lookup664: pallet_xcm_weight_trader::pallet::Error */ + /** Lookup682: pallet_xcm_weight_trader::pallet::Error */ PalletXcmWeightTraderError: { _enum: [ "AssetAlreadyAdded", @@ -5867,24 +5917,24 @@ export default { "PriceCannotBeZero", ], }, - /** Lookup665: pallet_emergency_para_xcm::XcmMode */ + /** Lookup683: pallet_emergency_para_xcm::XcmMode */ PalletEmergencyParaXcmXcmMode: { _enum: ["Normal", "Paused"], }, - /** Lookup666: pallet_emergency_para_xcm::pallet::Error */ + /** Lookup684: pallet_emergency_para_xcm::pallet::Error */ PalletEmergencyParaXcmError: { _enum: ["NotInPausedMode"], }, - /** Lookup668: pallet_precompile_benchmarks::pallet::Error */ + /** Lookup686: pallet_precompile_benchmarks::pallet::Error */ PalletPrecompileBenchmarksError: { _enum: ["BenchmarkError"], }, - /** Lookup669: pallet_randomness::types::RequestState */ + /** Lookup687: pallet_randomness::types::RequestState */ PalletRandomnessRequestState: { request: "PalletRandomnessRequest", deposit: "u128", }, - /** Lookup670: pallet_randomness::types::Request> */ + /** Lookup688: pallet_randomness::types::Request> */ PalletRandomnessRequest: { refundAddress: "H160", contractAddress: "H160", @@ -5894,26 +5944,26 @@ export default { salt: "H256", info: "PalletRandomnessRequestInfo", }, - /** Lookup671: pallet_randomness::types::RequestInfo */ + /** Lookup689: pallet_randomness::types::RequestInfo */ PalletRandomnessRequestInfo: { _enum: { BabeEpoch: "(u64,u64)", Local: "(u32,u32)", }, }, - /** Lookup672: pallet_randomness::types::RequestType */ + /** Lookup690: pallet_randomness::types::RequestType */ PalletRandomnessRequestType: { _enum: { BabeEpoch: "u64", Local: "u32", }, }, - /** Lookup673: pallet_randomness::types::RandomnessResult */ + /** Lookup691: pallet_randomness::types::RandomnessResult */ PalletRandomnessRandomnessResult: { randomness: "Option", requestCount: "u64", }, - /** Lookup674: pallet_randomness::pallet::Error */ + /** Lookup692: pallet_randomness::pallet::Error */ PalletRandomnessError: { _enum: [ "RequestCounterOverflowed", @@ -5930,30 +5980,30 @@ export default { "RandomnessResultNotFilled", ], }, - /** Lookup677: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ + /** Lookup695: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender */ FrameSystemExtensionsCheckNonZeroSender: "Null", - /** Lookup678: frame_system::extensions::check_spec_version::CheckSpecVersion */ + /** Lookup696: frame_system::extensions::check_spec_version::CheckSpecVersion */ FrameSystemExtensionsCheckSpecVersion: "Null", - /** Lookup679: frame_system::extensions::check_tx_version::CheckTxVersion */ + /** Lookup697: frame_system::extensions::check_tx_version::CheckTxVersion */ FrameSystemExtensionsCheckTxVersion: "Null", - /** Lookup680: frame_system::extensions::check_genesis::CheckGenesis */ + /** Lookup698: frame_system::extensions::check_genesis::CheckGenesis */ FrameSystemExtensionsCheckGenesis: "Null", - /** Lookup683: frame_system::extensions::check_nonce::CheckNonce */ + /** Lookup701: frame_system::extensions::check_nonce::CheckNonce */ FrameSystemExtensionsCheckNonce: "Compact", - /** Lookup684: frame_system::extensions::check_weight::CheckWeight */ + /** Lookup702: frame_system::extensions::check_weight::CheckWeight */ FrameSystemExtensionsCheckWeight: "Null", - /** Lookup685: pallet_transaction_payment::ChargeTransactionPayment */ + /** Lookup703: pallet_transaction_payment::ChargeTransactionPayment */ PalletTransactionPaymentChargeTransactionPayment: "Compact", - /** Lookup686: frame_metadata_hash_extension::CheckMetadataHash */ + /** Lookup704: frame_metadata_hash_extension::CheckMetadataHash */ FrameMetadataHashExtensionCheckMetadataHash: { mode: "FrameMetadataHashExtensionMode", }, - /** Lookup687: frame_metadata_hash_extension::Mode */ + /** Lookup705: frame_metadata_hash_extension::Mode */ FrameMetadataHashExtensionMode: { _enum: ["Disabled", "Enabled"], }, - /** Lookup688: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ + /** Lookup706: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim */ CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null", - /** Lookup690: moonriver_runtime::Runtime */ + /** Lookup708: moonriver_runtime::Runtime */ MoonriverRuntimeRuntime: "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 20ab565881..c2bf96509f 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,6 +85,17 @@ import type { MoonriverRuntimeProxyType, MoonriverRuntimeRuntime, MoonriverRuntimeRuntimeHoldReason, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessDeposit, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsPalletRandomnessParametersValue, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigFeesTreasuryProportion, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParameters, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersKey, + MoonriverRuntimeRuntimeParamsDynamicParamsRuntimeConfigParametersValue, + MoonriverRuntimeRuntimeParamsRuntimeParameters, + MoonriverRuntimeRuntimeParamsRuntimeParametersKey, + MoonriverRuntimeRuntimeParamsRuntimeParametersValue, MoonriverRuntimeXcmConfigAssetType, MoonriverRuntimeXcmConfigCurrencyId, MoonriverRuntimeXcmConfigTransactors, @@ -121,7 +130,6 @@ import type { PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, - PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollectiveCall, @@ -185,6 +193,7 @@ import type { PalletMoonbeamForeignAssetsEvent, PalletMoonbeamLazyMigrationsCall, PalletMoonbeamLazyMigrationsError, + PalletMoonbeamLazyMigrationsStateMigrationStatus, PalletMoonbeamOrbitersCall, PalletMoonbeamOrbitersCollatorPoolInfo, PalletMoonbeamOrbitersCurrentOrbiter, @@ -220,6 +229,8 @@ import type { PalletParachainStakingRoundInfo, PalletParachainStakingSetBoundedOrderedSet, PalletParachainStakingSetOrderedSet, + PalletParametersCall, + PalletParametersEvent, PalletPrecompileBenchmarksError, PalletPreimageCall, PalletPreimageError, @@ -379,6 +390,7 @@ import type { XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, + XcmV3OriginKind, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, @@ -396,9 +408,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; @@ -453,6 +462,7 @@ declare module "@polkadot/types/types/registry" { FrameSupportPreimagesBounded: FrameSupportPreimagesBounded; FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime; FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus; + FrameSupportTokensMiscIdAmount: FrameSupportTokensMiscIdAmount; FrameSystemAccountInfo: FrameSystemAccountInfo; FrameSystemCall: FrameSystemCall; FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization; @@ -476,6 +486,17 @@ 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; @@ -510,7 +531,6 @@ declare module "@polkadot/types/types/registry" { PalletBalancesCall: PalletBalancesCall; PalletBalancesError: PalletBalancesError; PalletBalancesEvent: PalletBalancesEvent; - PalletBalancesIdAmount: PalletBalancesIdAmount; PalletBalancesReasons: PalletBalancesReasons; PalletBalancesReserveData: PalletBalancesReserveData; PalletCollectiveCall: PalletCollectiveCall; @@ -574,6 +594,7 @@ declare module "@polkadot/types/types/registry" { PalletMoonbeamForeignAssetsEvent: PalletMoonbeamForeignAssetsEvent; PalletMoonbeamLazyMigrationsCall: PalletMoonbeamLazyMigrationsCall; PalletMoonbeamLazyMigrationsError: PalletMoonbeamLazyMigrationsError; + PalletMoonbeamLazyMigrationsStateMigrationStatus: PalletMoonbeamLazyMigrationsStateMigrationStatus; PalletMoonbeamOrbitersCall: PalletMoonbeamOrbitersCall; PalletMoonbeamOrbitersCollatorPoolInfo: PalletMoonbeamOrbitersCollatorPoolInfo; PalletMoonbeamOrbitersCurrentOrbiter: PalletMoonbeamOrbitersCurrentOrbiter; @@ -609,6 +630,8 @@ declare module "@polkadot/types/types/registry" { PalletParachainStakingRoundInfo: PalletParachainStakingRoundInfo; PalletParachainStakingSetBoundedOrderedSet: PalletParachainStakingSetBoundedOrderedSet; PalletParachainStakingSetOrderedSet: PalletParachainStakingSetOrderedSet; + PalletParametersCall: PalletParametersCall; + PalletParametersEvent: PalletParametersEvent; PalletPrecompileBenchmarksError: PalletPrecompileBenchmarksError; PalletPreimageCall: PalletPreimageCall; PalletPreimageError: PalletPreimageError; @@ -768,6 +791,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 c4952fc807..c4d6ef0d79 100644 --- a/typescript-api/src/moonriver/interfaces/types-lookup.ts +++ b/typescript-api/src/moonriver/interfaces/types-lookup.ts @@ -1071,7 +1071,68 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } - /** @name PalletEvmEvent (66) */ + /** @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: { @@ -1096,14 +1157,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed"; } - /** @name EthereumLog (67) */ + /** @name EthereumLog (78) */ interface EthereumLog extends Struct { readonly address: H160; readonly topics: Vec; readonly data: Bytes; } - /** @name PalletEthereumEvent (70) */ + /** @name PalletEthereumEvent (81) */ interface PalletEthereumEvent extends Enum { readonly isExecuted: boolean; readonly asExecuted: { @@ -1116,7 +1177,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Executed"; } - /** @name EvmCoreErrorExitReason (71) */ + /** @name EvmCoreErrorExitReason (82) */ interface EvmCoreErrorExitReason extends Enum { readonly isSucceed: boolean; readonly asSucceed: EvmCoreErrorExitSucceed; @@ -1129,7 +1190,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Succeed" | "Error" | "Revert" | "Fatal"; } - /** @name EvmCoreErrorExitSucceed (72) */ + /** @name EvmCoreErrorExitSucceed (83) */ interface EvmCoreErrorExitSucceed extends Enum { readonly isStopped: boolean; readonly isReturned: boolean; @@ -1137,7 +1198,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Stopped" | "Returned" | "Suicided"; } - /** @name EvmCoreErrorExitError (73) */ + /** @name EvmCoreErrorExitError (84) */ interface EvmCoreErrorExitError extends Enum { readonly isStackUnderflow: boolean; readonly isStackOverflow: boolean; @@ -1176,13 +1237,13 @@ declare module "@polkadot/types/lookup" { | "InvalidCode"; } - /** @name EvmCoreErrorExitRevert (77) */ + /** @name EvmCoreErrorExitRevert (88) */ interface EvmCoreErrorExitRevert extends Enum { readonly isReverted: boolean; readonly type: "Reverted"; } - /** @name EvmCoreErrorExitFatal (78) */ + /** @name EvmCoreErrorExitFatal (89) */ interface EvmCoreErrorExitFatal extends Enum { readonly isNotSupported: boolean; readonly isUnhandledInterrupt: boolean; @@ -1193,7 +1254,7 @@ declare module "@polkadot/types/lookup" { readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other"; } - /** @name PalletSchedulerEvent (79) */ + /** @name PalletSchedulerEvent (90) */ interface PalletSchedulerEvent extends Enum { readonly isScheduled: boolean; readonly asScheduled: { @@ -1255,7 +1316,7 @@ declare module "@polkadot/types/lookup" { | "PermanentlyOverweight"; } - /** @name PalletPreimageEvent (81) */ + /** @name PalletPreimageEvent (92) */ interface PalletPreimageEvent extends Enum { readonly isNoted: boolean; readonly asNoted: { @@ -1272,7 +1333,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Noted" | "Requested" | "Cleared"; } - /** @name PalletConvictionVotingEvent (82) */ + /** @name PalletConvictionVotingEvent (93) */ interface PalletConvictionVotingEvent extends Enum { readonly isDelegated: boolean; readonly asDelegated: ITuple<[AccountId20, AccountId20]>; @@ -1281,7 +1342,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Delegated" | "Undelegated"; } - /** @name PalletReferendaEvent (83) */ + /** @name PalletReferendaEvent (94) */ interface PalletReferendaEvent extends Enum { readonly isSubmitted: boolean; readonly asSubmitted: { @@ -1385,7 +1446,7 @@ declare module "@polkadot/types/lookup" { | "MetadataCleared"; } - /** @name FrameSupportPreimagesBounded (84) */ + /** @name FrameSupportPreimagesBounded (95) */ interface FrameSupportPreimagesBounded extends Enum { readonly isLegacy: boolean; readonly asLegacy: { @@ -1401,7 +1462,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Inline" | "Lookup"; } - /** @name FrameSystemCall (86) */ + /** @name FrameSystemCall (97) */ interface FrameSystemCall extends Enum { readonly isRemark: boolean; readonly asRemark: { @@ -1462,7 +1523,7 @@ declare module "@polkadot/types/lookup" { | "ApplyAuthorizedUpgrade"; } - /** @name CumulusPalletParachainSystemCall (90) */ + /** @name CumulusPalletParachainSystemCall (101) */ interface CumulusPalletParachainSystemCall extends Enum { readonly isSetValidationData: boolean; readonly asSetValidationData: { @@ -1488,7 +1549,7 @@ declare module "@polkadot/types/lookup" { | "EnactAuthorizedUpgrade"; } - /** @name CumulusPrimitivesParachainInherentParachainInherentData (91) */ + /** @name CumulusPrimitivesParachainInherentParachainInherentData (102) */ interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct { readonly validationData: PolkadotPrimitivesV7PersistedValidationData; readonly relayChainState: SpTrieStorageProof; @@ -1496,7 +1557,7 @@ declare module "@polkadot/types/lookup" { readonly horizontalMessages: BTreeMap>; } - /** @name PolkadotPrimitivesV7PersistedValidationData (92) */ + /** @name PolkadotPrimitivesV7PersistedValidationData (103) */ interface PolkadotPrimitivesV7PersistedValidationData extends Struct { readonly parentHead: Bytes; readonly relayParentNumber: u32; @@ -1504,24 +1565,24 @@ declare module "@polkadot/types/lookup" { readonly maxPovSize: u32; } - /** @name SpTrieStorageProof (94) */ + /** @name SpTrieStorageProof (105) */ interface SpTrieStorageProof extends Struct { readonly trieNodes: BTreeSet; } - /** @name PolkadotCorePrimitivesInboundDownwardMessage (97) */ + /** @name PolkadotCorePrimitivesInboundDownwardMessage (108) */ interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct { readonly sentAt: u32; readonly msg: Bytes; } - /** @name PolkadotCorePrimitivesInboundHrmpMessage (101) */ + /** @name PolkadotCorePrimitivesInboundHrmpMessage (112) */ interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct { readonly sentAt: u32; readonly data: Bytes; } - /** @name PalletTimestampCall (104) */ + /** @name PalletTimestampCall (115) */ interface PalletTimestampCall extends Enum { readonly isSet: boolean; readonly asSet: { @@ -1530,7 +1591,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Set"; } - /** @name PalletRootTestingCall (105) */ + /** @name PalletRootTestingCall (116) */ interface PalletRootTestingCall extends Enum { readonly isFillBlock: boolean; readonly asFillBlock: { @@ -1540,7 +1601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "FillBlock" | "TriggerDefensive"; } - /** @name PalletBalancesCall (106) */ + /** @name PalletBalancesCall (117) */ interface PalletBalancesCall extends Enum { readonly isTransferAllowDeath: boolean; readonly asTransferAllowDeath: { @@ -1582,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" @@ -1590,17 +1656,18 @@ declare module "@polkadot/types/lookup" { | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" - | "ForceAdjustTotalIssuance"; + | "ForceAdjustTotalIssuance" + | "Burn"; } - /** @name PalletBalancesAdjustmentDirection (109) */ + /** @name PalletBalancesAdjustmentDirection (120) */ interface PalletBalancesAdjustmentDirection extends Enum { readonly isIncrease: boolean; readonly isDecrease: boolean; readonly type: "Increase" | "Decrease"; } - /** @name PalletParachainStakingCall (110) */ + /** @name PalletParachainStakingCall (121) */ interface PalletParachainStakingCall extends Enum { readonly isSetStakingExpectations: boolean; readonly asSetStakingExpectations: { @@ -1778,13 +1845,13 @@ declare module "@polkadot/types/lookup" { | "SetInflationDistributionConfig"; } - /** @name PalletAuthorInherentCall (113) */ + /** @name PalletAuthorInherentCall (124) */ interface PalletAuthorInherentCall extends Enum { readonly isKickOffAuthorshipValidation: boolean; readonly type: "KickOffAuthorshipValidation"; } - /** @name PalletAuthorSlotFilterCall (114) */ + /** @name PalletAuthorSlotFilterCall (125) */ interface PalletAuthorSlotFilterCall extends Enum { readonly isSetEligible: boolean; readonly asSetEligible: { @@ -1793,7 +1860,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SetEligible"; } - /** @name PalletAuthorMappingCall (115) */ + /** @name PalletAuthorMappingCall (126) */ interface PalletAuthorMappingCall extends Enum { readonly isAddAssociation: boolean; readonly asAddAssociation: { @@ -1821,7 +1888,7 @@ declare module "@polkadot/types/lookup" { | "SetKeys"; } - /** @name PalletMoonbeamOrbitersCall (116) */ + /** @name PalletMoonbeamOrbitersCall (127) */ interface PalletMoonbeamOrbitersCall extends Enum { readonly isCollatorAddOrbiter: boolean; readonly asCollatorAddOrbiter: { @@ -1858,7 +1925,7 @@ declare module "@polkadot/types/lookup" { | "RemoveCollator"; } - /** @name PalletUtilityCall (117) */ + /** @name PalletUtilityCall (128) */ interface PalletUtilityCall extends Enum { readonly isBatch: boolean; readonly asBatch: { @@ -1896,7 +1963,7 @@ declare module "@polkadot/types/lookup" { | "WithWeight"; } - /** @name MoonriverRuntimeOriginCaller (119) */ + /** @name MoonriverRuntimeOriginCaller (130) */ interface MoonriverRuntimeOriginCaller extends Enum { readonly isSystem: boolean; readonly asSystem: FrameSupportDispatchRawOrigin; @@ -1927,7 +1994,7 @@ declare module "@polkadot/types/lookup" { | "EthereumXcm"; } - /** @name FrameSupportDispatchRawOrigin (120) */ + /** @name FrameSupportDispatchRawOrigin (131) */ interface FrameSupportDispatchRawOrigin extends Enum { readonly isRoot: boolean; readonly isSigned: boolean; @@ -1936,14 +2003,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Root" | "Signed" | "None"; } - /** @name PalletEthereumRawOrigin (121) */ + /** @name PalletEthereumRawOrigin (132) */ interface PalletEthereumRawOrigin extends Enum { readonly isEthereumTransaction: boolean; readonly asEthereumTransaction: H160; readonly type: "EthereumTransaction"; } - /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (122) */ + /** @name MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin (133) */ interface MoonriverRuntimeGovernanceOriginsCustomOriginsOrigin extends Enum { readonly isWhitelistedCaller: boolean; readonly isGeneralAdmin: boolean; @@ -1958,7 +2025,7 @@ declare module "@polkadot/types/lookup" { | "FastGeneralAdmin"; } - /** @name PalletCollectiveRawOrigin (123) */ + /** @name PalletCollectiveRawOrigin (134) */ interface PalletCollectiveRawOrigin extends Enum { readonly isMembers: boolean; readonly asMembers: ITuple<[u32, u32]>; @@ -1968,7 +2035,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Members" | "Member" | "Phantom"; } - /** @name CumulusPalletXcmOrigin (125) */ + /** @name CumulusPalletXcmOrigin (136) */ interface CumulusPalletXcmOrigin extends Enum { readonly isRelay: boolean; readonly isSiblingParachain: boolean; @@ -1976,7 +2043,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Relay" | "SiblingParachain"; } - /** @name PalletXcmOrigin (126) */ + /** @name PalletXcmOrigin (137) */ interface PalletXcmOrigin extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV4Location; @@ -1985,13 +2052,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Xcm" | "Response"; } - /** @name StagingXcmV4Location (127) */ + /** @name StagingXcmV4Location (138) */ interface StagingXcmV4Location extends Struct { readonly parents: u8; readonly interior: StagingXcmV4Junctions; } - /** @name StagingXcmV4Junctions (128) */ + /** @name StagingXcmV4Junctions (139) */ interface StagingXcmV4Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -2013,7 +2080,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name StagingXcmV4Junction (130) */ + /** @name StagingXcmV4Junction (141) */ interface StagingXcmV4Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -2062,7 +2129,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name StagingXcmV4JunctionNetworkId (133) */ + /** @name StagingXcmV4JunctionNetworkId (144) */ interface StagingXcmV4JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -2097,7 +2164,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmV3JunctionBodyId (134) */ + /** @name XcmV3JunctionBodyId (145) */ interface XcmV3JunctionBodyId extends Enum { readonly isUnit: boolean; readonly isMoniker: boolean; @@ -2124,7 +2191,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV3JunctionBodyPart (135) */ + /** @name XcmV3JunctionBodyPart (146) */ interface XcmV3JunctionBodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -2149,17 +2216,17 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name PalletEthereumXcmRawOrigin (143) */ + /** @name PalletEthereumXcmRawOrigin (154) */ interface PalletEthereumXcmRawOrigin extends Enum { readonly isXcmEthereumTransaction: boolean; readonly asXcmEthereumTransaction: H160; readonly type: "XcmEthereumTransaction"; } - /** @name SpCoreVoid (144) */ + /** @name SpCoreVoid (155) */ type SpCoreVoid = Null; - /** @name PalletProxyCall (145) */ + /** @name PalletProxyCall (156) */ interface PalletProxyCall extends Enum { readonly isProxy: boolean; readonly asProxy: { @@ -2229,14 +2296,14 @@ declare module "@polkadot/types/lookup" { | "ProxyAnnounced"; } - /** @name PalletMaintenanceModeCall (147) */ + /** @name PalletMaintenanceModeCall (158) */ interface PalletMaintenanceModeCall extends Enum { readonly isEnterMaintenanceMode: boolean; readonly isResumeNormalOperation: boolean; readonly type: "EnterMaintenanceMode" | "ResumeNormalOperation"; } - /** @name PalletIdentityCall (148) */ + /** @name PalletIdentityCall (159) */ interface PalletIdentityCall extends Enum { readonly isAddRegistrar: boolean; readonly asAddRegistrar: { @@ -2358,7 +2425,7 @@ declare module "@polkadot/types/lookup" { | "RemoveDanglingUsername"; } - /** @name PalletIdentityLegacyIdentityInfo (149) */ + /** @name PalletIdentityLegacyIdentityInfo (160) */ interface PalletIdentityLegacyIdentityInfo extends Struct { readonly additional: Vec>; readonly display: Data; @@ -2371,7 +2438,7 @@ declare module "@polkadot/types/lookup" { readonly twitter: Data; } - /** @name PalletIdentityJudgement (187) */ + /** @name PalletIdentityJudgement (198) */ interface PalletIdentityJudgement extends Enum { readonly isUnknown: boolean; readonly isFeePaid: boolean; @@ -2391,10 +2458,10 @@ declare module "@polkadot/types/lookup" { | "Erroneous"; } - /** @name AccountEthereumSignature (189) */ + /** @name AccountEthereumSignature (200) */ interface AccountEthereumSignature extends U8aFixed {} - /** @name PalletMultisigCall (191) */ + /** @name PalletMultisigCall (202) */ interface PalletMultisigCall extends Enum { readonly isAsMultiThreshold1: boolean; readonly asAsMultiThreshold1: { @@ -2427,7 +2494,7 @@ declare module "@polkadot/types/lookup" { readonly type: "AsMultiThreshold1" | "AsMulti" | "ApproveAsMulti" | "CancelAsMulti"; } - /** @name PalletMoonbeamLazyMigrationsCall (193) */ + /** @name PalletMoonbeamLazyMigrationsCall (204) */ interface PalletMoonbeamLazyMigrationsCall extends Enum { readonly isClearSuicidedStorage: boolean; readonly asClearSuicidedStorage: { @@ -2441,7 +2508,46 @@ declare module "@polkadot/types/lookup" { readonly type: "ClearSuicidedStorage" | "CreateContractMetadata"; } - /** @name PalletEvmCall (196) */ + /** @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: { @@ -2486,7 +2592,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Withdraw" | "Call" | "Create" | "Create2"; } - /** @name PalletEthereumCall (202) */ + /** @name PalletEthereumCall (219) */ interface PalletEthereumCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -2495,7 +2601,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Transact"; } - /** @name EthereumTransactionTransactionV2 (203) */ + /** @name EthereumTransactionTransactionV2 (220) */ interface EthereumTransactionTransactionV2 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumTransactionLegacyTransaction; @@ -2506,7 +2612,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumTransactionLegacyTransaction (204) */ + /** @name EthereumTransactionLegacyTransaction (221) */ interface EthereumTransactionLegacyTransaction extends Struct { readonly nonce: U256; readonly gasPrice: U256; @@ -2517,7 +2623,7 @@ declare module "@polkadot/types/lookup" { readonly signature: EthereumTransactionTransactionSignature; } - /** @name EthereumTransactionTransactionAction (205) */ + /** @name EthereumTransactionTransactionAction (222) */ interface EthereumTransactionTransactionAction extends Enum { readonly isCall: boolean; readonly asCall: H160; @@ -2525,14 +2631,14 @@ declare module "@polkadot/types/lookup" { readonly type: "Call" | "Create"; } - /** @name EthereumTransactionTransactionSignature (206) */ + /** @name EthereumTransactionTransactionSignature (223) */ interface EthereumTransactionTransactionSignature extends Struct { readonly v: u64; readonly r: H256; readonly s: H256; } - /** @name EthereumTransactionEip2930Transaction (208) */ + /** @name EthereumTransactionEip2930Transaction (225) */ interface EthereumTransactionEip2930Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2547,13 +2653,13 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name EthereumTransactionAccessListItem (210) */ + /** @name EthereumTransactionAccessListItem (227) */ interface EthereumTransactionAccessListItem extends Struct { readonly address: H160; readonly storageKeys: Vec; } - /** @name EthereumTransactionEip1559Transaction (211) */ + /** @name EthereumTransactionEip1559Transaction (228) */ interface EthereumTransactionEip1559Transaction extends Struct { readonly chainId: u64; readonly nonce: U256; @@ -2569,7 +2675,7 @@ declare module "@polkadot/types/lookup" { readonly s: H256; } - /** @name PalletSchedulerCall (212) */ + /** @name PalletSchedulerCall (229) */ interface PalletSchedulerCall extends Enum { readonly isSchedule: boolean; readonly asSchedule: { @@ -2643,7 +2749,7 @@ declare module "@polkadot/types/lookup" { | "CancelRetryNamed"; } - /** @name PalletPreimageCall (214) */ + /** @name PalletPreimageCall (231) */ interface PalletPreimageCall extends Enum { readonly isNotePreimage: boolean; readonly asNotePreimage: { @@ -2673,7 +2779,7 @@ declare module "@polkadot/types/lookup" { | "EnsureUpdated"; } - /** @name PalletConvictionVotingCall (215) */ + /** @name PalletConvictionVotingCall (232) */ interface PalletConvictionVotingCall extends Enum { readonly isVote: boolean; readonly asVote: { @@ -2710,7 +2816,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Vote" | "Delegate" | "Undelegate" | "Unlock" | "RemoveVote" | "RemoveOtherVote"; } - /** @name PalletConvictionVotingVoteAccountVote (216) */ + /** @name PalletConvictionVotingVoteAccountVote (233) */ interface PalletConvictionVotingVoteAccountVote extends Enum { readonly isStandard: boolean; readonly asStandard: { @@ -2731,7 +2837,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Standard" | "Split" | "SplitAbstain"; } - /** @name PalletConvictionVotingConviction (218) */ + /** @name PalletConvictionVotingConviction (235) */ interface PalletConvictionVotingConviction extends Enum { readonly isNone: boolean; readonly isLocked1x: boolean; @@ -2750,7 +2856,7 @@ declare module "@polkadot/types/lookup" { | "Locked6x"; } - /** @name PalletReferendaCall (220) */ + /** @name PalletReferendaCall (237) */ interface PalletReferendaCall extends Enum { readonly isSubmit: boolean; readonly asSubmit: { @@ -2803,7 +2909,7 @@ declare module "@polkadot/types/lookup" { | "SetMetadata"; } - /** @name FrameSupportScheduleDispatchTime (221) */ + /** @name FrameSupportScheduleDispatchTime (238) */ interface FrameSupportScheduleDispatchTime extends Enum { readonly isAt: boolean; readonly asAt: u32; @@ -2812,7 +2918,7 @@ declare module "@polkadot/types/lookup" { readonly type: "At" | "After"; } - /** @name PalletWhitelistCall (223) */ + /** @name PalletWhitelistCall (240) */ interface PalletWhitelistCall extends Enum { readonly isWhitelistCall: boolean; readonly asWhitelistCall: { @@ -2839,7 +2945,7 @@ declare module "@polkadot/types/lookup" { | "DispatchWhitelistedCallWithPreimage"; } - /** @name PalletCollectiveCall (224) */ + /** @name PalletCollectiveCall (241) */ interface PalletCollectiveCall extends Enum { readonly isSetMembers: boolean; readonly asSetMembers: { @@ -2878,21 +2984,8 @@ declare module "@polkadot/types/lookup" { readonly type: "SetMembers" | "Execute" | "Propose" | "Vote" | "DisapproveProposal" | "Close"; } - /** @name PalletTreasuryCall (226) */ + /** @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; @@ -2922,9 +3015,6 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "ProposeSpend" - | "RejectProposal" - | "ApproveProposal" | "SpendLocal" | "RemoveApproval" | "Spend" @@ -2933,7 +3023,7 @@ declare module "@polkadot/types/lookup" { | "VoidSpend"; } - /** @name PalletCrowdloanRewardsCall (228) */ + /** @name PalletCrowdloanRewardsCall (245) */ interface PalletCrowdloanRewardsCall extends Enum { readonly isAssociateNativeIdentity: boolean; readonly asAssociateNativeIdentity: { @@ -2969,7 +3059,7 @@ declare module "@polkadot/types/lookup" { | "InitializeRewardVec"; } - /** @name SpRuntimeMultiSignature (229) */ + /** @name SpRuntimeMultiSignature (246) */ interface SpRuntimeMultiSignature extends Enum { readonly isEd25519: boolean; readonly asEd25519: U8aFixed; @@ -2980,10 +3070,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ed25519" | "Sr25519" | "Ecdsa"; } - /** @name CumulusPalletDmpQueueCall (235) */ - type CumulusPalletDmpQueueCall = Null; - - /** @name PalletXcmCall (236) */ + /** @name PalletXcmCall (252) */ interface PalletXcmCall extends Enum { readonly isSend: boolean; readonly asSend: { @@ -3086,7 +3173,7 @@ declare module "@polkadot/types/lookup" { | "TransferAssetsUsingTypeAndThen"; } - /** @name XcmVersionedLocation (237) */ + /** @name XcmVersionedLocation (253) */ interface XcmVersionedLocation extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiLocation; @@ -3097,13 +3184,13 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2MultiLocation (238) */ + /** @name XcmV2MultiLocation (254) */ interface XcmV2MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV2MultilocationJunctions; } - /** @name XcmV2MultilocationJunctions (239) */ + /** @name XcmV2MultilocationJunctions (255) */ interface XcmV2MultilocationJunctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3150,7 +3237,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV2Junction (240) */ + /** @name XcmV2Junction (256) */ interface XcmV2Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3193,7 +3280,7 @@ declare module "@polkadot/types/lookup" { | "Plurality"; } - /** @name XcmV2NetworkId (241) */ + /** @name XcmV2NetworkId (257) */ interface XcmV2NetworkId extends Enum { readonly isAny: boolean; readonly isNamed: boolean; @@ -3203,7 +3290,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Any" | "Named" | "Polkadot" | "Kusama"; } - /** @name XcmV2BodyId (243) */ + /** @name XcmV2BodyId (259) */ interface XcmV2BodyId extends Enum { readonly isUnit: boolean; readonly isNamed: boolean; @@ -3230,7 +3317,7 @@ declare module "@polkadot/types/lookup" { | "Treasury"; } - /** @name XcmV2BodyPart (244) */ + /** @name XcmV2BodyPart (260) */ interface XcmV2BodyPart extends Enum { readonly isVoice: boolean; readonly isMembers: boolean; @@ -3255,13 +3342,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion"; } - /** @name StagingXcmV3MultiLocation (245) */ + /** @name StagingXcmV3MultiLocation (261) */ interface StagingXcmV3MultiLocation extends Struct { readonly parents: u8; readonly interior: XcmV3Junctions; } - /** @name XcmV3Junctions (246) */ + /** @name XcmV3Junctions (262) */ interface XcmV3Junctions extends Enum { readonly isHere: boolean; readonly isX1: boolean; @@ -3308,7 +3395,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8"; } - /** @name XcmV3Junction (247) */ + /** @name XcmV3Junction (263) */ interface XcmV3Junction extends Enum { readonly isParachain: boolean; readonly asParachain: Compact; @@ -3357,7 +3444,7 @@ declare module "@polkadot/types/lookup" { | "GlobalConsensus"; } - /** @name XcmV3JunctionNetworkId (249) */ + /** @name XcmV3JunctionNetworkId (265) */ interface XcmV3JunctionNetworkId extends Enum { readonly isByGenesis: boolean; readonly asByGenesis: U8aFixed; @@ -3392,7 +3479,7 @@ declare module "@polkadot/types/lookup" { | "PolkadotBulletin"; } - /** @name XcmVersionedXcm (250) */ + /** @name XcmVersionedXcm (266) */ interface XcmVersionedXcm extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Xcm; @@ -3403,10 +3490,10 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name XcmV2Xcm (251) */ + /** @name XcmV2Xcm (267) */ interface XcmV2Xcm extends Vec {} - /** @name XcmV2Instruction (253) */ + /** @name XcmV2Instruction (269) */ interface XcmV2Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV2MultiassetMultiAssets; @@ -3554,16 +3641,16 @@ declare module "@polkadot/types/lookup" { | "UnsubscribeVersion"; } - /** @name XcmV2MultiassetMultiAssets (254) */ + /** @name XcmV2MultiassetMultiAssets (270) */ interface XcmV2MultiassetMultiAssets extends Vec {} - /** @name XcmV2MultiAsset (256) */ + /** @name XcmV2MultiAsset (272) */ interface XcmV2MultiAsset extends Struct { readonly id: XcmV2MultiassetAssetId; readonly fun: XcmV2MultiassetFungibility; } - /** @name XcmV2MultiassetAssetId (257) */ + /** @name XcmV2MultiassetAssetId (273) */ interface XcmV2MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: XcmV2MultiLocation; @@ -3572,7 +3659,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV2MultiassetFungibility (258) */ + /** @name XcmV2MultiassetFungibility (274) */ interface XcmV2MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3581,7 +3668,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2MultiassetAssetInstance (259) */ + /** @name XcmV2MultiassetAssetInstance (275) */ interface XcmV2MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3599,7 +3686,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32" | "Blob"; } - /** @name XcmV2Response (260) */ + /** @name XcmV2Response (276) */ interface XcmV2Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -3611,7 +3698,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Null" | "Assets" | "ExecutionResult" | "Version"; } - /** @name XcmV2TraitsError (263) */ + /** @name XcmV2TraitsError (279) */ interface XcmV2TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -3670,7 +3757,7 @@ declare module "@polkadot/types/lookup" { | "WeightNotComputable"; } - /** @name XcmV2OriginKind (264) */ + /** @name XcmV2OriginKind (280) */ interface XcmV2OriginKind extends Enum { readonly isNative: boolean; readonly isSovereignAccount: boolean; @@ -3679,12 +3766,12 @@ declare module "@polkadot/types/lookup" { readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm"; } - /** @name XcmDoubleEncoded (265) */ + /** @name XcmDoubleEncoded (281) */ interface XcmDoubleEncoded extends Struct { readonly encoded: Bytes; } - /** @name XcmV2MultiassetMultiAssetFilter (266) */ + /** @name XcmV2MultiassetMultiAssetFilter (282) */ interface XcmV2MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV2MultiassetMultiAssets; @@ -3693,7 +3780,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV2MultiassetWildMultiAsset (267) */ + /** @name XcmV2MultiassetWildMultiAsset (283) */ interface XcmV2MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -3704,14 +3791,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf"; } - /** @name XcmV2MultiassetWildFungibility (268) */ + /** @name XcmV2MultiassetWildFungibility (284) */ interface XcmV2MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV2WeightLimit (269) */ + /** @name XcmV2WeightLimit (285) */ interface XcmV2WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -3719,10 +3806,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name XcmV3Xcm (270) */ + /** @name XcmV3Xcm (286) */ interface XcmV3Xcm extends Vec {} - /** @name XcmV3Instruction (272) */ + /** @name XcmV3Instruction (288) */ interface XcmV3Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: XcmV3MultiassetMultiAssets; @@ -3750,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; @@ -3952,16 +4039,16 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name XcmV3MultiassetMultiAssets (273) */ + /** @name XcmV3MultiassetMultiAssets (289) */ interface XcmV3MultiassetMultiAssets extends Vec {} - /** @name XcmV3MultiAsset (275) */ + /** @name XcmV3MultiAsset (291) */ interface XcmV3MultiAsset extends Struct { readonly id: XcmV3MultiassetAssetId; readonly fun: XcmV3MultiassetFungibility; } - /** @name XcmV3MultiassetAssetId (276) */ + /** @name XcmV3MultiassetAssetId (292) */ interface XcmV3MultiassetAssetId extends Enum { readonly isConcrete: boolean; readonly asConcrete: StagingXcmV3MultiLocation; @@ -3970,7 +4057,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Concrete" | "Abstract"; } - /** @name XcmV3MultiassetFungibility (277) */ + /** @name XcmV3MultiassetFungibility (293) */ interface XcmV3MultiassetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -3979,7 +4066,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3MultiassetAssetInstance (278) */ + /** @name XcmV3MultiassetAssetInstance (294) */ interface XcmV3MultiassetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -3995,7 +4082,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name XcmV3Response (279) */ + /** @name XcmV3Response (295) */ interface XcmV3Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4017,7 +4104,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name XcmV3TraitsError (282) */ + /** @name XcmV3TraitsError (298) */ interface XcmV3TraitsError extends Enum { readonly isOverflow: boolean; readonly isUnimplemented: boolean; @@ -4104,7 +4191,7 @@ declare module "@polkadot/types/lookup" { | "ExceedsStackLimit"; } - /** @name XcmV3PalletInfo (284) */ + /** @name XcmV3PalletInfo (300) */ interface XcmV3PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4114,7 +4201,7 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name XcmV3MaybeErrorCode (287) */ + /** @name XcmV3MaybeErrorCode (303) */ interface XcmV3MaybeErrorCode extends Enum { readonly isSuccess: boolean; readonly isError: boolean; @@ -4124,14 +4211,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Success" | "Error" | "TruncatedError"; } - /** @name XcmV3QueryResponseInfo (290) */ + /** @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 (291) */ + /** @name XcmV3MultiassetMultiAssetFilter (308) */ interface XcmV3MultiassetMultiAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: XcmV3MultiassetMultiAssets; @@ -4140,7 +4236,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name XcmV3MultiassetWildMultiAsset (292) */ + /** @name XcmV3MultiassetWildMultiAsset (309) */ interface XcmV3MultiassetWildMultiAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4159,14 +4255,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name XcmV3MultiassetWildFungibility (293) */ + /** @name XcmV3MultiassetWildFungibility (310) */ interface XcmV3MultiassetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmV3WeightLimit (294) */ + /** @name XcmV3WeightLimit (311) */ interface XcmV3WeightLimit extends Enum { readonly isUnlimited: boolean; readonly isLimited: boolean; @@ -4174,10 +4270,10 @@ declare module "@polkadot/types/lookup" { readonly type: "Unlimited" | "Limited"; } - /** @name StagingXcmV4Xcm (295) */ + /** @name StagingXcmV4Xcm (312) */ interface StagingXcmV4Xcm extends Vec {} - /** @name StagingXcmV4Instruction (297) */ + /** @name StagingXcmV4Instruction (314) */ interface StagingXcmV4Instruction extends Enum { readonly isWithdrawAsset: boolean; readonly asWithdrawAsset: StagingXcmV4AssetAssets; @@ -4205,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; @@ -4407,19 +4503,19 @@ declare module "@polkadot/types/lookup" { | "UnpaidExecution"; } - /** @name StagingXcmV4AssetAssets (298) */ + /** @name StagingXcmV4AssetAssets (315) */ interface StagingXcmV4AssetAssets extends Vec {} - /** @name StagingXcmV4Asset (300) */ + /** @name StagingXcmV4Asset (317) */ interface StagingXcmV4Asset extends Struct { readonly id: StagingXcmV4AssetAssetId; readonly fun: StagingXcmV4AssetFungibility; } - /** @name StagingXcmV4AssetAssetId (301) */ + /** @name StagingXcmV4AssetAssetId (318) */ interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {} - /** @name StagingXcmV4AssetFungibility (302) */ + /** @name StagingXcmV4AssetFungibility (319) */ interface StagingXcmV4AssetFungibility extends Enum { readonly isFungible: boolean; readonly asFungible: Compact; @@ -4428,7 +4524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Fungible" | "NonFungible"; } - /** @name StagingXcmV4AssetAssetInstance (303) */ + /** @name StagingXcmV4AssetAssetInstance (320) */ interface StagingXcmV4AssetAssetInstance extends Enum { readonly isUndefined: boolean; readonly isIndex: boolean; @@ -4444,7 +4540,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32"; } - /** @name StagingXcmV4Response (304) */ + /** @name StagingXcmV4Response (321) */ interface StagingXcmV4Response extends Enum { readonly isNull: boolean; readonly isAssets: boolean; @@ -4466,7 +4562,7 @@ declare module "@polkadot/types/lookup" { | "DispatchResult"; } - /** @name StagingXcmV4PalletInfo (306) */ + /** @name StagingXcmV4PalletInfo (323) */ interface StagingXcmV4PalletInfo extends Struct { readonly index: Compact; readonly name: Bytes; @@ -4476,14 +4572,14 @@ declare module "@polkadot/types/lookup" { readonly patch: Compact; } - /** @name StagingXcmV4QueryResponseInfo (310) */ + /** @name StagingXcmV4QueryResponseInfo (327) */ interface StagingXcmV4QueryResponseInfo extends Struct { readonly destination: StagingXcmV4Location; readonly queryId: Compact; readonly maxWeight: SpWeightsWeightV2Weight; } - /** @name StagingXcmV4AssetAssetFilter (311) */ + /** @name StagingXcmV4AssetAssetFilter (328) */ interface StagingXcmV4AssetAssetFilter extends Enum { readonly isDefinite: boolean; readonly asDefinite: StagingXcmV4AssetAssets; @@ -4492,7 +4588,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Definite" | "Wild"; } - /** @name StagingXcmV4AssetWildAsset (312) */ + /** @name StagingXcmV4AssetWildAsset (329) */ interface StagingXcmV4AssetWildAsset extends Enum { readonly isAll: boolean; readonly isAllOf: boolean; @@ -4511,14 +4607,14 @@ declare module "@polkadot/types/lookup" { readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted"; } - /** @name StagingXcmV4AssetWildFungibility (313) */ + /** @name StagingXcmV4AssetWildFungibility (330) */ interface StagingXcmV4AssetWildFungibility extends Enum { readonly isFungible: boolean; readonly isNonFungible: boolean; readonly type: "Fungible" | "NonFungible"; } - /** @name XcmVersionedAssets (314) */ + /** @name XcmVersionedAssets (331) */ interface XcmVersionedAssets extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiassetMultiAssets; @@ -4529,7 +4625,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name StagingXcmExecutorAssetTransferTransferType (326) */ + /** @name StagingXcmExecutorAssetTransferTransferType (343) */ interface StagingXcmExecutorAssetTransferTransferType extends Enum { readonly isTeleport: boolean; readonly isLocalReserve: boolean; @@ -4539,7 +4635,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve"; } - /** @name XcmVersionedAssetId (327) */ + /** @name XcmVersionedAssetId (344) */ interface XcmVersionedAssetId extends Enum { readonly isV3: boolean; readonly asV3: XcmV3MultiassetAssetId; @@ -4548,7 +4644,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V3" | "V4"; } - /** @name PalletAssetsCall (328) */ + /** @name PalletAssetsCall (345) */ interface PalletAssetsCall extends Enum { readonly isCreate: boolean; readonly asCreate: { @@ -4762,7 +4858,7 @@ declare module "@polkadot/types/lookup" { | "Block"; } - /** @name PalletAssetManagerCall (329) */ + /** @name PalletAssetManagerCall (346) */ interface PalletAssetManagerCall extends Enum { readonly isRegisterForeignAsset: boolean; readonly asRegisterForeignAsset: { @@ -4794,14 +4890,14 @@ declare module "@polkadot/types/lookup" { | "DestroyForeignAsset"; } - /** @name MoonriverRuntimeXcmConfigAssetType (330) */ + /** @name MoonriverRuntimeXcmConfigAssetType (347) */ interface MoonriverRuntimeXcmConfigAssetType extends Enum { readonly isXcm: boolean; readonly asXcm: StagingXcmV3MultiLocation; readonly type: "Xcm"; } - /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (331) */ + /** @name MoonriverRuntimeAssetConfigAssetRegistrarMetadata (348) */ interface MoonriverRuntimeAssetConfigAssetRegistrarMetadata extends Struct { readonly name: Bytes; readonly symbol: Bytes; @@ -4809,7 +4905,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name OrmlXtokensModuleCall (332) */ + /** @name OrmlXtokensModuleCall (349) */ interface OrmlXtokensModuleCall extends Enum { readonly isTransfer: boolean; readonly asTransfer: { @@ -4862,7 +4958,7 @@ declare module "@polkadot/types/lookup" { | "TransferMultiassets"; } - /** @name MoonriverRuntimeXcmConfigCurrencyId (333) */ + /** @name MoonriverRuntimeXcmConfigCurrencyId (350) */ interface MoonriverRuntimeXcmConfigCurrencyId extends Enum { readonly isSelfReserve: boolean; readonly isForeignAsset: boolean; @@ -4874,7 +4970,7 @@ declare module "@polkadot/types/lookup" { readonly type: "SelfReserve" | "ForeignAsset" | "Erc20"; } - /** @name XcmVersionedAsset (334) */ + /** @name XcmVersionedAsset (351) */ interface XcmVersionedAsset extends Enum { readonly isV2: boolean; readonly asV2: XcmV2MultiAsset; @@ -4885,7 +4981,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmTransactorCall (337) */ + /** @name PalletXcmTransactorCall (354) */ interface PalletXcmTransactorCall extends Enum { readonly isRegister: boolean; readonly asRegister: { @@ -4911,7 +5007,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; @@ -4962,19 +5058,19 @@ declare module "@polkadot/types/lookup" { | "HrmpManage"; } - /** @name MoonriverRuntimeXcmConfigTransactors (338) */ + /** @name MoonriverRuntimeXcmConfigTransactors (355) */ interface MoonriverRuntimeXcmConfigTransactors extends Enum { readonly isRelay: boolean; readonly type: "Relay"; } - /** @name PalletXcmTransactorCurrencyPayment (339) */ + /** @name PalletXcmTransactorCurrencyPayment (356) */ interface PalletXcmTransactorCurrencyPayment extends Struct { readonly currency: PalletXcmTransactorCurrency; readonly feeAmount: Option; } - /** @name PalletXcmTransactorCurrency (340) */ + /** @name PalletXcmTransactorCurrency (357) */ interface PalletXcmTransactorCurrency extends Enum { readonly isAsCurrencyId: boolean; readonly asAsCurrencyId: MoonriverRuntimeXcmConfigCurrencyId; @@ -4983,13 +5079,13 @@ declare module "@polkadot/types/lookup" { readonly type: "AsCurrencyId" | "AsMultiLocation"; } - /** @name PalletXcmTransactorTransactWeights (342) */ + /** @name PalletXcmTransactorTransactWeights (359) */ interface PalletXcmTransactorTransactWeights extends Struct { readonly transactRequiredWeightAtMost: SpWeightsWeightV2Weight; readonly overallWeight: Option; } - /** @name PalletXcmTransactorHrmpOperation (345) */ + /** @name PalletXcmTransactorHrmpOperation (362) */ interface PalletXcmTransactorHrmpOperation extends Enum { readonly isInitOpen: boolean; readonly asInitOpen: PalletXcmTransactorHrmpInitParams; @@ -5007,20 +5103,20 @@ declare module "@polkadot/types/lookup" { readonly type: "InitOpen" | "Accept" | "Close" | "Cancel"; } - /** @name PalletXcmTransactorHrmpInitParams (346) */ + /** @name PalletXcmTransactorHrmpInitParams (363) */ interface PalletXcmTransactorHrmpInitParams extends Struct { readonly paraId: u32; readonly proposedMaxCapacity: u32; readonly proposedMaxMessageSize: u32; } - /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (347) */ + /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (364) */ interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct { readonly sender: u32; readonly recipient: u32; } - /** @name PalletEthereumXcmCall (348) */ + /** @name PalletEthereumXcmCall (365) */ interface PalletEthereumXcmCall extends Enum { readonly isTransact: boolean; readonly asTransact: { @@ -5047,7 +5143,7 @@ declare module "@polkadot/types/lookup" { | "ForceTransactAs"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (349) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransaction (366) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransaction extends Enum { readonly isV1: boolean; readonly asV1: XcmPrimitivesEthereumXcmEthereumXcmTransactionV1; @@ -5056,7 +5152,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V1" | "V2"; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (350) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 (367) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV1 extends Struct { readonly gasLimit: U256; readonly feePayment: XcmPrimitivesEthereumXcmEthereumXcmFee; @@ -5066,7 +5162,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (351) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmFee (368) */ interface XcmPrimitivesEthereumXcmEthereumXcmFee extends Enum { readonly isManual: boolean; readonly asManual: XcmPrimitivesEthereumXcmManualEthereumXcmFee; @@ -5074,13 +5170,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Manual" | "Auto"; } - /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (352) */ + /** @name XcmPrimitivesEthereumXcmManualEthereumXcmFee (369) */ interface XcmPrimitivesEthereumXcmManualEthereumXcmFee extends Struct { readonly gasPrice: Option; readonly maxFeePerGas: Option; } - /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (355) */ + /** @name XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 (372) */ interface XcmPrimitivesEthereumXcmEthereumXcmTransactionV2 extends Struct { readonly gasLimit: U256; readonly action: EthereumTransactionTransactionAction; @@ -5089,7 +5185,7 @@ declare module "@polkadot/types/lookup" { readonly accessList: Option]>>>; } - /** @name PalletMessageQueueCall (357) */ + /** @name PalletMessageQueueCall (374) */ interface PalletMessageQueueCall extends Enum { readonly isReapPage: boolean; readonly asReapPage: { @@ -5106,7 +5202,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ReapPage" | "ExecuteOverweight"; } - /** @name CumulusPrimitivesCoreAggregateMessageOrigin (358) */ + /** @name CumulusPrimitivesCoreAggregateMessageOrigin (375) */ interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum { readonly isHere: boolean; readonly isParent: boolean; @@ -5115,7 +5211,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Here" | "Parent" | "Sibling"; } - /** @name PalletMoonbeamForeignAssetsCall (359) */ + /** @name PalletMoonbeamForeignAssetsCall (376) */ interface PalletMoonbeamForeignAssetsCall extends Enum { readonly isCreateForeignAsset: boolean; readonly asCreateForeignAsset: { @@ -5146,7 +5242,7 @@ declare module "@polkadot/types/lookup" { | "UnfreezeForeignAsset"; } - /** @name PalletXcmWeightTraderCall (361) */ + /** @name PalletXcmWeightTraderCall (378) */ interface PalletXcmWeightTraderCall extends Enum { readonly isAddAsset: boolean; readonly asAddAsset: { @@ -5178,7 +5274,7 @@ declare module "@polkadot/types/lookup" { | "RemoveAsset"; } - /** @name PalletEmergencyParaXcmCall (362) */ + /** @name PalletEmergencyParaXcmCall (379) */ interface PalletEmergencyParaXcmCall extends Enum { readonly isPausedToNormal: boolean; readonly isFastAuthorizeUpgrade: boolean; @@ -5188,23 +5284,23 @@ declare module "@polkadot/types/lookup" { readonly type: "PausedToNormal" | "FastAuthorizeUpgrade"; } - /** @name PalletRandomnessCall (363) */ + /** @name PalletRandomnessCall (380) */ interface PalletRandomnessCall extends Enum { readonly isSetBabeRandomnessResults: boolean; readonly type: "SetBabeRandomnessResults"; } - /** @name SpRuntimeBlakeTwo256 (364) */ + /** @name SpRuntimeBlakeTwo256 (381) */ type SpRuntimeBlakeTwo256 = Null; - /** @name PalletConvictionVotingTally (366) */ + /** @name PalletConvictionVotingTally (383) */ interface PalletConvictionVotingTally extends Struct { readonly ayes: u128; readonly nays: u128; readonly support: u128; } - /** @name PalletWhitelistEvent (367) */ + /** @name PalletWhitelistEvent (384) */ interface PalletWhitelistEvent extends Enum { readonly isCallWhitelisted: boolean; readonly asCallWhitelisted: { @@ -5225,19 +5321,19 @@ declare module "@polkadot/types/lookup" { readonly type: "CallWhitelisted" | "WhitelistedCallRemoved" | "WhitelistedCallDispatched"; } - /** @name FrameSupportDispatchPostDispatchInfo (369) */ + /** @name FrameSupportDispatchPostDispatchInfo (386) */ interface FrameSupportDispatchPostDispatchInfo extends Struct { readonly actualWeight: Option; readonly paysFee: FrameSupportDispatchPays; } - /** @name SpRuntimeDispatchErrorWithPostInfo (370) */ + /** @name SpRuntimeDispatchErrorWithPostInfo (387) */ interface SpRuntimeDispatchErrorWithPostInfo extends Struct { readonly postInfo: FrameSupportDispatchPostDispatchInfo; readonly error: SpRuntimeDispatchError; } - /** @name PalletCollectiveEvent (371) */ + /** @name PalletCollectiveEvent (388) */ interface PalletCollectiveEvent extends Enum { readonly isProposed: boolean; readonly asProposed: { @@ -5288,12 +5384,8 @@ declare module "@polkadot/types/lookup" { | "Closed"; } - /** @name PalletTreasuryEvent (373) */ + /** @name PalletTreasuryEvent (390) */ interface PalletTreasuryEvent extends Enum { - readonly isProposed: boolean; - readonly asProposed: { - readonly proposalIndex: u32; - } & Struct; readonly isSpending: boolean; readonly asSpending: { readonly budgetRemaining: u128; @@ -5304,11 +5396,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; @@ -5360,10 +5447,8 @@ declare module "@polkadot/types/lookup" { readonly index: u32; } & Struct; readonly type: - | "Proposed" | "Spending" | "Awarded" - | "Rejected" | "Burnt" | "Rollover" | "Deposit" @@ -5376,7 +5461,7 @@ declare module "@polkadot/types/lookup" { | "SpendProcessed"; } - /** @name PalletCrowdloanRewardsEvent (374) */ + /** @name PalletCrowdloanRewardsEvent (391) */ interface PalletCrowdloanRewardsEvent extends Enum { readonly isInitialPaymentMade: boolean; readonly asInitialPaymentMade: ITuple<[AccountId20, u128]>; @@ -5401,7 +5486,7 @@ declare module "@polkadot/types/lookup" { | "InitializedAccountWithNotEnoughContribution"; } - /** @name CumulusPalletXcmpQueueEvent (375) */ + /** @name CumulusPalletXcmpQueueEvent (392) */ interface CumulusPalletXcmpQueueEvent extends Enum { readonly isXcmpMessageSent: boolean; readonly asXcmpMessageSent: { @@ -5410,7 +5495,7 @@ declare module "@polkadot/types/lookup" { readonly type: "XcmpMessageSent"; } - /** @name CumulusPalletXcmEvent (376) */ + /** @name CumulusPalletXcmEvent (393) */ interface CumulusPalletXcmEvent extends Enum { readonly isInvalidFormat: boolean; readonly asInvalidFormat: U8aFixed; @@ -5421,7 +5506,7 @@ declare module "@polkadot/types/lookup" { readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward"; } - /** @name StagingXcmV4TraitsOutcome (377) */ + /** @name StagingXcmV4TraitsOutcome (394) */ interface StagingXcmV4TraitsOutcome extends Enum { readonly isComplete: boolean; readonly asComplete: { @@ -5439,52 +5524,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Complete" | "Incomplete" | "Error"; } - /** @name CumulusPalletDmpQueueEvent (378) */ - 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 (379) */ + /** @name PalletXcmEvent (395) */ interface PalletXcmEvent extends Enum { readonly isAttempted: boolean; readonly asAttempted: { @@ -5649,7 +5689,7 @@ declare module "@polkadot/types/lookup" { | "VersionMigrationFinished"; } - /** @name PalletAssetsEvent (380) */ + /** @name PalletAssetsEvent (396) */ interface PalletAssetsEvent extends Enum { readonly isCreated: boolean; readonly asCreated: { @@ -5784,6 +5824,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" @@ -5808,10 +5860,12 @@ declare module "@polkadot/types/lookup" { | "AssetStatusChanged" | "AssetMinBalanceChanged" | "Touched" - | "Blocked"; + | "Blocked" + | "Deposited" + | "Withdrawn"; } - /** @name PalletAssetManagerEvent (381) */ + /** @name PalletAssetManagerEvent (397) */ interface PalletAssetManagerEvent extends Enum { readonly isForeignAssetRegistered: boolean; readonly asForeignAssetRegistered: { @@ -5853,7 +5907,7 @@ declare module "@polkadot/types/lookup" { | "LocalAssetDestroyed"; } - /** @name OrmlXtokensModuleEvent (382) */ + /** @name OrmlXtokensModuleEvent (398) */ interface OrmlXtokensModuleEvent extends Enum { readonly isTransferredAssets: boolean; readonly asTransferredAssets: { @@ -5865,7 +5919,7 @@ declare module "@polkadot/types/lookup" { readonly type: "TransferredAssets"; } - /** @name PalletXcmTransactorEvent (383) */ + /** @name PalletXcmTransactorEvent (399) */ interface PalletXcmTransactorEvent extends Enum { readonly isTransactedDerivative: boolean; readonly asTransactedDerivative: { @@ -5935,14 +5989,14 @@ declare module "@polkadot/types/lookup" { | "HrmpManagementSent"; } - /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (384) */ + /** @name PalletXcmTransactorRemoteTransactInfoWithMaxWeight (400) */ interface PalletXcmTransactorRemoteTransactInfoWithMaxWeight extends Struct { readonly transactExtraWeight: SpWeightsWeightV2Weight; readonly maxWeight: SpWeightsWeightV2Weight; readonly transactExtraWeightSigned: Option; } - /** @name PalletEthereumXcmEvent (385) */ + /** @name PalletEthereumXcmEvent (401) */ interface PalletEthereumXcmEvent extends Enum { readonly isExecutedFromXcm: boolean; readonly asExecutedFromXcm: { @@ -5952,7 +6006,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ExecutedFromXcm"; } - /** @name PalletMessageQueueEvent (386) */ + /** @name PalletMessageQueueEvent (402) */ interface PalletMessageQueueEvent extends Enum { readonly isProcessingFailed: boolean; readonly asProcessingFailed: { @@ -5982,7 +6036,7 @@ declare module "@polkadot/types/lookup" { readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped"; } - /** @name FrameSupportMessagesProcessMessageError (387) */ + /** @name FrameSupportMessagesProcessMessageError (403) */ interface FrameSupportMessagesProcessMessageError extends Enum { readonly isBadFormat: boolean; readonly isCorrupt: boolean; @@ -5990,10 +6044,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 (388) */ + /** @name PalletMoonbeamForeignAssetsEvent (404) */ interface PalletMoonbeamForeignAssetsEvent extends Enum { readonly isForeignAssetCreated: boolean; readonly asForeignAssetCreated: { @@ -6023,7 +6084,7 @@ declare module "@polkadot/types/lookup" { | "ForeignAssetUnfrozen"; } - /** @name PalletXcmWeightTraderEvent (389) */ + /** @name PalletXcmWeightTraderEvent (405) */ interface PalletXcmWeightTraderEvent extends Enum { readonly isSupportedAssetAdded: boolean; readonly asSupportedAssetAdded: { @@ -6055,14 +6116,14 @@ declare module "@polkadot/types/lookup" { | "SupportedAssetRemoved"; } - /** @name PalletEmergencyParaXcmEvent (390) */ + /** @name PalletEmergencyParaXcmEvent (406) */ interface PalletEmergencyParaXcmEvent extends Enum { readonly isEnteredPausedXcmMode: boolean; readonly isNormalXcmOperationResumed: boolean; readonly type: "EnteredPausedXcmMode" | "NormalXcmOperationResumed"; } - /** @name PalletRandomnessEvent (391) */ + /** @name PalletRandomnessEvent (407) */ interface PalletRandomnessEvent extends Enum { readonly isRandomnessRequestedBabeEpoch: boolean; readonly asRandomnessRequestedBabeEpoch: { @@ -6107,7 +6168,7 @@ declare module "@polkadot/types/lookup" { | "RequestExpirationExecuted"; } - /** @name FrameSystemPhase (392) */ + /** @name FrameSystemPhase (408) */ interface FrameSystemPhase extends Enum { readonly isApplyExtrinsic: boolean; readonly asApplyExtrinsic: u32; @@ -6116,33 +6177,33 @@ declare module "@polkadot/types/lookup" { readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization"; } - /** @name FrameSystemLastRuntimeUpgradeInfo (394) */ + /** @name FrameSystemLastRuntimeUpgradeInfo (410) */ interface FrameSystemLastRuntimeUpgradeInfo extends Struct { readonly specVersion: Compact; readonly specName: Text; } - /** @name FrameSystemCodeUpgradeAuthorization (395) */ + /** @name FrameSystemCodeUpgradeAuthorization (411) */ interface FrameSystemCodeUpgradeAuthorization extends Struct { readonly codeHash: H256; readonly checkVersion: bool; } - /** @name FrameSystemLimitsBlockWeights (396) */ + /** @name FrameSystemLimitsBlockWeights (412) */ interface FrameSystemLimitsBlockWeights extends Struct { readonly baseBlock: SpWeightsWeightV2Weight; readonly maxBlock: SpWeightsWeightV2Weight; readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass; } - /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (397) */ + /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (413) */ interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct { readonly normal: FrameSystemLimitsWeightsPerClass; readonly operational: FrameSystemLimitsWeightsPerClass; readonly mandatory: FrameSystemLimitsWeightsPerClass; } - /** @name FrameSystemLimitsWeightsPerClass (398) */ + /** @name FrameSystemLimitsWeightsPerClass (414) */ interface FrameSystemLimitsWeightsPerClass extends Struct { readonly baseExtrinsic: SpWeightsWeightV2Weight; readonly maxExtrinsic: Option; @@ -6150,25 +6211,25 @@ declare module "@polkadot/types/lookup" { readonly reserved: Option; } - /** @name FrameSystemLimitsBlockLength (399) */ + /** @name FrameSystemLimitsBlockLength (415) */ interface FrameSystemLimitsBlockLength extends Struct { readonly max: FrameSupportDispatchPerDispatchClassU32; } - /** @name FrameSupportDispatchPerDispatchClassU32 (400) */ + /** @name FrameSupportDispatchPerDispatchClassU32 (416) */ interface FrameSupportDispatchPerDispatchClassU32 extends Struct { readonly normal: u32; readonly operational: u32; readonly mandatory: u32; } - /** @name SpWeightsRuntimeDbWeight (401) */ + /** @name SpWeightsRuntimeDbWeight (417) */ interface SpWeightsRuntimeDbWeight extends Struct { readonly read: u64; readonly write: u64; } - /** @name SpVersionRuntimeVersion (402) */ + /** @name SpVersionRuntimeVersion (418) */ interface SpVersionRuntimeVersion extends Struct { readonly specName: Text; readonly implName: Text; @@ -6180,7 +6241,7 @@ declare module "@polkadot/types/lookup" { readonly stateVersion: u8; } - /** @name FrameSystemError (406) */ + /** @name FrameSystemError (422) */ interface FrameSystemError extends Enum { readonly isInvalidSpecName: boolean; readonly isSpecVersionNeedsToIncrease: boolean; @@ -6203,14 +6264,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (408) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (424) */ interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly paraHeadHash: Option; readonly consumedGoAheadSignal: Option; } - /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (409) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (425) */ interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct { readonly umpMsgCount: u32; readonly umpTotalBytes: u32; @@ -6220,33 +6281,33 @@ declare module "@polkadot/types/lookup" { >; } - /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (411) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (427) */ interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct { readonly msgCount: u32; readonly totalBytes: u32; } - /** @name PolkadotPrimitivesV7UpgradeGoAhead (415) */ + /** @name PolkadotPrimitivesV7UpgradeGoAhead (431) */ interface PolkadotPrimitivesV7UpgradeGoAhead extends Enum { readonly isAbort: boolean; readonly isGoAhead: boolean; readonly type: "Abort" | "GoAhead"; } - /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (416) */ + /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (432) */ interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct { readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth; readonly hrmpWatermark: Option; readonly consumedGoAheadSignal: Option; } - /** @name PolkadotPrimitivesV7UpgradeRestriction (418) */ + /** @name PolkadotPrimitivesV7UpgradeRestriction (434) */ interface PolkadotPrimitivesV7UpgradeRestriction extends Enum { readonly isPresent: boolean; readonly type: "Present"; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (419) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (435) */ interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct { readonly dmqMqcHead: H256; readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity; @@ -6254,14 +6315,14 @@ declare module "@polkadot/types/lookup" { readonly egressChannels: Vec>; } - /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (420) */ + /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (436) */ interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct { readonly remainingCount: u32; readonly remainingSize: u32; } - /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (423) */ + /** @name PolkadotPrimitivesV7AbridgedHrmpChannel (439) */ interface PolkadotPrimitivesV7AbridgedHrmpChannel extends Struct { readonly maxCapacity: u32; readonly maxTotalSize: u32; @@ -6271,7 +6332,7 @@ declare module "@polkadot/types/lookup" { readonly mqcHead: Option; } - /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (424) */ + /** @name PolkadotPrimitivesV7AbridgedHostConfiguration (440) */ interface PolkadotPrimitivesV7AbridgedHostConfiguration extends Struct { readonly maxCodeSize: u32; readonly maxHeadDataSize: u32; @@ -6285,19 +6346,19 @@ declare module "@polkadot/types/lookup" { readonly asyncBackingParams: PolkadotPrimitivesV7AsyncBackingAsyncBackingParams; } - /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (425) */ + /** @name PolkadotPrimitivesV7AsyncBackingAsyncBackingParams (441) */ interface PolkadotPrimitivesV7AsyncBackingAsyncBackingParams extends Struct { readonly maxCandidateDepth: u32; readonly allowedAncestryLen: u32; } - /** @name PolkadotCorePrimitivesOutboundHrmpMessage (431) */ + /** @name PolkadotCorePrimitivesOutboundHrmpMessage (447) */ interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct { readonly recipient: u32; readonly data: Bytes; } - /** @name CumulusPalletParachainSystemError (433) */ + /** @name CumulusPalletParachainSystemError (449) */ interface CumulusPalletParachainSystemError extends Enum { readonly isOverlappingUpgrades: boolean; readonly isProhibitedByPolkadot: boolean; @@ -6318,14 +6379,14 @@ declare module "@polkadot/types/lookup" { | "Unauthorized"; } - /** @name PalletBalancesBalanceLock (435) */ + /** @name PalletBalancesBalanceLock (451) */ interface PalletBalancesBalanceLock extends Struct { readonly id: U8aFixed; readonly amount: u128; readonly reasons: PalletBalancesReasons; } - /** @name PalletBalancesReasons (436) */ + /** @name PalletBalancesReasons (452) */ interface PalletBalancesReasons extends Enum { readonly isFee: boolean; readonly isMisc: boolean; @@ -6333,32 +6394,32 @@ declare module "@polkadot/types/lookup" { readonly type: "Fee" | "Misc" | "All"; } - /** @name PalletBalancesReserveData (439) */ + /** @name PalletBalancesReserveData (455) */ interface PalletBalancesReserveData extends Struct { readonly id: U8aFixed; readonly amount: u128; } - /** @name MoonriverRuntimeRuntimeHoldReason (443) */ + /** @name MoonriverRuntimeRuntimeHoldReason (459) */ interface MoonriverRuntimeRuntimeHoldReason extends Enum { readonly isPreimage: boolean; readonly asPreimage: PalletPreimageHoldReason; readonly type: "Preimage"; } - /** @name PalletPreimageHoldReason (444) */ + /** @name PalletPreimageHoldReason (460) */ interface PalletPreimageHoldReason extends Enum { readonly isPreimage: boolean; readonly type: "Preimage"; } - /** @name PalletBalancesIdAmount (447) */ - interface PalletBalancesIdAmount extends Struct { + /** @name FrameSupportTokensMiscIdAmount (463) */ + interface FrameSupportTokensMiscIdAmount extends Struct { readonly id: Null; readonly amount: u128; } - /** @name PalletBalancesError (449) */ + /** @name PalletBalancesError (465) */ interface PalletBalancesError extends Enum { readonly isVestingBalance: boolean; readonly isLiquidityRestrictions: boolean; @@ -6387,14 +6448,14 @@ declare module "@polkadot/types/lookup" { | "DeltaZero"; } - /** @name PalletTransactionPaymentReleases (450) */ + /** @name PalletTransactionPaymentReleases (466) */ interface PalletTransactionPaymentReleases extends Enum { readonly isV1Ancient: boolean; readonly isV2: boolean; readonly type: "V1Ancient" | "V2"; } - /** @name PalletParachainStakingRoundInfo (451) */ + /** @name PalletParachainStakingRoundInfo (467) */ interface PalletParachainStakingRoundInfo extends Struct { readonly current: u32; readonly first: u32; @@ -6402,7 +6463,7 @@ declare module "@polkadot/types/lookup" { readonly firstSlot: u64; } - /** @name PalletParachainStakingDelegator (452) */ + /** @name PalletParachainStakingDelegator (468) */ interface PalletParachainStakingDelegator extends Struct { readonly id: AccountId20; readonly delegations: PalletParachainStakingSetOrderedSet; @@ -6411,16 +6472,16 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingDelegatorStatus; } - /** @name PalletParachainStakingSetOrderedSet (453) */ + /** @name PalletParachainStakingSetOrderedSet (469) */ interface PalletParachainStakingSetOrderedSet extends Vec {} - /** @name PalletParachainStakingBond (454) */ + /** @name PalletParachainStakingBond (470) */ interface PalletParachainStakingBond extends Struct { readonly owner: AccountId20; readonly amount: u128; } - /** @name PalletParachainStakingDelegatorStatus (456) */ + /** @name PalletParachainStakingDelegatorStatus (472) */ interface PalletParachainStakingDelegatorStatus extends Enum { readonly isActive: boolean; readonly isLeaving: boolean; @@ -6428,7 +6489,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Leaving"; } - /** @name PalletParachainStakingCandidateMetadata (457) */ + /** @name PalletParachainStakingCandidateMetadata (473) */ interface PalletParachainStakingCandidateMetadata extends Struct { readonly bond: u128; readonly delegationCount: u32; @@ -6442,7 +6503,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletParachainStakingCollatorStatus; } - /** @name PalletParachainStakingCapacityStatus (458) */ + /** @name PalletParachainStakingCapacityStatus (474) */ interface PalletParachainStakingCapacityStatus extends Enum { readonly isFull: boolean; readonly isEmpty: boolean; @@ -6450,13 +6511,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Full" | "Empty" | "Partial"; } - /** @name PalletParachainStakingCandidateBondLessRequest (460) */ + /** @name PalletParachainStakingCandidateBondLessRequest (476) */ interface PalletParachainStakingCandidateBondLessRequest extends Struct { readonly amount: u128; readonly whenExecutable: u32; } - /** @name PalletParachainStakingCollatorStatus (461) */ + /** @name PalletParachainStakingCollatorStatus (477) */ interface PalletParachainStakingCollatorStatus extends Enum { readonly isActive: boolean; readonly isIdle: boolean; @@ -6465,50 +6526,50 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "Idle" | "Leaving"; } - /** @name PalletParachainStakingDelegationRequestsScheduledRequest (463) */ + /** @name PalletParachainStakingDelegationRequestsScheduledRequest (479) */ interface PalletParachainStakingDelegationRequestsScheduledRequest extends Struct { readonly delegator: AccountId20; readonly whenExecutable: u32; readonly action: PalletParachainStakingDelegationRequestsDelegationAction; } - /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (466) */ + /** @name PalletParachainStakingAutoCompoundAutoCompoundConfig (482) */ interface PalletParachainStakingAutoCompoundAutoCompoundConfig extends Struct { readonly delegator: AccountId20; readonly value: Percent; } - /** @name PalletParachainStakingDelegations (468) */ + /** @name PalletParachainStakingDelegations (484) */ interface PalletParachainStakingDelegations extends Struct { readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingSetBoundedOrderedSet (470) */ + /** @name PalletParachainStakingSetBoundedOrderedSet (486) */ interface PalletParachainStakingSetBoundedOrderedSet extends Vec {} - /** @name PalletParachainStakingCollatorSnapshot (473) */ + /** @name PalletParachainStakingCollatorSnapshot (489) */ interface PalletParachainStakingCollatorSnapshot extends Struct { readonly bond: u128; readonly delegations: Vec; readonly total: u128; } - /** @name PalletParachainStakingBondWithAutoCompound (475) */ + /** @name PalletParachainStakingBondWithAutoCompound (491) */ interface PalletParachainStakingBondWithAutoCompound extends Struct { readonly owner: AccountId20; readonly amount: u128; readonly autoCompound: Percent; } - /** @name PalletParachainStakingDelayedPayout (476) */ + /** @name PalletParachainStakingDelayedPayout (492) */ interface PalletParachainStakingDelayedPayout extends Struct { readonly roundIssuance: u128; readonly totalStakingReward: u128; readonly collatorCommission: Perbill; } - /** @name PalletParachainStakingInflationInflationInfo (477) */ + /** @name PalletParachainStakingInflationInflationInfo (493) */ interface PalletParachainStakingInflationInflationInfo extends Struct { readonly expect: { readonly min: u128; @@ -6527,7 +6588,7 @@ declare module "@polkadot/types/lookup" { } & Struct; } - /** @name PalletParachainStakingError (478) */ + /** @name PalletParachainStakingError (494) */ interface PalletParachainStakingError extends Enum { readonly isDelegatorDNE: boolean; readonly isDelegatorDNEinTopNorBottom: boolean; @@ -6644,7 +6705,7 @@ declare module "@polkadot/types/lookup" { | "CurrentRoundTooLow"; } - /** @name PalletAuthorInherentError (479) */ + /** @name PalletAuthorInherentError (495) */ interface PalletAuthorInherentError extends Enum { readonly isAuthorAlreadySet: boolean; readonly isNoAccountId: boolean; @@ -6652,14 +6713,14 @@ declare module "@polkadot/types/lookup" { readonly type: "AuthorAlreadySet" | "NoAccountId" | "CannotBeAuthor"; } - /** @name PalletAuthorMappingRegistrationInfo (480) */ + /** @name PalletAuthorMappingRegistrationInfo (496) */ interface PalletAuthorMappingRegistrationInfo extends Struct { readonly account: AccountId20; readonly deposit: u128; readonly keys_: SessionKeysPrimitivesVrfVrfCryptoPublic; } - /** @name PalletAuthorMappingError (481) */ + /** @name PalletAuthorMappingError (497) */ interface PalletAuthorMappingError extends Enum { readonly isAssociationNotFound: boolean; readonly isNotYourAssociation: boolean; @@ -6680,20 +6741,20 @@ declare module "@polkadot/types/lookup" { | "DecodeKeysFailed"; } - /** @name PalletMoonbeamOrbitersCollatorPoolInfo (482) */ + /** @name PalletMoonbeamOrbitersCollatorPoolInfo (498) */ interface PalletMoonbeamOrbitersCollatorPoolInfo extends Struct { readonly orbiters: Vec; readonly maybeCurrentOrbiter: Option; readonly nextOrbiter: u32; } - /** @name PalletMoonbeamOrbitersCurrentOrbiter (484) */ + /** @name PalletMoonbeamOrbitersCurrentOrbiter (500) */ interface PalletMoonbeamOrbitersCurrentOrbiter extends Struct { readonly accountId: AccountId20; readonly removed: bool; } - /** @name PalletMoonbeamOrbitersError (485) */ + /** @name PalletMoonbeamOrbitersError (501) */ interface PalletMoonbeamOrbitersError extends Enum { readonly isCollatorAlreadyAdded: boolean; readonly isCollatorNotFound: boolean; @@ -6716,27 +6777,27 @@ declare module "@polkadot/types/lookup" { | "OrbiterStillInAPool"; } - /** @name PalletUtilityError (488) */ + /** @name PalletUtilityError (504) */ interface PalletUtilityError extends Enum { readonly isTooManyCalls: boolean; readonly type: "TooManyCalls"; } - /** @name PalletProxyProxyDefinition (491) */ + /** @name PalletProxyProxyDefinition (507) */ interface PalletProxyProxyDefinition extends Struct { readonly delegate: AccountId20; readonly proxyType: MoonriverRuntimeProxyType; readonly delay: u32; } - /** @name PalletProxyAnnouncement (495) */ + /** @name PalletProxyAnnouncement (511) */ interface PalletProxyAnnouncement extends Struct { readonly real: AccountId20; readonly callHash: H256; readonly height: u32; } - /** @name PalletProxyError (497) */ + /** @name PalletProxyError (513) */ interface PalletProxyError extends Enum { readonly isTooMany: boolean; readonly isNotFound: boolean; @@ -6757,34 +6818,34 @@ declare module "@polkadot/types/lookup" { | "NoSelfProxy"; } - /** @name PalletMaintenanceModeError (498) */ + /** @name PalletMaintenanceModeError (514) */ interface PalletMaintenanceModeError extends Enum { readonly isAlreadyInMaintenanceMode: boolean; readonly isNotInMaintenanceMode: boolean; readonly type: "AlreadyInMaintenanceMode" | "NotInMaintenanceMode"; } - /** @name PalletIdentityRegistration (500) */ + /** @name PalletIdentityRegistration (516) */ interface PalletIdentityRegistration extends Struct { readonly judgements: Vec>; readonly deposit: u128; readonly info: PalletIdentityLegacyIdentityInfo; } - /** @name PalletIdentityRegistrarInfo (509) */ + /** @name PalletIdentityRegistrarInfo (525) */ interface PalletIdentityRegistrarInfo extends Struct { readonly account: AccountId20; readonly fee: u128; readonly fields: u64; } - /** @name PalletIdentityAuthorityProperties (511) */ + /** @name PalletIdentityAuthorityProperties (527) */ interface PalletIdentityAuthorityProperties extends Struct { readonly suffix: Bytes; readonly allocation: u32; } - /** @name PalletIdentityError (514) */ + /** @name PalletIdentityError (530) */ interface PalletIdentityError extends Enum { readonly isTooManySubAccounts: boolean; readonly isNotFound: boolean; @@ -6841,7 +6902,7 @@ declare module "@polkadot/types/lookup" { | "NotExpired"; } - /** @name PalletMigrationsError (515) */ + /** @name PalletMigrationsError (531) */ interface PalletMigrationsError extends Enum { readonly isPreimageMissing: boolean; readonly isWrongUpperBound: boolean; @@ -6854,7 +6915,7 @@ declare module "@polkadot/types/lookup" { | "PreimageAlreadyExists"; } - /** @name PalletMultisigMultisig (517) */ + /** @name PalletMultisigMultisig (533) */ interface PalletMultisigMultisig extends Struct { readonly when: PalletMultisigTimepoint; readonly deposit: u128; @@ -6862,7 +6923,7 @@ declare module "@polkadot/types/lookup" { readonly approvals: Vec; } - /** @name PalletMultisigError (519) */ + /** @name PalletMultisigError (535) */ interface PalletMultisigError extends Enum { readonly isMinimumThreshold: boolean; readonly isAlreadyApproved: boolean; @@ -6895,28 +6956,41 @@ declare module "@polkadot/types/lookup" { | "AlreadyStored"; } - /** @name PalletMoonbeamLazyMigrationsError (520) */ + /** @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) */ 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 (521) */ + /** @name PalletEvmCodeMetadata (540) */ interface PalletEvmCodeMetadata extends Struct { readonly size_: u64; readonly hash_: H256; } - /** @name PalletEvmError (523) */ + /** @name PalletEvmError (542) */ interface PalletEvmError extends Enum { readonly isBalanceLow: boolean; readonly isFeeOverflow: boolean; @@ -6947,7 +7021,7 @@ declare module "@polkadot/types/lookup" { | "Undefined"; } - /** @name FpRpcTransactionStatus (526) */ + /** @name FpRpcTransactionStatus (545) */ interface FpRpcTransactionStatus extends Struct { readonly transactionHash: H256; readonly transactionIndex: u32; @@ -6958,10 +7032,10 @@ declare module "@polkadot/types/lookup" { readonly logsBloom: EthbloomBloom; } - /** @name EthbloomBloom (528) */ + /** @name EthbloomBloom (547) */ interface EthbloomBloom extends U8aFixed {} - /** @name EthereumReceiptReceiptV3 (530) */ + /** @name EthereumReceiptReceiptV3 (549) */ interface EthereumReceiptReceiptV3 extends Enum { readonly isLegacy: boolean; readonly asLegacy: EthereumReceiptEip658ReceiptData; @@ -6972,7 +7046,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Legacy" | "Eip2930" | "Eip1559"; } - /** @name EthereumReceiptEip658ReceiptData (531) */ + /** @name EthereumReceiptEip658ReceiptData (550) */ interface EthereumReceiptEip658ReceiptData extends Struct { readonly statusCode: u8; readonly usedGas: U256; @@ -6980,14 +7054,14 @@ declare module "@polkadot/types/lookup" { readonly logs: Vec; } - /** @name EthereumBlock (532) */ + /** @name EthereumBlock (551) */ interface EthereumBlock extends Struct { readonly header: EthereumHeader; readonly transactions: Vec; readonly ommers: Vec; } - /** @name EthereumHeader (533) */ + /** @name EthereumHeader (552) */ interface EthereumHeader extends Struct { readonly parentHash: H256; readonly ommersHash: H256; @@ -7006,17 +7080,17 @@ declare module "@polkadot/types/lookup" { readonly nonce: EthereumTypesHashH64; } - /** @name EthereumTypesHashH64 (534) */ + /** @name EthereumTypesHashH64 (553) */ interface EthereumTypesHashH64 extends U8aFixed {} - /** @name PalletEthereumError (539) */ + /** @name PalletEthereumError (558) */ interface PalletEthereumError extends Enum { readonly isInvalidSignature: boolean; readonly isPreLogExists: boolean; readonly type: "InvalidSignature" | "PreLogExists"; } - /** @name PalletSchedulerScheduled (542) */ + /** @name PalletSchedulerScheduled (561) */ interface PalletSchedulerScheduled extends Struct { readonly maybeId: Option; readonly priority: u8; @@ -7025,14 +7099,14 @@ declare module "@polkadot/types/lookup" { readonly origin: MoonriverRuntimeOriginCaller; } - /** @name PalletSchedulerRetryConfig (544) */ + /** @name PalletSchedulerRetryConfig (563) */ interface PalletSchedulerRetryConfig extends Struct { readonly totalRetries: u8; readonly remaining: u8; readonly period: u32; } - /** @name PalletSchedulerError (545) */ + /** @name PalletSchedulerError (564) */ interface PalletSchedulerError extends Enum { readonly isFailedToSchedule: boolean; readonly isNotFound: boolean; @@ -7047,7 +7121,7 @@ declare module "@polkadot/types/lookup" { | "Named"; } - /** @name PalletPreimageOldRequestStatus (546) */ + /** @name PalletPreimageOldRequestStatus (565) */ interface PalletPreimageOldRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7063,7 +7137,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageRequestStatus (549) */ + /** @name PalletPreimageRequestStatus (568) */ interface PalletPreimageRequestStatus extends Enum { readonly isUnrequested: boolean; readonly asUnrequested: { @@ -7079,7 +7153,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Unrequested" | "Requested"; } - /** @name PalletPreimageError (555) */ + /** @name PalletPreimageError (574) */ interface PalletPreimageError extends Enum { readonly isTooBig: boolean; readonly isAlreadyNoted: boolean; @@ -7089,6 +7163,7 @@ declare module "@polkadot/types/lookup" { readonly isNotRequested: boolean; readonly isTooMany: boolean; readonly isTooFew: boolean; + readonly isNoCost: boolean; readonly type: | "TooBig" | "AlreadyNoted" @@ -7097,10 +7172,11 @@ declare module "@polkadot/types/lookup" { | "Requested" | "NotRequested" | "TooMany" - | "TooFew"; + | "TooFew" + | "NoCost"; } - /** @name PalletConvictionVotingVoteVoting (557) */ + /** @name PalletConvictionVotingVoteVoting (576) */ interface PalletConvictionVotingVoteVoting extends Enum { readonly isCasting: boolean; readonly asCasting: PalletConvictionVotingVoteCasting; @@ -7109,23 +7185,23 @@ declare module "@polkadot/types/lookup" { readonly type: "Casting" | "Delegating"; } - /** @name PalletConvictionVotingVoteCasting (558) */ + /** @name PalletConvictionVotingVoteCasting (577) */ interface PalletConvictionVotingVoteCasting extends Struct { readonly votes: Vec>; readonly delegations: PalletConvictionVotingDelegations; readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingDelegations (562) */ + /** @name PalletConvictionVotingDelegations (581) */ interface PalletConvictionVotingDelegations extends Struct { readonly votes: u128; readonly capital: u128; } - /** @name PalletConvictionVotingVotePriorLock (563) */ + /** @name PalletConvictionVotingVotePriorLock (582) */ interface PalletConvictionVotingVotePriorLock extends ITuple<[u32, u128]> {} - /** @name PalletConvictionVotingVoteDelegating (564) */ + /** @name PalletConvictionVotingVoteDelegating (583) */ interface PalletConvictionVotingVoteDelegating extends Struct { readonly balance: u128; readonly target: AccountId20; @@ -7134,7 +7210,7 @@ declare module "@polkadot/types/lookup" { readonly prior: PalletConvictionVotingVotePriorLock; } - /** @name PalletConvictionVotingError (568) */ + /** @name PalletConvictionVotingError (587) */ interface PalletConvictionVotingError extends Enum { readonly isNotOngoing: boolean; readonly isNotVoter: boolean; @@ -7163,7 +7239,7 @@ declare module "@polkadot/types/lookup" { | "BadClass"; } - /** @name PalletReferendaReferendumInfo (569) */ + /** @name PalletReferendaReferendumInfo (588) */ interface PalletReferendaReferendumInfo extends Enum { readonly isOngoing: boolean; readonly asOngoing: PalletReferendaReferendumStatus; @@ -7188,7 +7264,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Ongoing" | "Approved" | "Rejected" | "Cancelled" | "TimedOut" | "Killed"; } - /** @name PalletReferendaReferendumStatus (570) */ + /** @name PalletReferendaReferendumStatus (589) */ interface PalletReferendaReferendumStatus extends Struct { readonly track: u16; readonly origin: MoonriverRuntimeOriginCaller; @@ -7203,19 +7279,19 @@ declare module "@polkadot/types/lookup" { readonly alarm: Option]>>; } - /** @name PalletReferendaDeposit (571) */ + /** @name PalletReferendaDeposit (590) */ interface PalletReferendaDeposit extends Struct { readonly who: AccountId20; readonly amount: u128; } - /** @name PalletReferendaDecidingStatus (574) */ + /** @name PalletReferendaDecidingStatus (593) */ interface PalletReferendaDecidingStatus extends Struct { readonly since: u32; readonly confirming: Option; } - /** @name PalletReferendaTrackInfo (582) */ + /** @name PalletReferendaTrackInfo (601) */ interface PalletReferendaTrackInfo extends Struct { readonly name: Text; readonly maxDeciding: u32; @@ -7228,7 +7304,7 @@ declare module "@polkadot/types/lookup" { readonly minSupport: PalletReferendaCurve; } - /** @name PalletReferendaCurve (583) */ + /** @name PalletReferendaCurve (602) */ interface PalletReferendaCurve extends Enum { readonly isLinearDecreasing: boolean; readonly asLinearDecreasing: { @@ -7252,7 +7328,7 @@ declare module "@polkadot/types/lookup" { readonly type: "LinearDecreasing" | "SteppedDecreasing" | "Reciprocal"; } - /** @name PalletReferendaError (586) */ + /** @name PalletReferendaError (605) */ interface PalletReferendaError extends Enum { readonly isNotOngoing: boolean; readonly isHasDeposit: boolean; @@ -7285,7 +7361,7 @@ declare module "@polkadot/types/lookup" { | "PreimageStoredWithDifferentLength"; } - /** @name PalletWhitelistError (587) */ + /** @name PalletWhitelistError (606) */ interface PalletWhitelistError extends Enum { readonly isUnavailablePreImage: boolean; readonly isUndecodableCall: boolean; @@ -7300,7 +7376,7 @@ declare module "@polkadot/types/lookup" { | "CallAlreadyWhitelisted"; } - /** @name PalletCollectiveVotes (589) */ + /** @name PalletCollectiveVotes (608) */ interface PalletCollectiveVotes extends Struct { readonly index: u32; readonly threshold: u32; @@ -7309,7 +7385,7 @@ declare module "@polkadot/types/lookup" { readonly end: u32; } - /** @name PalletCollectiveError (590) */ + /** @name PalletCollectiveError (609) */ interface PalletCollectiveError extends Enum { readonly isNotMember: boolean; readonly isDuplicateProposal: boolean; @@ -7336,7 +7412,7 @@ declare module "@polkadot/types/lookup" { | "PrimeAccountNotMember"; } - /** @name PalletTreasuryProposal (593) */ + /** @name PalletTreasuryProposal (612) */ interface PalletTreasuryProposal extends Struct { readonly proposer: AccountId20; readonly value: u128; @@ -7344,7 +7420,7 @@ declare module "@polkadot/types/lookup" { readonly bond: u128; } - /** @name PalletTreasurySpendStatus (596) */ + /** @name PalletTreasurySpendStatus (615) */ interface PalletTreasurySpendStatus extends Struct { readonly assetKind: Null; readonly amount: u128; @@ -7354,7 +7430,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletTreasuryPaymentState; } - /** @name PalletTreasuryPaymentState (597) */ + /** @name PalletTreasuryPaymentState (616) */ interface PalletTreasuryPaymentState extends Enum { readonly isPending: boolean; readonly isAttempted: boolean; @@ -7365,12 +7441,11 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "Attempted" | "Failed"; } - /** @name FrameSupportPalletId (599) */ + /** @name FrameSupportPalletId (618) */ interface FrameSupportPalletId extends U8aFixed {} - /** @name PalletTreasuryError (600) */ + /** @name PalletTreasuryError (619) */ interface PalletTreasuryError extends Enum { - readonly isInsufficientProposersBalance: boolean; readonly isInvalidIndex: boolean; readonly isTooManyApprovals: boolean; readonly isInsufficientPermission: boolean; @@ -7383,7 +7458,6 @@ declare module "@polkadot/types/lookup" { readonly isNotAttempted: boolean; readonly isInconclusive: boolean; readonly type: - | "InsufficientProposersBalance" | "InvalidIndex" | "TooManyApprovals" | "InsufficientPermission" @@ -7397,14 +7471,14 @@ declare module "@polkadot/types/lookup" { | "Inconclusive"; } - /** @name PalletCrowdloanRewardsRewardInfo (601) */ + /** @name PalletCrowdloanRewardsRewardInfo (620) */ interface PalletCrowdloanRewardsRewardInfo extends Struct { readonly totalReward: u128; readonly claimedReward: u128; readonly contributedRelayAddresses: Vec; } - /** @name PalletCrowdloanRewardsError (603) */ + /** @name PalletCrowdloanRewardsError (622) */ interface PalletCrowdloanRewardsError extends Enum { readonly isAlreadyAssociated: boolean; readonly isBatchBeyondFundPot: boolean; @@ -7439,7 +7513,7 @@ declare module "@polkadot/types/lookup" { | "InsufficientNumberOfValidProofs"; } - /** @name CumulusPalletXcmpQueueOutboundChannelDetails (608) */ + /** @name CumulusPalletXcmpQueueOutboundChannelDetails (627) */ interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct { readonly recipient: u32; readonly state: CumulusPalletXcmpQueueOutboundState; @@ -7448,57 +7522,36 @@ declare module "@polkadot/types/lookup" { readonly lastIndex: u16; } - /** @name CumulusPalletXcmpQueueOutboundState (609) */ + /** @name CumulusPalletXcmpQueueOutboundState (628) */ interface CumulusPalletXcmpQueueOutboundState extends Enum { readonly isOk: boolean; readonly isSuspended: boolean; readonly type: "Ok" | "Suspended"; } - /** @name CumulusPalletXcmpQueueQueueConfigData (611) */ + /** @name CumulusPalletXcmpQueueQueueConfigData (632) */ interface CumulusPalletXcmpQueueQueueConfigData extends Struct { readonly suspendThreshold: u32; readonly dropThreshold: u32; readonly resumeThreshold: u32; } - /** @name CumulusPalletXcmpQueueError (612) */ + /** @name CumulusPalletXcmpQueueError (633) */ interface CumulusPalletXcmpQueueError extends Enum { readonly isBadQueueConfig: boolean; readonly isAlreadySuspended: boolean; readonly isAlreadyResumed: boolean; - readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed"; - } - - /** @name CumulusPalletDmpQueueMigrationState (613) */ - 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 (616) */ + /** @name PalletXcmQueryStatus (634) */ interface PalletXcmQueryStatus extends Enum { readonly isPending: boolean; readonly asPending: { @@ -7520,7 +7573,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Pending" | "VersionNotifier" | "Ready"; } - /** @name XcmVersionedResponse (620) */ + /** @name XcmVersionedResponse (638) */ interface XcmVersionedResponse extends Enum { readonly isV2: boolean; readonly asV2: XcmV2Response; @@ -7531,7 +7584,7 @@ declare module "@polkadot/types/lookup" { readonly type: "V2" | "V3" | "V4"; } - /** @name PalletXcmVersionMigrationStage (626) */ + /** @name PalletXcmVersionMigrationStage (644) */ interface PalletXcmVersionMigrationStage extends Enum { readonly isMigrateSupportedVersion: boolean; readonly isMigrateVersionNotifiers: boolean; @@ -7545,7 +7598,7 @@ declare module "@polkadot/types/lookup" { | "MigrateAndNotifyOldTargets"; } - /** @name PalletXcmRemoteLockedFungibleRecord (629) */ + /** @name PalletXcmRemoteLockedFungibleRecord (647) */ interface PalletXcmRemoteLockedFungibleRecord extends Struct { readonly amount: u128; readonly owner: XcmVersionedLocation; @@ -7553,7 +7606,7 @@ declare module "@polkadot/types/lookup" { readonly consumers: Vec>; } - /** @name PalletXcmError (636) */ + /** @name PalletXcmError (654) */ interface PalletXcmError extends Enum { readonly isUnreachable: boolean; readonly isSendFailure: boolean; @@ -7606,7 +7659,7 @@ declare module "@polkadot/types/lookup" { | "LocalExecutionIncomplete"; } - /** @name PalletAssetsAssetDetails (637) */ + /** @name PalletAssetsAssetDetails (655) */ interface PalletAssetsAssetDetails extends Struct { readonly owner: AccountId20; readonly issuer: AccountId20; @@ -7622,7 +7675,7 @@ declare module "@polkadot/types/lookup" { readonly status: PalletAssetsAssetStatus; } - /** @name PalletAssetsAssetStatus (638) */ + /** @name PalletAssetsAssetStatus (656) */ interface PalletAssetsAssetStatus extends Enum { readonly isLive: boolean; readonly isFrozen: boolean; @@ -7630,7 +7683,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Live" | "Frozen" | "Destroying"; } - /** @name PalletAssetsAssetAccount (640) */ + /** @name PalletAssetsAssetAccount (658) */ interface PalletAssetsAssetAccount extends Struct { readonly balance: u128; readonly status: PalletAssetsAccountStatus; @@ -7638,7 +7691,7 @@ declare module "@polkadot/types/lookup" { readonly extra: Null; } - /** @name PalletAssetsAccountStatus (641) */ + /** @name PalletAssetsAccountStatus (659) */ interface PalletAssetsAccountStatus extends Enum { readonly isLiquid: boolean; readonly isFrozen: boolean; @@ -7646,7 +7699,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Liquid" | "Frozen" | "Blocked"; } - /** @name PalletAssetsExistenceReason (642) */ + /** @name PalletAssetsExistenceReason (660) */ interface PalletAssetsExistenceReason extends Enum { readonly isConsumer: boolean; readonly isSufficient: boolean; @@ -7658,13 +7711,13 @@ declare module "@polkadot/types/lookup" { readonly type: "Consumer" | "Sufficient" | "DepositHeld" | "DepositRefunded" | "DepositFrom"; } - /** @name PalletAssetsApproval (644) */ + /** @name PalletAssetsApproval (662) */ interface PalletAssetsApproval extends Struct { readonly amount: u128; readonly deposit: u128; } - /** @name PalletAssetsAssetMetadata (645) */ + /** @name PalletAssetsAssetMetadata (663) */ interface PalletAssetsAssetMetadata extends Struct { readonly deposit: u128; readonly name: Bytes; @@ -7673,7 +7726,7 @@ declare module "@polkadot/types/lookup" { readonly isFrozen: bool; } - /** @name PalletAssetsError (647) */ + /** @name PalletAssetsError (665) */ interface PalletAssetsError extends Enum { readonly isBalanceLow: boolean; readonly isNoAccount: boolean; @@ -7695,6 +7748,7 @@ declare module "@polkadot/types/lookup" { readonly isIncorrectStatus: boolean; readonly isNotFrozen: boolean; readonly isCallbackFailed: boolean; + readonly isBadAssetId: boolean; readonly type: | "BalanceLow" | "NoAccount" @@ -7715,10 +7769,11 @@ declare module "@polkadot/types/lookup" { | "AssetNotLive" | "IncorrectStatus" | "NotFrozen" - | "CallbackFailed"; + | "CallbackFailed" + | "BadAssetId"; } - /** @name PalletAssetManagerError (648) */ + /** @name PalletAssetManagerError (666) */ interface PalletAssetManagerError extends Enum { readonly isErrorCreatingAsset: boolean; readonly isAssetAlreadyExists: boolean; @@ -7739,7 +7794,7 @@ declare module "@polkadot/types/lookup" { | "NonExistentLocalAsset"; } - /** @name OrmlXtokensModuleError (649) */ + /** @name OrmlXtokensModuleError (667) */ interface OrmlXtokensModuleError extends Enum { readonly isAssetHasNoReserve: boolean; readonly isNotCrossChainTransfer: boolean; @@ -7784,7 +7839,7 @@ declare module "@polkadot/types/lookup" { | "RateLimited"; } - /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (650) */ + /** @name PalletXcmTransactorRelayIndicesRelayChainIndices (668) */ interface PalletXcmTransactorRelayIndicesRelayChainIndices extends Struct { readonly staking: u8; readonly utility: u8; @@ -7806,7 +7861,7 @@ declare module "@polkadot/types/lookup" { readonly cancelOpenRequest: u8; } - /** @name PalletXcmTransactorError (651) */ + /** @name PalletXcmTransactorError (669) */ interface PalletXcmTransactorError extends Enum { readonly isIndexAlreadyClaimed: boolean; readonly isUnclaimedIndex: boolean; @@ -7865,13 +7920,13 @@ declare module "@polkadot/types/lookup" { | "RefundNotSupportedWithTransactInfo"; } - /** @name PalletEthereumXcmError (652) */ + /** @name PalletEthereumXcmError (670) */ interface PalletEthereumXcmError extends Enum { readonly isEthereumXcmExecutionSuspended: boolean; readonly type: "EthereumXcmExecutionSuspended"; } - /** @name PalletMessageQueueBookState (653) */ + /** @name PalletMessageQueueBookState (671) */ interface PalletMessageQueueBookState extends Struct { readonly begin: u32; readonly end: u32; @@ -7881,13 +7936,13 @@ declare module "@polkadot/types/lookup" { readonly size_: u64; } - /** @name PalletMessageQueueNeighbours (655) */ + /** @name PalletMessageQueueNeighbours (673) */ interface PalletMessageQueueNeighbours extends Struct { readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin; readonly next: CumulusPrimitivesCoreAggregateMessageOrigin; } - /** @name PalletMessageQueuePage (657) */ + /** @name PalletMessageQueuePage (675) */ interface PalletMessageQueuePage extends Struct { readonly remaining: u32; readonly remainingSize: u32; @@ -7897,7 +7952,7 @@ declare module "@polkadot/types/lookup" { readonly heap: Bytes; } - /** @name PalletMessageQueueError (659) */ + /** @name PalletMessageQueueError (677) */ interface PalletMessageQueueError extends Enum { readonly isNotReapable: boolean; readonly isNoPage: boolean; @@ -7920,7 +7975,7 @@ declare module "@polkadot/types/lookup" { | "RecursiveDisallowed"; } - /** @name PalletMoonbeamForeignAssetsAssetStatus (661) */ + /** @name PalletMoonbeamForeignAssetsAssetStatus (679) */ interface PalletMoonbeamForeignAssetsAssetStatus extends Enum { readonly isActive: boolean; readonly isFrozenXcmDepositAllowed: boolean; @@ -7928,7 +7983,7 @@ declare module "@polkadot/types/lookup" { readonly type: "Active" | "FrozenXcmDepositAllowed" | "FrozenXcmDepositForbidden"; } - /** @name PalletMoonbeamForeignAssetsError (662) */ + /** @name PalletMoonbeamForeignAssetsError (680) */ interface PalletMoonbeamForeignAssetsError extends Enum { readonly isAssetAlreadyExists: boolean; readonly isAssetAlreadyFrozen: boolean; @@ -7961,7 +8016,7 @@ declare module "@polkadot/types/lookup" { | "TooManyForeignAssets"; } - /** @name PalletXcmWeightTraderError (664) */ + /** @name PalletXcmWeightTraderError (682) */ interface PalletXcmWeightTraderError extends Enum { readonly isAssetAlreadyAdded: boolean; readonly isAssetAlreadyPaused: boolean; @@ -7978,32 +8033,32 @@ declare module "@polkadot/types/lookup" { | "PriceCannotBeZero"; } - /** @name PalletEmergencyParaXcmXcmMode (665) */ + /** @name PalletEmergencyParaXcmXcmMode (683) */ interface PalletEmergencyParaXcmXcmMode extends Enum { readonly isNormal: boolean; readonly isPaused: boolean; readonly type: "Normal" | "Paused"; } - /** @name PalletEmergencyParaXcmError (666) */ + /** @name PalletEmergencyParaXcmError (684) */ interface PalletEmergencyParaXcmError extends Enum { readonly isNotInPausedMode: boolean; readonly type: "NotInPausedMode"; } - /** @name PalletPrecompileBenchmarksError (668) */ + /** @name PalletPrecompileBenchmarksError (686) */ interface PalletPrecompileBenchmarksError extends Enum { readonly isBenchmarkError: boolean; readonly type: "BenchmarkError"; } - /** @name PalletRandomnessRequestState (669) */ + /** @name PalletRandomnessRequestState (687) */ interface PalletRandomnessRequestState extends Struct { readonly request: PalletRandomnessRequest; readonly deposit: u128; } - /** @name PalletRandomnessRequest (670) */ + /** @name PalletRandomnessRequest (688) */ interface PalletRandomnessRequest extends Struct { readonly refundAddress: H160; readonly contractAddress: H160; @@ -8014,7 +8069,7 @@ declare module "@polkadot/types/lookup" { readonly info: PalletRandomnessRequestInfo; } - /** @name PalletRandomnessRequestInfo (671) */ + /** @name PalletRandomnessRequestInfo (689) */ interface PalletRandomnessRequestInfo extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: ITuple<[u64, u64]>; @@ -8023,7 +8078,7 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRequestType (672) */ + /** @name PalletRandomnessRequestType (690) */ interface PalletRandomnessRequestType extends Enum { readonly isBabeEpoch: boolean; readonly asBabeEpoch: u64; @@ -8032,13 +8087,13 @@ declare module "@polkadot/types/lookup" { readonly type: "BabeEpoch" | "Local"; } - /** @name PalletRandomnessRandomnessResult (673) */ + /** @name PalletRandomnessRandomnessResult (691) */ interface PalletRandomnessRandomnessResult extends Struct { readonly randomness: Option; readonly requestCount: u64; } - /** @name PalletRandomnessError (674) */ + /** @name PalletRandomnessError (692) */ interface PalletRandomnessError extends Enum { readonly isRequestCounterOverflowed: boolean; readonly isRequestFeeOverflowed: boolean; @@ -8067,42 +8122,42 @@ declare module "@polkadot/types/lookup" { | "RandomnessResultNotFilled"; } - /** @name FrameSystemExtensionsCheckNonZeroSender (677) */ + /** @name FrameSystemExtensionsCheckNonZeroSender (695) */ type FrameSystemExtensionsCheckNonZeroSender = Null; - /** @name FrameSystemExtensionsCheckSpecVersion (678) */ + /** @name FrameSystemExtensionsCheckSpecVersion (696) */ type FrameSystemExtensionsCheckSpecVersion = Null; - /** @name FrameSystemExtensionsCheckTxVersion (679) */ + /** @name FrameSystemExtensionsCheckTxVersion (697) */ type FrameSystemExtensionsCheckTxVersion = Null; - /** @name FrameSystemExtensionsCheckGenesis (680) */ + /** @name FrameSystemExtensionsCheckGenesis (698) */ type FrameSystemExtensionsCheckGenesis = Null; - /** @name FrameSystemExtensionsCheckNonce (683) */ + /** @name FrameSystemExtensionsCheckNonce (701) */ interface FrameSystemExtensionsCheckNonce extends Compact {} - /** @name FrameSystemExtensionsCheckWeight (684) */ + /** @name FrameSystemExtensionsCheckWeight (702) */ type FrameSystemExtensionsCheckWeight = Null; - /** @name PalletTransactionPaymentChargeTransactionPayment (685) */ + /** @name PalletTransactionPaymentChargeTransactionPayment (703) */ interface PalletTransactionPaymentChargeTransactionPayment extends Compact {} - /** @name FrameMetadataHashExtensionCheckMetadataHash (686) */ + /** @name FrameMetadataHashExtensionCheckMetadataHash (704) */ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct { readonly mode: FrameMetadataHashExtensionMode; } - /** @name FrameMetadataHashExtensionMode (687) */ + /** @name FrameMetadataHashExtensionMode (705) */ interface FrameMetadataHashExtensionMode extends Enum { readonly isDisabled: boolean; readonly isEnabled: boolean; readonly type: "Disabled" | "Enabled"; } - /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (688) */ + /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (706) */ type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null; - /** @name MoonriverRuntimeRuntime (690) */ + /** @name MoonriverRuntimeRuntime (708) */ type MoonriverRuntimeRuntime = Null; } // declare module diff --git a/typescript-api/src/moonriver/interfaces/types.ts b/typescript-api/src/moonriver/interfaces/types.ts index 35d50cccd0..11b9b02166 100644 --- a/typescript-api/src/moonriver/interfaces/types.ts +++ b/typescript-api/src/moonriver/interfaces/types.ts @@ -1,4 +1,4 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ -export * from "./empty/types.js"; +export * from "./moon/types.js";