SignerRequestTransformFn
SignerRequestTransformFn = (
request) =>JsonRpcRequest
Defined in: src/signer.ts:55
A function that transforms a JSON-RPC request before it is sent to the signer. Transforms are applied in order and each receives the output of the previous one.
Parameters
Section titled “Parameters”request
Section titled “request”JsonRpcRequest
Returns
Section titled “Returns”JsonRpcRequest