Interface RoflmarketInstanceExecuteCmds

interface RoflmarketInstanceExecuteCmds {
    cmds: Uint8Array[];
    id: MachineID;
    provider: Uint8Array;
    status?: "warning: attempted to pass RoflmarketInstance type into RoflmarketInstanceExecuteCmds. Extraneous fields will cause this subcall to silently fail.";
}

Properties

Properties

cmds: Uint8Array[]
provider: Uint8Array
status?: "warning: attempted to pass RoflmarketInstance type into RoflmarketInstanceExecuteCmds. Extraneous fields will cause this subcall to silently fail."