Skip to content

@stellar-passkey/core API


@stellar-passkey/core API / BootstrapAdminParams

Interface: BootstrapAdminParams

Defined in: packages/core/src/deployer.ts:30

Properties

contractId

readonly contractId: string

Defined in: packages/core/src/deployer.ts:32

C-address of the freshly-deployed wallet contract.


credentialId

readonly credentialId: Uint8Array

Defined in: packages/core/src/deployer.ts:34

Credential ID returned by the authenticator (becomes signer-id on-chain).


publicKey

readonly publicKey: Uint8Array

Defined in: packages/core/src/deployer.ts:36

65-byte SEC-1 uncompressed P-256 public key (0x04 || X || Y).

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