DecCoin defines a token with a denomination and a decimal amount.

NOTE: The amount field is an Dec which implements the custom method signatures required by gogoproto.

interface DecCoin {
    amount: string;
    denom: string;
}

Properties

Properties

amount: string
denom: string

Generated using TypeDoc