Interface BatchCall

interface BatchCall {
    method: string;
    params?: JsonRpcParams;
    notification?: boolean;
}

Properties

method: string
params?: JsonRpcParams
notification?: boolean