Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Final Class
Solana variant of CrossmintNonCustodialSigner. Signs with ed25519 keys using base58 encoding. signMessage is intentionally unsupported — Solana only supports transaction signing.
final class CrossmintSolanaNonCustodialSigner extends CrossmintNonCustodialSigner
Constructors
CrossmintSolanaNonCustodialSigner
CrossmintSolanaNonCustodialSigner({
required super.client,
required super.bridge,
required super.type,
required super.locator,
super.address,
super.onAuthRequired,
super.bridgeClient,
})
Creates a Solana non-custodial signer.
Methods
signMessage
Future<String> signMessage(String message)
signTransaction
Future<String> signTransaction(String transaction)