@argonprotocol/mainchain 1.1.0-rc.8 → 1.1.0
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/lib/cli.cjs +1 -0
- package/lib/cli.cjs.map +1 -1
- package/lib/cli.js +1 -0
- package/lib/cli.js.map +1 -1
- package/lib/clis/index.cjs +1 -0
- package/lib/clis/index.cjs.map +1 -1
- package/lib/clis/index.js +1 -0
- package/lib/clis/index.js.map +1 -1
- package/lib/index.cjs +2 -0
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +95 -140
- package/lib/index.d.ts +95 -140
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -38,6 +38,7 @@ __export(index_exports, {
|
|
|
38
38
|
BitcoinLocks: () => BitcoinLocks,
|
|
39
39
|
BlockWatch: () => BlockWatch,
|
|
40
40
|
CohortBidder: () => CohortBidder,
|
|
41
|
+
CohortBidderHistory: () => CohortBidderHistory,
|
|
41
42
|
ExtrinsicError: () => ExtrinsicError2,
|
|
42
43
|
JsonExt: () => JsonExt,
|
|
43
44
|
Keyring: () => import_api.Keyring,
|
|
@@ -2545,6 +2546,7 @@ async function getClient(host) {
|
|
|
2545
2546
|
BitcoinLocks,
|
|
2546
2547
|
BlockWatch,
|
|
2547
2548
|
CohortBidder,
|
|
2549
|
+
CohortBidderHistory,
|
|
2548
2550
|
ExtrinsicError,
|
|
2549
2551
|
JsonExt,
|
|
2550
2552
|
Keyring,
|