@finverse/sdk-typescript 0.0.334 → 0.0.335
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/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -8576,6 +8576,12 @@ export interface Transaction {
|
|
|
8576
8576
|
* @memberof Transaction
|
|
8577
8577
|
*/
|
|
8578
8578
|
amount?: CurrencyAmount;
|
|
8579
|
+
/**
|
|
8580
|
+
*
|
|
8581
|
+
* @type {CurrencyAmount}
|
|
8582
|
+
* @memberof Transaction
|
|
8583
|
+
*/
|
|
8584
|
+
running_balance?: CurrencyAmount;
|
|
8579
8585
|
/**
|
|
8580
8586
|
* Transaction Details
|
|
8581
8587
|
* @type {object}
|