@xyo-network/crypto-contract-function-read-plugin 2.89.0 → 2.89.2

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.
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
@@ -2,41 +2,7 @@ import { CryptoContractFunctionReadWitness } from './Witness';
2
2
  /** @deprecated use EvmCallWitness instead */
3
3
  export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoContractFunctionReadWitness<import("@xylabs/object").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
6
- readonly archivist?: string | undefined;
7
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
- readonly name?: string | undefined;
9
- readonly paging?: Record<string, {
10
- size?: number | undefined;
11
- }> | undefined;
12
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
13
- schema: "network.xyo.crypto.contract.function.read.config";
14
- readonly security?: {
15
- readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
- } | undefined;
19
- readonly sign?: boolean | undefined;
20
- readonly storeQueries?: boolean | undefined;
21
- readonly timestamp?: boolean | undefined;
22
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
23
- readonly archivist?: string | undefined;
24
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
- readonly name?: string | undefined;
26
- readonly paging?: Record<string, {
27
- size?: number | undefined;
28
- }> | undefined;
29
- readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
30
- schema: "network.xyo.crypto.contract.function.read.config";
31
- readonly security?: {
32
- readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
- } | undefined;
36
- readonly sign?: boolean | undefined;
37
- readonly storeQueries?: boolean | undefined;
38
- readonly timestamp?: boolean | undefined;
39
- } & {
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
40
6
  schema: "network.xyo.crypto.contract.function.read.config";
41
7
  } & {
42
8
  abi: import("@xyo-network/crypto-contract-function-read-payload-plugin").Abi;
@@ -44,6 +10,8 @@ export declare const CryptoContractFunctionReadWitnessPlugin: () => import("@xyo
44
10
  args?: unknown[] | undefined;
45
11
  functionName?: string | undefined;
46
12
  schema: "network.xyo.crypto.contract.function.read.config";
13
+ }, "schema"> & {
14
+ schema: "network.xyo.crypto.contract.function.read.config";
47
15
  }, "schema"> & {
48
16
  schema: string;
49
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAA;AAE7D,6CAA6C;AAC7C,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;GASjD,CAAA"}
package/package.json CHANGED
@@ -10,42 +10,42 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.0.8",
14
- "@xylabs/promise": "^3.0.8",
15
- "@xyo-network/abstract-witness": "^2.92.0",
16
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~2.89.0",
17
- "@xyo-network/crypto-nft-payload-plugin": "~2.89.0",
18
- "@xyo-network/diviner-abstract": "^2.92.0",
19
- "@xyo-network/module-model": "^2.92.0",
20
- "@xyo-network/payload-model": "^2.92.0",
21
- "@xyo-network/payloadset-plugin": "^2.92.0",
22
- "@xyo-network/witness-model": "^2.92.0",
13
+ "@xylabs/assert": "^3.0.15",
14
+ "@xylabs/promise": "^3.0.15",
15
+ "@xyo-network/abstract-witness": "^2.92.8",
16
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~2.89.2",
17
+ "@xyo-network/crypto-nft-payload-plugin": "~2.89.2",
18
+ "@xyo-network/diviner-abstract": "^2.92.8",
19
+ "@xyo-network/module-model": "^2.92.8",
20
+ "@xyo-network/payload-model": "^2.92.8",
21
+ "@xyo-network/payloadset-plugin": "^2.92.8",
22
+ "@xyo-network/witness-model": "^2.92.8",
23
23
  "ethers": "^6.11.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@xylabs/delay": "^3.0.8",
27
- "@xylabs/hex": "^3.0.8",
28
- "@xylabs/jest-helpers": "^3.0.8",
29
- "@xylabs/ts-scripts-yarn3": "^3.4.1",
30
- "@xylabs/tsconfig": "^3.4.1",
31
- "@xyo-network/account": "^2.92.0",
32
- "@xyo-network/archivist-memory": "^2.92.0",
33
- "@xyo-network/diviner-boundwitness-memory": "^2.92.0",
34
- "@xyo-network/diviner-jsonpatch": "^2.92.0",
35
- "@xyo-network/diviner-jsonpath-aggregate-memory": "^2.92.0",
36
- "@xyo-network/diviner-model": "^2.92.0",
37
- "@xyo-network/diviner-payload-memory": "^2.92.0",
38
- "@xyo-network/diviner-payload-model": "^2.92.0",
39
- "@xyo-network/diviner-range": "^2.92.0",
40
- "@xyo-network/diviner-temporal-indexing": "^2.92.0",
41
- "@xyo-network/evm-nft-id-payload-plugin": "~2.89.0",
42
- "@xyo-network/manifest": "^2.92.0",
43
- "@xyo-network/node-memory": "^2.92.0",
26
+ "@xylabs/delay": "^3.0.15",
27
+ "@xylabs/hex": "^3.0.15",
28
+ "@xylabs/jest-helpers": "^3.0.15",
29
+ "@xylabs/ts-scripts-yarn3": "^3.5.2",
30
+ "@xylabs/tsconfig": "^3.5.2",
31
+ "@xyo-network/account": "^2.92.8",
32
+ "@xyo-network/archivist-memory": "^2.92.8",
33
+ "@xyo-network/diviner-boundwitness-memory": "^2.92.8",
34
+ "@xyo-network/diviner-jsonpatch": "^2.92.8",
35
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "^2.92.8",
36
+ "@xyo-network/diviner-model": "^2.92.8",
37
+ "@xyo-network/diviner-payload-memory": "^2.92.8",
38
+ "@xyo-network/diviner-payload-model": "^2.92.8",
39
+ "@xyo-network/diviner-range": "^2.92.8",
40
+ "@xyo-network/diviner-temporal-indexing": "^2.92.8",
41
+ "@xyo-network/evm-nft-id-payload-plugin": "~2.89.2",
42
+ "@xyo-network/manifest": "^2.92.8",
43
+ "@xyo-network/node-memory": "^2.92.8",
44
44
  "@xyo-network/open-zeppelin-typechain": "^3.0.5",
45
- "@xyo-network/sentinel-model": "^2.92.0",
46
- "@xyo-network/witness-blockchain-abstract": "^2.92.0",
47
- "@xyo-network/witness-timestamp": "^2.92.0",
48
- "async-mutex": "^0.4.1",
45
+ "@xyo-network/sentinel-model": "^2.92.8",
46
+ "@xyo-network/witness-blockchain-abstract": "^2.92.8",
47
+ "@xyo-network/witness-timestamp": "^2.92.8",
48
+ "async-mutex": "^0.5.0",
49
49
  "jest": "^29.7.0",
50
50
  "typescript": "^5.4.2"
51
51
  },
@@ -88,6 +88,6 @@
88
88
  "url": "https://github.com/XYOracleNetwork/plugins.git"
89
89
  },
90
90
  "sideEffects": false,
91
- "version": "2.89.0",
91
+ "version": "2.89.2",
92
92
  "type": "module"
93
93
  }