Skip to content

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.

JsonRpcRequest

JsonRpcRequest