Appearance
Documentation / server-auth / WalletApiEthereumPersonalSignRpcResponseType
Type alias: WalletApiEthereumPersonalSignRpcResponseType
WalletApiEthereumPersonalSignRpcResponseType:
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:
"personal_sign"
RPC method executed by the wallet.