Skip to content

WalletHDMnemonicConfig

Defined in: packages/iso-filecoin-wallets/src/types.ts:51

Extends

Properties

index?

optional index: number;

Defined in: packages/iso-filecoin-wallets/src/types.ts:48

Derivation path address index

Default

0

Inherited from

Omit.index

mnemonic

mnemonic: string;

Defined in: packages/iso-filecoin-wallets/src/types.ts:52


name?

optional name: string;

Defined in: packages/iso-filecoin-wallets/src/types.ts:41

Wallet name

Inherited from

Omit.name

network?

optional network: Network;

Defined in: packages/iso-filecoin-wallets/src/types.ts:31

Network

Default

mainnet

Inherited from

Omit.network

password?

optional password: string;

Defined in: packages/iso-filecoin-wallets/src/types.ts:53


signatureType?

optional signatureType: "SECP256K1" | "BLS";

Defined in: packages/iso-filecoin-wallets/src/types.ts:36

Signature type

Default

SECP256K1

Inherited from

Omit.signatureType