interface RPCRequest {
    method: string;
    params: any[];
}

Properties

Properties

method: string
params: any[]