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 352 forks source link

Error: Invalid signer interface, it should implement either sign Payload or signNow (or both) #3817

Closed sbnair closed 3 years ago

sbnair commented 3 years ago

Hi

I get this error when calling polkadot api to call a pallet , Please let me know what could be this issue.

Thanks

jacogr commented 3 years ago

You have passed an invalid signer, not implementing the correct interfaces, via the API or tx options while not passing a keypair for signing.

polkadot-js-bot commented 3 years ago

This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.

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.