Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CosmosWalletStrategy

Index

Constructors

Properties

strategies: Record<Wallet, undefined | ConcreteCosmosWalletStrategy>
wallet: Wallet

Methods

  • getAddresses(): Promise<string[]>
  • getPubKey(): Promise<string>
  • setWallet(wallet: Wallet): void
  • signAminoTransaction(transaction: { address: string; stdSignDoc: StdSignDoc }): Promise<AminoSignResponse>
  • signTransaction(transaction: { accountNumber: number; address: string; chainId: string; txRaw: TxRaw }): Promise<DirectSignResponse>

Generated using TypeDoc