A Fuel-native signer backed by an external signing function.
Use this for hardware wallets, AWS KMS, or other secure enclaves
that manage private keys externally. The SDK handles Fuel-specific
message framing (prefix + SHA-256 hashing); your callback only needs
to sign a raw 32-byte digest.
A Fuel-native signer backed by an external signing function.
Use this for hardware wallets, AWS KMS, or other secure enclaves that manage private keys externally. The SDK handles Fuel-specific message framing (prefix + SHA-256 hashing); your callback only needs to sign a raw 32-byte digest.
Example