Interface IssuedCurrencyAmount

interface IssuedCurrencyAmount {
    currency: string;
    issuer: string;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

currency: string
issuer: string
value: string
MMNEPVFCICPMFPCPTTAAATR