You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entropy transfer dogs 222
file:///home/ENTROPY/cli/node_modules/@polkadot/types-create/create/type.js:51
firstError = new Error(`createType(${type}):: ${error.message}`);
^
Error: createType(Call):: Call: failed decoding balances.transferAllowDeath:: Struct: failed on args: {"dest":"MultiAddress","value":"Lookup80"}:: Struct: failed on dest: {"_enum":{"Id":"AccountId","Index":"Compact<AccountIndex>","Raw":"Bytes","Address32":"H256","Address20":"H160"}}:: Decoding dogs: Invalid decoded address checksum
at createTypeUnsafe (file:///home/ENTROPY/cli/node_modules/@polkadot/types-create/create/type.js:51:22)
at TypeRegistry.createTypeUnsafe (file:///home/ENTROPY/cli/node_modules/@polkadot/types/create/registry.js:226:16)
at extrinsicFn (file:///home/ENTROPY/cli/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.js:13:25)
at Object.decorated [as transferAllowDeath] (file:///home/ENTROPY/cli/node_modules/@polkadot/api/base/Decorate.js:539:50)
at file:///home/ENTROPY/cli/dist/cli.js:11270:42
at new Promise (<anonymous>)
at EntropyTransfer.rawTransfer (file:///home/ENTROPY/cli/dist/cli.js:11269:12)
at EntropyTransfer.transfer (file:///home/ENTROPY/cli/dist/cli.js:11254:18)
at Command.<anonymous> (file:///home/ENTROPY/cli/dist/cli.js:12064:27)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Ways it could fail
bad "destination"
bad "amount" (not enough, invalid input)
bad "from" account
The text was updated successfully, but these errors were encountered:
e.g.
Ways it could fail
The text was updated successfully, but these errors were encountered: