Function: default()
default(
__namedParameters
):object
Defined in: index.ts:12
Parameters
Parameter | Type |
---|---|
__namedParameters | Partial <HwLedgerConfig > |
Returns
object
Name | Type | Default value | Defined in |
---|---|---|---|
definitions | readonly [{ definition : { dependencies : readonly []; factory : () => Atom <BluetoothStatus >; id : "bluetoothStatusAtom" ; public : true ; type : "atom" ; }; }, { definition : { dependencies : readonly []; factory : () => Atom <boolean >; id : "bluetoothScanningAtom" ; public : true ; type : "atom" ; }; }, { definition : { dependencies : readonly ["storage" ]; factory : (__namedParameters ) => Atom <Record <string , Buffer <ArrayBufferLike >> | { }>; id : "walletPolicyAtom" ; public : true ; type : "atom" ; }; }, { definition : { dependencies : readonly ["bluetoothStatusAtom" , "bluetoothScanningAtom" , "ledgerDiscovery" , "port" ]; factory : (__namedParameters ) => object ; id : "hardwareWalletLedgerPlugin" ; public : true ; type : "plugin" ; }; }, { config : { bluetoothScannerTimeout : number ; }; definition : { dependencies : readonly ["config" , "logger" , "transportsFactories" , "bluetoothStatusAtom" , "bluetoothScanningAtom" , "walletPolicyAtom" ]; factory : (deps ) => LedgerDiscovery ; id : "ledgerDiscovery" ; public : true ; type : "module" ; }; }] | - | index.ts:17 |
id | "hardwareWalletLedger" | 'hardwareWalletLedger' | index.ts:16 |