@nexeraid/identity-schemas 2.48.0-dev → 2.48.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.
- package/dist/{CoinMarketCap.schema-7d62c182.esm.mjs → CoinMarketCap.schema-2ec5952e.esm.mjs} +1 -1
- package/dist/{CoinMarketCap.schema-493669af.cjs.dev.cjs → CoinMarketCap.schema-ca47da32.cjs.dev.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-4e3bcf69.cjs.prod.cjs → CoinMarketCap.schema-e104ee43.cjs.prod.cjs} +1 -1
- package/dist/declarations/src/blockchain/chains/all.schema.d.ts +1 -1
- package/dist/declarations/src/blockchain/chains/all.schema.d.ts.map +1 -1
- package/dist/declarations/src/blockchain/chains/evm.schema.d.ts +7 -5
- package/dist/declarations/src/blockchain/chains/evm.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +33 -33
- package/dist/declarations/src/identity/kyc.schema.d.ts +14 -14
- package/dist/declarations/src/identity/scenario.schema.d.ts +18 -18
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +15 -15
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +28 -28
- package/dist/{frontend-utilities.schema-1bef095c.cjs.dev.cjs → frontend-utilities.schema-02095fcf.cjs.dev.cjs} +1 -1
- package/dist/{frontend-utilities.schema-b72fd55c.esm.mjs → frontend-utilities.schema-40168c7a.esm.mjs} +1 -1
- package/dist/{frontend-utilities.schema-3f4e6aee.cjs.prod.cjs → frontend-utilities.schema-e4f4296d.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-4ff24900.cjs.prod.cjs → identity-api.schema-0d6dc226.cjs.prod.cjs} +8 -6
- package/dist/{identity-api.schema-66e97d9d.esm.mjs → identity-api.schema-deaf1938.esm.mjs} +8 -6
- package/dist/{identity-api.schema-36bc5aa8.cjs.dev.cjs → identity-api.schema-e7fb6f81.cjs.dev.cjs} +8 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +2 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +2 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
package/dist/{CoinMarketCap.schema-7d62c182.esm.mjs → CoinMarketCap.schema-2ec5952e.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { d as Alpha2Country, aR as _toConsumableArray, aT as _unsupportedIterableToArray, I as ISO3CountryCode, v as CustomerStatus, T as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-1c695a28.esm.mjs';
|
|
3
|
-
import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-
|
|
3
|
+
import { as as BlockchainAddress, aa as AddressSchema, aT as UuidString, aw as BlockchainNamespace, cv as SdkVerificationOutput, bN as WorkflowSessionId, eS as _defineProperty, dp as QrCodeLinkWithSchemaType, eP as CredentialType } from './identity-api.schema-deaf1938.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-493669af.cjs.dev.cjs → CoinMarketCap.schema-ca47da32.cjs.dev.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-91351642.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-e7fb6f81.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-c69b9a1d.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-0d6dc226.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -8,7 +8,7 @@ import { NEXERA_POLKADOT_CHAINS } from "./polkadot.schema.js";
|
|
|
8
8
|
import { NEXERA_SOLANA_CHAINS } from "./solana.schema.js";
|
|
9
9
|
import { NEXERA_STARKNET_CHAINS } from "./starknet.schema.js";
|
|
10
10
|
import { NEXERA_TEZOS_CHAINS } from "./tezos.schema.js";
|
|
11
|
-
export declare const BlockchainId: z.ZodUnion<[z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET]>, z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, z.ZodEnum<[NEXERA_BITCOIN_CHAINS.MAINNET, NEXERA_BITCOIN_CHAINS.TESTNET]>, z.ZodEnum<[NEXERA_APTOS_CHAINS.MAINNET, NEXERA_APTOS_CHAINS.TESTNET]>, z.ZodEnum<[NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.POLKADOT_TESTNET]>, z.ZodEnum<[NEXERA_SOLANA_CHAINS.MAINNET, NEXERA_SOLANA_CHAINS.TESTNET, NEXERA_SOLANA_CHAINS.DEVNET]>, z.ZodEnum<[NEXERA_CARDANO_CHAINS.MAINNET, NEXERA_CARDANO_CHAINS.TESTNET]>]>;
|
|
11
|
+
export declare const BlockchainId: z.ZodUnion<[z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET]>, z.ZodEnum<[NEXERA_TEZOS_CHAINS.TEZOS, NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, z.ZodEnum<[NEXERA_COSMOS_CHAINS.COSMOS, NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, z.ZodEnum<[NEXERA_BITCOIN_CHAINS.MAINNET, NEXERA_BITCOIN_CHAINS.TESTNET]>, z.ZodEnum<[NEXERA_APTOS_CHAINS.MAINNET, NEXERA_APTOS_CHAINS.TESTNET]>, z.ZodEnum<[NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN, NEXERA_POLKADOT_CHAINS.POLKADOT_TESTNET]>, z.ZodEnum<[NEXERA_SOLANA_CHAINS.MAINNET, NEXERA_SOLANA_CHAINS.TESTNET, NEXERA_SOLANA_CHAINS.DEVNET]>, z.ZodEnum<[NEXERA_CARDANO_CHAINS.MAINNET, NEXERA_CARDANO_CHAINS.TESTNET]>]>;
|
|
12
12
|
export type BlockchainId = z.infer<typeof BlockchainId>;
|
|
13
13
|
export declare const NonTestnetBlockchainId: z.ZodUnion<[z.ZodLiteral<NEXERA_EVM_CHAINS.ETHEREUM>, z.ZodLiteral<NEXERA_EVM_CHAINS.POLYGON>, z.ZodLiteral<NEXERA_EVM_CHAINS.AVALANCHE>, z.ZodLiteral<NEXERA_EVM_CHAINS.ARBITRUM>, z.ZodLiteral<NEXERA_EVM_CHAINS.BASE>, z.ZodLiteral<NEXERA_EVM_CHAINS.BNB>, z.ZodLiteral<NEXERA_EVM_CHAINS.OPTIMISM>, z.ZodLiteral<NEXERA_EVM_CHAINS.MOONBEAM>, z.ZodLiteral<NEXERA_EVM_CHAINS.MOONRIVER>, z.ZodLiteral<NEXERA_TEZOS_CHAINS.TEZOS>, z.ZodLiteral<NEXERA_COSMOS_CHAINS.COSMOS>, z.ZodLiteral<NEXERA_STARKNET_CHAINS.STARKNET_MAIN>, z.ZodLiteral<NEXERA_BITCOIN_CHAINS.MAINNET>, z.ZodLiteral<NEXERA_APTOS_CHAINS.MAINNET>, z.ZodLiteral<NEXERA_POLKADOT_CHAINS.POLKADOT_RELAY_CHAIN>, z.ZodLiteral<NEXERA_POLKADOT_CHAINS.KUSAMA_RELAY_CHAIN>, z.ZodLiteral<NEXERA_SOLANA_CHAINS.MAINNET>, z.ZodLiteral<NEXERA_CARDANO_CHAINS.MAINNET>]>;
|
|
14
14
|
export type NonTestnetBlockchainId = z.infer<typeof NonTestnetBlockchainId>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.schema.d.ts","sourceRoot":"../../../../../src/blockchain/chains","sources":["all.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAgB,mBAAmB,EAAE,0BAAuB;AACnE,OAAO,EAAkB,qBAAqB,EAAE,4BAAyB;AACzE,OAAO,EAAkB,qBAAqB,EAAE,4BAAyB;AACzE,OAAO,EAAiB,oBAAoB,EAAE,2BAAwB;AACtE,OAAO,EAAc,iBAAiB,EAAE,wBAAqB;AAC7D,OAAO,EAAE,sBAAsB,EAAmB,6BAA0B;AAC5E,OAAO,EAAE,oBAAoB,EAAiB,2BAAwB;AACtE,OAAO,EAAE,sBAAsB,EAAmB,6BAA0B;AAC5E,OAAO,EAAE,mBAAmB,EAAgB,0BAAuB;AAMnE,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"all.schema.d.ts","sourceRoot":"../../../../../src/blockchain/chains","sources":["all.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAgB,mBAAmB,EAAE,0BAAuB;AACnE,OAAO,EAAkB,qBAAqB,EAAE,4BAAyB;AACzE,OAAO,EAAkB,qBAAqB,EAAE,4BAAyB;AACzE,OAAO,EAAiB,oBAAoB,EAAE,2BAAwB;AACtE,OAAO,EAAc,iBAAiB,EAAE,wBAAqB;AAC7D,OAAO,EAAE,sBAAsB,EAAmB,6BAA0B;AAC5E,OAAO,EAAE,oBAAoB,EAAiB,2BAAwB;AACtE,OAAO,EAAE,sBAAsB,EAAmB,6BAA0B;AAC5E,OAAO,EAAE,mBAAmB,EAAgB,0BAAuB;AAMnE,eAAO,MAAM,YAAY,40CAUvB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD,eAAO,MAAM,sBAAsB,6yBAmBjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -22,16 +22,18 @@ export declare enum NEXERA_EVM_CHAINS {
|
|
|
22
22
|
BNB_TESTNET = "97",
|
|
23
23
|
SWISSTRONIK_TESTNET = "1291",
|
|
24
24
|
HEDERA_MAINNET = "295",
|
|
25
|
-
HEDERA_TESTNET = "296"
|
|
25
|
+
HEDERA_TESTNET = "296",
|
|
26
|
+
SWAN_MAINNET = "254",
|
|
27
|
+
SWAN_SATURN_TESTNET = "2024"
|
|
26
28
|
}
|
|
27
29
|
export declare const NEXERA_EVM_CHAIN_NAMES: Record<EvmChainId, string>;
|
|
28
30
|
export declare const NEXERA_EVM_CHAIN_NAMES_LIST: string[];
|
|
29
|
-
export declare const NEXERA_EVM_CHAINS_ID: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET];
|
|
30
|
-
export declare const NexeraEvmChains: z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET]>;
|
|
31
|
+
export declare const NEXERA_EVM_CHAINS_ID: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET];
|
|
32
|
+
export declare const NexeraEvmChains: z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.GOERLI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_GOERLI, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_GOERLI, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_GOERLI, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET]>;
|
|
31
33
|
export type NexeraEvmChains = z.infer<typeof NexeraEvmChains>;
|
|
32
34
|
export declare const EVM_BLOCK_TIME: Record<NEXERA_EVM_CHAINS, number>;
|
|
33
35
|
export declare const EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC: NEXERA_EVM_CHAINS[];
|
|
34
|
-
export declare const ACTIVE_EVM_CHAIN_VALUES: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET];
|
|
35
|
-
export declare const EvmChainId: z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET]>;
|
|
36
|
+
export declare const ACTIVE_EVM_CHAIN_VALUES: readonly [NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET];
|
|
37
|
+
export declare const EvmChainId: z.ZodEnum<[NEXERA_EVM_CHAINS.ETHEREUM, NEXERA_EVM_CHAINS.POLYGON, NEXERA_EVM_CHAINS.POLYGON_AMOY, NEXERA_EVM_CHAINS.AVALANCHE, NEXERA_EVM_CHAINS.AVALANCHE_FUJI, NEXERA_EVM_CHAINS.ARBITRUM, NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, NEXERA_EVM_CHAINS.SEPOLIA, NEXERA_EVM_CHAINS.BASE, NEXERA_EVM_CHAINS.BASE_SEPOLIA, NEXERA_EVM_CHAINS.BNB, NEXERA_EVM_CHAINS.BNB_TESTNET, NEXERA_EVM_CHAINS.MOONBEAM, NEXERA_EVM_CHAINS.MOONRIVER, NEXERA_EVM_CHAINS.OPTIMISM, NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, NEXERA_EVM_CHAINS.HEDERA_MAINNET, NEXERA_EVM_CHAINS.HEDERA_TESTNET, NEXERA_EVM_CHAINS.SWAN_MAINNET, NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET]>;
|
|
36
38
|
export type EvmChainId = z.infer<typeof EvmChainId>;
|
|
37
39
|
//# sourceMappingURL=evm.schema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"evm.schema.d.ts","sourceRoot":"../../../../../src/blockchain/chains","sources":["evm.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,oBAAY,iBAAiB;IAC3B,QAAQ,MAAM;IACd,MAAM,MAAM;IACZ,QAAQ,UAAU;IAClB,eAAe,WAAW;IAC1B,gBAAgB,WAAW;IAC3B,QAAQ,OAAO;IACf,eAAe,QAAQ;IACvB,gBAAgB,aAAa;IAC7B,SAAS,UAAU;IACnB,cAAc,UAAU;IACxB,OAAO,QAAQ;IACf,YAAY,UAAU;IACtB,OAAO,aAAa;IACpB,IAAI,SAAS;IACb,WAAW,UAAU;IACrB,YAAY,UAAU;IACtB,QAAQ,SAAS;IACjB,SAAS,SAAS;IAClB,GAAG,OAAO;IACV,WAAW,OAAO;IAClB,mBAAmB,SAAS;IAC5B,cAAc,QAAQ;IACtB,cAAc,QAAQ;
|
|
1
|
+
{"version":3,"file":"evm.schema.d.ts","sourceRoot":"../../../../../src/blockchain/chains","sources":["evm.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,oBAAY,iBAAiB;IAC3B,QAAQ,MAAM;IACd,MAAM,MAAM;IACZ,QAAQ,UAAU;IAClB,eAAe,WAAW;IAC1B,gBAAgB,WAAW;IAC3B,QAAQ,OAAO;IACf,eAAe,QAAQ;IACvB,gBAAgB,aAAa;IAC7B,SAAS,UAAU;IACnB,cAAc,UAAU;IACxB,OAAO,QAAQ;IACf,YAAY,UAAU;IACtB,OAAO,aAAa;IACpB,IAAI,SAAS;IACb,WAAW,UAAU;IACrB,YAAY,UAAU;IACtB,QAAQ,SAAS;IACjB,SAAS,SAAS;IAClB,GAAG,OAAO;IACV,WAAW,OAAO;IAClB,mBAAmB,SAAS;IAC5B,cAAc,QAAQ;IACtB,cAAc,QAAQ;IACtB,YAAY,QAAQ;IACpB,mBAAmB,SAAS;CAC7B;AACD,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAsBpD,CAAC;AAEX,eAAO,MAAM,2BAA2B,UAEvC,CAAC;AAEF,eAAO,MAAM,oBAAoB,oxBA0BvB,CAAC;AAEX,eAAO,MAAM,eAAe,sxBAA+B,CAAC;AAC5D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,iBAAiB,EAAE,MAAM,CA0B5D,CAAC;AAEF,eAAO,MAAM,qCAAqC,qBAajD,CAAC;AAEF,eAAO,MAAM,uBAAuB,qpBAsB1B,CAAC;AAEX,eAAO,MAAM,UAAU,upBAIpB,CAAC;AACJ,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -423,7 +423,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
423
423
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
424
424
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
425
425
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
426
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
426
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
427
427
|
objectId: z.ZodString;
|
|
428
428
|
name: z.ZodString;
|
|
429
429
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -466,7 +466,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
466
466
|
};
|
|
467
467
|
executionId: string;
|
|
468
468
|
scenarioId: string;
|
|
469
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
469
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
470
470
|
objectId: string;
|
|
471
471
|
address?: string | null | undefined;
|
|
472
472
|
}, {
|
|
@@ -480,7 +480,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
480
480
|
};
|
|
481
481
|
executionId: string;
|
|
482
482
|
scenarioId: string;
|
|
483
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
483
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
484
484
|
objectId: string;
|
|
485
485
|
address?: string | null | undefined;
|
|
486
486
|
}>, "many">, "many">>;
|
|
@@ -499,7 +499,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
499
499
|
};
|
|
500
500
|
executionId: string;
|
|
501
501
|
scenarioId: string;
|
|
502
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
502
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
503
503
|
objectId: string;
|
|
504
504
|
address?: string | null | undefined;
|
|
505
505
|
}[][] | undefined;
|
|
@@ -518,7 +518,7 @@ export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
|
518
518
|
};
|
|
519
519
|
executionId: string;
|
|
520
520
|
scenarioId: string;
|
|
521
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
521
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
522
522
|
objectId: string;
|
|
523
523
|
address?: string | null | undefined;
|
|
524
524
|
}[][] | undefined;
|
|
@@ -590,7 +590,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
590
590
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
591
591
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
592
592
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
593
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
593
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
594
594
|
objectId: z.ZodString;
|
|
595
595
|
name: z.ZodString;
|
|
596
596
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -633,7 +633,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
633
633
|
};
|
|
634
634
|
executionId: string;
|
|
635
635
|
scenarioId: string;
|
|
636
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
636
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
637
637
|
objectId: string;
|
|
638
638
|
address?: string | null | undefined;
|
|
639
639
|
}, {
|
|
@@ -647,7 +647,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
647
647
|
};
|
|
648
648
|
executionId: string;
|
|
649
649
|
scenarioId: string;
|
|
650
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
650
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
651
651
|
objectId: string;
|
|
652
652
|
address?: string | null | undefined;
|
|
653
653
|
}>, "many">, "many">>;
|
|
@@ -666,7 +666,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
666
666
|
};
|
|
667
667
|
executionId: string;
|
|
668
668
|
scenarioId: string;
|
|
669
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
669
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
670
670
|
objectId: string;
|
|
671
671
|
address?: string | null | undefined;
|
|
672
672
|
}[][] | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
685
685
|
};
|
|
686
686
|
executionId: string;
|
|
687
687
|
scenarioId: string;
|
|
688
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
688
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
689
689
|
objectId: string;
|
|
690
690
|
address?: string | null | undefined;
|
|
691
691
|
}[][] | undefined;
|
|
@@ -707,7 +707,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
707
707
|
};
|
|
708
708
|
executionId: string;
|
|
709
709
|
scenarioId: string;
|
|
710
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
710
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
711
711
|
objectId: string;
|
|
712
712
|
address?: string | null | undefined;
|
|
713
713
|
}[][] | undefined;
|
|
@@ -729,7 +729,7 @@ export declare const RuleEngineScenarioExecutionData: z.ZodObject<{
|
|
|
729
729
|
};
|
|
730
730
|
executionId: string;
|
|
731
731
|
scenarioId: string;
|
|
732
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
732
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
733
733
|
objectId: string;
|
|
734
734
|
address?: string | null | undefined;
|
|
735
735
|
}[][] | undefined;
|
|
@@ -1313,7 +1313,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1313
1313
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
1314
1314
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
1315
1315
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
1316
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
1316
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
1317
1317
|
objectId: z.ZodString;
|
|
1318
1318
|
name: z.ZodString;
|
|
1319
1319
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -1356,7 +1356,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1356
1356
|
};
|
|
1357
1357
|
executionId: string;
|
|
1358
1358
|
scenarioId: string;
|
|
1359
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1359
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1360
1360
|
objectId: string;
|
|
1361
1361
|
address?: string | null | undefined;
|
|
1362
1362
|
}, {
|
|
@@ -1370,7 +1370,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1370
1370
|
};
|
|
1371
1371
|
executionId: string;
|
|
1372
1372
|
scenarioId: string;
|
|
1373
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1373
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1374
1374
|
objectId: string;
|
|
1375
1375
|
address?: string | null | undefined;
|
|
1376
1376
|
}>, "many">, "many">>;
|
|
@@ -1389,7 +1389,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1389
1389
|
};
|
|
1390
1390
|
executionId: string;
|
|
1391
1391
|
scenarioId: string;
|
|
1392
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1392
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1393
1393
|
objectId: string;
|
|
1394
1394
|
address?: string | null | undefined;
|
|
1395
1395
|
}[][] | undefined;
|
|
@@ -1408,7 +1408,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1408
1408
|
};
|
|
1409
1409
|
executionId: string;
|
|
1410
1410
|
scenarioId: string;
|
|
1411
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1411
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1412
1412
|
objectId: string;
|
|
1413
1413
|
address?: string | null | undefined;
|
|
1414
1414
|
}[][] | undefined;
|
|
@@ -1430,7 +1430,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1430
1430
|
};
|
|
1431
1431
|
executionId: string;
|
|
1432
1432
|
scenarioId: string;
|
|
1433
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1433
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1434
1434
|
objectId: string;
|
|
1435
1435
|
address?: string | null | undefined;
|
|
1436
1436
|
}[][] | undefined;
|
|
@@ -1452,7 +1452,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1452
1452
|
};
|
|
1453
1453
|
executionId: string;
|
|
1454
1454
|
scenarioId: string;
|
|
1455
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
1455
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
1456
1456
|
objectId: string;
|
|
1457
1457
|
address?: string | null | undefined;
|
|
1458
1458
|
}[][] | undefined;
|
|
@@ -2037,7 +2037,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2037
2037
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
2038
2038
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
2039
2039
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
2040
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
2040
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
2041
2041
|
objectId: z.ZodString;
|
|
2042
2042
|
name: z.ZodString;
|
|
2043
2043
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -2080,7 +2080,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2080
2080
|
};
|
|
2081
2081
|
executionId: string;
|
|
2082
2082
|
scenarioId: string;
|
|
2083
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2083
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2084
2084
|
objectId: string;
|
|
2085
2085
|
address?: string | null | undefined;
|
|
2086
2086
|
}, {
|
|
@@ -2094,7 +2094,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2094
2094
|
};
|
|
2095
2095
|
executionId: string;
|
|
2096
2096
|
scenarioId: string;
|
|
2097
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2097
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2098
2098
|
objectId: string;
|
|
2099
2099
|
address?: string | null | undefined;
|
|
2100
2100
|
}>, "many">, "many">>;
|
|
@@ -2113,7 +2113,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2113
2113
|
};
|
|
2114
2114
|
executionId: string;
|
|
2115
2115
|
scenarioId: string;
|
|
2116
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2116
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2117
2117
|
objectId: string;
|
|
2118
2118
|
address?: string | null | undefined;
|
|
2119
2119
|
}[][] | undefined;
|
|
@@ -2132,7 +2132,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2132
2132
|
};
|
|
2133
2133
|
executionId: string;
|
|
2134
2134
|
scenarioId: string;
|
|
2135
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2135
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2136
2136
|
objectId: string;
|
|
2137
2137
|
address?: string | null | undefined;
|
|
2138
2138
|
}[][] | undefined;
|
|
@@ -2154,7 +2154,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2154
2154
|
};
|
|
2155
2155
|
executionId: string;
|
|
2156
2156
|
scenarioId: string;
|
|
2157
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2157
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2158
2158
|
objectId: string;
|
|
2159
2159
|
address?: string | null | undefined;
|
|
2160
2160
|
}[][] | undefined;
|
|
@@ -2176,7 +2176,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2176
2176
|
};
|
|
2177
2177
|
executionId: string;
|
|
2178
2178
|
scenarioId: string;
|
|
2179
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2179
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2180
2180
|
objectId: string;
|
|
2181
2181
|
address?: string | null | undefined;
|
|
2182
2182
|
}[][] | undefined;
|
|
@@ -2770,7 +2770,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2770
2770
|
};
|
|
2771
2771
|
executionId: string;
|
|
2772
2772
|
scenarioId: string;
|
|
2773
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2773
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2774
2774
|
objectId: string;
|
|
2775
2775
|
address?: string | null | undefined;
|
|
2776
2776
|
}[][] | undefined;
|
|
@@ -2869,7 +2869,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2869
2869
|
};
|
|
2870
2870
|
executionId: string;
|
|
2871
2871
|
scenarioId: string;
|
|
2872
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
2872
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
2873
2873
|
objectId: string;
|
|
2874
2874
|
address?: string | null | undefined;
|
|
2875
2875
|
}[][] | undefined;
|
|
@@ -3080,7 +3080,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3080
3080
|
scenarioExecutionId: z.ZodOptional<z.ZodString>;
|
|
3081
3081
|
status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
|
|
3082
3082
|
results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
3083
|
-
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring"]>;
|
|
3083
|
+
objectType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;
|
|
3084
3084
|
objectId: z.ZodString;
|
|
3085
3085
|
name: z.ZodString;
|
|
3086
3086
|
address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `1${string}`, string>, z.ZodEffects<z.ZodString, `3${string}`, string>, z.ZodEffects<z.ZodString, `bc1${string}`, string>, z.ZodEffects<z.ZodString, `m${string}` | `n${string}`, string>, z.ZodEffects<z.ZodString, `2${string}`, string>, z.ZodEffects<z.ZodString, `tb1${string}`, string>]>]>>>;
|
|
@@ -3123,7 +3123,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3123
3123
|
};
|
|
3124
3124
|
executionId: string;
|
|
3125
3125
|
scenarioId: string;
|
|
3126
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3126
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3127
3127
|
objectId: string;
|
|
3128
3128
|
address?: string | null | undefined;
|
|
3129
3129
|
}, {
|
|
@@ -3137,7 +3137,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3137
3137
|
};
|
|
3138
3138
|
executionId: string;
|
|
3139
3139
|
scenarioId: string;
|
|
3140
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3140
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3141
3141
|
objectId: string;
|
|
3142
3142
|
address?: string | null | undefined;
|
|
3143
3143
|
}>, "many">, "many">>;
|
|
@@ -3156,7 +3156,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3156
3156
|
};
|
|
3157
3157
|
executionId: string;
|
|
3158
3158
|
scenarioId: string;
|
|
3159
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3159
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3160
3160
|
objectId: string;
|
|
3161
3161
|
address?: string | null | undefined;
|
|
3162
3162
|
}[][] | undefined;
|
|
@@ -3175,7 +3175,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3175
3175
|
};
|
|
3176
3176
|
executionId: string;
|
|
3177
3177
|
scenarioId: string;
|
|
3178
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3178
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3179
3179
|
objectId: string;
|
|
3180
3180
|
address?: string | null | undefined;
|
|
3181
3181
|
}[][] | undefined;
|
|
@@ -3197,7 +3197,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3197
3197
|
};
|
|
3198
3198
|
executionId: string;
|
|
3199
3199
|
scenarioId: string;
|
|
3200
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3200
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3201
3201
|
objectId: string;
|
|
3202
3202
|
address?: string | null | undefined;
|
|
3203
3203
|
}[][] | undefined;
|
|
@@ -3219,7 +3219,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3219
3219
|
};
|
|
3220
3220
|
executionId: string;
|
|
3221
3221
|
scenarioId: string;
|
|
3222
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3222
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3223
3223
|
objectId: string;
|
|
3224
3224
|
address?: string | null | undefined;
|
|
3225
3225
|
}[][] | undefined;
|
|
@@ -3813,7 +3813,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3813
3813
|
};
|
|
3814
3814
|
executionId: string;
|
|
3815
3815
|
scenarioId: string;
|
|
3816
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3816
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3817
3817
|
objectId: string;
|
|
3818
3818
|
address?: string | null | undefined;
|
|
3819
3819
|
}[][] | undefined;
|
|
@@ -3912,7 +3912,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3912
3912
|
};
|
|
3913
3913
|
executionId: string;
|
|
3914
3914
|
scenarioId: string;
|
|
3915
|
-
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring";
|
|
3915
|
+
objectType: "PrivacyPreservingMonitoring" | "IndividualMonitoring" | "TransactionMonitoring" | "OffChainZKP" | "ChallengeQuery";
|
|
3916
3916
|
objectId: string;
|
|
3917
3917
|
address?: string | null | undefined;
|
|
3918
3918
|
}[][] | undefined;
|
|
@@ -1590,7 +1590,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1590
1590
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
1591
1591
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
1592
1592
|
workflowId: z.ZodOptional<z.ZodString>;
|
|
1593
|
-
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET]>;
|
|
1593
|
+
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET]>;
|
|
1594
1594
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
1595
1595
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
1596
1596
|
functionName: z.ZodString;
|
|
@@ -1601,7 +1601,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1601
1601
|
}, {
|
|
1602
1602
|
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
1603
1603
|
}>, "strip", z.ZodTypeAny, {
|
|
1604
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
1604
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
1605
1605
|
contractAbi: Record<string, unknown>[];
|
|
1606
1606
|
contractAddress: `0x${string}`;
|
|
1607
1607
|
functionName: string;
|
|
@@ -1611,7 +1611,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1611
1611
|
blockExpiration?: number | undefined;
|
|
1612
1612
|
nonce?: number | undefined;
|
|
1613
1613
|
}, {
|
|
1614
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
1614
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
1615
1615
|
contractAbi: Record<string, unknown>[];
|
|
1616
1616
|
contractAddress: string;
|
|
1617
1617
|
functionName: string;
|
|
@@ -1625,7 +1625,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1625
1625
|
}, "strip", z.ZodTypeAny, {
|
|
1626
1626
|
type: "getTxAuthSigRequest";
|
|
1627
1627
|
data: {
|
|
1628
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
1628
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
1629
1629
|
contractAbi: Record<string, unknown>[];
|
|
1630
1630
|
contractAddress: `0x${string}`;
|
|
1631
1631
|
functionName: string;
|
|
@@ -1639,7 +1639,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1639
1639
|
}, {
|
|
1640
1640
|
type: "getTxAuthSigRequest";
|
|
1641
1641
|
data: {
|
|
1642
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
1642
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
1643
1643
|
contractAbi: Record<string, unknown>[];
|
|
1644
1644
|
contractAddress: string;
|
|
1645
1645
|
functionName: string;
|
|
@@ -2162,7 +2162,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2162
2162
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
2163
2163
|
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
2164
2164
|
workflowId: z.ZodOptional<z.ZodString>;
|
|
2165
|
-
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET]>;
|
|
2165
|
+
chainId: z.ZodEnum<[import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET, import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET]>;
|
|
2166
2166
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
2167
2167
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
2168
2168
|
functionName: z.ZodString;
|
|
@@ -2173,7 +2173,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2173
2173
|
}, {
|
|
2174
2174
|
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
2175
2175
|
}>, "strip", z.ZodTypeAny, {
|
|
2176
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
2176
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
2177
2177
|
contractAbi: Record<string, unknown>[];
|
|
2178
2178
|
contractAddress: `0x${string}`;
|
|
2179
2179
|
functionName: string;
|
|
@@ -2183,7 +2183,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2183
2183
|
blockExpiration?: number | undefined;
|
|
2184
2184
|
nonce?: number | undefined;
|
|
2185
2185
|
}, {
|
|
2186
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
2186
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
2187
2187
|
contractAbi: Record<string, unknown>[];
|
|
2188
2188
|
contractAddress: string;
|
|
2189
2189
|
functionName: string;
|
|
@@ -2197,7 +2197,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2197
2197
|
}, "strip", z.ZodTypeAny, {
|
|
2198
2198
|
type: "getTxAuthSigRequest";
|
|
2199
2199
|
data: {
|
|
2200
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
2200
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
2201
2201
|
contractAbi: Record<string, unknown>[];
|
|
2202
2202
|
contractAddress: `0x${string}`;
|
|
2203
2203
|
functionName: string;
|
|
@@ -2211,7 +2211,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2211
2211
|
}, {
|
|
2212
2212
|
type: "getTxAuthSigRequest";
|
|
2213
2213
|
data: {
|
|
2214
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET;
|
|
2214
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET;
|
|
2215
2215
|
contractAbi: Record<string, unknown>[];
|
|
2216
2216
|
contractAddress: string;
|
|
2217
2217
|
functionName: string;
|