Interface iCosmosCoin<T>

interface iCosmosCoin<T> {
    amount: T;
    denom: string;
}

Type Parameters

Implemented by

Properties

Properties

amount: T

The amount of the coin.

denom: string

The denomination of the coin (e.g. "badge").