@cityofzion/blockchain-service
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -42,2 +42,3 @@ import Transport from '@ledgerhq/hw-transport'; | ||
network: Network<BSAvailableNetworks>; | ||
clone: () => BlockchainService<BSCustomName, BSAvailableNetworks>; | ||
setNetwork: (partialNetwork: Network<BSAvailableNetworks>) => void; | ||
@@ -225,5 +226,6 @@ generateAccountFromMnemonic(mnemonic: string | string, index: number): Account; | ||
}>; | ||
export type GetLedgerTransport = (account: Account) => Promise<Transport>; | ||
export interface LedgerService { | ||
emitter: LedgerServiceEmitter; | ||
getLedgerTransport?: (account: Account) => Promise<Transport>; | ||
getLedgerTransport?: GetLedgerTransport; | ||
getAccounts(transport: Transport): Promise<Account[]>; | ||
@@ -230,0 +232,0 @@ getAccount(transport: Transport, index: number): Promise<Account>; |
{ | ||
"name": "@cityofzion/blockchain-service", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
26964
589