interface I_CURRENCY {
    currency: string;
    network?: string;
}

Properties

Properties

currency: string
network?: string