Interface IssuedCurrency

interface IssuedCurrency {
    currency: string;
    issuer: string;
}

Hierarchy (View Summary)

Properties

Properties

currency: string
issuer: string