interface RoflmarketInstanceCreate {
    admin?: Uint8Array;
    deployment?: RoflmarketDeployment;
    offer: OfferID;
    provider: Uint8Array;
    term: RoflmarketTerm;
    term_count: longnum;
}

Properties

admin?: Uint8Array
offer: OfferID
provider: Uint8Array
term_count: longnum