IAccount
Defined in: packages/iso-filecoin/dist/src/types.d.ts:31
Account interface
Properties
Section titled “Properties”address
Section titled “address”address:
IAddress
Defined in: packages/iso-filecoin/dist/src/types.d.ts:33
optional
path:string
Defined in: packages/iso-filecoin/dist/src/types.d.ts:38
Derivation path - only for HD wallets
privateKey?
Section titled “privateKey?”
optional
privateKey:Uint8Array
<ArrayBufferLike
>
Defined in: packages/iso-filecoin/dist/src/types.d.ts:42
Private key - only for RAW and HD wallets
publicKey
Section titled “publicKey”publicKey:
Uint8Array
Defined in: packages/iso-filecoin/dist/src/types.d.ts:34
type:
"SECP256K1"
|"BLS"
Defined in: packages/iso-filecoin/dist/src/types.d.ts:32