@bluefin-exchange/pro-sdk 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/api.d.ts +2 -2
- package/package.json +1 -1
- package/src/api.ts +2 -2
package/dist/src/api.d.ts
CHANGED
|
@@ -3259,10 +3259,10 @@ export interface Trade {
|
|
|
3259
3259
|
'tradingFeeAsset'?: TradeTradingFeeAssetEnum;
|
|
3260
3260
|
/**
|
|
3261
3261
|
* Gas fee.
|
|
3262
|
-
* @type {
|
|
3262
|
+
* @type {string}
|
|
3263
3263
|
* @memberof Trade
|
|
3264
3264
|
*/
|
|
3265
|
-
'gasFeeE9'?:
|
|
3265
|
+
'gasFeeE9'?: string;
|
|
3266
3266
|
/**
|
|
3267
3267
|
* Asset used for gas fee.
|
|
3268
3268
|
* @type {string}
|
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -3397,10 +3397,10 @@ export interface Trade {
|
|
|
3397
3397
|
'tradingFeeAsset'?: TradeTradingFeeAssetEnum;
|
|
3398
3398
|
/**
|
|
3399
3399
|
* Gas fee.
|
|
3400
|
-
* @type {
|
|
3400
|
+
* @type {string}
|
|
3401
3401
|
* @memberof Trade
|
|
3402
3402
|
*/
|
|
3403
|
-
'gasFeeE9'?:
|
|
3403
|
+
'gasFeeE9'?: string;
|
|
3404
3404
|
/**
|
|
3405
3405
|
* Asset used for gas fee.
|
|
3406
3406
|
* @type {string}
|