wallet-hd-derivation-kit
Preparing search index...
DerivationOptions
Interface DerivationOptions
interface
DerivationOptions
{
account
?:
number
;
chain
?:
ChainId
;
change
?:
number
;
count
?:
number
;
format
?:
ExtendedKeyFormat
;
index
?:
number
;
mnemonic
?:
string
;
passphrase
?:
string
;
path
?:
string
;
scriptType
?:
ScriptType
;
seed
?:
Uint8Array
<
ArrayBufferLike
>
;
seedHex
?:
string
;
source
?:
SeedSource
;
start
?:
number
;
validate
?:
boolean
;
}
Hierarchy (
View Summary
)
SeedSource
DerivationOptions
Index
Properties
account?
chain?
change?
count?
format?
index?
mnemonic?
passphrase?
path?
script
Type?
seed?
seed
Hex?
source?
start?
validate?
Properties
Optional
account
account
?:
number
Optional
chain
chain
?:
ChainId
Optional
change
change
?:
number
Optional
count
count
?:
number
Optional
format
format
?:
ExtendedKeyFormat
Optional
index
index
?:
number
Optional
mnemonic
mnemonic
?:
string
Optional
passphrase
passphrase
?:
string
Optional
path
path
?:
string
Optional
script
Type
scriptType
?:
ScriptType
Optional
seed
seed
?:
Uint8Array
<
ArrayBufferLike
>
Optional
seed
Hex
seedHex
?:
string
Optional
source
source
?:
SeedSource
Optional
start
start
?:
number
Optional
validate
validate
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
chain
change
count
format
index
mnemonic
passphrase
path
script
Type
seed
seed
Hex
source
start
validate
wallet-hd-derivation-kit
Loading...