@xchainjs/xchain-client
Advanced tools
Comparing version 0.15.4 to 0.15.5
import { Address, Asset, BaseAmount } from '@xchainjs/xchain-util'; | ||
import { UTXO } from './provider-types'; | ||
export declare enum Network { | ||
@@ -92,2 +93,3 @@ Mainnet = "mainnet", | ||
rawUnsignedTx: string; | ||
utxos?: UTXO[]; | ||
}; | ||
@@ -94,0 +96,0 @@ export interface XChainClient { |
{ | ||
"name": "@xchainjs/xchain-client", | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
118222
1282