Balance defines an account address and balance pair used in the bank module's genesis state.

Hierarchy

  • Balance

Properties

Properties

address: string

address is the address of the balance holder.

coins: Coin[]

coins defines the different coins this balance holds.

Generated using TypeDoc