@insignia-education/api-sdk-js 0.15.128 → 0.15.129

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insignia-education/api-sdk-js",
3
- "version": "0.15.128",
3
+ "version": "0.15.129",
4
4
  "description": "JavaScript SDK for the Insignia Education API",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -60,10 +60,11 @@ export default class Admin {
60
60
  * `deposit` | `withdrawal` | `pay-in` | `pay-out` | `p2p-buy` | `p2p-sell`.
61
61
  * Only P2P trades carry a fiat leg (`fiat_amount`/`fiat_currency`/
62
62
  * `unit_price`/`pay_method`); they're null for every other type.
63
- * `counterparty` is the destination wallet on a withdrawal and the other
64
- * person on Pay/P2P, but null on a deposit Binance records only our own
65
- * receiving address there, so the sender is reachable only by looking
66
- * `tx_id` up on-chain. `tx_id` is set for on-chain movements only.
63
+ * `counterparty` is the destination wallet on a withdrawal, the sender's
64
+ * wallet on a deposit (Binance itself only records our own receiving
65
+ * address, so this is resolved on-chain null if the network/coin isn't
66
+ * one of the ones that lookup covers, e.g. an unmapped chain), and the
67
+ * other person on Pay/P2P. `tx_id` is set for on-chain movements only.
67
68
  *
68
69
  * Resolves `{ available: false }` if the proxy isn't configured or the call fails.
69
70
  */