@xoxno/sdk-js 1.0.133 → 1.0.134

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.
@@ -2663,7 +2663,7 @@ export declare const toBase64Xdr: (scv: {
2663
2663
  }) => string;
2664
2664
  /** Build the `"<domain>:<action>"` dispatch key from the event topic ScVals. */
2665
2665
  export declare const stellarLendingDispatchKey: (topicsB64: readonly string[]) => string;
2666
- /** Topic keys this SDK can decode (the 21 controller contractevents). */
2666
+ /** Topic keys this SDK can decode (the 19 controller contractevents). */
2667
2667
  export declare const STELLAR_LENDING_TOPICS: readonly string[];
2668
2668
  /**
2669
2669
  * Decode a Stellar lending controller event from its base64-XDR topics and
@@ -2663,7 +2663,7 @@ export declare const toBase64Xdr: (scv: {
2663
2663
  }) => string;
2664
2664
  /** Build the `"<domain>:<action>"` dispatch key from the event topic ScVals. */
2665
2665
  export declare const stellarLendingDispatchKey: (topicsB64: readonly string[]) => string;
2666
- /** Topic keys this SDK can decode (the 21 controller contractevents). */
2666
+ /** Topic keys this SDK can decode (the 19 controller contractevents). */
2667
2667
  export declare const STELLAR_LENDING_TOPICS: readonly string[];
2668
2668
  /**
2669
2669
  * Decode a Stellar lending controller event from its base64-XDR topics and
@@ -27,7 +27,7 @@ export declare const toBase64Xdr: (scv: {
27
27
  }) => string;
28
28
  /** Build the `"<domain>:<action>"` dispatch key from the event topic ScVals. */
29
29
  export declare const stellarLendingDispatchKey: (topicsB64: readonly string[]) => string;
30
- /** Topic keys this SDK can decode (the 21 controller contractevents). */
30
+ /** Topic keys this SDK can decode (the 19 controller contractevents). */
31
31
  export declare const STELLAR_LENDING_TOPICS: readonly string[];
32
32
  /**
33
33
  * Decode a Stellar lending controller event from its base64-XDR topics and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {