@settlemint/sdk-js 2.6.2-pr40cfe5ad → 2.6.2-pr43ed8f4d
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/settlemint.d.cts +160 -149
- package/dist/settlemint.d.ts +160 -149
- package/package.json +3 -3
package/dist/settlemint.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Id } from "@settlemint/sdk-utils/validation";
|
|
3
3
|
import { GraphQLClient } from "graphql-request";
|
|
4
4
|
import { z } from "zod";
|
|
5
|
-
import * as
|
|
5
|
+
import * as gql_tada0 from "gql.tada";
|
|
6
6
|
import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
|
|
7
7
|
|
|
8
8
|
//#region src/helpers/graphql-env.d.ts
|
|
@@ -14485,7 +14485,7 @@ type introspection_types = {
|
|
|
14485
14485
|
};
|
|
14486
14486
|
'ConsensusAlgorithm': {
|
|
14487
14487
|
name: 'ConsensusAlgorithm';
|
|
14488
|
-
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | '
|
|
14488
|
+
enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
|
|
14489
14489
|
};
|
|
14490
14490
|
'ContractAddresses': {
|
|
14491
14491
|
kind: 'OBJECT';
|
|
@@ -35903,6 +35903,18 @@ type introspection_types = {
|
|
|
35903
35903
|
};
|
|
35904
35904
|
};
|
|
35905
35905
|
};
|
|
35906
|
+
'isPreRelease': {
|
|
35907
|
+
name: 'isPreRelease';
|
|
35908
|
+
type: {
|
|
35909
|
+
kind: 'NON_NULL';
|
|
35910
|
+
name: never;
|
|
35911
|
+
ofType: {
|
|
35912
|
+
kind: 'SCALAR';
|
|
35913
|
+
name: 'Boolean';
|
|
35914
|
+
ofType: null;
|
|
35915
|
+
};
|
|
35916
|
+
};
|
|
35917
|
+
};
|
|
35906
35918
|
'name': {
|
|
35907
35919
|
name: 'name';
|
|
35908
35920
|
type: {
|
|
@@ -65438,7 +65450,6 @@ type introspection_types = {
|
|
|
65438
65450
|
enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
|
|
65439
65451
|
};
|
|
65440
65452
|
};
|
|
65441
|
-
|
|
65442
65453
|
/** An IntrospectionQuery representation of your schema.
|
|
65443
65454
|
*
|
|
65444
65455
|
* @remarks
|
|
@@ -65484,7 +65495,7 @@ declare const graphql: initGraphQLTada<{
|
|
|
65484
65495
|
/**
|
|
65485
65496
|
* GraphQL fragment containing core application fields.
|
|
65486
65497
|
*/
|
|
65487
|
-
declare const ApplicationFragment:
|
|
65498
|
+
declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
|
|
65488
65499
|
id: string;
|
|
65489
65500
|
uniqueName: string;
|
|
65490
65501
|
name: string;
|
|
@@ -65505,7 +65516,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
|
|
|
65505
65516
|
/**
|
|
65506
65517
|
* Mutation to create a new application.
|
|
65507
65518
|
*/
|
|
65508
|
-
declare const createApplication:
|
|
65519
|
+
declare const createApplication: gql_tada0.TadaDocumentNode<{
|
|
65509
65520
|
createApplication: {
|
|
65510
65521
|
id: string;
|
|
65511
65522
|
uniqueName: string;
|
|
@@ -65560,7 +65571,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
|
|
|
65560
65571
|
declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
|
|
65561
65572
|
//#endregion
|
|
65562
65573
|
//#region src/graphql/application-access-tokens.d.ts
|
|
65563
|
-
declare const createApplicationAccessToken:
|
|
65574
|
+
declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
|
|
65564
65575
|
createApplicationAccessToken: {
|
|
65565
65576
|
token: string | null;
|
|
65566
65577
|
};
|
|
@@ -65624,8 +65635,8 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
|
|
|
65624
65635
|
/**
|
|
65625
65636
|
* Fragment containing core blockchain network fields.
|
|
65626
65637
|
*/
|
|
65627
|
-
declare const BlockchainNetworkFragment:
|
|
65628
|
-
__typename: "
|
|
65638
|
+
declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
|
|
65639
|
+
__typename: "BesuIbftv2BlockchainNetwork";
|
|
65629
65640
|
id: string;
|
|
65630
65641
|
uniqueName: string;
|
|
65631
65642
|
name: string;
|
|
@@ -65706,7 +65717,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
65706
65717
|
}[];
|
|
65707
65718
|
})[];
|
|
65708
65719
|
} | {
|
|
65709
|
-
__typename: "
|
|
65720
|
+
__typename: "BesuQBFTBlockchainNetwork";
|
|
65710
65721
|
id: string;
|
|
65711
65722
|
uniqueName: string;
|
|
65712
65723
|
name: string;
|
|
@@ -65787,7 +65798,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
65787
65798
|
}[];
|
|
65788
65799
|
})[];
|
|
65789
65800
|
} | {
|
|
65790
|
-
__typename: "
|
|
65801
|
+
__typename: "CordaBlockchainNetwork";
|
|
65791
65802
|
id: string;
|
|
65792
65803
|
uniqueName: string;
|
|
65793
65804
|
name: string;
|
|
@@ -65795,7 +65806,6 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
65795
65806
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
65796
65807
|
provider: string;
|
|
65797
65808
|
region: string;
|
|
65798
|
-
chainId: number;
|
|
65799
65809
|
blockchainNodes: ({
|
|
65800
65810
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
65801
65811
|
id: string;
|
|
@@ -65868,7 +65878,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
65868
65878
|
}[];
|
|
65869
65879
|
})[];
|
|
65870
65880
|
} | {
|
|
65871
|
-
__typename: "
|
|
65881
|
+
__typename: "FabricRaftBlockchainNetwork";
|
|
65872
65882
|
id: string;
|
|
65873
65883
|
uniqueName: string;
|
|
65874
65884
|
name: string;
|
|
@@ -65876,7 +65886,6 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
65876
65886
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
65877
65887
|
provider: string;
|
|
65878
65888
|
region: string;
|
|
65879
|
-
chainId: number;
|
|
65880
65889
|
blockchainNodes: ({
|
|
65881
65890
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
65882
65891
|
id: string;
|
|
@@ -66030,7 +66039,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66030
66039
|
}[];
|
|
66031
66040
|
})[];
|
|
66032
66041
|
} | {
|
|
66033
|
-
__typename: "
|
|
66042
|
+
__typename: "PolygonEdgePoABlockchainNetwork";
|
|
66034
66043
|
id: string;
|
|
66035
66044
|
uniqueName: string;
|
|
66036
66045
|
name: string;
|
|
@@ -66111,7 +66120,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66111
66120
|
}[];
|
|
66112
66121
|
})[];
|
|
66113
66122
|
} | {
|
|
66114
|
-
__typename: "
|
|
66123
|
+
__typename: "PolygonSupernetBlockchainNetwork";
|
|
66115
66124
|
id: string;
|
|
66116
66125
|
uniqueName: string;
|
|
66117
66126
|
name: string;
|
|
@@ -66191,7 +66200,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66191
66200
|
}[];
|
|
66192
66201
|
})[];
|
|
66193
66202
|
} | {
|
|
66194
|
-
__typename: "
|
|
66203
|
+
__typename: "PublicEvmBlockchainNetwork";
|
|
66195
66204
|
id: string;
|
|
66196
66205
|
uniqueName: string;
|
|
66197
66206
|
name: string;
|
|
@@ -66199,6 +66208,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66199
66208
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
66200
66209
|
provider: string;
|
|
66201
66210
|
region: string;
|
|
66211
|
+
chainId: number;
|
|
66202
66212
|
blockchainNodes: ({
|
|
66203
66213
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
66204
66214
|
id: string;
|
|
@@ -66271,7 +66281,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66271
66281
|
}[];
|
|
66272
66282
|
})[];
|
|
66273
66283
|
} | {
|
|
66274
|
-
__typename: "
|
|
66284
|
+
__typename: "QuorumQBFTBlockchainNetwork";
|
|
66275
66285
|
id: string;
|
|
66276
66286
|
uniqueName: string;
|
|
66277
66287
|
name: string;
|
|
@@ -66279,6 +66289,7 @@ declare const BlockchainNetworkFragment: gql_tada1.TadaDocumentNode<{
|
|
|
66279
66289
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
66280
66290
|
provider: string;
|
|
66281
66291
|
region: string;
|
|
66292
|
+
chainId: number;
|
|
66282
66293
|
blockchainNodes: ({
|
|
66283
66294
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
66284
66295
|
id: string;
|
|
@@ -66522,9 +66533,9 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
|
|
|
66522
66533
|
/**
|
|
66523
66534
|
* Mutation to create a new blockchain network.
|
|
66524
66535
|
*/
|
|
66525
|
-
declare const createBlockchainNetwork:
|
|
66536
|
+
declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
|
|
66526
66537
|
createBlockchainNetwork: {
|
|
66527
|
-
__typename: "
|
|
66538
|
+
__typename: "BesuIbftv2BlockchainNetwork";
|
|
66528
66539
|
id: string;
|
|
66529
66540
|
uniqueName: string;
|
|
66530
66541
|
name: string;
|
|
@@ -66605,7 +66616,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
66605
66616
|
}[];
|
|
66606
66617
|
})[];
|
|
66607
66618
|
} | {
|
|
66608
|
-
__typename: "
|
|
66619
|
+
__typename: "BesuQBFTBlockchainNetwork";
|
|
66609
66620
|
id: string;
|
|
66610
66621
|
uniqueName: string;
|
|
66611
66622
|
name: string;
|
|
@@ -66686,7 +66697,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
66686
66697
|
}[];
|
|
66687
66698
|
})[];
|
|
66688
66699
|
} | {
|
|
66689
|
-
__typename: "
|
|
66700
|
+
__typename: "FabricRaftBlockchainNetwork";
|
|
66690
66701
|
id: string;
|
|
66691
66702
|
uniqueName: string;
|
|
66692
66703
|
name: string;
|
|
@@ -66694,7 +66705,6 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
66694
66705
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
66695
66706
|
provider: string;
|
|
66696
66707
|
region: string;
|
|
66697
|
-
chainId: number;
|
|
66698
66708
|
blockchainNodes: ({
|
|
66699
66709
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
66700
66710
|
id: string;
|
|
@@ -66848,7 +66858,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
66848
66858
|
}[];
|
|
66849
66859
|
})[];
|
|
66850
66860
|
} | {
|
|
66851
|
-
__typename: "
|
|
66861
|
+
__typename: "QuorumQBFTBlockchainNetwork";
|
|
66852
66862
|
id: string;
|
|
66853
66863
|
uniqueName: string;
|
|
66854
66864
|
name: string;
|
|
@@ -66856,6 +66866,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
66856
66866
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
66857
66867
|
provider: string;
|
|
66858
66868
|
region: string;
|
|
66869
|
+
chainId: number;
|
|
66859
66870
|
blockchainNodes: ({
|
|
66860
66871
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
66861
66872
|
id: string;
|
|
@@ -67257,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada1.TadaDocumentNode<{
|
|
|
67257
67268
|
gasLimit?: string | null | undefined;
|
|
67258
67269
|
evmStackSize?: number | null | undefined;
|
|
67259
67270
|
contractSizeLimit?: number | null | undefined;
|
|
67260
|
-
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "
|
|
67271
|
+
consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
|
|
67261
67272
|
chainId?: number | null | undefined;
|
|
67262
67273
|
applicationId: string;
|
|
67263
67274
|
}, void>;
|
|
@@ -67275,7 +67286,7 @@ type CreateBlockchainNetworkArgs = Omit<VariablesOf<typeof createBlockchainNetwo
|
|
|
67275
67286
|
* @throws If the application cannot be found or the request fails
|
|
67276
67287
|
*/
|
|
67277
67288
|
declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<({
|
|
67278
|
-
__typename: "
|
|
67289
|
+
__typename: "BesuIbftv2BlockchainNetwork";
|
|
67279
67290
|
id: string;
|
|
67280
67291
|
uniqueName: string;
|
|
67281
67292
|
name: string;
|
|
@@ -67356,7 +67367,7 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67356
67367
|
}[];
|
|
67357
67368
|
})[];
|
|
67358
67369
|
} | {
|
|
67359
|
-
__typename: "
|
|
67370
|
+
__typename: "BesuQBFTBlockchainNetwork";
|
|
67360
67371
|
id: string;
|
|
67361
67372
|
uniqueName: string;
|
|
67362
67373
|
name: string;
|
|
@@ -67437,7 +67448,7 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67437
67448
|
}[];
|
|
67438
67449
|
})[];
|
|
67439
67450
|
} | {
|
|
67440
|
-
__typename: "
|
|
67451
|
+
__typename: "FabricRaftBlockchainNetwork";
|
|
67441
67452
|
id: string;
|
|
67442
67453
|
uniqueName: string;
|
|
67443
67454
|
name: string;
|
|
@@ -67445,7 +67456,6 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67445
67456
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
67446
67457
|
provider: string;
|
|
67447
67458
|
region: string;
|
|
67448
|
-
chainId: number;
|
|
67449
67459
|
blockchainNodes: ({
|
|
67450
67460
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
67451
67461
|
id: string;
|
|
@@ -67599,7 +67609,7 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67599
67609
|
}[];
|
|
67600
67610
|
})[];
|
|
67601
67611
|
} | {
|
|
67602
|
-
__typename: "
|
|
67612
|
+
__typename: "QuorumQBFTBlockchainNetwork";
|
|
67603
67613
|
id: string;
|
|
67604
67614
|
uniqueName: string;
|
|
67605
67615
|
name: string;
|
|
@@ -67607,6 +67617,7 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67607
67617
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
67608
67618
|
provider: string;
|
|
67609
67619
|
region: string;
|
|
67620
|
+
chainId: number;
|
|
67610
67621
|
blockchainNodes: ({
|
|
67611
67622
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
67612
67623
|
id: string;
|
|
@@ -67847,7 +67858,7 @@ declare const blockchainNetworkList: (gqlClient: GraphQLClient) => (applicationU
|
|
|
67847
67858
|
* @throws If the network cannot be found or the request fails
|
|
67848
67859
|
*/
|
|
67849
67860
|
declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<{
|
|
67850
|
-
__typename: "
|
|
67861
|
+
__typename: "BesuIbftv2BlockchainNetwork";
|
|
67851
67862
|
id: string;
|
|
67852
67863
|
uniqueName: string;
|
|
67853
67864
|
name: string;
|
|
@@ -67928,7 +67939,7 @@ declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNe
|
|
|
67928
67939
|
}[];
|
|
67929
67940
|
})[];
|
|
67930
67941
|
} | {
|
|
67931
|
-
__typename: "
|
|
67942
|
+
__typename: "BesuQBFTBlockchainNetwork";
|
|
67932
67943
|
id: string;
|
|
67933
67944
|
uniqueName: string;
|
|
67934
67945
|
name: string;
|
|
@@ -68009,7 +68020,7 @@ declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNe
|
|
|
68009
68020
|
}[];
|
|
68010
68021
|
})[];
|
|
68011
68022
|
} | {
|
|
68012
|
-
__typename: "
|
|
68023
|
+
__typename: "FabricRaftBlockchainNetwork";
|
|
68013
68024
|
id: string;
|
|
68014
68025
|
uniqueName: string;
|
|
68015
68026
|
name: string;
|
|
@@ -68017,7 +68028,6 @@ declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNe
|
|
|
68017
68028
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
68018
68029
|
provider: string;
|
|
68019
68030
|
region: string;
|
|
68020
|
-
chainId: number;
|
|
68021
68031
|
blockchainNodes: ({
|
|
68022
68032
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
68023
68033
|
id: string;
|
|
@@ -68171,7 +68181,7 @@ declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNe
|
|
|
68171
68181
|
}[];
|
|
68172
68182
|
})[];
|
|
68173
68183
|
} | {
|
|
68174
|
-
__typename: "
|
|
68184
|
+
__typename: "QuorumQBFTBlockchainNetwork";
|
|
68175
68185
|
id: string;
|
|
68176
68186
|
uniqueName: string;
|
|
68177
68187
|
name: string;
|
|
@@ -68179,6 +68189,7 @@ declare const blockchainNetworkRead: (gqlClient: GraphQLClient) => (blockchainNe
|
|
|
68179
68189
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
68180
68190
|
provider: string;
|
|
68181
68191
|
region: string;
|
|
68192
|
+
chainId: number;
|
|
68182
68193
|
blockchainNodes: ({
|
|
68183
68194
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
68184
68195
|
id: string;
|
|
@@ -68427,7 +68438,7 @@ declare const blockchainNetworkCreate: (gqlClient: GraphQLClient) => ((args: Cre
|
|
|
68427
68438
|
* @throws If the network cannot be found or the deletion fails
|
|
68428
68439
|
*/
|
|
68429
68440
|
declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchainNetworkUniqueName: string) => Promise<{
|
|
68430
|
-
__typename: "
|
|
68441
|
+
__typename: "BesuIbftv2BlockchainNetwork";
|
|
68431
68442
|
id: string;
|
|
68432
68443
|
uniqueName: string;
|
|
68433
68444
|
name: string;
|
|
@@ -68508,7 +68519,7 @@ declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68508
68519
|
}[];
|
|
68509
68520
|
})[];
|
|
68510
68521
|
} | {
|
|
68511
|
-
__typename: "
|
|
68522
|
+
__typename: "BesuQBFTBlockchainNetwork";
|
|
68512
68523
|
id: string;
|
|
68513
68524
|
uniqueName: string;
|
|
68514
68525
|
name: string;
|
|
@@ -68589,7 +68600,7 @@ declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68589
68600
|
}[];
|
|
68590
68601
|
})[];
|
|
68591
68602
|
} | {
|
|
68592
|
-
__typename: "
|
|
68603
|
+
__typename: "FabricRaftBlockchainNetwork";
|
|
68593
68604
|
id: string;
|
|
68594
68605
|
uniqueName: string;
|
|
68595
68606
|
name: string;
|
|
@@ -68597,7 +68608,6 @@ declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68597
68608
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
68598
68609
|
provider: string;
|
|
68599
68610
|
region: string;
|
|
68600
|
-
chainId: number;
|
|
68601
68611
|
blockchainNodes: ({
|
|
68602
68612
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
68603
68613
|
id: string;
|
|
@@ -68751,7 +68761,7 @@ declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68751
68761
|
}[];
|
|
68752
68762
|
})[];
|
|
68753
68763
|
} | {
|
|
68754
|
-
__typename: "
|
|
68764
|
+
__typename: "QuorumQBFTBlockchainNetwork";
|
|
68755
68765
|
id: string;
|
|
68756
68766
|
uniqueName: string;
|
|
68757
68767
|
name: string;
|
|
@@ -68759,6 +68769,7 @@ declare const blockchainNetworkDelete: (gqlClient: GraphQLClient) => (blockchain
|
|
|
68759
68769
|
healthStatus: "HAS_INDEXING_BACKLOG" | "HEALTHY" | "MISSING_DEPLOYMENT_HEAD" | "NODES_SAME_REGION" | "NODE_TYPE_CONFLICT" | "NOT_BFT" | "NOT_HA" | "NOT_RAFT_FAULT_TOLERANT" | "NO_PEERS";
|
|
68760
68770
|
provider: string;
|
|
68761
68771
|
region: string;
|
|
68772
|
+
chainId: number;
|
|
68762
68773
|
blockchainNodes: ({
|
|
68763
68774
|
__typename?: "BesuIbftv2BlockchainNode" | undefined;
|
|
68764
68775
|
id: string;
|
|
@@ -69020,7 +69031,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
|
|
|
69020
69031
|
/**
|
|
69021
69032
|
* Fragment containing core blockchain node fields.
|
|
69022
69033
|
*/
|
|
69023
|
-
declare const BlockchainNodeFragment:
|
|
69034
|
+
declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
|
|
69024
69035
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69025
69036
|
id: string;
|
|
69026
69037
|
uniqueName: string;
|
|
@@ -69041,23 +69052,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69041
69052
|
displayValue: string;
|
|
69042
69053
|
}[];
|
|
69043
69054
|
blockchainNetwork: {
|
|
69044
|
-
__typename?: "
|
|
69055
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69045
69056
|
id: string;
|
|
69046
69057
|
name: string;
|
|
69047
69058
|
uniqueName: string;
|
|
69048
69059
|
chainId: number;
|
|
69049
69060
|
} | {
|
|
69050
|
-
__typename?: "
|
|
69061
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69051
69062
|
id: string;
|
|
69052
69063
|
name: string;
|
|
69053
69064
|
uniqueName: string;
|
|
69054
69065
|
chainId: number;
|
|
69055
69066
|
} | {
|
|
69056
|
-
__typename?: "
|
|
69067
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69057
69068
|
id: string;
|
|
69058
69069
|
name: string;
|
|
69059
69070
|
uniqueName: string;
|
|
69060
|
-
chainId: number;
|
|
69061
69071
|
} | {
|
|
69062
69072
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69063
69073
|
id: string;
|
|
@@ -69065,10 +69075,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69065
69075
|
uniqueName: string;
|
|
69066
69076
|
chainId: number;
|
|
69067
69077
|
} | {
|
|
69068
|
-
__typename?: "
|
|
69078
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69069
69079
|
id: string;
|
|
69070
69080
|
name: string;
|
|
69071
69081
|
uniqueName: string;
|
|
69082
|
+
chainId: number;
|
|
69072
69083
|
} | {
|
|
69073
69084
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69074
69085
|
id: string;
|
|
@@ -69120,23 +69131,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69120
69131
|
displayValue: string;
|
|
69121
69132
|
}[];
|
|
69122
69133
|
blockchainNetwork: {
|
|
69123
|
-
__typename?: "
|
|
69134
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69124
69135
|
id: string;
|
|
69125
69136
|
name: string;
|
|
69126
69137
|
uniqueName: string;
|
|
69127
69138
|
chainId: number;
|
|
69128
69139
|
} | {
|
|
69129
|
-
__typename?: "
|
|
69140
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69130
69141
|
id: string;
|
|
69131
69142
|
name: string;
|
|
69132
69143
|
uniqueName: string;
|
|
69133
69144
|
chainId: number;
|
|
69134
69145
|
} | {
|
|
69135
|
-
__typename?: "
|
|
69146
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69136
69147
|
id: string;
|
|
69137
69148
|
name: string;
|
|
69138
69149
|
uniqueName: string;
|
|
69139
|
-
chainId: number;
|
|
69140
69150
|
} | {
|
|
69141
69151
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69142
69152
|
id: string;
|
|
@@ -69144,10 +69154,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69144
69154
|
uniqueName: string;
|
|
69145
69155
|
chainId: number;
|
|
69146
69156
|
} | {
|
|
69147
|
-
__typename?: "
|
|
69157
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69148
69158
|
id: string;
|
|
69149
69159
|
name: string;
|
|
69150
69160
|
uniqueName: string;
|
|
69161
|
+
chainId: number;
|
|
69151
69162
|
} | {
|
|
69152
69163
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69153
69164
|
id: string;
|
|
@@ -69199,23 +69210,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69199
69210
|
displayValue: string;
|
|
69200
69211
|
}[];
|
|
69201
69212
|
blockchainNetwork: {
|
|
69202
|
-
__typename?: "
|
|
69213
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69203
69214
|
id: string;
|
|
69204
69215
|
name: string;
|
|
69205
69216
|
uniqueName: string;
|
|
69206
69217
|
chainId: number;
|
|
69207
69218
|
} | {
|
|
69208
|
-
__typename?: "
|
|
69219
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69209
69220
|
id: string;
|
|
69210
69221
|
name: string;
|
|
69211
69222
|
uniqueName: string;
|
|
69212
69223
|
chainId: number;
|
|
69213
69224
|
} | {
|
|
69214
|
-
__typename?: "
|
|
69225
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69215
69226
|
id: string;
|
|
69216
69227
|
name: string;
|
|
69217
69228
|
uniqueName: string;
|
|
69218
|
-
chainId: number;
|
|
69219
69229
|
} | {
|
|
69220
69230
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69221
69231
|
id: string;
|
|
@@ -69223,10 +69233,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69223
69233
|
uniqueName: string;
|
|
69224
69234
|
chainId: number;
|
|
69225
69235
|
} | {
|
|
69226
|
-
__typename?: "
|
|
69236
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69227
69237
|
id: string;
|
|
69228
69238
|
name: string;
|
|
69229
69239
|
uniqueName: string;
|
|
69240
|
+
chainId: number;
|
|
69230
69241
|
} | {
|
|
69231
69242
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69232
69243
|
id: string;
|
|
@@ -69278,23 +69289,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69278
69289
|
displayValue: string;
|
|
69279
69290
|
}[];
|
|
69280
69291
|
blockchainNetwork: {
|
|
69281
|
-
__typename?: "
|
|
69292
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69282
69293
|
id: string;
|
|
69283
69294
|
name: string;
|
|
69284
69295
|
uniqueName: string;
|
|
69285
69296
|
chainId: number;
|
|
69286
69297
|
} | {
|
|
69287
|
-
__typename?: "
|
|
69298
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69288
69299
|
id: string;
|
|
69289
69300
|
name: string;
|
|
69290
69301
|
uniqueName: string;
|
|
69291
69302
|
chainId: number;
|
|
69292
69303
|
} | {
|
|
69293
|
-
__typename?: "
|
|
69304
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69294
69305
|
id: string;
|
|
69295
69306
|
name: string;
|
|
69296
69307
|
uniqueName: string;
|
|
69297
|
-
chainId: number;
|
|
69298
69308
|
} | {
|
|
69299
69309
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69300
69310
|
id: string;
|
|
@@ -69302,10 +69312,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69302
69312
|
uniqueName: string;
|
|
69303
69313
|
chainId: number;
|
|
69304
69314
|
} | {
|
|
69305
|
-
__typename?: "
|
|
69315
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69306
69316
|
id: string;
|
|
69307
69317
|
name: string;
|
|
69308
69318
|
uniqueName: string;
|
|
69319
|
+
chainId: number;
|
|
69309
69320
|
} | {
|
|
69310
69321
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69311
69322
|
id: string;
|
|
@@ -69357,23 +69368,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69357
69368
|
displayValue: string;
|
|
69358
69369
|
}[];
|
|
69359
69370
|
blockchainNetwork: {
|
|
69360
|
-
__typename?: "
|
|
69371
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69361
69372
|
id: string;
|
|
69362
69373
|
name: string;
|
|
69363
69374
|
uniqueName: string;
|
|
69364
69375
|
chainId: number;
|
|
69365
69376
|
} | {
|
|
69366
|
-
__typename?: "
|
|
69377
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69367
69378
|
id: string;
|
|
69368
69379
|
name: string;
|
|
69369
69380
|
uniqueName: string;
|
|
69370
69381
|
chainId: number;
|
|
69371
69382
|
} | {
|
|
69372
|
-
__typename?: "
|
|
69383
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69373
69384
|
id: string;
|
|
69374
69385
|
name: string;
|
|
69375
69386
|
uniqueName: string;
|
|
69376
|
-
chainId: number;
|
|
69377
69387
|
} | {
|
|
69378
69388
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69379
69389
|
id: string;
|
|
@@ -69381,10 +69391,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69381
69391
|
uniqueName: string;
|
|
69382
69392
|
chainId: number;
|
|
69383
69393
|
} | {
|
|
69384
|
-
__typename?: "
|
|
69394
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69385
69395
|
id: string;
|
|
69386
69396
|
name: string;
|
|
69387
69397
|
uniqueName: string;
|
|
69398
|
+
chainId: number;
|
|
69388
69399
|
} | {
|
|
69389
69400
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69390
69401
|
id: string;
|
|
@@ -69436,23 +69447,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69436
69447
|
displayValue: string;
|
|
69437
69448
|
}[];
|
|
69438
69449
|
blockchainNetwork: {
|
|
69439
|
-
__typename?: "
|
|
69450
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69440
69451
|
id: string;
|
|
69441
69452
|
name: string;
|
|
69442
69453
|
uniqueName: string;
|
|
69443
69454
|
chainId: number;
|
|
69444
69455
|
} | {
|
|
69445
|
-
__typename?: "
|
|
69456
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69446
69457
|
id: string;
|
|
69447
69458
|
name: string;
|
|
69448
69459
|
uniqueName: string;
|
|
69449
69460
|
chainId: number;
|
|
69450
69461
|
} | {
|
|
69451
|
-
__typename?: "
|
|
69462
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69452
69463
|
id: string;
|
|
69453
69464
|
name: string;
|
|
69454
69465
|
uniqueName: string;
|
|
69455
|
-
chainId: number;
|
|
69456
69466
|
} | {
|
|
69457
69467
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69458
69468
|
id: string;
|
|
@@ -69460,10 +69470,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69460
69470
|
uniqueName: string;
|
|
69461
69471
|
chainId: number;
|
|
69462
69472
|
} | {
|
|
69463
|
-
__typename?: "
|
|
69473
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69464
69474
|
id: string;
|
|
69465
69475
|
name: string;
|
|
69466
69476
|
uniqueName: string;
|
|
69477
|
+
chainId: number;
|
|
69467
69478
|
} | {
|
|
69468
69479
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69469
69480
|
id: string;
|
|
@@ -69515,23 +69526,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69515
69526
|
displayValue: string;
|
|
69516
69527
|
}[];
|
|
69517
69528
|
blockchainNetwork: {
|
|
69518
|
-
__typename?: "
|
|
69529
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69519
69530
|
id: string;
|
|
69520
69531
|
name: string;
|
|
69521
69532
|
uniqueName: string;
|
|
69522
69533
|
chainId: number;
|
|
69523
69534
|
} | {
|
|
69524
|
-
__typename?: "
|
|
69535
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69525
69536
|
id: string;
|
|
69526
69537
|
name: string;
|
|
69527
69538
|
uniqueName: string;
|
|
69528
69539
|
chainId: number;
|
|
69529
69540
|
} | {
|
|
69530
|
-
__typename?: "
|
|
69541
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69531
69542
|
id: string;
|
|
69532
69543
|
name: string;
|
|
69533
69544
|
uniqueName: string;
|
|
69534
|
-
chainId: number;
|
|
69535
69545
|
} | {
|
|
69536
69546
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69537
69547
|
id: string;
|
|
@@ -69539,10 +69549,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69539
69549
|
uniqueName: string;
|
|
69540
69550
|
chainId: number;
|
|
69541
69551
|
} | {
|
|
69542
|
-
__typename?: "
|
|
69552
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69543
69553
|
id: string;
|
|
69544
69554
|
name: string;
|
|
69545
69555
|
uniqueName: string;
|
|
69556
|
+
chainId: number;
|
|
69546
69557
|
} | {
|
|
69547
69558
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69548
69559
|
id: string;
|
|
@@ -69594,23 +69605,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69594
69605
|
displayValue: string;
|
|
69595
69606
|
}[];
|
|
69596
69607
|
blockchainNetwork: {
|
|
69597
|
-
__typename?: "
|
|
69608
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69598
69609
|
id: string;
|
|
69599
69610
|
name: string;
|
|
69600
69611
|
uniqueName: string;
|
|
69601
69612
|
chainId: number;
|
|
69602
69613
|
} | {
|
|
69603
|
-
__typename?: "
|
|
69614
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69604
69615
|
id: string;
|
|
69605
69616
|
name: string;
|
|
69606
69617
|
uniqueName: string;
|
|
69607
69618
|
chainId: number;
|
|
69608
69619
|
} | {
|
|
69609
|
-
__typename?: "
|
|
69620
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69610
69621
|
id: string;
|
|
69611
69622
|
name: string;
|
|
69612
69623
|
uniqueName: string;
|
|
69613
|
-
chainId: number;
|
|
69614
69624
|
} | {
|
|
69615
69625
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69616
69626
|
id: string;
|
|
@@ -69618,10 +69628,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69618
69628
|
uniqueName: string;
|
|
69619
69629
|
chainId: number;
|
|
69620
69630
|
} | {
|
|
69621
|
-
__typename?: "
|
|
69631
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69622
69632
|
id: string;
|
|
69623
69633
|
name: string;
|
|
69624
69634
|
uniqueName: string;
|
|
69635
|
+
chainId: number;
|
|
69625
69636
|
} | {
|
|
69626
69637
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69627
69638
|
id: string;
|
|
@@ -69673,23 +69684,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69673
69684
|
displayValue: string;
|
|
69674
69685
|
}[];
|
|
69675
69686
|
blockchainNetwork: {
|
|
69676
|
-
__typename?: "
|
|
69687
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69677
69688
|
id: string;
|
|
69678
69689
|
name: string;
|
|
69679
69690
|
uniqueName: string;
|
|
69680
69691
|
chainId: number;
|
|
69681
69692
|
} | {
|
|
69682
|
-
__typename?: "
|
|
69693
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69683
69694
|
id: string;
|
|
69684
69695
|
name: string;
|
|
69685
69696
|
uniqueName: string;
|
|
69686
69697
|
chainId: number;
|
|
69687
69698
|
} | {
|
|
69688
|
-
__typename?: "
|
|
69699
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69689
69700
|
id: string;
|
|
69690
69701
|
name: string;
|
|
69691
69702
|
uniqueName: string;
|
|
69692
|
-
chainId: number;
|
|
69693
69703
|
} | {
|
|
69694
69704
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69695
69705
|
id: string;
|
|
@@ -69697,10 +69707,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69697
69707
|
uniqueName: string;
|
|
69698
69708
|
chainId: number;
|
|
69699
69709
|
} | {
|
|
69700
|
-
__typename?: "
|
|
69710
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69701
69711
|
id: string;
|
|
69702
69712
|
name: string;
|
|
69703
69713
|
uniqueName: string;
|
|
69714
|
+
chainId: number;
|
|
69704
69715
|
} | {
|
|
69705
69716
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69706
69717
|
id: string;
|
|
@@ -69752,23 +69763,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69752
69763
|
displayValue: string;
|
|
69753
69764
|
}[];
|
|
69754
69765
|
blockchainNetwork: {
|
|
69755
|
-
__typename?: "
|
|
69766
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69756
69767
|
id: string;
|
|
69757
69768
|
name: string;
|
|
69758
69769
|
uniqueName: string;
|
|
69759
69770
|
chainId: number;
|
|
69760
69771
|
} | {
|
|
69761
|
-
__typename?: "
|
|
69772
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69762
69773
|
id: string;
|
|
69763
69774
|
name: string;
|
|
69764
69775
|
uniqueName: string;
|
|
69765
69776
|
chainId: number;
|
|
69766
69777
|
} | {
|
|
69767
|
-
__typename?: "
|
|
69778
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69768
69779
|
id: string;
|
|
69769
69780
|
name: string;
|
|
69770
69781
|
uniqueName: string;
|
|
69771
|
-
chainId: number;
|
|
69772
69782
|
} | {
|
|
69773
69783
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69774
69784
|
id: string;
|
|
@@ -69776,10 +69786,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69776
69786
|
uniqueName: string;
|
|
69777
69787
|
chainId: number;
|
|
69778
69788
|
} | {
|
|
69779
|
-
__typename?: "
|
|
69789
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69780
69790
|
id: string;
|
|
69781
69791
|
name: string;
|
|
69782
69792
|
uniqueName: string;
|
|
69793
|
+
chainId: number;
|
|
69783
69794
|
} | {
|
|
69784
69795
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69785
69796
|
id: string;
|
|
@@ -69831,23 +69842,22 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69831
69842
|
displayValue: string;
|
|
69832
69843
|
}[];
|
|
69833
69844
|
blockchainNetwork: {
|
|
69834
|
-
__typename?: "
|
|
69845
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69835
69846
|
id: string;
|
|
69836
69847
|
name: string;
|
|
69837
69848
|
uniqueName: string;
|
|
69838
69849
|
chainId: number;
|
|
69839
69850
|
} | {
|
|
69840
|
-
__typename?: "
|
|
69851
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69841
69852
|
id: string;
|
|
69842
69853
|
name: string;
|
|
69843
69854
|
uniqueName: string;
|
|
69844
69855
|
chainId: number;
|
|
69845
69856
|
} | {
|
|
69846
|
-
__typename?: "
|
|
69857
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69847
69858
|
id: string;
|
|
69848
69859
|
name: string;
|
|
69849
69860
|
uniqueName: string;
|
|
69850
|
-
chainId: number;
|
|
69851
69861
|
} | {
|
|
69852
69862
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69853
69863
|
id: string;
|
|
@@ -69855,10 +69865,11 @@ declare const BlockchainNodeFragment: gql_tada1.TadaDocumentNode<{
|
|
|
69855
69865
|
uniqueName: string;
|
|
69856
69866
|
chainId: number;
|
|
69857
69867
|
} | {
|
|
69858
|
-
__typename?: "
|
|
69868
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69859
69869
|
id: string;
|
|
69860
69870
|
name: string;
|
|
69861
69871
|
uniqueName: string;
|
|
69872
|
+
chainId: number;
|
|
69862
69873
|
} | {
|
|
69863
69874
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69864
69875
|
id: string;
|
|
@@ -69901,7 +69912,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
|
|
|
69901
69912
|
/**
|
|
69902
69913
|
* Mutation to create a blockchain node.
|
|
69903
69914
|
*/
|
|
69904
|
-
declare const createBlockchainNode:
|
|
69915
|
+
declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
|
|
69905
69916
|
createBlockchainNode: {
|
|
69906
69917
|
__typename: "BesuIbftv2BlockchainNode";
|
|
69907
69918
|
id: string;
|
|
@@ -69923,23 +69934,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
69923
69934
|
displayValue: string;
|
|
69924
69935
|
}[];
|
|
69925
69936
|
blockchainNetwork: {
|
|
69926
|
-
__typename?: "
|
|
69937
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
69927
69938
|
id: string;
|
|
69928
69939
|
name: string;
|
|
69929
69940
|
uniqueName: string;
|
|
69930
69941
|
chainId: number;
|
|
69931
69942
|
} | {
|
|
69932
|
-
__typename?: "
|
|
69943
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
69933
69944
|
id: string;
|
|
69934
69945
|
name: string;
|
|
69935
69946
|
uniqueName: string;
|
|
69936
69947
|
chainId: number;
|
|
69937
69948
|
} | {
|
|
69938
|
-
__typename?: "
|
|
69949
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
69939
69950
|
id: string;
|
|
69940
69951
|
name: string;
|
|
69941
69952
|
uniqueName: string;
|
|
69942
|
-
chainId: number;
|
|
69943
69953
|
} | {
|
|
69944
69954
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
69945
69955
|
id: string;
|
|
@@ -69947,10 +69957,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
69947
69957
|
uniqueName: string;
|
|
69948
69958
|
chainId: number;
|
|
69949
69959
|
} | {
|
|
69950
|
-
__typename?: "
|
|
69960
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
69951
69961
|
id: string;
|
|
69952
69962
|
name: string;
|
|
69953
69963
|
uniqueName: string;
|
|
69964
|
+
chainId: number;
|
|
69954
69965
|
} | {
|
|
69955
69966
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
69956
69967
|
id: string;
|
|
@@ -70002,23 +70013,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70002
70013
|
displayValue: string;
|
|
70003
70014
|
}[];
|
|
70004
70015
|
blockchainNetwork: {
|
|
70005
|
-
__typename?: "
|
|
70016
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70006
70017
|
id: string;
|
|
70007
70018
|
name: string;
|
|
70008
70019
|
uniqueName: string;
|
|
70009
70020
|
chainId: number;
|
|
70010
70021
|
} | {
|
|
70011
|
-
__typename?: "
|
|
70022
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70012
70023
|
id: string;
|
|
70013
70024
|
name: string;
|
|
70014
70025
|
uniqueName: string;
|
|
70015
70026
|
chainId: number;
|
|
70016
70027
|
} | {
|
|
70017
|
-
__typename?: "
|
|
70028
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70018
70029
|
id: string;
|
|
70019
70030
|
name: string;
|
|
70020
70031
|
uniqueName: string;
|
|
70021
|
-
chainId: number;
|
|
70022
70032
|
} | {
|
|
70023
70033
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70024
70034
|
id: string;
|
|
@@ -70026,10 +70036,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70026
70036
|
uniqueName: string;
|
|
70027
70037
|
chainId: number;
|
|
70028
70038
|
} | {
|
|
70029
|
-
__typename?: "
|
|
70039
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70030
70040
|
id: string;
|
|
70031
70041
|
name: string;
|
|
70032
70042
|
uniqueName: string;
|
|
70043
|
+
chainId: number;
|
|
70033
70044
|
} | {
|
|
70034
70045
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70035
70046
|
id: string;
|
|
@@ -70081,23 +70092,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70081
70092
|
displayValue: string;
|
|
70082
70093
|
}[];
|
|
70083
70094
|
blockchainNetwork: {
|
|
70084
|
-
__typename?: "
|
|
70095
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70085
70096
|
id: string;
|
|
70086
70097
|
name: string;
|
|
70087
70098
|
uniqueName: string;
|
|
70088
70099
|
chainId: number;
|
|
70089
70100
|
} | {
|
|
70090
|
-
__typename?: "
|
|
70101
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70091
70102
|
id: string;
|
|
70092
70103
|
name: string;
|
|
70093
70104
|
uniqueName: string;
|
|
70094
70105
|
chainId: number;
|
|
70095
70106
|
} | {
|
|
70096
|
-
__typename?: "
|
|
70107
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70097
70108
|
id: string;
|
|
70098
70109
|
name: string;
|
|
70099
70110
|
uniqueName: string;
|
|
70100
|
-
chainId: number;
|
|
70101
70111
|
} | {
|
|
70102
70112
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70103
70113
|
id: string;
|
|
@@ -70105,10 +70115,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70105
70115
|
uniqueName: string;
|
|
70106
70116
|
chainId: number;
|
|
70107
70117
|
} | {
|
|
70108
|
-
__typename?: "
|
|
70118
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70109
70119
|
id: string;
|
|
70110
70120
|
name: string;
|
|
70111
70121
|
uniqueName: string;
|
|
70122
|
+
chainId: number;
|
|
70112
70123
|
} | {
|
|
70113
70124
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70114
70125
|
id: string;
|
|
@@ -70160,23 +70171,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70160
70171
|
displayValue: string;
|
|
70161
70172
|
}[];
|
|
70162
70173
|
blockchainNetwork: {
|
|
70163
|
-
__typename?: "
|
|
70174
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70164
70175
|
id: string;
|
|
70165
70176
|
name: string;
|
|
70166
70177
|
uniqueName: string;
|
|
70167
70178
|
chainId: number;
|
|
70168
70179
|
} | {
|
|
70169
|
-
__typename?: "
|
|
70180
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70170
70181
|
id: string;
|
|
70171
70182
|
name: string;
|
|
70172
70183
|
uniqueName: string;
|
|
70173
70184
|
chainId: number;
|
|
70174
70185
|
} | {
|
|
70175
|
-
__typename?: "
|
|
70186
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70176
70187
|
id: string;
|
|
70177
70188
|
name: string;
|
|
70178
70189
|
uniqueName: string;
|
|
70179
|
-
chainId: number;
|
|
70180
70190
|
} | {
|
|
70181
70191
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70182
70192
|
id: string;
|
|
@@ -70184,10 +70194,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70184
70194
|
uniqueName: string;
|
|
70185
70195
|
chainId: number;
|
|
70186
70196
|
} | {
|
|
70187
|
-
__typename?: "
|
|
70197
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70188
70198
|
id: string;
|
|
70189
70199
|
name: string;
|
|
70190
70200
|
uniqueName: string;
|
|
70201
|
+
chainId: number;
|
|
70191
70202
|
} | {
|
|
70192
70203
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70193
70204
|
id: string;
|
|
@@ -70239,23 +70250,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70239
70250
|
displayValue: string;
|
|
70240
70251
|
}[];
|
|
70241
70252
|
blockchainNetwork: {
|
|
70242
|
-
__typename?: "
|
|
70253
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70243
70254
|
id: string;
|
|
70244
70255
|
name: string;
|
|
70245
70256
|
uniqueName: string;
|
|
70246
70257
|
chainId: number;
|
|
70247
70258
|
} | {
|
|
70248
|
-
__typename?: "
|
|
70259
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70249
70260
|
id: string;
|
|
70250
70261
|
name: string;
|
|
70251
70262
|
uniqueName: string;
|
|
70252
70263
|
chainId: number;
|
|
70253
70264
|
} | {
|
|
70254
|
-
__typename?: "
|
|
70265
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70255
70266
|
id: string;
|
|
70256
70267
|
name: string;
|
|
70257
70268
|
uniqueName: string;
|
|
70258
|
-
chainId: number;
|
|
70259
70269
|
} | {
|
|
70260
70270
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70261
70271
|
id: string;
|
|
@@ -70263,10 +70273,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70263
70273
|
uniqueName: string;
|
|
70264
70274
|
chainId: number;
|
|
70265
70275
|
} | {
|
|
70266
|
-
__typename?: "
|
|
70276
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70267
70277
|
id: string;
|
|
70268
70278
|
name: string;
|
|
70269
70279
|
uniqueName: string;
|
|
70280
|
+
chainId: number;
|
|
70270
70281
|
} | {
|
|
70271
70282
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70272
70283
|
id: string;
|
|
@@ -70318,23 +70329,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70318
70329
|
displayValue: string;
|
|
70319
70330
|
}[];
|
|
70320
70331
|
blockchainNetwork: {
|
|
70321
|
-
__typename?: "
|
|
70332
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70322
70333
|
id: string;
|
|
70323
70334
|
name: string;
|
|
70324
70335
|
uniqueName: string;
|
|
70325
70336
|
chainId: number;
|
|
70326
70337
|
} | {
|
|
70327
|
-
__typename?: "
|
|
70338
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70328
70339
|
id: string;
|
|
70329
70340
|
name: string;
|
|
70330
70341
|
uniqueName: string;
|
|
70331
70342
|
chainId: number;
|
|
70332
70343
|
} | {
|
|
70333
|
-
__typename?: "
|
|
70344
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70334
70345
|
id: string;
|
|
70335
70346
|
name: string;
|
|
70336
70347
|
uniqueName: string;
|
|
70337
|
-
chainId: number;
|
|
70338
70348
|
} | {
|
|
70339
70349
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70340
70350
|
id: string;
|
|
@@ -70342,10 +70352,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70342
70352
|
uniqueName: string;
|
|
70343
70353
|
chainId: number;
|
|
70344
70354
|
} | {
|
|
70345
|
-
__typename?: "
|
|
70355
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70346
70356
|
id: string;
|
|
70347
70357
|
name: string;
|
|
70348
70358
|
uniqueName: string;
|
|
70359
|
+
chainId: number;
|
|
70349
70360
|
} | {
|
|
70350
70361
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70351
70362
|
id: string;
|
|
@@ -70397,23 +70408,22 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70397
70408
|
displayValue: string;
|
|
70398
70409
|
}[];
|
|
70399
70410
|
blockchainNetwork: {
|
|
70400
|
-
__typename?: "
|
|
70411
|
+
__typename?: "BesuIbftv2BlockchainNetwork" | undefined;
|
|
70401
70412
|
id: string;
|
|
70402
70413
|
name: string;
|
|
70403
70414
|
uniqueName: string;
|
|
70404
70415
|
chainId: number;
|
|
70405
70416
|
} | {
|
|
70406
|
-
__typename?: "
|
|
70417
|
+
__typename?: "BesuQBFTBlockchainNetwork" | undefined;
|
|
70407
70418
|
id: string;
|
|
70408
70419
|
name: string;
|
|
70409
70420
|
uniqueName: string;
|
|
70410
70421
|
chainId: number;
|
|
70411
70422
|
} | {
|
|
70412
|
-
__typename?: "
|
|
70423
|
+
__typename?: "FabricRaftBlockchainNetwork" | undefined;
|
|
70413
70424
|
id: string;
|
|
70414
70425
|
name: string;
|
|
70415
70426
|
uniqueName: string;
|
|
70416
|
-
chainId: number;
|
|
70417
70427
|
} | {
|
|
70418
70428
|
__typename?: "PublicEvmBlockchainNetwork" | undefined;
|
|
70419
70429
|
id: string;
|
|
@@ -70421,10 +70431,11 @@ declare const createBlockchainNode: gql_tada1.TadaDocumentNode<{
|
|
|
70421
70431
|
uniqueName: string;
|
|
70422
70432
|
chainId: number;
|
|
70423
70433
|
} | {
|
|
70424
|
-
__typename?: "
|
|
70434
|
+
__typename?: "QuorumQBFTBlockchainNetwork" | undefined;
|
|
70425
70435
|
id: string;
|
|
70426
70436
|
name: string;
|
|
70427
70437
|
uniqueName: string;
|
|
70438
|
+
chainId: number;
|
|
70428
70439
|
} | {
|
|
70429
70440
|
__typename?: "TezosBlockchainNetwork" | undefined;
|
|
70430
70441
|
id: string;
|
|
@@ -70527,7 +70538,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
|
|
|
70527
70538
|
/**
|
|
70528
70539
|
* Fragment containing core custom deployment fields.
|
|
70529
70540
|
*/
|
|
70530
|
-
declare const CustomDeploymentFragment:
|
|
70541
|
+
declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
|
|
70531
70542
|
id: string;
|
|
70532
70543
|
uniqueName: string;
|
|
70533
70544
|
name: string;
|
|
@@ -70557,7 +70568,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
|
|
|
70557
70568
|
/**
|
|
70558
70569
|
* Mutation to create a custom deployment.
|
|
70559
70570
|
*/
|
|
70560
|
-
declare const createCustomDeployment:
|
|
70571
|
+
declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
|
|
70561
70572
|
createCustomDeployment: {
|
|
70562
70573
|
id: string;
|
|
70563
70574
|
uniqueName: string;
|
|
@@ -70657,7 +70668,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
|
|
|
70657
70668
|
/**
|
|
70658
70669
|
* GraphQL fragment containing core insights fields.
|
|
70659
70670
|
*/
|
|
70660
|
-
declare const InsightsFragment:
|
|
70671
|
+
declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
|
|
70661
70672
|
__typename: "BlockchainExplorer";
|
|
70662
70673
|
id: string;
|
|
70663
70674
|
uniqueName: string;
|
|
@@ -70729,7 +70740,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
|
|
|
70729
70740
|
/**
|
|
70730
70741
|
* Mutation to create insights.
|
|
70731
70742
|
*/
|
|
70732
|
-
declare const createInsights:
|
|
70743
|
+
declare const createInsights: gql_tada0.TadaDocumentNode<{
|
|
70733
70744
|
createInsights: {
|
|
70734
70745
|
__typename: "BlockchainExplorer";
|
|
70735
70746
|
id: string;
|
|
@@ -70863,7 +70874,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
|
|
|
70863
70874
|
/**
|
|
70864
70875
|
* GraphQL fragment containing core integration fields.
|
|
70865
70876
|
*/
|
|
70866
|
-
declare const IntegrationFragment:
|
|
70877
|
+
declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
|
|
70867
70878
|
__typename: "Chainlink";
|
|
70868
70879
|
id: string;
|
|
70869
70880
|
uniqueName: string;
|
|
@@ -70955,7 +70966,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
|
|
|
70955
70966
|
/**
|
|
70956
70967
|
* Mutation to create a new integration.
|
|
70957
70968
|
*/
|
|
70958
|
-
declare const createIntegration:
|
|
70969
|
+
declare const createIntegration: gql_tada0.TadaDocumentNode<{
|
|
70959
70970
|
createIntegration: {
|
|
70960
70971
|
__typename: "Chainlink";
|
|
70961
70972
|
id: string;
|
|
@@ -71105,7 +71116,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
|
|
|
71105
71116
|
/**
|
|
71106
71117
|
* GraphQL fragment containing core load balancer fields.
|
|
71107
71118
|
*/
|
|
71108
|
-
declare const LoadBalancerFragment:
|
|
71119
|
+
declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
|
|
71109
71120
|
__typename: "EVMLoadBalancer";
|
|
71110
71121
|
id: string;
|
|
71111
71122
|
uniqueName: string;
|
|
@@ -71145,7 +71156,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
|
|
|
71145
71156
|
/**
|
|
71146
71157
|
* Mutation to create a load balancer.
|
|
71147
71158
|
*/
|
|
71148
|
-
declare const createLoadBalancer:
|
|
71159
|
+
declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
|
|
71149
71160
|
createLoadBalancer: {
|
|
71150
71161
|
__typename: "EVMLoadBalancer";
|
|
71151
71162
|
id: string;
|
|
@@ -71246,7 +71257,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
|
|
|
71246
71257
|
/**
|
|
71247
71258
|
* GraphQL fragment containing core middleware fields.
|
|
71248
71259
|
*/
|
|
71249
|
-
declare const MiddlewareFragment:
|
|
71260
|
+
declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
|
|
71250
71261
|
__typename: "AttestationIndexerMiddleware";
|
|
71251
71262
|
id: string;
|
|
71252
71263
|
uniqueName: string;
|
|
@@ -71414,7 +71425,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
|
|
|
71414
71425
|
/**
|
|
71415
71426
|
* Query to fetch a specific middleware with subgraphs.
|
|
71416
71427
|
*/
|
|
71417
|
-
declare const getGraphMiddlewareSubgraphs:
|
|
71428
|
+
declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
|
|
71418
71429
|
middlewareByUniqueName: {
|
|
71419
71430
|
__typename: "AttestationIndexerMiddleware";
|
|
71420
71431
|
id: string;
|
|
@@ -71597,7 +71608,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
|
|
|
71597
71608
|
/**
|
|
71598
71609
|
* Mutation to create a new middleware.
|
|
71599
71610
|
*/
|
|
71600
|
-
declare const createMiddleware:
|
|
71611
|
+
declare const createMiddleware: gql_tada0.TadaDocumentNode<{
|
|
71601
71612
|
createMiddleware: {
|
|
71602
71613
|
__typename: "AttestationIndexerMiddleware";
|
|
71603
71614
|
id: string;
|
|
@@ -71842,7 +71853,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
|
|
|
71842
71853
|
/**
|
|
71843
71854
|
* GraphQL query to fetch platform configuration.
|
|
71844
71855
|
*/
|
|
71845
|
-
declare const getPlatformConfigQuery:
|
|
71856
|
+
declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
|
|
71846
71857
|
config: {
|
|
71847
71858
|
smartContractSets: {
|
|
71848
71859
|
id: string;
|
|
@@ -71899,7 +71910,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
|
|
|
71899
71910
|
/**
|
|
71900
71911
|
* GraphQL fragment containing core private key fields.
|
|
71901
71912
|
*/
|
|
71902
|
-
declare const PrivateKeyFragment:
|
|
71913
|
+
declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
|
|
71903
71914
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
71904
71915
|
id: string;
|
|
71905
71916
|
uniqueName: string;
|
|
@@ -72106,7 +72117,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
|
|
|
72106
72117
|
/**
|
|
72107
72118
|
* Mutation to create a new private key.
|
|
72108
72119
|
*/
|
|
72109
|
-
declare const createPrivateKey:
|
|
72120
|
+
declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
|
|
72110
72121
|
createPrivateKey: {
|
|
72111
72122
|
__typename: "AccessibleEcdsaP256PrivateKey";
|
|
72112
72123
|
id: string;
|
|
@@ -72377,7 +72388,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
|
|
|
72377
72388
|
/**
|
|
72378
72389
|
* GraphQL fragment containing core storage fields.
|
|
72379
72390
|
*/
|
|
72380
|
-
declare const StorageFragment:
|
|
72391
|
+
declare const StorageFragment: gql_tada0.TadaDocumentNode<{
|
|
72381
72392
|
__typename: "IPFSStorage";
|
|
72382
72393
|
id: string;
|
|
72383
72394
|
uniqueName: string;
|
|
@@ -72429,7 +72440,7 @@ type Storage = ResultOf<typeof StorageFragment>;
|
|
|
72429
72440
|
/**
|
|
72430
72441
|
* Mutation to create a new storage.
|
|
72431
72442
|
*/
|
|
72432
|
-
declare const createStorage:
|
|
72443
|
+
declare const createStorage: gql_tada0.TadaDocumentNode<{
|
|
72433
72444
|
createStorage: {
|
|
72434
72445
|
__typename: "IPFSStorage";
|
|
72435
72446
|
id: string;
|
|
@@ -72539,7 +72550,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
|
|
|
72539
72550
|
/**
|
|
72540
72551
|
* GraphQL fragment containing core workspace fields.
|
|
72541
72552
|
*/
|
|
72542
|
-
declare const WorkspaceFragment:
|
|
72553
|
+
declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
|
|
72543
72554
|
id: string;
|
|
72544
72555
|
uniqueName: string;
|
|
72545
72556
|
name: string;
|
|
@@ -72560,7 +72571,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
|
|
|
72560
72571
|
/**
|
|
72561
72572
|
* Mutation to create a new workspace.
|
|
72562
72573
|
*/
|
|
72563
|
-
declare const createWorkspace:
|
|
72574
|
+
declare const createWorkspace: gql_tada0.TadaDocumentNode<{
|
|
72564
72575
|
createWorkspace: {
|
|
72565
72576
|
id: string;
|
|
72566
72577
|
uniqueName: string;
|