Skip to main content
Final Class A signer that delegates all signing to the Crossmint backend via API key authentication.
This signer never performs local signing. When a wallet uses an API key signer, the Crossmint backend automatically approves transactions and signatures on behalf of the user. Calling signMessage or signTransaction directly will throw; signing is handled server-side during the transaction/signature creation API call.

Constructors

CrossmintApiKeySigner

Creates an API key signer.

Properties

type

locator

Methods

signMessage

Always throws — API key signers do not support local message signing.

signTransaction

Always throws — API key signers do not support local transaction signing.