@xyo-network/crypto-contract-function-read-plugin 2.82.1 → 2.83.0

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.
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoContractFunctionReadWitness } from './Witness';
2
- export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -36,7 +38,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.contract.function.read.config";
39
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
42
  schema: "network.xyo.payload.set";
41
43
  }) | undefined;
42
44
  } & {
@@ -47,9 +49,7 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
47
49
  schema: "network.xyo.crypto.contract.function.read.config";
48
50
  }, "schema"> & {
49
51
  schema: "network.xyo.crypto.contract.function.read.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }, "schema"> & {
52
+ }, "schema">, "schema"> & {
53
53
  schema: string;
54
54
  };
55
55
  ephemeralQueryAccountEnabled?: boolean | undefined;
package/package.json CHANGED
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^2.13.20",
14
14
  "@xylabs/promise": "^2.13.20",
15
- "@xyo-network/abstract-diviner": "^2.82.0",
16
- "@xyo-network/abstract-witness": "^2.82.0",
17
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~2.82.1",
18
- "@xyo-network/crypto-nft-payload-plugin": "~2.82.1",
19
- "@xyo-network/diviner-indexing": "^2.82.0",
20
- "@xyo-network/diviner-model": "^2.82.0",
21
- "@xyo-network/module-model": "^2.82.0",
22
- "@xyo-network/payload-model": "^2.82.0",
23
- "@xyo-network/payloadset-plugin": "^2.82.0",
24
- "@xyo-network/witness-model": "^2.82.0",
15
+ "@xyo-network/abstract-diviner": "^2.83.2",
16
+ "@xyo-network/abstract-witness": "^2.83.2",
17
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~2.83.0",
18
+ "@xyo-network/crypto-nft-payload-plugin": "~2.83.0",
19
+ "@xyo-network/diviner-indexing": "^2.83.2",
20
+ "@xyo-network/diviner-model": "^2.83.2",
21
+ "@xyo-network/module-model": "^2.83.2",
22
+ "@xyo-network/payload-model": "^2.83.2",
23
+ "@xyo-network/payloadset-plugin": "^2.83.2",
24
+ "@xyo-network/witness-model": "^2.83.2",
25
25
  "ethers": "^6.9.0"
26
26
  },
27
27
  "devDependencies": {
@@ -29,14 +29,14 @@
29
29
  "@xylabs/jest-helpers": "^2.13.20",
30
30
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
31
31
  "@xylabs/tsconfig": "^3.2.10",
32
- "@xyo-network/account": "^2.82.0",
33
- "@xyo-network/manifest": "^2.82.0",
32
+ "@xyo-network/account": "^2.83.2",
33
+ "@xyo-network/manifest": "^2.83.2",
34
34
  "@xyo-network/open-zeppelin-typechain": "^3.0.5",
35
- "@xyo-network/sentinel-model": "^2.82.0",
36
- "@xyo-network/witness-blockchain-abstract": "^2.82.0",
35
+ "@xyo-network/sentinel-model": "^2.83.2",
36
+ "@xyo-network/witness-blockchain-abstract": "^2.83.2",
37
37
  "async-mutex": "^0.4.0",
38
38
  "jest": "^29.7.0",
39
- "typescript": "^5.3.2"
39
+ "typescript": "^5.3.3"
40
40
  },
41
41
  "description": "Typescript/Javascript Plugins for XYO Platform",
42
42
  "docs": "dist/docs.json",
@@ -78,5 +78,5 @@
78
78
  "url": "https://github.com/XYOracleNetwork/plugins.git"
79
79
  },
80
80
  "sideEffects": false,
81
- "version": "2.82.1"
81
+ "version": "2.83.0"
82
82
  }