@argonprotocol/mainchain 1.4.11-dev.f3bdc948 → 1.4.12-dev.2afa6e4a

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/README.md CHANGED
@@ -53,13 +53,3 @@ interface IArgonCpiSnapshot {
53
53
  tick: bigint;
54
54
  }
55
55
  ```
56
-
57
- ## Bitcoin Locks
58
-
59
- The client also has a `BitcoinLock` class that can be used to create, ratchet and release bitcoin
60
- locks
61
-
62
- ## Vaults
63
-
64
- The client also has a `Vault` class that can be used to create and manage vaults, as well as
65
- calculate bitcoin fees.