@cityofzion/blockchain-service 3.1.2 → 3.1.3

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.
@@ -168,6 +168,7 @@ export type TTransactionDefault<N extends string> = TTransactionBase<N> & {
168
168
  export type TTransactionUtxo<N extends string> = TTransactionBase<N> & {
169
169
  view: 'utxo';
170
170
  hex: string;
171
+ totalAmount: string;
171
172
  nfts: TNftResponse[];
172
173
  inputs: TTransactionInputOutput[];
173
174
  outputs: TTransactionInputOutput[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/blockchain-service",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "repository": "https://github.com/CityOfZion/blockchain-services",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "Coz",