interface RoflmarketNativePayment {
    denomination: Uint8Array;
    terms: Map<RoflmarketTerm, Uint8Array>;
}

Properties

Properties

denomination: Uint8Array
terms: Map<RoflmarketTerm, Uint8Array>