@xyo-network/diviner-hash-lease 3.6.0-rc.5 → 3.6.0-rc.6
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.
|
@@ -23,13 +23,21 @@ export type HashLeaseEstimate = Payload<HashLeaseEstimateFields, HashLeaseEstima
|
|
|
23
23
|
/**
|
|
24
24
|
* Identity function for HashLeaseEstimate payload
|
|
25
25
|
*/
|
|
26
|
-
export declare const isHashLeaseEstimate: (x?: unknown | null) => x is import("@xyo-network/payload-model").
|
|
26
|
+
export declare const isHashLeaseEstimate: (x?: unknown | null) => x is import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
|
|
27
27
|
schema: "network.xyo.hash.lease.estimate";
|
|
28
|
-
|
|
28
|
+
currency: string;
|
|
29
|
+
exp: number;
|
|
30
|
+
nbf: number;
|
|
31
|
+
price: number;
|
|
32
|
+
}>;
|
|
29
33
|
/**
|
|
30
34
|
* Identity function for HashLeaseEstimate payload with sources
|
|
31
35
|
*/
|
|
32
|
-
export declare const isHashLeaseEstimateWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").
|
|
36
|
+
export declare const isHashLeaseEstimateWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
|
|
33
37
|
schema: "network.xyo.hash.lease.estimate";
|
|
34
|
-
|
|
38
|
+
currency: string;
|
|
39
|
+
exp: number;
|
|
40
|
+
nbf: number;
|
|
41
|
+
price: number;
|
|
42
|
+
}>>;
|
|
35
43
|
//# sourceMappingURL=HashLeaseEstimate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HashLeaseEstimate.d.ts","sourceRoot":"","sources":["../../../src/Payload/HashLeaseEstimate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,eAAO,MAAM,uBAAuB,EAAG,iCAA0C,CAAA;AACjF,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA;AAEpE,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,uBAAuB,EAAE,uBAAuB,CAAC,CAAA;AAEzF;;GAEG;AACH,eAAO,MAAM,mBAAmB;;
|
|
1
|
+
{"version":3,"file":"HashLeaseEstimate.d.ts","sourceRoot":"","sources":["../../../src/Payload/HashLeaseEstimate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,eAAO,MAAM,uBAAuB,EAAG,iCAA0C,CAAA;AACjF,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAA;AAEpE,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,uBAAuB,EAAE,uBAAuB,CAAC,CAAA;AAEzF;;GAEG;AACH,eAAO,MAAM,mBAAmB;;cApBpB,MAAM;SAIX,MAAM;SAIN,MAAM;WAIJ,MAAM;EAQqF,CAAA;AAEpG;;GAEG;AACH,eAAO,MAAM,8BAA8B;;cAzB/B,MAAM;SAIX,MAAM;SAIN,MAAM;WAIJ,MAAM;GAa2G,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-hash-lease",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.6",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/diviner-abstract": "^3.6.0-rc.
|
|
33
|
-
"@xyo-network/diviner-model": "^3.6.0-rc.
|
|
34
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
35
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
32
|
+
"@xyo-network/diviner-abstract": "^3.6.0-rc.6",
|
|
33
|
+
"@xyo-network/diviner-model": "^3.6.0-rc.6",
|
|
34
|
+
"@xyo-network/module-model": "^3.6.0-rc.6",
|
|
35
|
+
"@xyo-network/payload-model": "^3.6.0-rc.6"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|