Overview
DynamicSvmWalletClient::sign_message signs a UTF-8 message with Ed25519 and returns a base58-encoded 64-byte signature. The signature is over the raw message bytes — no Solana-specific message envelope is applied.
Sign Ed25519 messages with Dynamic’s Rust SDK for Solana
DynamicSvmWalletClient::sign_message signs a UTF-8 message with Ed25519 and returns a base58-encoded 64-byte signature. The signature is over the raw message bytes — no Solana-specific message envelope is applied.