CreateKeyringRequest
Defined in: astrobase/src/keyrings/procedure-types.ts:22
Request options for keyring creation.
Extended by
Section titled “Extended by”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.
passphrase
Section titled “passphrase”passphrase:
string
Defined in: astrobase/src/keyrings/procedure-types.ts:24
The passphrase used to protect the keyring payload.
wordlist
Section titled “wordlist”wordlist:
string
[]
Defined in: astrobase/src/keyrings/procedure-types.ts:28
The wordlist to use for the mnemonic.