interface PSRequest {
    data?: Uint8Array;
    topic?: string;
    type?: PSRequest.Type;
}

Properties

Properties

data?: Uint8Array
topic?: string