Class SeiLedgerOfflineAminoSigner

A signer implementation that uses a Ledger device to sign transactions

Implements

  • OfflineAminoSigner

Constructors

Methods

Constructors

Methods

  • Request signature from whichever key corresponds to provided bech32-encoded address. Rejects if not enabled.

    The signer implementation may offer the user the ability to override parts of the signDoc. It must return the doc that was signed in the response.

    Parameters

    • _signerAddress: string
    • signDoc: StdSignDoc

      The content that should be signed

    Returns Promise<AminoSignResponse>