@stellar-passkey/core API / SignAuthEntryOptions
Interface: SignAuthEntryOptions
Defined in: packages/core/src/sign.ts:218
Sign a single SorobanAuthorizationEntry XDR — the SEP-43 signAuthEntry primitive for compose-with-other-signers / atomic-swap workflows.
Parallels signTransaction but operates on one entry and returns the signed entry XDR. The signature is bound to the entry's (nonce, signatureExpirationLedger, invocation, networkId) quad.
Properties
contractId
readonlycontractId:string
Defined in: packages/core/src/sign.ts:219
credentialId
readonlycredentialId:Uint8Array
Defined in: packages/core/src/sign.ts:221
networkPassphrase?
readonlyoptionalnetworkPassphrase:string
Defined in: packages/core/src/sign.ts:222
rpId
readonlyrpId:string
Defined in: packages/core/src/sign.ts:220
signatureExpirationLedger
readonlysignatureExpirationLedger:number
Defined in: packages/core/src/sign.ts:223
signer?
readonlyoptionalsigner:PasskeyAssertSigner
Defined in: packages/core/src/sign.ts:224