Type aliases
RpcRequest
RpcRequest<
TParams
> =object
Describes the elements of a Rpc or RpcSubscriptions request.
Type Parameters
Type Parameter | Default type |
---|---|
TParams | unknown |
Properties
methodName
readonly
methodName:string
Rhe name of the RPC method or subscription requested
params
readonly
params:TParams
The parameters to be passed to the RPC server