Skip to content

IAccount

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

Account interface

Properties

address

address: IAddress;

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


path?

optional path: string;

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

Derivation path - only for HD wallets


privateKey?

optional privateKey: Uint8Array<ArrayBufferLike>;

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

Private key - only for RAW and HD wallets


publicKey

publicKey: Uint8Array;

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


type

type: "SECP256K1" | "BLS";

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