Skip to content

Documentation / server-auth / EthereumSignMessageInputType

Type alias: EthereumSignMessageInputType

EthereumSignMessageInputType: EthereumRpcWrapper<Object>

Inputs for the `privy.walletApi.ethereum.signMessage(...) method.

Type declaration

message

message: string | Uint8Array

Message to sign as a UTF-8 string, a hex string, or an array of bytes.