Expand description
External (foreign) high-level Spark signer trait.
Mirrors spark_wallet::SparkSigner using FFI-compatible types so an
integrator can implement the Spark flow-signing surface directly.
The SDK wraps an implementation in
ExternalSparkSignerAdapter to obtain a
native spark_wallet::SparkSigner.
Traitsยง
- External
Spark Signer - FFI-compatible mirror of
spark_wallet::SparkSigner.