WalletLedgerConfig
Defined in: packages/iso-filecoin-wallets/src/types.ts:56
Extends
Section titled “Extends”Properties
Section titled “Properties”index?
Section titled “index?”
optional
index:number
Defined in: packages/iso-filecoin-wallets/src/types.ts:61
Derivation path address index
Default
Section titled “Default”0
optional
name:string
Defined in: packages/iso-filecoin-wallets/src/types.ts:41
Wallet name
Inherited from
Section titled “Inherited from”network?
Section titled “network?”
optional
network:Network
Defined in: packages/iso-filecoin-wallets/src/types.ts:31
Network
Default
Section titled “Default”mainnet
Inherited from
Section titled “Inherited from”signatureType?
Section titled “signatureType?”
optional
signatureType:"SECP256K1"
|"BLS"
Defined in: packages/iso-filecoin-wallets/src/types.ts:36
Signature type
Default
Section titled “Default”SECP256K1
Inherited from
Section titled “Inherited from”transport
Section titled “transport”transport:
object
Defined in: packages/iso-filecoin-wallets/src/types.ts:62
create()
Section titled “create()”create: () =>
Promise
<Transport
>
Returns
Section titled “Returns”Promise
<Transport
>
isSupported()
Section titled “isSupported()”isSupported: () =>
Promise
<boolean
>
Returns
Section titled “Returns”Promise
<boolean
>