Skip to content

@stellar-passkey/core API


@stellar-passkey/core API / MockKitConfig

Interface: MockKitConfig

Defined in: packages/core/src/mock.ts:49

Properties

networkPassphrase?

readonly optional networkPassphrase: string

Defined in: packages/core/src/mock.ts:53

Network passphrase used when signing auth entries. Defaults to testnet.


rpId

readonly rpId: string

Defined in: packages/core/src/mock.ts:51

WebAuthn rpId the synthetic ceremonies are bound to.


signatureExpirationLedgerOffset?

readonly optional signatureExpirationLedgerOffset: number

Defined in: packages/core/src/mock.ts:60

Ledger window the auth-entry signature stays valid. Default 60. Tests typically don't care; the value is wired through so the signed signatureExpirationLedger field is non-zero (matching the live SDK's invariant).

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