Represents some amount of native token.

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

Implemented by

Properties

Properties

amount: string
denom: string

Generated using TypeDoc