ImportKeyringRequest
Defined in: astrobase/src/keyrings/procedure-types.ts:40
Request options for keyring import.
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T
= unknown
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optional
metadata:T
Defined in: astrobase/src/keyrings/procedure-types.ts:26
Optional arbitrary metadata to store unencrypted alongside the keyring.
Inherited from
Section titled “Inherited from”mnemonic
Section titled “mnemonic”mnemonic:
string
Defined in: astrobase/src/keyrings/procedure-types.ts:42
The mnemonic sentence.
passphrase
Section titled “passphrase”passphrase:
string
Defined in: astrobase/src/keyrings/procedure-types.ts:24
The passphrase used to protect the keyring payload.
Inherited from
Section titled “Inherited from”CreateKeyringRequest
.passphrase
wordlist
Section titled “wordlist”wordlist:
string
[]
Defined in: astrobase/src/keyrings/procedure-types.ts:44
The wordlist to use for the mnemonic.