polkadot-js / api

Promise and RxJS APIs around Polkadot and Substrate based chains via RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata.
Apache License 2.0
1.07k stars 350 forks source link

1002: balances.transferKeepAlive #3201

Closed ZentaChainAdmin closed 3 years ago

ZentaChainAdmin commented 3 years ago

As soon as I update the node

1002: Verification Error: Execution: Could not convert parameter tx between node and runtime: No such variant in enum MultiSignature: RuntimeApi, Execution: Could not convert parameter tx between node and runtime: No such variant in enum MultiSignature

I also add some dev configs: { "Address": "MultiAddress", "LookupSource": "MultiAddress" }

It doesn't help.

jacogr commented 3 years ago

Update which node? The types is only needed if the chain explicitly requires it - MultiAddress is the API default, so when nothing is specified, it would apply that by default.

Here is some info on the 3 Address formats that can be configured on the node - https://polkadot.js.org/docs/api/FAQ#i-cannot-send-transactions-sending-yields-decoding-failures

ZentaChainAdmin commented 3 years ago

Understand thank you so much! { "Address": "AccountId", "LookupSource": "AccountId" }

polkadot-js-bot commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.