Interface TokenAmount

interface TokenAmount {
    amount: undefined | BigDecimalRichValue;
    specifiedAt: undefined | Date;
    token: undefined | CoinID;
}

Properties

amount: undefined | BigDecimalRichValue
specifiedAt: undefined | Date
token: undefined | CoinID
MMNEPVFCICPMFPCPTTAAATR