Skip to content

WalletLedgerConfig

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

Extends

Properties

index?

optional index: number;

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

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

WalletConfig.network


signatureType?

optional signatureType: "SECP256K1" | "BLS";

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

Signature type

Default

SECP256K1

Inherited from

WalletConfig.signatureType


transport

transport: {
create: () => Promise<Transport>;
isSupported: () => Promise<boolean>;
};

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

create()

create: () => Promise<Transport>;
Returns

Promise<Transport>

isSupported()

isSupported: () => Promise<boolean>;
Returns

Promise<boolean>