@bitgo-beta/abstract-utxo 1.6.1-alpha.327 → 1.6.1-alpha.329

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.
@@ -245,7 +245,7 @@ export declare abstract class AbstractUtxoCoin extends BaseCoin {
245
245
  protected constructor(bitgo: BitGoBase, network: utxolib.Network, amountType?: 'number' | 'bigint');
246
246
  get network(): utxolib.Network;
247
247
  getChain(): string;
248
- getFamily(): "dash" | "btc" | "bch" | "bcha" | "bsv" | "btg" | "doge" | "ltc" | "zec";
248
+ getFamily(): "btc" | "bch" | "bcha" | "bsv" | "btg" | "dash" | "doge" | "ltc" | "zec";
249
249
  getFullName(): string;
250
250
  /** Indicates whether the coin supports a block target */
251
251
  supportsBlockTarget(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-utxo",
3
- "version": "1.6.1-alpha.327",
3
+ "version": "1.6.1-alpha.329",
4
4
  "description": "BitGo SDK coin library for UTXO base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -42,12 +42,12 @@
42
42
  ]
43
43
  },
44
44
  "dependencies": {
45
- "@bitgo-beta/blockapis": "1.3.3-alpha.328",
46
- "@bitgo-beta/sdk-api": "1.6.1-alpha.327",
47
- "@bitgo-beta/sdk-core": "2.4.1-alpha.327",
48
- "@bitgo-beta/unspents": "0.11.3-alpha.328",
49
- "@bitgo-beta/utxo-core": "1.0.1-alpha.58",
50
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.328",
45
+ "@bitgo-beta/blockapis": "1.3.3-alpha.330",
46
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.329",
47
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.329",
48
+ "@bitgo-beta/unspents": "0.11.3-alpha.330",
49
+ "@bitgo-beta/utxo-core": "1.0.1-alpha.60",
50
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.330",
51
51
  "@bitgo/wasm-miniscript": "2.0.0-beta.7",
52
52
  "@types/lodash": "^4.14.121",
53
53
  "@types/superagent": "4.1.15",
@@ -58,5 +58,5 @@
58
58
  "lodash": "^4.17.14",
59
59
  "superagent": "^9.0.1"
60
60
  },
61
- "gitHead": "c81de51e884febd686e03eb00ad97e5ef077818b"
61
+ "gitHead": "00d183cee9d6ddf2cb1ba430f14d0ade79cdb6ba"
62
62
  }