@xyo-network/crypto-contract-function-read-plugin 2.89.0 → 2.89.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/dist/browser/Plugin.d.cts +3 -35
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +3 -35
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +3 -35
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +3 -35
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +3 -35
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +3 -35
- package/dist/node/Plugin.d.ts.map +1 -1
- package/package.json +33 -33
|
@@ -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 &
|
|
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
|
|
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 &
|
|
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
|
|
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/dist/browser/Plugin.d.ts
CHANGED
|
@@ -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 &
|
|
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
|
|
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/dist/node/Plugin.d.cts
CHANGED
|
@@ -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 &
|
|
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
|
|
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/dist/node/Plugin.d.mts
CHANGED
|
@@ -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 &
|
|
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
|
|
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/dist/node/Plugin.d.ts
CHANGED
|
@@ -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 &
|
|
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
|
|
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.
|
|
14
|
-
"@xylabs/promise": "^3.0.
|
|
15
|
-
"@xyo-network/abstract-witness": "^2.92.
|
|
16
|
-
"@xyo-network/crypto-contract-function-read-payload-plugin": "~2.89.
|
|
17
|
-
"@xyo-network/crypto-nft-payload-plugin": "~2.89.
|
|
18
|
-
"@xyo-network/diviner-abstract": "^2.92.
|
|
19
|
-
"@xyo-network/module-model": "^2.92.
|
|
20
|
-
"@xyo-network/payload-model": "^2.92.
|
|
21
|
-
"@xyo-network/payloadset-plugin": "^2.92.
|
|
22
|
-
"@xyo-network/witness-model": "^2.92.
|
|
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.1",
|
|
17
|
+
"@xyo-network/crypto-nft-payload-plugin": "~2.89.1",
|
|
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.
|
|
27
|
-
"@xylabs/hex": "^3.0.
|
|
28
|
-
"@xylabs/jest-helpers": "^3.0.
|
|
29
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
30
|
-
"@xylabs/tsconfig": "^3.
|
|
31
|
-
"@xyo-network/account": "^2.92.
|
|
32
|
-
"@xyo-network/archivist-memory": "^2.92.
|
|
33
|
-
"@xyo-network/diviner-boundwitness-memory": "^2.92.
|
|
34
|
-
"@xyo-network/diviner-jsonpatch": "^2.92.
|
|
35
|
-
"@xyo-network/diviner-jsonpath-aggregate-memory": "^2.92.
|
|
36
|
-
"@xyo-network/diviner-model": "^2.92.
|
|
37
|
-
"@xyo-network/diviner-payload-memory": "^2.92.
|
|
38
|
-
"@xyo-network/diviner-payload-model": "^2.92.
|
|
39
|
-
"@xyo-network/diviner-range": "^2.92.
|
|
40
|
-
"@xyo-network/diviner-temporal-indexing": "^2.92.
|
|
41
|
-
"@xyo-network/evm-nft-id-payload-plugin": "~2.89.
|
|
42
|
-
"@xyo-network/manifest": "^2.92.
|
|
43
|
-
"@xyo-network/node-memory": "^2.92.
|
|
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.1",
|
|
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.
|
|
46
|
-
"@xyo-network/witness-blockchain-abstract": "^2.92.
|
|
47
|
-
"@xyo-network/witness-timestamp": "^2.92.
|
|
48
|
-
"async-mutex": "^0.
|
|
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.
|
|
91
|
+
"version": "2.89.1",
|
|
92
92
|
"type": "module"
|
|
93
93
|
}
|