Appearance
Documentation / server-auth / WalletApiSolanaSignMessageRpcResponseType
Type alias: WalletApiSolanaSignMessageRpcResponseType
WalletApiSolanaSignMessageRpcResponseType:
Object
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.