Skip to content

GetPrivateKeyOptions

Defined in: astrobase/src/identity/identity.ts:63

Options for getPrivateKey.

  • BaseIdentityOptions

instance: Instance

Defined in: astrobase/src/identity/identity.ts:56

Instance used for keyring and content retrieval.

BaseIdentityOptions.instance


optional lookaheadLimit: number

Defined in: astrobase/src/identity/identity.ts:59

Limit of unused BIP32 derivation indexes before giving up.

BaseIdentityOptions.lookaheadLimit


publicKey: Uint8Array

Defined in: astrobase/src/identity/identity.ts:65

The target public key.