interface RoflmarketProviderCreate {
    metadata: {
        [key: string]: string;
    };
    nodes: PublicKey[];
    offers: RoflmarketOffer[];
    payment_address: RoflmarketPaymentAddress;
    scheduler_app: AppID;
}

Properties

metadata: {
    [key: string]: string;
}
nodes: PublicKey[]
offers: RoflmarketOffer[]
payment_address: RoflmarketPaymentAddress
scheduler_app: AppID