Deploy a passkey smart-account
Sponsor-deploy a passkey smart-account (secp256r1 / WebAuthn). The SDK sends the passkey’s 65-byte uncompressed public key; the facilitator holds the sponsor secret, enforces the pinned Wasm hash, and returns the deployed contract address.
Authorizations
Server-held API key. Injected by the BFF (createRelayRoute / createSignerProxyRoute from @buckspay/nextjs). This key must only appear in server-side code and must never be shipped to a browser bundle.
Body
Request body for POST /stellar/contract/deploy.
65-byte uncompressed secp256r1 / WebAuthn public key, hex-encoded. Obtained from signer.getPublicKey() on a @buckspay/signers/passkey instance.
Stellar network identifier used in facilitator requests.
stellar-testnet, stellar-pubnet 
