interface RoflmarketProviderUpdate {
    created_at?: "warning: attempted to pass RoflmarketProvider type into RoflmarketProviderUpdate. Extraneous fields will cause this subcall to silently fail.";
    metadata: {
        [key: string]: string;
    };
    nodes: PublicKey[];
    payment_address: RoflmarketPaymentAddress;
    provider: Uint8Array;
    scheduler_app: AppID;
    stake?: "warning: attempted to pass RoflmarketProvider type into RoflmarketProviderUpdate. Extraneous fields will cause this subcall to silently fail.";
}

Properties

created_at?: "warning: attempted to pass RoflmarketProvider type into RoflmarketProviderUpdate. Extraneous fields will cause this subcall to silently fail."
metadata: {
    [key: string]: string;
}
nodes: PublicKey[]
payment_address: RoflmarketPaymentAddress
provider: Uint8Array
scheduler_app: AppID
stake?: "warning: attempted to pass RoflmarketProvider type into RoflmarketProviderUpdate. Extraneous fields will cause this subcall to silently fail."