Balance defines an account address and balance pair used in the bank module's genesis state.
from message cosmos.bank.v1beta1.Balance
Optional
address is the address of the balance holder.
from field: string address = 1;
coins defines the different coins this balance holds.
from field: repeated cosmos.base.v1beta1.Coin coins = 2;
Static
Readonly
Balance defines an account address and balance pair used in the bank module's genesis state.
Generated
from message cosmos.bank.v1beta1.Balance