@stellar-passkey/core API / MockKitConfig
Interface: MockKitConfig
Defined in: packages/core/src/mock.ts:49
Properties
networkPassphrase?
readonlyoptionalnetworkPassphrase:string
Defined in: packages/core/src/mock.ts:53
Network passphrase used when signing auth entries. Defaults to testnet.
rpId
readonlyrpId:string
Defined in: packages/core/src/mock.ts:51
WebAuthn rpId the synthetic ceremonies are bound to.
signatureExpirationLedgerOffset?
readonlyoptionalsignatureExpirationLedgerOffset: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).