interface StreamOpenRequest {
    peer: Uint8Array;
    proto: string[];
    timeout?: bigint;
}

Properties

Properties

proto: string[]
timeout?: bigint