Skip to content

Documentation / server-auth / WalletApiSolanaSignMessageRpcResponseType

Type alias: WalletApiSolanaSignMessageRpcResponseType

WalletApiSolanaSignMessageRpcResponseType: Object

Deprecated

Use SolanaSignMessageResponseType instead from the `privy.walletApi.solana.signMessage(...) method.

Type declaration

data

data: Object

Data returned from the RPC method.

data.signature

data.signature: Uint8Array

Signature produced by the wallet.

method

method: "signMessage"

RPC method executed by the wallet.