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

Properties

Properties

amount: string
denom: string

Generated using TypeDoc