You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@thorwallet/xchain-client

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thorwallet/xchain-client - npm Package Compare versions

Comparing version

to
0.0.1-alpha.894

15

lib/types.d.ts

@@ -26,9 +26,10 @@ import { Asset, BaseAmount } from '@thorwallet/xchain-util';

hash: string;
ethTokenSymbol?: string;
ethTokenName?: string;
ethGasPrice?: string;
ethGas?: string;
ethGasUsed?: string;
ethCumulativeGasUsed?: string;
ethConfirmations?: string;
ethTokenSymbol: string | null;
ethTokenName: string | null;
ethGasPrice: string | null;
ethGas: string | null;
ethGasUsed: string | null;
ethCumulativeGasUsed: string | null;
confirmations: number | null;
binanceFee: string | null;
};

@@ -35,0 +36,0 @@ export declare type Txs = Tx[];

{
"name": "@thorwallet/xchain-client",
"version": "0.0.1-alpha.893+e9de47b",
"version": "0.0.1-alpha.894+cac7bf8",
"license": "MIT",

@@ -18,3 +18,3 @@ "main": "lib/index",

"devDependencies": {
"@thorwallet/xchain-util": "0.0.1-alpha.893+e9de47b"
"@thorwallet/xchain-util": "0.0.1-alpha.894+cac7bf8"
},

@@ -27,3 +27,3 @@ "peerDependencies": {

},
"gitHead": "e9de47b02cf5403225f6fafe0b7417c393c38235"
"gitHead": "cac7bf88e76ec6400940e323dff17c5a9ae3a8a6"
}