An array of SignerInterface signers.
The hasher used in signing extrinsics. Must match the hasher used by the chain in order to produce verifiable extrinsic signatures. Defaults to blake2b.
Optional
updatesCallback: ((id, status) => void)Receives updates from the caller of the signer on the status of the extrinsic submission.
Receives an update for the extrinsic signed by a signer.sign
An object implementing polkadot's signRaw
interface.
const signedTx = await tx.signAsync(<address>, {signer: getExtrinsicSigner(<signers>)})
Simplifies signing transactions using SignerInterface signers by wrapping it in a Polkadot signer interface.