Skip to content

Documentation / server-auth / WalletApiEthereumSignTypedDataRpcResponseType

Type alias: WalletApiEthereumSignTypedDataRpcResponseType

WalletApiEthereumSignTypedDataRpcResponseType: Object

Type declaration

data

data: Object

Data returned from the RPC method.

data.encoding

data.encoding: string

Encoding of the signature.

data.signature

data.signature: string

Signature produced by the wallet.

method

method: "eth_signTypedData_v4"

RPC method executed by the wallet.