Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OfflineAminoSigner

Implemented by

Index

Methods

  • Get AccountData array from wallet. Rejects if not enabled.

    Returns Promise<readonly AccountData[]>

  • 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

      The address of the account that should sign the transaction

    • signDoc: StdSignDoc

      The content that should be signed

    Returns Promise<AminoSignResponse>

Generated using TypeDoc