@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.
package/dist/index.bundled.d.cts
CHANGED
|
@@ -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
|
|
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
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|