@rosen-chains/cardano
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -1,2 +0,2 @@ | ||
import { AbstractUtxoChain, AssetBalance, BoxInfo, ConfirmationStatus, EventTrigger, PaymentOrder, PaymentTransaction, TransactionAssetBalance } from '@rosen-chains/abstract-chain'; | ||
import { AbstractUtxoChain, BoxInfo, ConfirmationStatus, EventTrigger, PaymentOrder, PaymentTransaction, TransactionAssetBalance } from '@rosen-chains/abstract-chain'; | ||
import { Fee } from '@rosen-bridge/minimum-fee'; | ||
@@ -38,7 +38,2 @@ import AbstractCardanoNetwork from './network/AbstractCardanoNetwork'; | ||
/** | ||
* gets the amount of each asset in the lock address | ||
* @returns an object containing the amount of each asset | ||
*/ | ||
getLockAddressAssets: () => Promise<AssetBalance>; | ||
/** | ||
* submits a transaction to the blockchain | ||
@@ -45,0 +40,0 @@ * @param transaction the transaction |
@@ -290,10 +290,2 @@ import { | ||
/** | ||
* gets the amount of each asset in the lock address | ||
* @returns an object containing the amount of each asset | ||
*/ | ||
getLockAddressAssets = (): Promise<AssetBalance> => { | ||
return this.network.getAddressAssets(this.configs.lockAddress); | ||
}; | ||
/** | ||
* submits a transaction to the blockchain | ||
@@ -300,0 +292,0 @@ * @param transaction the transaction |
{ | ||
"name": "@rosen-chains/cardano", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "this project contains cardano chain for Rosen-bridge", | ||
@@ -26,3 +26,3 @@ "main": "dist/lib/index.js", | ||
"@rosen-bridge/rosen-extractor": "^0.1.8", | ||
"@rosen-chains/abstract-chain": "^0.1.9", | ||
"@rosen-chains/abstract-chain": "^0.1.10", | ||
"bech32": "^2.0.0", | ||
@@ -29,0 +29,0 @@ "blake2b": "^2.1.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
291965
4114