@settlemint/sdk-js 2.6.0 → 2.6.1
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 +19 -19
- package/dist/settlemint.cjs.map +1 -1
- package/dist/settlemint.d.cts +8 -0
- package/dist/settlemint.d.ts +8 -0
- package/dist/settlemint.js.map +1 -1
- package/package.json +2 -2
package/dist/settlemint.d.cts
CHANGED
|
@@ -27739,6 +27739,14 @@ type introspection_types = {
|
|
|
27739
27739
|
ofType: null;
|
|
27740
27740
|
};
|
|
27741
27741
|
defaultValue: null;
|
|
27742
|
+
}, {
|
|
27743
|
+
name: 'includePredeployedContracts';
|
|
27744
|
+
type: {
|
|
27745
|
+
kind: 'SCALAR';
|
|
27746
|
+
name: 'Boolean';
|
|
27747
|
+
ofType: null;
|
|
27748
|
+
};
|
|
27749
|
+
defaultValue: "false";
|
|
27742
27750
|
}, {
|
|
27743
27751
|
name: 'keyMaterial';
|
|
27744
27752
|
type: {
|
package/dist/settlemint.d.ts
CHANGED
|
@@ -27739,6 +27739,14 @@ type introspection_types = {
|
|
|
27739
27739
|
ofType: null;
|
|
27740
27740
|
};
|
|
27741
27741
|
defaultValue: null;
|
|
27742
|
+
}, {
|
|
27743
|
+
name: 'includePredeployedContracts';
|
|
27744
|
+
type: {
|
|
27745
|
+
kind: 'SCALAR';
|
|
27746
|
+
name: 'Boolean';
|
|
27747
|
+
ofType: null;
|
|
27748
|
+
};
|
|
27749
|
+
defaultValue: "false";
|
|
27742
27750
|
}, {
|
|
27743
27751
|
name: 'keyMaterial';
|
|
27744
27752
|
type: {
|