@tari-project/ootle-ts-bindings 1.32.0 → 1.34.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/index.d.ts +32 -22
- package/dist/index.js +32 -22
- package/dist/tari-indexer-client.d.ts +49 -39
- package/dist/tari-indexer-client.js +49 -39
- package/dist/types/AbortReason.d.ts +1 -1
- package/dist/types/AddressBookPermission.d.ts +1 -0
- package/dist/types/AddressBookPermission.js +2 -0
- package/dist/types/Blob.d.ts +10 -0
- package/dist/types/Blob.js +2 -0
- package/dist/types/BlobHashes.d.ts +6 -0
- package/dist/types/BlobHashes.js +1 -0
- package/dist/types/Blobs.d.ts +6 -0
- package/dist/types/Blobs.js +1 -0
- package/dist/types/Component.d.ts +6 -0
- package/dist/types/Component.js +1 -0
- package/dist/types/ComponentHeader.d.ts +0 -3
- package/dist/types/ExecuteResult.d.ts +2 -1
- package/dist/types/FeeSource.d.ts +1 -1
- package/dist/types/Instruction.d.ts +5 -1
- package/dist/types/InstructionArg.d.ts +5 -2
- package/dist/types/JrpcPermission.d.ts +4 -1
- package/dist/types/LockedEpoch.d.ts +6 -0
- package/dist/types/LockedEpoch.js +1 -0
- package/dist/types/PrunedTransaction.d.ts +9 -0
- package/dist/types/PrunedTransaction.js +1 -0
- package/dist/types/PrunedTransactionV1.d.ts +11 -0
- package/dist/types/PrunedTransactionV1.js +1 -0
- package/dist/types/PrunedUnsealedTransactionV1.d.ts +9 -0
- package/dist/types/PrunedUnsealedTransactionV1.js +1 -0
- package/dist/types/PrunedUnsignedTransactionV1.d.ts +30 -0
- package/dist/types/PrunedUnsignedTransactionV1.js +1 -0
- package/dist/types/ResourceAccessRules.d.ts +6 -0
- package/dist/types/SubstateValue.d.ts +2 -2
- package/dist/types/TemplateMetadata.d.ts +10 -0
- package/dist/types/TransactionPoolRecord.d.ts +6 -1
- package/dist/types/TransactionReceipt.d.ts +2 -1
- package/dist/types/UnsignedTransactionV1.d.ts +6 -0
- package/dist/types/WalletTransaction.d.ts +6 -2
- package/dist/types/tari-indexer-client/GetLatestEpochCheckpointResponse.d.ts +3 -0
- package/dist/types/tari-indexer-client/GetLatestEpochCheckpointResponse.js +2 -0
- package/dist/types/tari-indexer-client/GetNetworkSyncStateResponse.d.ts +9 -0
- package/dist/types/tari-indexer-client/ListEpochCheckpointsRequest.d.ts +11 -0
- package/dist/types/tari-indexer-client/ListEpochCheckpointsRequest.js +1 -0
- package/dist/types/tari-indexer-client/ListEpochCheckpointsResponse.d.ts +3 -0
- package/dist/types/tari-indexer-client/ListEpochCheckpointsResponse.js +2 -0
- package/dist/types/tari-indexer-client/ListTemplateCatalogueRequest.d.ts +2 -1
- package/dist/types/tari-indexer-client/ListTemplateCatalogueRequest.js +0 -1
- package/dist/types/tari-indexer-client/ListWatchedSubstatesRequest.d.ts +6 -0
- package/dist/types/tari-indexer-client/ListWatchedSubstatesRequest.js +1 -0
- package/dist/types/tari-indexer-client/ListWatchedSubstatesResponse.d.ts +4 -0
- package/dist/types/tari-indexer-client/ListWatchedSubstatesResponse.js +1 -0
- package/dist/types/tari-indexer-client/ListWatchedTemplatesResponse.d.ts +4 -0
- package/dist/types/tari-indexer-client/ListWatchedTemplatesResponse.js +1 -0
- package/dist/types/tari-indexer-client/QueryTransactionEventsRequest.d.ts +7 -0
- package/dist/types/tari-indexer-client/StreamTransactionEventsRequest.d.ts +7 -0
- package/dist/types/tari-indexer-client/TransactionEntry.d.ts +5 -2
- package/dist/types/tari-indexer-client/ValidatorConsensusState.d.ts +1 -0
- package/dist/types/tari-indexer-client/ValidatorConsensusState.js +2 -0
- package/dist/types/tari-indexer-client/ValidatorStatus.d.ts +23 -0
- package/dist/types/tari-indexer-client/ValidatorStatus.js +1 -0
- package/dist/types/tari-indexer-client/WatchedSubstateItem.d.ts +6 -0
- package/dist/types/tari-indexer-client/WatchedSubstateItem.js +1 -0
- package/dist/types/tari-indexer-client/WatchedTemplateItem.d.ts +5 -0
- package/dist/types/tari-indexer-client/WatchedTemplateItem.js +1 -0
- package/dist/types/wallet-types/AddressBookAddRequest.d.ts +5 -0
- package/dist/types/wallet-types/AddressBookAddRequest.js +2 -0
- package/dist/types/wallet-types/AddressBookAddResponse.d.ts +4 -0
- package/dist/types/wallet-types/AddressBookAddResponse.js +1 -0
- package/dist/types/wallet-types/AddressBookDeleteRequest.d.ts +3 -0
- package/dist/types/wallet-types/AddressBookDeleteRequest.js +2 -0
- package/dist/types/wallet-types/AddressBookDeleteResponse.d.ts +1 -0
- package/dist/types/wallet-types/AddressBookDeleteResponse.js +2 -0
- package/dist/types/wallet-types/AddressBookEntry.d.ts +6 -0
- package/dist/types/wallet-types/AddressBookEntry.js +2 -0
- package/dist/types/wallet-types/AddressBookGetRequest.d.ts +3 -0
- package/dist/types/wallet-types/AddressBookGetRequest.js +2 -0
- package/dist/types/wallet-types/AddressBookGetResponse.d.ts +4 -0
- package/dist/types/wallet-types/AddressBookGetResponse.js +1 -0
- package/dist/types/wallet-types/AddressBookListRequest.d.ts +1 -0
- package/dist/types/wallet-types/AddressBookListRequest.js +2 -0
- package/dist/types/wallet-types/AddressBookListResponse.d.ts +4 -0
- package/dist/types/wallet-types/AddressBookListResponse.js +1 -0
- package/dist/types/wallet-types/AddressBookUpdateRequest.d.ts +6 -0
- package/dist/types/wallet-types/AddressBookUpdateRequest.js +2 -0
- package/dist/types/wallet-types/AddressBookUpdateResponse.d.ts +4 -0
- package/dist/types/wallet-types/AddressBookUpdateResponse.js +1 -0
- package/dist/types/wallet-types/ClaimBurnResponse.d.ts +5 -0
- package/dist/types/wallet-types/SettingsGetResponse.d.ts +1 -0
- package/dist/types/wallet-types/SettingsSetRequest.d.ts +2 -1
- package/dist/types/wallet-types/SwapPoolGetExchangeRateRequest.d.ts +9 -0
- package/dist/types/wallet-types/SwapPoolGetExchangeRateRequest.js +1 -0
- package/dist/types/wallet-types/SwapPoolGetExchangeRateResponse.d.ts +12 -0
- package/dist/types/wallet-types/SwapPoolGetExchangeRateResponse.js +1 -0
- package/dist/types/wallet-types/SwapPoolInfo.d.ts +8 -0
- package/dist/types/wallet-types/SwapPoolInfo.js +1 -0
- package/dist/types/wallet-types/SwapPoolsListRequest.d.ts +9 -0
- package/dist/types/wallet-types/SwapPoolsListRequest.js +2 -0
- package/dist/types/wallet-types/SwapPoolsListResponse.d.ts +4 -0
- package/dist/types/wallet-types/SwapPoolsListResponse.js +1 -0
- package/dist/types/wallet-types/TransactionGetResponse.d.ts +10 -2
- package/dist/types/wallet-types/TransactionSubmitDryRunResponse.d.ts +7 -0
- package/dist/types/wallet-types/TransactionSubmitManifestRequest.d.ts +14 -0
- package/dist/types/wallet-types/TransactionSubmitManifestResponse.d.ts +5 -0
- package/dist/validator-node-client.d.ts +42 -42
- package/dist/validator-node-client.js +42 -42
- package/dist/wallet-types.d.ts +144 -128
- package/dist/wallet-types.js +144 -128
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,32 +3,37 @@ export * from "./types/AbridgedTransactionKernel";
|
|
|
3
3
|
export * from "./types/AccessRule";
|
|
4
4
|
export * from "./types/Account";
|
|
5
5
|
export * from "./types/AccountWithAddress";
|
|
6
|
+
export * from "./types/AddressBookPermission";
|
|
6
7
|
export * from "./types/AllocatableAddressType";
|
|
7
8
|
export * from "./types/Amount";
|
|
8
9
|
export * from "./types/ArgDef";
|
|
9
10
|
export * from "./types/Assertion";
|
|
10
11
|
export * from "./types/AuthHook";
|
|
11
|
-
export * from "./types/
|
|
12
|
+
export * from "./types/BlobHashes";
|
|
13
|
+
export * from "./types/Blob";
|
|
14
|
+
export * from "./types/Blobs";
|
|
12
15
|
export * from "./types/BlockHeader";
|
|
13
16
|
export * from "./types/BlockId";
|
|
17
|
+
export * from "./types/Block";
|
|
14
18
|
export * from "./types/BucketId";
|
|
15
19
|
export * from "./types/Bytes";
|
|
16
20
|
export * from "./types/CheckOrd";
|
|
17
21
|
export * from "./types/ClaimBurnOutputData";
|
|
18
|
-
export * from "./types/ClaimedOutputTombstone";
|
|
19
22
|
export * from "./types/ClaimedOutputTombstoneAddress";
|
|
23
|
+
export * from "./types/ClaimedOutputTombstone";
|
|
20
24
|
export * from "./types/Claims";
|
|
21
25
|
export * from "./types/Command";
|
|
22
26
|
export * from "./types/CommitmentSignatureBytes";
|
|
23
|
-
export * from "./types/Committee";
|
|
24
27
|
export * from "./types/CommitteeInfo";
|
|
25
28
|
export * from "./types/CommitteeMember";
|
|
29
|
+
export * from "./types/Committee";
|
|
26
30
|
export * from "./types/ComponentAccessRules";
|
|
27
31
|
export * from "./types/ComponentAddress";
|
|
28
32
|
export * from "./types/ComponentBody";
|
|
29
33
|
export * from "./types/ComponentHeader";
|
|
30
34
|
export * from "./types/ComponentKey";
|
|
31
35
|
export * from "./types/ComponentReference";
|
|
36
|
+
export * from "./types/Component";
|
|
32
37
|
export * from "./types/ConfidentialOutputStatement";
|
|
33
38
|
export * from "./types/ConfidentialWithdrawProof";
|
|
34
39
|
export * from "./types/Decision";
|
|
@@ -41,8 +46,8 @@ export * from "./types/Epoch";
|
|
|
41
46
|
export * from "./types/Era";
|
|
42
47
|
export * from "./types/Event";
|
|
43
48
|
export * from "./types/EvictNodeAtom";
|
|
44
|
-
export * from "./types/Evidence";
|
|
45
49
|
export * from "./types/EvidenceInputLockData";
|
|
50
|
+
export * from "./types/Evidence";
|
|
46
51
|
export * from "./types/ExecuteResult";
|
|
47
52
|
export * from "./types/ExtraData";
|
|
48
53
|
export * from "./types/FeeBreakdown";
|
|
@@ -57,12 +62,13 @@ export * from "./types/Hash32";
|
|
|
57
62
|
export * from "./types/Hash64";
|
|
58
63
|
export * from "./types/IndexedValue";
|
|
59
64
|
export * from "./types/IndexedWellKnownTypes";
|
|
60
|
-
export * from "./types/Instruction";
|
|
61
65
|
export * from "./types/InstructionArg";
|
|
62
66
|
export * from "./types/InstructionResult";
|
|
63
|
-
export * from "./types/
|
|
67
|
+
export * from "./types/Instruction";
|
|
64
68
|
export * from "./types/JrpcPermissions";
|
|
69
|
+
export * from "./types/JrpcPermission";
|
|
65
70
|
export * from "./types/LeaderFee";
|
|
71
|
+
export * from "./types/LockedEpoch";
|
|
66
72
|
export * from "./types/LockFlag";
|
|
67
73
|
export * from "./types/LogEntry";
|
|
68
74
|
export * from "./types/LogLevel";
|
|
@@ -73,12 +79,12 @@ export * from "./types/MinotariBurnClaimProof";
|
|
|
73
79
|
export * from "./types/Network";
|
|
74
80
|
export * from "./types/NftCheck";
|
|
75
81
|
export * from "./types/NodeHeight";
|
|
76
|
-
export * from "./types/NonFungible";
|
|
77
|
-
export * from "./types/NonFungibleAddress";
|
|
78
82
|
export * from "./types/NonFungibleAddressContents";
|
|
83
|
+
export * from "./types/NonFungibleAddress";
|
|
79
84
|
export * from "./types/NonFungibleContainer";
|
|
80
85
|
export * from "./types/NonFungibleId";
|
|
81
86
|
export * from "./types/NonFungibleToken";
|
|
87
|
+
export * from "./types/NonFungible";
|
|
82
88
|
export * from "./types/NumPreshards";
|
|
83
89
|
export * from "./types/OotleAddress";
|
|
84
90
|
export * from "./types/Ordering";
|
|
@@ -91,37 +97,40 @@ export * from "./types/PeerAddress";
|
|
|
91
97
|
export * from "./types/PrecisionAmount";
|
|
92
98
|
export * from "./types/ProofId";
|
|
93
99
|
export * from "./types/ProposalCertificate";
|
|
94
|
-
export * from "./types/
|
|
100
|
+
export * from "./types/PrunedTransaction";
|
|
101
|
+
export * from "./types/PrunedTransactionV1";
|
|
102
|
+
export * from "./types/PrunedUnsealedTransactionV1";
|
|
103
|
+
export * from "./types/PrunedUnsignedTransactionV1";
|
|
95
104
|
export * from "./types/PublishedTemplateAddress";
|
|
96
105
|
export * from "./types/PublishedTemplateMetadata";
|
|
106
|
+
export * from "./types/PublishedTemplate";
|
|
97
107
|
export * from "./types/RangeProofBytes";
|
|
98
108
|
export * from "./types/RejectReason";
|
|
99
109
|
export * from "./types/RequireRule";
|
|
100
|
-
export * from "./types/Resource";
|
|
101
110
|
export * from "./types/ResourceAccessRules";
|
|
102
|
-
export * from "./types/ResourceAddress";
|
|
103
111
|
export * from "./types/ResourceAddressRef";
|
|
112
|
+
export * from "./types/ResourceAddress";
|
|
104
113
|
export * from "./types/ResourceContainer";
|
|
114
|
+
export * from "./types/Resource";
|
|
105
115
|
export * from "./types/ResourceType";
|
|
106
116
|
export * from "./types/RestrictedAccessRule";
|
|
107
117
|
export * from "./types/RistrettoPublicKeyBytes";
|
|
108
118
|
export * from "./types/RuleRequirement";
|
|
109
119
|
export * from "./types/Scalar32Bytes";
|
|
110
120
|
export * from "./types/SchnorrSignatureBytes";
|
|
111
|
-
export * from "./types/Shard";
|
|
112
|
-
export * from "./types/ShardGroup";
|
|
113
121
|
export * from "./types/ShardGroupAccumulatedData";
|
|
114
122
|
export * from "./types/ShardGroupEvidence";
|
|
123
|
+
export * from "./types/ShardGroup";
|
|
115
124
|
export * from "./types/ShardStateVersions";
|
|
125
|
+
export * from "./types/Shard";
|
|
116
126
|
export * from "./types/SpendCondition";
|
|
117
127
|
export * from "./types/StateVersion";
|
|
118
|
-
export * from "./types/StealthInput";
|
|
119
128
|
export * from "./types/StealthInputsStatement";
|
|
129
|
+
export * from "./types/StealthInput";
|
|
120
130
|
export * from "./types/StealthOutputsStatement";
|
|
121
131
|
export * from "./types/StealthTransferStatement";
|
|
122
132
|
export * from "./types/StealthUnspentOutput";
|
|
123
133
|
export * from "./types/StealthValueProof";
|
|
124
|
-
export * from "./types/Substate";
|
|
125
134
|
export * from "./types/SubstateAddress";
|
|
126
135
|
export * from "./types/SubstateCreated";
|
|
127
136
|
export * from "./types/SubstateDestroyed";
|
|
@@ -131,25 +140,26 @@ export * from "./types/SubstateLockType";
|
|
|
131
140
|
export * from "./types/SubstateOwnerRule";
|
|
132
141
|
export * from "./types/SubstateRecord";
|
|
133
142
|
export * from "./types/SubstateRequirement";
|
|
143
|
+
export * from "./types/Substate";
|
|
134
144
|
export * from "./types/SubstateType";
|
|
135
145
|
export * from "./types/SubstateValue";
|
|
136
146
|
export * from "./types/TemplateDef";
|
|
137
147
|
export * from "./types/TemplateDefV1";
|
|
138
148
|
export * from "./types/TemplateMetadata";
|
|
139
149
|
export * from "./types/TimeoutCertificate";
|
|
140
|
-
export * from "./types/Transaction";
|
|
141
150
|
export * from "./types/TransactionAtom";
|
|
142
151
|
export * from "./types/TransactionEnvelope";
|
|
143
152
|
export * from "./types/TransactionExecution";
|
|
144
153
|
export * from "./types/TransactionId";
|
|
145
154
|
export * from "./types/TransactionPoolRecord";
|
|
146
155
|
export * from "./types/TransactionPoolStage";
|
|
147
|
-
export * from "./types/TransactionReceipt";
|
|
148
156
|
export * from "./types/TransactionReceiptAddress";
|
|
157
|
+
export * from "./types/TransactionReceipt";
|
|
149
158
|
export * from "./types/TransactionResult";
|
|
150
159
|
export * from "./types/TransactionSealSignature";
|
|
151
160
|
export * from "./types/TransactionSignature";
|
|
152
161
|
export * from "./types/TransactionStatus";
|
|
162
|
+
export * from "./types/Transaction";
|
|
153
163
|
export * from "./types/TransactionV1";
|
|
154
164
|
export * from "./types/Type";
|
|
155
165
|
export * from "./types/UnsealedTransaction";
|
|
@@ -158,9 +168,8 @@ export * from "./types/UnsignedTransaction";
|
|
|
158
168
|
export * from "./types/UnsignedTransactionV1";
|
|
159
169
|
export * from "./types/UnspentOutput";
|
|
160
170
|
export * from "./types/UpSubstate";
|
|
161
|
-
export * from "./types/Utxo";
|
|
162
|
-
export * from "./types/UtxoAddress";
|
|
163
171
|
export * from "./types/UtxoAddressContents";
|
|
172
|
+
export * from "./types/UtxoAddress";
|
|
164
173
|
export * from "./types/UtxoBurnt";
|
|
165
174
|
export * from "./types/UtxoId";
|
|
166
175
|
export * from "./types/UtxoInputSelection";
|
|
@@ -168,18 +177,19 @@ export * from "./types/UtxoOutput";
|
|
|
168
177
|
export * from "./types/UtxoSpent";
|
|
169
178
|
export * from "./types/UtxoStateUpdateSet";
|
|
170
179
|
export * from "./types/UtxoTag";
|
|
180
|
+
export * from "./types/Utxo";
|
|
171
181
|
export * from "./types/UtxoUnspent";
|
|
172
182
|
export * from "./types/UtxoUpdateSet";
|
|
173
|
-
export * from "./types/ValidatorFeePool";
|
|
174
183
|
export * from "./types/ValidatorFeePoolAddress";
|
|
184
|
+
export * from "./types/ValidatorFeePool";
|
|
175
185
|
export * from "./types/ValidatorFeeWithdrawal";
|
|
176
186
|
export * from "./types/ValidatorSignatureBytes";
|
|
177
187
|
export * from "./types/ValueKnowledgeProof";
|
|
178
|
-
export * from "./types/Vault";
|
|
179
188
|
export * from "./types/VaultFreezeFlags";
|
|
180
189
|
export * from "./types/VaultId";
|
|
181
|
-
export * from "./types/
|
|
190
|
+
export * from "./types/Vault";
|
|
182
191
|
export * from "./types/VersionedSubstateIdLockIntent";
|
|
192
|
+
export * from "./types/VersionedSubstateId";
|
|
183
193
|
export * from "./types/ViewableBalanceProof";
|
|
184
194
|
export * from "./types/VotePower";
|
|
185
195
|
export * from "./types/WalletTransaction";
|
package/dist/index.js
CHANGED
|
@@ -5,32 +5,37 @@ export * from "./types/AbridgedTransactionKernel";
|
|
|
5
5
|
export * from "./types/AccessRule";
|
|
6
6
|
export * from "./types/Account";
|
|
7
7
|
export * from "./types/AccountWithAddress";
|
|
8
|
+
export * from "./types/AddressBookPermission";
|
|
8
9
|
export * from "./types/AllocatableAddressType";
|
|
9
10
|
export * from "./types/Amount";
|
|
10
11
|
export * from "./types/ArgDef";
|
|
11
12
|
export * from "./types/Assertion";
|
|
12
13
|
export * from "./types/AuthHook";
|
|
13
|
-
export * from "./types/
|
|
14
|
+
export * from "./types/BlobHashes";
|
|
15
|
+
export * from "./types/Blob";
|
|
16
|
+
export * from "./types/Blobs";
|
|
14
17
|
export * from "./types/BlockHeader";
|
|
15
18
|
export * from "./types/BlockId";
|
|
19
|
+
export * from "./types/Block";
|
|
16
20
|
export * from "./types/BucketId";
|
|
17
21
|
export * from "./types/Bytes";
|
|
18
22
|
export * from "./types/CheckOrd";
|
|
19
23
|
export * from "./types/ClaimBurnOutputData";
|
|
20
|
-
export * from "./types/ClaimedOutputTombstone";
|
|
21
24
|
export * from "./types/ClaimedOutputTombstoneAddress";
|
|
25
|
+
export * from "./types/ClaimedOutputTombstone";
|
|
22
26
|
export * from "./types/Claims";
|
|
23
27
|
export * from "./types/Command";
|
|
24
28
|
export * from "./types/CommitmentSignatureBytes";
|
|
25
|
-
export * from "./types/Committee";
|
|
26
29
|
export * from "./types/CommitteeInfo";
|
|
27
30
|
export * from "./types/CommitteeMember";
|
|
31
|
+
export * from "./types/Committee";
|
|
28
32
|
export * from "./types/ComponentAccessRules";
|
|
29
33
|
export * from "./types/ComponentAddress";
|
|
30
34
|
export * from "./types/ComponentBody";
|
|
31
35
|
export * from "./types/ComponentHeader";
|
|
32
36
|
export * from "./types/ComponentKey";
|
|
33
37
|
export * from "./types/ComponentReference";
|
|
38
|
+
export * from "./types/Component";
|
|
34
39
|
export * from "./types/ConfidentialOutputStatement";
|
|
35
40
|
export * from "./types/ConfidentialWithdrawProof";
|
|
36
41
|
export * from "./types/Decision";
|
|
@@ -43,8 +48,8 @@ export * from "./types/Epoch";
|
|
|
43
48
|
export * from "./types/Era";
|
|
44
49
|
export * from "./types/Event";
|
|
45
50
|
export * from "./types/EvictNodeAtom";
|
|
46
|
-
export * from "./types/Evidence";
|
|
47
51
|
export * from "./types/EvidenceInputLockData";
|
|
52
|
+
export * from "./types/Evidence";
|
|
48
53
|
export * from "./types/ExecuteResult";
|
|
49
54
|
export * from "./types/ExtraData";
|
|
50
55
|
export * from "./types/FeeBreakdown";
|
|
@@ -59,12 +64,13 @@ export * from "./types/Hash32";
|
|
|
59
64
|
export * from "./types/Hash64";
|
|
60
65
|
export * from "./types/IndexedValue";
|
|
61
66
|
export * from "./types/IndexedWellKnownTypes";
|
|
62
|
-
export * from "./types/Instruction";
|
|
63
67
|
export * from "./types/InstructionArg";
|
|
64
68
|
export * from "./types/InstructionResult";
|
|
65
|
-
export * from "./types/
|
|
69
|
+
export * from "./types/Instruction";
|
|
66
70
|
export * from "./types/JrpcPermissions";
|
|
71
|
+
export * from "./types/JrpcPermission";
|
|
67
72
|
export * from "./types/LeaderFee";
|
|
73
|
+
export * from "./types/LockedEpoch";
|
|
68
74
|
export * from "./types/LockFlag";
|
|
69
75
|
export * from "./types/LogEntry";
|
|
70
76
|
export * from "./types/LogLevel";
|
|
@@ -75,12 +81,12 @@ export * from "./types/MinotariBurnClaimProof";
|
|
|
75
81
|
export * from "./types/Network";
|
|
76
82
|
export * from "./types/NftCheck";
|
|
77
83
|
export * from "./types/NodeHeight";
|
|
78
|
-
export * from "./types/NonFungible";
|
|
79
|
-
export * from "./types/NonFungibleAddress";
|
|
80
84
|
export * from "./types/NonFungibleAddressContents";
|
|
85
|
+
export * from "./types/NonFungibleAddress";
|
|
81
86
|
export * from "./types/NonFungibleContainer";
|
|
82
87
|
export * from "./types/NonFungibleId";
|
|
83
88
|
export * from "./types/NonFungibleToken";
|
|
89
|
+
export * from "./types/NonFungible";
|
|
84
90
|
export * from "./types/NumPreshards";
|
|
85
91
|
export * from "./types/OotleAddress";
|
|
86
92
|
export * from "./types/Ordering";
|
|
@@ -93,37 +99,40 @@ export * from "./types/PeerAddress";
|
|
|
93
99
|
export * from "./types/PrecisionAmount";
|
|
94
100
|
export * from "./types/ProofId";
|
|
95
101
|
export * from "./types/ProposalCertificate";
|
|
96
|
-
export * from "./types/
|
|
102
|
+
export * from "./types/PrunedTransaction";
|
|
103
|
+
export * from "./types/PrunedTransactionV1";
|
|
104
|
+
export * from "./types/PrunedUnsealedTransactionV1";
|
|
105
|
+
export * from "./types/PrunedUnsignedTransactionV1";
|
|
97
106
|
export * from "./types/PublishedTemplateAddress";
|
|
98
107
|
export * from "./types/PublishedTemplateMetadata";
|
|
108
|
+
export * from "./types/PublishedTemplate";
|
|
99
109
|
export * from "./types/RangeProofBytes";
|
|
100
110
|
export * from "./types/RejectReason";
|
|
101
111
|
export * from "./types/RequireRule";
|
|
102
|
-
export * from "./types/Resource";
|
|
103
112
|
export * from "./types/ResourceAccessRules";
|
|
104
|
-
export * from "./types/ResourceAddress";
|
|
105
113
|
export * from "./types/ResourceAddressRef";
|
|
114
|
+
export * from "./types/ResourceAddress";
|
|
106
115
|
export * from "./types/ResourceContainer";
|
|
116
|
+
export * from "./types/Resource";
|
|
107
117
|
export * from "./types/ResourceType";
|
|
108
118
|
export * from "./types/RestrictedAccessRule";
|
|
109
119
|
export * from "./types/RistrettoPublicKeyBytes";
|
|
110
120
|
export * from "./types/RuleRequirement";
|
|
111
121
|
export * from "./types/Scalar32Bytes";
|
|
112
122
|
export * from "./types/SchnorrSignatureBytes";
|
|
113
|
-
export * from "./types/Shard";
|
|
114
|
-
export * from "./types/ShardGroup";
|
|
115
123
|
export * from "./types/ShardGroupAccumulatedData";
|
|
116
124
|
export * from "./types/ShardGroupEvidence";
|
|
125
|
+
export * from "./types/ShardGroup";
|
|
117
126
|
export * from "./types/ShardStateVersions";
|
|
127
|
+
export * from "./types/Shard";
|
|
118
128
|
export * from "./types/SpendCondition";
|
|
119
129
|
export * from "./types/StateVersion";
|
|
120
|
-
export * from "./types/StealthInput";
|
|
121
130
|
export * from "./types/StealthInputsStatement";
|
|
131
|
+
export * from "./types/StealthInput";
|
|
122
132
|
export * from "./types/StealthOutputsStatement";
|
|
123
133
|
export * from "./types/StealthTransferStatement";
|
|
124
134
|
export * from "./types/StealthUnspentOutput";
|
|
125
135
|
export * from "./types/StealthValueProof";
|
|
126
|
-
export * from "./types/Substate";
|
|
127
136
|
export * from "./types/SubstateAddress";
|
|
128
137
|
export * from "./types/SubstateCreated";
|
|
129
138
|
export * from "./types/SubstateDestroyed";
|
|
@@ -133,25 +142,26 @@ export * from "./types/SubstateLockType";
|
|
|
133
142
|
export * from "./types/SubstateOwnerRule";
|
|
134
143
|
export * from "./types/SubstateRecord";
|
|
135
144
|
export * from "./types/SubstateRequirement";
|
|
145
|
+
export * from "./types/Substate";
|
|
136
146
|
export * from "./types/SubstateType";
|
|
137
147
|
export * from "./types/SubstateValue";
|
|
138
148
|
export * from "./types/TemplateDef";
|
|
139
149
|
export * from "./types/TemplateDefV1";
|
|
140
150
|
export * from "./types/TemplateMetadata";
|
|
141
151
|
export * from "./types/TimeoutCertificate";
|
|
142
|
-
export * from "./types/Transaction";
|
|
143
152
|
export * from "./types/TransactionAtom";
|
|
144
153
|
export * from "./types/TransactionEnvelope";
|
|
145
154
|
export * from "./types/TransactionExecution";
|
|
146
155
|
export * from "./types/TransactionId";
|
|
147
156
|
export * from "./types/TransactionPoolRecord";
|
|
148
157
|
export * from "./types/TransactionPoolStage";
|
|
149
|
-
export * from "./types/TransactionReceipt";
|
|
150
158
|
export * from "./types/TransactionReceiptAddress";
|
|
159
|
+
export * from "./types/TransactionReceipt";
|
|
151
160
|
export * from "./types/TransactionResult";
|
|
152
161
|
export * from "./types/TransactionSealSignature";
|
|
153
162
|
export * from "./types/TransactionSignature";
|
|
154
163
|
export * from "./types/TransactionStatus";
|
|
164
|
+
export * from "./types/Transaction";
|
|
155
165
|
export * from "./types/TransactionV1";
|
|
156
166
|
export * from "./types/Type";
|
|
157
167
|
export * from "./types/UnsealedTransaction";
|
|
@@ -160,9 +170,8 @@ export * from "./types/UnsignedTransaction";
|
|
|
160
170
|
export * from "./types/UnsignedTransactionV1";
|
|
161
171
|
export * from "./types/UnspentOutput";
|
|
162
172
|
export * from "./types/UpSubstate";
|
|
163
|
-
export * from "./types/Utxo";
|
|
164
|
-
export * from "./types/UtxoAddress";
|
|
165
173
|
export * from "./types/UtxoAddressContents";
|
|
174
|
+
export * from "./types/UtxoAddress";
|
|
166
175
|
export * from "./types/UtxoBurnt";
|
|
167
176
|
export * from "./types/UtxoId";
|
|
168
177
|
export * from "./types/UtxoInputSelection";
|
|
@@ -170,18 +179,19 @@ export * from "./types/UtxoOutput";
|
|
|
170
179
|
export * from "./types/UtxoSpent";
|
|
171
180
|
export * from "./types/UtxoStateUpdateSet";
|
|
172
181
|
export * from "./types/UtxoTag";
|
|
182
|
+
export * from "./types/Utxo";
|
|
173
183
|
export * from "./types/UtxoUnspent";
|
|
174
184
|
export * from "./types/UtxoUpdateSet";
|
|
175
|
-
export * from "./types/ValidatorFeePool";
|
|
176
185
|
export * from "./types/ValidatorFeePoolAddress";
|
|
186
|
+
export * from "./types/ValidatorFeePool";
|
|
177
187
|
export * from "./types/ValidatorFeeWithdrawal";
|
|
178
188
|
export * from "./types/ValidatorSignatureBytes";
|
|
179
189
|
export * from "./types/ValueKnowledgeProof";
|
|
180
|
-
export * from "./types/Vault";
|
|
181
190
|
export * from "./types/VaultFreezeFlags";
|
|
182
191
|
export * from "./types/VaultId";
|
|
183
|
-
export * from "./types/
|
|
192
|
+
export * from "./types/Vault";
|
|
184
193
|
export * from "./types/VersionedSubstateIdLockIntent";
|
|
194
|
+
export * from "./types/VersionedSubstateId";
|
|
185
195
|
export * from "./types/ViewableBalanceProof";
|
|
186
196
|
export * from "./types/VotePower";
|
|
187
197
|
export * from "./types/WalletTransaction";
|
|
@@ -1,49 +1,59 @@
|
|
|
1
|
+
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse";
|
|
2
|
+
export * from "./types/tari-indexer-client/GetTransactionReceiptResponse";
|
|
3
|
+
export * from "./types/tari-indexer-client/GetNetworkInfoResponse";
|
|
4
|
+
export * from "./types/tari-indexer-client/WatchedSubstateItem";
|
|
5
|
+
export * from "./types/tari-indexer-client/GetUtxoUpdatesRequest";
|
|
6
|
+
export * from "./types/tari-indexer-client/WatchedTemplateItem";
|
|
7
|
+
export * from "./types/tari-indexer-client/ValidatorConsensusState";
|
|
8
|
+
export * from "./types/tari-indexer-client/StreamTransactionEventsRequest";
|
|
9
|
+
export * from "./types/tari-indexer-client/QueryTransactionEventsRequest";
|
|
10
|
+
export * from "./types/tari-indexer-client/TransactionEntry";
|
|
11
|
+
export * from "./types/tari-indexer-client/InspectSubstateRequest";
|
|
12
|
+
export * from "./types/tari-indexer-client/ListSubstateItem";
|
|
13
|
+
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult";
|
|
1
14
|
export * from "./types/tari-indexer-client/NetworkDescription";
|
|
15
|
+
export * from "./types/tari-indexer-client/GetUtxoUpdatesResponse";
|
|
16
|
+
export * from "./types/tari-indexer-client/IndexerGetSubstateResponse";
|
|
17
|
+
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse";
|
|
18
|
+
export * from "./types/tari-indexer-client/ListWatchedTemplatesResponse";
|
|
19
|
+
export * from "./types/tari-indexer-client/IndexerConnection";
|
|
20
|
+
export * from "./types/tari-indexer-client/GetNonFungiblesRequest";
|
|
21
|
+
export * from "./types/tari-indexer-client/GetResourceResponse";
|
|
22
|
+
export * from "./types/tari-indexer-client/ListEpochCheckpointsResponse";
|
|
23
|
+
export * from "./types/tari-indexer-client/ListTransactionReceiptsRequest";
|
|
24
|
+
export * from "./types/tari-indexer-client/GetUtxosRequest";
|
|
25
|
+
export * from "./types/tari-indexer-client/ListRecentTransactionsResponse";
|
|
26
|
+
export * from "./types/tari-indexer-client/ListWatchedSubstatesRequest";
|
|
27
|
+
export * from "./types/tari-indexer-client/GetLatestEpochCheckpointResponse";
|
|
28
|
+
export * from "./types/tari-indexer-client/GetNetworkSyncStateResponse";
|
|
29
|
+
export * from "./types/tari-indexer-client/GetUtxosResponse";
|
|
30
|
+
export * from "./types/tari-indexer-client/ListUtxosResponse";
|
|
31
|
+
export * from "./types/tari-indexer-client/GetNonFungiblesResponse";
|
|
32
|
+
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse";
|
|
33
|
+
export * from "./types/tari-indexer-client/ListTransactionReceiptsResponse";
|
|
34
|
+
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse";
|
|
35
|
+
export * from "./types/tari-indexer-client/ListTemplateCatalogueRequest";
|
|
36
|
+
export * from "./types/tari-indexer-client/GetSubstatesResponse";
|
|
2
37
|
export * from "./types/tari-indexer-client/TemplateCatalogueItem";
|
|
38
|
+
export * from "./types/tari-indexer-client/ValidatorStatus";
|
|
39
|
+
export * from "./types/tari-indexer-client/ListWatchedSubstatesResponse";
|
|
40
|
+
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest";
|
|
41
|
+
export * from "./types/tari-indexer-client/ListTemplatesResponse";
|
|
42
|
+
export * from "./types/tari-indexer-client/TemplateMeta";
|
|
43
|
+
export * from "./types/tari-indexer-client/InspectSubstateResponse";
|
|
44
|
+
export * from "./types/tari-indexer-client/ListRecentTransactionsRequest";
|
|
45
|
+
export * from "./types/tari-indexer-client/GetSubstatesRequest";
|
|
46
|
+
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest";
|
|
3
47
|
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse";
|
|
4
|
-
export * from "./types/tari-indexer-client/ListTransactionReceiptsResponse";
|
|
5
48
|
export * from "./types/tari-indexer-client/NonFungibleSubstate";
|
|
6
|
-
export * from "./types/tari-indexer-client/QueryTransactionEventsResponse";
|
|
7
|
-
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse";
|
|
8
|
-
export * from "./types/tari-indexer-client/TemplateMeta";
|
|
9
49
|
export * from "./types/tari-indexer-client/ListTemplateCatalogueResponse";
|
|
10
|
-
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest";
|
|
11
|
-
export * from "./types/tari-indexer-client/GetNetworkInfoResponse";
|
|
12
|
-
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse";
|
|
13
50
|
export * from "./types/tari-indexer-client/ListTemplatesRequest";
|
|
14
|
-
export * from "./types/tari-indexer-client/
|
|
15
|
-
export * from "./types/tari-indexer-client/
|
|
51
|
+
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse";
|
|
52
|
+
export * from "./types/tari-indexer-client/IndexerConnectionDirection";
|
|
53
|
+
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse";
|
|
54
|
+
export * from "./types/tari-indexer-client/ListEpochCheckpointsRequest";
|
|
16
55
|
export * from "./types/tari-indexer-client/ListUtxosRequest";
|
|
17
|
-
export * from "./types/tari-indexer-client/GetSubstatesRequest";
|
|
18
|
-
export * from "./types/tari-indexer-client/GetUtxoUpdatesResponse";
|
|
19
|
-
export * from "./types/tari-indexer-client/GetNetworkSyncStateResponse";
|
|
20
|
-
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest";
|
|
21
|
-
export * from "./types/tari-indexer-client/IndexerConnection";
|
|
22
|
-
export * from "./types/tari-indexer-client/InspectSubstateResponse";
|
|
23
|
-
export * from "./types/tari-indexer-client/InspectSubstateRequest";
|
|
24
|
-
export * from "./types/tari-indexer-client/GetUtxoUpdatesRequest";
|
|
25
|
-
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse";
|
|
26
|
-
export * from "./types/tari-indexer-client/ListUtxosResponse";
|
|
27
|
-
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse";
|
|
28
|
-
export * from "./types/tari-indexer-client/GetNonFungiblesResponse";
|
|
29
56
|
export * from "./types/tari-indexer-client/SyncProgress";
|
|
30
|
-
export * from "./types/tari-indexer-client/ListRecentTransactionsRequest";
|
|
31
|
-
export * from "./types/tari-indexer-client/GetTransactionReceiptResponse";
|
|
32
|
-
export * from "./types/tari-indexer-client/GetUtxosRequest";
|
|
33
|
-
export * from "./types/tari-indexer-client/GetResourceResponse";
|
|
34
|
-
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse";
|
|
35
|
-
export * from "./types/tari-indexer-client/TransactionEntry";
|
|
36
|
-
export * from "./types/tari-indexer-client/ListTemplateCatalogueRequest";
|
|
37
|
-
export * from "./types/tari-indexer-client/GetUtxosResponse";
|
|
38
|
-
export * from "./types/tari-indexer-client/ListTemplatesResponse";
|
|
39
|
-
export * from "./types/tari-indexer-client/GetSubstatesResponse";
|
|
40
57
|
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest";
|
|
41
|
-
export * from "./types/tari-indexer-client/
|
|
42
|
-
export * from "./types/tari-indexer-client/QueryTransactionEventsRequest";
|
|
43
|
-
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult";
|
|
58
|
+
export * from "./types/tari-indexer-client/QueryTransactionEventsResponse";
|
|
44
59
|
export * from "./types/tari-indexer-client/IndexerReadyResponse";
|
|
45
|
-
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse";
|
|
46
|
-
export * from "./types/tari-indexer-client/ListTransactionReceiptsRequest";
|
|
47
|
-
export * from "./types/tari-indexer-client/IndexerConnectionDirection";
|
|
48
|
-
export * from "./types/tari-indexer-client/ListSubstateItem";
|
|
49
|
-
export * from "./types/tari-indexer-client/StreamTransactionEventsRequest";
|
|
@@ -1,51 +1,61 @@
|
|
|
1
1
|
// Copyright 2026 The Tari Project
|
|
2
2
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
3
|
+
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse";
|
|
4
|
+
export * from "./types/tari-indexer-client/GetTransactionReceiptResponse";
|
|
5
|
+
export * from "./types/tari-indexer-client/GetNetworkInfoResponse";
|
|
6
|
+
export * from "./types/tari-indexer-client/WatchedSubstateItem";
|
|
7
|
+
export * from "./types/tari-indexer-client/GetUtxoUpdatesRequest";
|
|
8
|
+
export * from "./types/tari-indexer-client/WatchedTemplateItem";
|
|
9
|
+
export * from "./types/tari-indexer-client/ValidatorConsensusState";
|
|
10
|
+
export * from "./types/tari-indexer-client/StreamTransactionEventsRequest";
|
|
11
|
+
export * from "./types/tari-indexer-client/QueryTransactionEventsRequest";
|
|
12
|
+
export * from "./types/tari-indexer-client/TransactionEntry";
|
|
13
|
+
export * from "./types/tari-indexer-client/InspectSubstateRequest";
|
|
14
|
+
export * from "./types/tari-indexer-client/ListSubstateItem";
|
|
15
|
+
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult";
|
|
3
16
|
export * from "./types/tari-indexer-client/NetworkDescription";
|
|
17
|
+
export * from "./types/tari-indexer-client/GetUtxoUpdatesResponse";
|
|
18
|
+
export * from "./types/tari-indexer-client/IndexerGetSubstateResponse";
|
|
19
|
+
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse";
|
|
20
|
+
export * from "./types/tari-indexer-client/ListWatchedTemplatesResponse";
|
|
21
|
+
export * from "./types/tari-indexer-client/IndexerConnection";
|
|
22
|
+
export * from "./types/tari-indexer-client/GetNonFungiblesRequest";
|
|
23
|
+
export * from "./types/tari-indexer-client/GetResourceResponse";
|
|
24
|
+
export * from "./types/tari-indexer-client/ListEpochCheckpointsResponse";
|
|
25
|
+
export * from "./types/tari-indexer-client/ListTransactionReceiptsRequest";
|
|
26
|
+
export * from "./types/tari-indexer-client/GetUtxosRequest";
|
|
27
|
+
export * from "./types/tari-indexer-client/ListRecentTransactionsResponse";
|
|
28
|
+
export * from "./types/tari-indexer-client/ListWatchedSubstatesRequest";
|
|
29
|
+
export * from "./types/tari-indexer-client/GetLatestEpochCheckpointResponse";
|
|
30
|
+
export * from "./types/tari-indexer-client/GetNetworkSyncStateResponse";
|
|
31
|
+
export * from "./types/tari-indexer-client/GetUtxosResponse";
|
|
32
|
+
export * from "./types/tari-indexer-client/ListUtxosResponse";
|
|
33
|
+
export * from "./types/tari-indexer-client/GetNonFungiblesResponse";
|
|
34
|
+
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse";
|
|
35
|
+
export * from "./types/tari-indexer-client/ListTransactionReceiptsResponse";
|
|
36
|
+
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse";
|
|
37
|
+
export * from "./types/tari-indexer-client/ListTemplateCatalogueRequest";
|
|
38
|
+
export * from "./types/tari-indexer-client/GetSubstatesResponse";
|
|
4
39
|
export * from "./types/tari-indexer-client/TemplateCatalogueItem";
|
|
40
|
+
export * from "./types/tari-indexer-client/ValidatorStatus";
|
|
41
|
+
export * from "./types/tari-indexer-client/ListWatchedSubstatesResponse";
|
|
42
|
+
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest";
|
|
43
|
+
export * from "./types/tari-indexer-client/ListTemplatesResponse";
|
|
44
|
+
export * from "./types/tari-indexer-client/TemplateMeta";
|
|
45
|
+
export * from "./types/tari-indexer-client/InspectSubstateResponse";
|
|
46
|
+
export * from "./types/tari-indexer-client/ListRecentTransactionsRequest";
|
|
47
|
+
export * from "./types/tari-indexer-client/GetSubstatesRequest";
|
|
48
|
+
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest";
|
|
5
49
|
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse";
|
|
6
|
-
export * from "./types/tari-indexer-client/ListTransactionReceiptsResponse";
|
|
7
50
|
export * from "./types/tari-indexer-client/NonFungibleSubstate";
|
|
8
|
-
export * from "./types/tari-indexer-client/QueryTransactionEventsResponse";
|
|
9
|
-
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse";
|
|
10
|
-
export * from "./types/tari-indexer-client/TemplateMeta";
|
|
11
51
|
export * from "./types/tari-indexer-client/ListTemplateCatalogueResponse";
|
|
12
|
-
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest";
|
|
13
|
-
export * from "./types/tari-indexer-client/GetNetworkInfoResponse";
|
|
14
|
-
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse";
|
|
15
52
|
export * from "./types/tari-indexer-client/ListTemplatesRequest";
|
|
16
|
-
export * from "./types/tari-indexer-client/
|
|
17
|
-
export * from "./types/tari-indexer-client/
|
|
53
|
+
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse";
|
|
54
|
+
export * from "./types/tari-indexer-client/IndexerConnectionDirection";
|
|
55
|
+
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse";
|
|
56
|
+
export * from "./types/tari-indexer-client/ListEpochCheckpointsRequest";
|
|
18
57
|
export * from "./types/tari-indexer-client/ListUtxosRequest";
|
|
19
|
-
export * from "./types/tari-indexer-client/GetSubstatesRequest";
|
|
20
|
-
export * from "./types/tari-indexer-client/GetUtxoUpdatesResponse";
|
|
21
|
-
export * from "./types/tari-indexer-client/GetNetworkSyncStateResponse";
|
|
22
|
-
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest";
|
|
23
|
-
export * from "./types/tari-indexer-client/IndexerConnection";
|
|
24
|
-
export * from "./types/tari-indexer-client/InspectSubstateResponse";
|
|
25
|
-
export * from "./types/tari-indexer-client/InspectSubstateRequest";
|
|
26
|
-
export * from "./types/tari-indexer-client/GetUtxoUpdatesRequest";
|
|
27
|
-
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse";
|
|
28
|
-
export * from "./types/tari-indexer-client/ListUtxosResponse";
|
|
29
|
-
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse";
|
|
30
|
-
export * from "./types/tari-indexer-client/GetNonFungiblesResponse";
|
|
31
58
|
export * from "./types/tari-indexer-client/SyncProgress";
|
|
32
|
-
export * from "./types/tari-indexer-client/ListRecentTransactionsRequest";
|
|
33
|
-
export * from "./types/tari-indexer-client/GetTransactionReceiptResponse";
|
|
34
|
-
export * from "./types/tari-indexer-client/GetUtxosRequest";
|
|
35
|
-
export * from "./types/tari-indexer-client/GetResourceResponse";
|
|
36
|
-
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse";
|
|
37
|
-
export * from "./types/tari-indexer-client/TransactionEntry";
|
|
38
|
-
export * from "./types/tari-indexer-client/ListTemplateCatalogueRequest";
|
|
39
|
-
export * from "./types/tari-indexer-client/GetUtxosResponse";
|
|
40
|
-
export * from "./types/tari-indexer-client/ListTemplatesResponse";
|
|
41
|
-
export * from "./types/tari-indexer-client/GetSubstatesResponse";
|
|
42
59
|
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest";
|
|
43
|
-
export * from "./types/tari-indexer-client/
|
|
44
|
-
export * from "./types/tari-indexer-client/QueryTransactionEventsRequest";
|
|
45
|
-
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult";
|
|
60
|
+
export * from "./types/tari-indexer-client/QueryTransactionEventsResponse";
|
|
46
61
|
export * from "./types/tari-indexer-client/IndexerReadyResponse";
|
|
47
|
-
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse";
|
|
48
|
-
export * from "./types/tari-indexer-client/ListTransactionReceiptsRequest";
|
|
49
|
-
export * from "./types/tari-indexer-client/IndexerConnectionDirection";
|
|
50
|
-
export * from "./types/tari-indexer-client/ListSubstateItem";
|
|
51
|
-
export * from "./types/tari-indexer-client/StreamTransactionEventsRequest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type AbortReason = "ForeignPledgeInputConflict" | "LockInputsFailed" | "LockOutputsFailed" | "LockInputsOutputsFailed" | "ExecutionFailure" | "OneOrMoreInputsNotFound" | "InsufficientFeesPaid" | "FeePaymentInMainIntent";
|
|
1
|
+
export type AbortReason = "ForeignPledgeInputConflict" | "LockInputsFailed" | "LockOutputsFailed" | "LockInputsOutputsFailed" | "ExecutionFailure" | "OneOrMoreInputsNotFound" | "InsufficientFeesPaid" | "FeePaymentInMainIntent" | "EpochExpired";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AddressBookPermission = "Read" | "Create" | "Update" | "Delete";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An opaque, content-addressed payload referenced from a transaction's instructions by index.
|
|
3
|
+
*
|
|
4
|
+
* Blobs are the prunable side-channel of a transaction: only their per-blob hashes participate
|
|
5
|
+
* in the signing domain, so blob payloads can be dropped post-finalization without affecting
|
|
6
|
+
* signature verifiability or the transaction id.
|
|
7
|
+
*
|
|
8
|
+
* JSON encoding is base64.
|
|
9
|
+
*/
|
|
10
|
+
export type Blob = string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|