Skip to content

@stellar-passkey/core API


@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

readonly contractId: string

Defined in: packages/core/src/sign.ts:219


credentialId

readonly credentialId: Uint8Array

Defined in: packages/core/src/sign.ts:221


networkPassphrase?

readonly optional networkPassphrase: string

Defined in: packages/core/src/sign.ts:222


rpId

readonly rpId: string

Defined in: packages/core/src/sign.ts:220


signatureExpirationLedger

readonly signatureExpirationLedger: number

Defined in: packages/core/src/sign.ts:223


signer?

readonly optional signer: PasskeyAssertSigner

Defined in: packages/core/src/sign.ts:224

MIT — SCF-43 RFP submission (2026). Status: pre-1.0.