Properties
| Property | Type | Description |
|---|---|---|
solanaAccount | SolanaAddress | The Solana account to sign the message with. |
message | string | The message to sign (base64 encoded). |
type SignSolanaMessageOptions = {
solanaAccount: SolanaAddress;
message: string;
};
| Property | Type | Description |
|---|---|---|
solanaAccount | SolanaAddress | The Solana account to sign the message with. |
message | string | The message to sign (base64 encoded). |
Was this page helpful?