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

from message cosmos.bank.v1beta1.Balance

Hierarchy

Constructors

Properties

address: string = ""

address is the address of the balance holder.

from field: string address = 1;

coins: Coin[] = []

coins defines the different coins this balance holds.

from field: repeated cosmos.base.v1beta1.Coin coins = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.Balance" = "cosmos.bank.v1beta1.Balance"

Methods