Skip to content

accountFromSeed

accountFromSeed(seed, type, path, network?): object

Defined in: packages/iso-filecoin/src/wallet.js:74

Get HD account from seed

ParameterType
seedUint8Array<ArrayBufferLike>
type"SECP256K1" | "BLS"
pathstring
network?Network

address: IAddress

path: string

Derivation path - only for HD wallets

privateKey: Uint8Array

Private key - only for RAW and HD wallets

publicKey: Uint8Array

type: "SECP256K1" | "BLS"