WalletHDMnemonicConfig
Defined in: packages/iso-filecoin-wallets/src/types.ts:51
Extends
Section titled “Extends”Omit<WalletHDConfig,"seed">
Properties
Section titled “Properties”index?
Section titled “index?”
optionalindex:number
Defined in: packages/iso-filecoin-wallets/src/types.ts:48
Derivation path address index
Default
Section titled “Default”0Inherited from
Section titled “Inherited from”mnemonic
Section titled “mnemonic”mnemonic:
string
Defined in: packages/iso-filecoin-wallets/src/types.ts:52
optionalname:string
Defined in: packages/iso-filecoin-wallets/src/types.ts:41
Wallet name
Inherited from
Section titled “Inherited from”network?
Section titled “network?”
optionalnetwork:Network
Defined in: packages/iso-filecoin-wallets/src/types.ts:31
Network
Default
Section titled “Default”mainnetInherited from
Section titled “Inherited from”password?
Section titled “password?”
optionalpassword:string
Defined in: packages/iso-filecoin-wallets/src/types.ts:53
signatureType?
Section titled “signatureType?”
optionalsignatureType:"SECP256K1"|"BLS"
Defined in: packages/iso-filecoin-wallets/src/types.ts:36
Signature type
Default
Section titled “Default”SECP256K1