Sign a message
Use the signMessage
method exported from the useSolanaWallets
hook to sign a message with an Solana wallet.
Usage
Parameters
Message to be signed.
Response
The signature produced by the wallet.
Use the signMessage
method exported from the useSolanaWallets
hook to sign a message with an Solana wallet.
Usage
Parameters
Message to be signed.
Response
The signature produced by the wallet.
Request a message signature on the wallets Ethereum provider.
Parameters
The method for the wallet request. For signing messages, this is 'signMessage'
.
Returns
The signature produced by the wallet.
Request a message signature on the wallet’s Solana provider.
Parameters
The message to sign, as a base64-encoded string.
Returns
The signature produced by the wallet.
Use the signMessage
method on the Solana wallet provider to sign a message with the wallet.
Parameters
The message to sign, as a base64-encoded string.
Returns
The signature produced by the wallet.
Usage
Parameters
The base64 encoded bytes of the message or transaction to sign.
Returns
The base64 encoded signature of the message, produced by the wallet.
Use the signMessage
method on the Solana wallet provider to sign a message with the wallet.
Parameters
The message to sign, as a base64-encoded string.
Returns
The signature produced by the wallet.
Use the signMessage
method on the ethereum client to sign a message with an Solana wallet.
Usage
Parameters
Unique ID of the wallet to take actions with.
The string or bytes to sign with the wallet.
Idempotency key to identify a unique request.
Returns
An encoded string serializing the signature produced by the user’s wallet.
The encoding format for the returned signature
. Currently, only 'base64'
is supported for
Solana.
To sign a message make a POST request to
Parameters
RPC method to execute with the wallet.
Parameters for the RPC method to execute with the wallet.
Returns
The RPC method executed with the wallet.
Outputs for the RPC method executed with the wallet.