@stellar-passkey/core API / BootstrapAdminParams
Interface: BootstrapAdminParams
Defined in: packages/core/src/deployer.ts:30
Properties
contractId
readonlycontractId:string
Defined in: packages/core/src/deployer.ts:32
C-address of the freshly-deployed wallet contract.
credentialId
readonlycredentialId:Uint8Array
Defined in: packages/core/src/deployer.ts:34
Credential ID returned by the authenticator (becomes signer-id on-chain).
publicKey
readonlypublicKey:Uint8Array
Defined in: packages/core/src/deployer.ts:36
65-byte SEC-1 uncompressed P-256 public key (0x04 || X || Y).