interface RoflmarketInstanceAccept {
    ids: MachineID[];
    metadata: {
        [key: string]: string;
    };
    provider: Uint8Array;
}

Properties

Properties

ids: MachineID[]
metadata: {
    [key: string]: string;
}
provider: Uint8Array