Skip to content

IAccount

Defined in: packages/iso-filecoin/dist/src/types.d.ts:30

Account interface

address: IAddress

Defined in: packages/iso-filecoin/dist/src/types.d.ts:32


optional path: string

Defined in: packages/iso-filecoin/dist/src/types.d.ts:37

Derivation path - only for HD wallets


optional privateKey: Uint8Array<ArrayBufferLike>

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

Private key - only for RAW and HD wallets


publicKey: Uint8Array

Defined in: packages/iso-filecoin/dist/src/types.d.ts:33


type: "SECP256K1" | "BLS"

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