Skip to main content

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 Stellar variant of CrossmintNonCustodialSigner. Signs with ed25519 keys using base64 encoding. signMessage is intentionally unsupported — Stellar only supports transaction signing.
final class CrossmintStellarNonCustodialSigner extends CrossmintNonCustodialSigner

Constructors

CrossmintStellarNonCustodialSigner

CrossmintStellarNonCustodialSigner({
  required super.client,
  required super.bridge,
  required super.type,
  required super.locator,
  super.address,
  super.onAuthRequired,
  super.bridgeClient,
})
Creates a Stellar non-custodial signer.

Methods

signMessage

Future<String> signMessage(String message)

signTransaction

Future<String> signTransaction(String transaction)