WalletHDConfig
Defined in: packages/iso-filecoin/src/adapters/types.ts:33
Extends
Properties
index?
optional index: number;
Defined in: packages/iso-filecoin/src/adapters/types.ts:38
Derivation path address index
Default
0
network?
optional network: Network;
Defined in: packages/iso-filecoin/src/adapters/types.ts:26
Network
Default
mainnet
Inherited from
seed
seed: Uint8Array;
Defined in: packages/iso-filecoin/src/adapters/types.ts:39
signatureType?
optional signatureType: "SECP256K1" | "BLS";
Defined in: packages/iso-filecoin/src/adapters/types.ts:31
Signature type
Default
SECP256K1