Skip to content

Documentation / server-auth / WalletApiEthereumSignTransactionRpcResponseType

Type alias: WalletApiEthereumSignTransactionRpcResponseType

WalletApiEthereumSignTransactionRpcResponseType: Object

Type declaration

data

data: Object

Data returned from the RPC method.

data.encoding

data.encoding: string

Encoding of the signed transaction.

data.signedTransaction

data.signedTransaction: string

Signed transaction object produced by the wallet.

method

method: "eth_signTransaction"

RPC method executed by the wallet.