Signer<N, C>: SignOnlySigner<N, C> | SignAndSendSigner<N, C>

A Signer is an interface that must be provided to certain methods in the SDK to sign transactions. It can be either a SignOnlySigner or a SignAndSendSigner depending on circumstances. A Signer can be implemented by wrapping an existing offline wallet or a web wallet

Type Parameters

  • N extends Network = Network

  • C extends Chain = Chain

Generated using TypeDoc