Skip to content

WalletLedgerConfig

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

Extends

Properties

index?

optional index: number;

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

Derivation path address index

Default

0

name?

optional name: string;

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

Wallet name

Inherited from

WalletConfig.name


network?

optional network: Network;

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

Network

Default

mainnet

Inherited from

WalletConfig.network


signatureType?

optional signatureType: "SECP256K1" | "BLS";

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

Signature type

Default

SECP256K1

Inherited from

WalletConfig.signatureType


transport

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

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

create()

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

Promise<Transport>

isSupported()

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

Promise<boolean>