bitbadgesjs-sdk - v0.22.7
    Preparing search index...

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

    from message cosmos.bank.v1beta1.Balance

    Hierarchy

    Index

    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"

    Methods