Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseAccount

Implements

Index

Constructors

constructor

  • new BaseAccount(address: AccAddress, pubKey: PubKey | undefined, accountNumber: bigInteger.BigNumber, sequence: bigInteger.BigNumber, coins: Coin[]): BaseAccount

Methods

getAccountNumber

  • getAccountNumber(): bigInteger.BigInteger

getAddress

getCoins

  • getCoins(): Coin[]

getPubKey

  • getPubKey(): PubKey | undefined

getSequence

  • getSequence(): bigInteger.BigInteger

Static fromJSON

Generated using TypeDoc