Variable methodHandlersConst

methodHandlers: {
    eth_signTypedData: ETHRequestHandler;
    eth_signTypedData_v1: any;
} & UnknownETHMethod = ...

An object mapping Ethereum JSON-RPC signing methods to their respective request handlers. The request handlers take an ETHHandlerReq object as input and return a promise that resolves to the signature result. Currently supported methods: eth_signTypedData

Generated using TypeDoc