interface RoflmarketProviderUpdate {
    metadata: {
        [key: string]: string;
    };
    nodes: PublicKey[];
    payment_address: RoflmarketPaymentAddress;
    provider: Uint8Array;
    scheduler_app: AppID;
}

Properties

metadata: {
    [key: string]: string;
}
nodes: PublicKey[]
payment_address: RoflmarketPaymentAddress
provider: Uint8Array
scheduler_app: AppID