Interface MPTAmount

interface MPTAmount {
    mpt_issuance_id: string;
    value: string;
}

Properties

mpt_issuance_id: string
value: string