GetPrivateKeyOptions
Defined in: astrobase/src/identity/identity.ts:63
Options for getPrivateKey.
Extends
Section titled “Extends”BaseIdentityOptions
Properties
Section titled “Properties”instance
Section titled “instance”instance:
Instance
Defined in: astrobase/src/identity/identity.ts:56
Instance used for keyring and content retrieval.
Inherited from
Section titled “Inherited from”BaseIdentityOptions.instance
lookaheadLimit?
Section titled “lookaheadLimit?”
optional
lookaheadLimit:number
Defined in: astrobase/src/identity/identity.ts:59
Limit of unused BIP32 derivation indexes before giving up.
Inherited from
Section titled “Inherited from”BaseIdentityOptions.lookaheadLimit
publicKey
Section titled “publicKey”publicKey:
Uint8Array
Defined in: astrobase/src/identity/identity.ts:65
The target public key.