@tari-project/typescript-bindings
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -81,2 +81,20 @@ // Copyright 2023 The Tari Project | ||
} | ||
if ("ForeignShardGroupDecidedToAbort" in reason) { | ||
return `ForeignShardGroupDecidedToAbort(shard group ${reason.ForeignShardGroupDecidedToAbort.start_shard}-${reason.ForeignShardGroupDecidedToAbort.end_shard})`; | ||
} | ||
if ("InvalidTransaction" in reason) { | ||
return `InvalidTransaction(${reason.InvalidTransaction})`; | ||
} | ||
if ("ExecutionFailure" in reason) { | ||
return `ExecutionFailure(${reason.ExecutionFailure})`; | ||
} | ||
if ("OneOrMoreInputsNotFound" in reason) { | ||
return `OneOrMoreInputsNotFound(${reason.OneOrMoreInputsNotFound})`; | ||
} | ||
if ("FailedToLockInputs" in reason) { | ||
return `FailedToLockInputs(${reason.FailedToLockInputs})`; | ||
} | ||
if ("FailedToLockOutputs" in reason) { | ||
return `FailedToLockOutputs(${reason.FailedToLockOutputs})`; | ||
} | ||
console.error("Unknown reason", reason); | ||
@@ -83,0 +101,0 @@ return "Unknown"; |
@@ -0,14 +1,16 @@ | ||
export * from "./types/AbortReason"; | ||
export * from "./types/AccessRule"; | ||
export * from "./types/Account"; | ||
export * from "./types/Amount"; | ||
export * from "./types/Arg"; | ||
export * from "./types/ArgDef"; | ||
export * from "./types/Arg"; | ||
export * from "./types/AuthHook"; | ||
export * from "./types/Block"; | ||
export * from "./types/BlockHeader"; | ||
export * from "./types/BucketId"; | ||
export * from "./types/Claims"; | ||
export * from "./types/Command"; | ||
export * from "./types/Committee"; | ||
export * from "./types/CommitteeInfo"; | ||
export * from "./types/CommitteeShardInfo"; | ||
export * from "./types/Committee"; | ||
export * from "./types/ComponentAccessRules"; | ||
@@ -20,4 +22,4 @@ export * from "./types/ComponentAddress"; | ||
export * from "./types/ConfidentialClaim"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialOutputStatement"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialStatement"; | ||
@@ -30,10 +32,12 @@ export * from "./types/ConfidentialTransferInputSelection"; | ||
export * from "./types/Epoch"; | ||
export * from "./types/Era"; | ||
export * from "./types/Event"; | ||
export * from "./types/EvictNodeAtom"; | ||
export * from "./types/Evidence"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExecutedTransaction"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExtraData"; | ||
export * from "./types/FeeBreakdown"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeClaimAddress"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeCostBreakdown"; | ||
@@ -47,6 +51,6 @@ export * from "./types/FeeReceipt"; | ||
export * from "./types/IndexedWellKnownTypes"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/InstructionResult"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/JrpcPermissions"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/LeaderFee"; | ||
@@ -60,10 +64,10 @@ export * from "./types/LockFlag"; | ||
export * from "./types/NodeHeight"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleAddressContents"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleContainer"; | ||
export * from "./types/NonFungibleId"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleIndexAddress"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleToken"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NumPreshards"; | ||
@@ -74,2 +78,4 @@ export * from "./types/Ordering"; | ||
export * from "./types/ProofId"; | ||
export * from "./types/PublishedTemplate"; | ||
export * from "./types/PublishedTemplateAddress"; | ||
export * from "./types/QuorumCertificate"; | ||
@@ -79,13 +85,15 @@ export * from "./types/QuorumDecision"; | ||
export * from "./types/RequireRule"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceAccessRules"; | ||
export * from "./types/ResourceAddress"; | ||
export * from "./types/ResourceContainer"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceType"; | ||
export * from "./types/RestrictedAccessRule"; | ||
export * from "./types/ResumeNodeAtom"; | ||
export * from "./types/RuleRequirement"; | ||
export * from "./types/Shard"; | ||
export * from "./types/ShardEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/ShardGroupEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/Shard"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateAddress"; | ||
@@ -97,27 +105,28 @@ export * from "./types/SubstateDestroyed"; | ||
export * from "./types/SubstateRecord"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/SubstateRequirementLockIntent"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateType"; | ||
export * from "./types/SubstateValue"; | ||
export * from "./types/SuspendNodeAtom"; | ||
export * from "./types/TemplateDef"; | ||
export * from "./types/TemplateDefV1"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionAtom"; | ||
export * from "./types/TransactionPoolRecord"; | ||
export * from "./types/TransactionPoolStage"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionReceiptAddress"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionResult"; | ||
export * from "./types/TransactionSignature"; | ||
export * from "./types/TransactionStatus"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionV1"; | ||
export * from "./types/Type"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnclaimedConfidentialOutputAddress"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnsignedTransaction"; | ||
export * from "./types/ValidatorSignature"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VaultId"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/VersionedSubstateIdLockIntent"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/ViewableBalanceProof"; | ||
@@ -124,0 +133,0 @@ export * from "./base-node-client"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/AbortReason"; | ||
export * from "./types/AccessRule"; | ||
export * from "./types/Account"; | ||
export * from "./types/Amount"; | ||
export * from "./types/Arg"; | ||
export * from "./types/ArgDef"; | ||
export * from "./types/Arg"; | ||
export * from "./types/AuthHook"; | ||
export * from "./types/Block"; | ||
export * from "./types/BlockHeader"; | ||
export * from "./types/BucketId"; | ||
export * from "./types/Claims"; | ||
export * from "./types/Command"; | ||
export * from "./types/Committee"; | ||
export * from "./types/CommitteeInfo"; | ||
export * from "./types/CommitteeShardInfo"; | ||
export * from "./types/Committee"; | ||
export * from "./types/ComponentAccessRules"; | ||
@@ -22,4 +24,4 @@ export * from "./types/ComponentAddress"; | ||
export * from "./types/ConfidentialClaim"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialOutputStatement"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialStatement"; | ||
@@ -32,10 +34,12 @@ export * from "./types/ConfidentialTransferInputSelection"; | ||
export * from "./types/Epoch"; | ||
export * from "./types/Era"; | ||
export * from "./types/Event"; | ||
export * from "./types/EvictNodeAtom"; | ||
export * from "./types/Evidence"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExecutedTransaction"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExtraData"; | ||
export * from "./types/FeeBreakdown"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeClaimAddress"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeCostBreakdown"; | ||
@@ -49,6 +53,6 @@ export * from "./types/FeeReceipt"; | ||
export * from "./types/IndexedWellKnownTypes"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/InstructionResult"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/JrpcPermissions"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/LeaderFee"; | ||
@@ -62,10 +66,10 @@ export * from "./types/LockFlag"; | ||
export * from "./types/NodeHeight"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleAddressContents"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleContainer"; | ||
export * from "./types/NonFungibleId"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleIndexAddress"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleToken"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NumPreshards"; | ||
@@ -76,2 +80,4 @@ export * from "./types/Ordering"; | ||
export * from "./types/ProofId"; | ||
export * from "./types/PublishedTemplate"; | ||
export * from "./types/PublishedTemplateAddress"; | ||
export * from "./types/QuorumCertificate"; | ||
@@ -81,13 +87,15 @@ export * from "./types/QuorumDecision"; | ||
export * from "./types/RequireRule"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceAccessRules"; | ||
export * from "./types/ResourceAddress"; | ||
export * from "./types/ResourceContainer"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceType"; | ||
export * from "./types/RestrictedAccessRule"; | ||
export * from "./types/ResumeNodeAtom"; | ||
export * from "./types/RuleRequirement"; | ||
export * from "./types/Shard"; | ||
export * from "./types/ShardEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/ShardGroupEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/Shard"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateAddress"; | ||
@@ -99,27 +107,28 @@ export * from "./types/SubstateDestroyed"; | ||
export * from "./types/SubstateRecord"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/SubstateRequirementLockIntent"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateType"; | ||
export * from "./types/SubstateValue"; | ||
export * from "./types/SuspendNodeAtom"; | ||
export * from "./types/TemplateDef"; | ||
export * from "./types/TemplateDefV1"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionAtom"; | ||
export * from "./types/TransactionPoolRecord"; | ||
export * from "./types/TransactionPoolStage"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionReceiptAddress"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionResult"; | ||
export * from "./types/TransactionSignature"; | ||
export * from "./types/TransactionStatus"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionV1"; | ||
export * from "./types/Type"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnclaimedConfidentialOutputAddress"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnsignedTransaction"; | ||
export * from "./types/ValidatorSignature"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VaultId"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/VersionedSubstateIdLockIntent"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/ViewableBalanceProof"; | ||
@@ -126,0 +135,0 @@ export * from "./base-node-client"; |
@@ -1,34 +0,34 @@ | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsRequest"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCollectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnectionDirection"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsRequest"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCollectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnectionDirection"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; |
@@ -0,34 +1,12 @@ | ||
import type { BlockHeader } from "./BlockHeader"; | ||
import type { Command } from "./Command"; | ||
import type { Epoch } from "./Epoch"; | ||
import type { ExtraData } from "./ExtraData"; | ||
import type { NodeHeight } from "./NodeHeight"; | ||
import type { QuorumCertificate } from "./QuorumCertificate"; | ||
import type { Shard } from "./Shard"; | ||
import type { ShardGroup } from "./ShardGroup"; | ||
export interface Block { | ||
id: string; | ||
network: string; | ||
parent: string; | ||
header: BlockHeader; | ||
justify: QuorumCertificate; | ||
height: NodeHeight; | ||
epoch: Epoch; | ||
shard_group: ShardGroup; | ||
proposed_by: string; | ||
total_leader_fee: number; | ||
merkle_root: string; | ||
commands: Array<Command>; | ||
is_dummy: boolean; | ||
is_justified: boolean; | ||
is_committed: boolean; | ||
foreign_indexes: Record<Shard, bigint>; | ||
block_time: number | null; | ||
stored_at: Array<number> | null; | ||
signature: { | ||
public_nonce: string; | ||
signature: string; | ||
} | null; | ||
block_time: number | null; | ||
timestamp: number; | ||
base_layer_block_height: number; | ||
base_layer_block_hash: string; | ||
extra_data: ExtraData | null; | ||
} |
@@ -6,3 +6,3 @@ import type { JrpcPermissions } from "./JrpcPermissions"; | ||
permissions: JrpcPermissions; | ||
exp: number; | ||
exp: bigint; | ||
} |
@@ -0,1 +1,2 @@ | ||
import type { EvictNodeAtom } from "./EvictNodeAtom"; | ||
import type { ForeignProposalAtom } from "./ForeignProposalAtom"; | ||
@@ -24,2 +25,4 @@ import type { MintConfidentialOutputAtom } from "./MintConfidentialOutputAtom"; | ||
MintConfidentialOutput: MintConfidentialOutputAtom; | ||
} | { | ||
EvictNode: EvictNodeAtom; | ||
} | "EndEpoch"; |
@@ -1,1 +0,4 @@ | ||
export type Decision = "Commit" | "Abort"; | ||
import type { AbortReason } from "./AbortReason"; | ||
export type Decision = "Commit" | { | ||
Abort: AbortReason; | ||
}; |
@@ -1,2 +0,1 @@ | ||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
export {}; |
export interface ForeignProposalAtom { | ||
block_id: string; | ||
shard_group: number; | ||
base_layer_block_height: number; | ||
} |
@@ -6,2 +6,3 @@ import type { BucketId } from "./BucketId"; | ||
import type { ProofId } from "./ProofId"; | ||
import type { PublishedTemplateAddress } from "./PublishedTemplateAddress"; | ||
import type { ResourceAddress } from "./ResourceAddress"; | ||
@@ -21,2 +22,3 @@ import type { TransactionReceiptAddress } from "./TransactionReceiptAddress"; | ||
unclaimed_confidential_output_address: Array<UnclaimedConfidentialOutputAddress>; | ||
published_template_addresses: Array<PublishedTemplateAddress>; | ||
} |
@@ -52,2 +52,6 @@ import type { Amount } from "./Amount"; | ||
}; | ||
} | { | ||
PublishTemplate: { | ||
binary: Array<number>; | ||
}; | ||
}; |
@@ -1,4 +0,4 @@ | ||
import type { SubstateId } from "./SubstateId"; | ||
import type { UnclaimedConfidentialOutputAddress } from "./UnclaimedConfidentialOutputAddress"; | ||
export interface MintConfidentialOutputAtom { | ||
substate_id: SubstateId; | ||
commitment: UnclaimedConfidentialOutputAddress; | ||
} |
@@ -9,2 +9,4 @@ import type { Epoch } from "./Epoch"; | ||
block_id: string; | ||
header_hash: string; | ||
parent_id: string; | ||
block_height: NodeHeight; | ||
@@ -16,2 +18,3 @@ epoch: Epoch; | ||
decision: QuorumDecision; | ||
is_shares_processed: boolean; | ||
} |
@@ -5,2 +5,3 @@ import type { ComponentAddress } from "./ComponentAddress"; | ||
import type { NonFungibleIndexAddress } from "./NonFungibleIndexAddress"; | ||
import type { PublishedTemplateAddress } from "./PublishedTemplateAddress"; | ||
import type { ResourceAddress } from "./ResourceAddress"; | ||
@@ -26,2 +27,4 @@ import type { TransactionReceiptAddress } from "./TransactionReceiptAddress"; | ||
FeeClaim: FeeClaimAddress; | ||
} | { | ||
Template: PublishedTemplateAddress; | ||
}; |
@@ -5,2 +5,3 @@ import type { ComponentHeader } from "./ComponentHeader"; | ||
import type { NonFungibleIndex } from "./NonFungibleIndex"; | ||
import type { PublishedTemplate } from "./PublishedTemplate"; | ||
import type { Resource } from "./Resource"; | ||
@@ -26,2 +27,4 @@ import type { TransactionReceipt } from "./TransactionReceipt"; | ||
FeeClaim: FeeClaim; | ||
} | { | ||
Template: PublishedTemplate; | ||
}; |
@@ -1,15 +0,4 @@ | ||
import type { Epoch } from "./Epoch"; | ||
import type { Instruction } from "./Instruction"; | ||
import type { SubstateRequirement } from "./SubstateRequirement"; | ||
import type { TransactionSignature } from "./TransactionSignature"; | ||
import type { VersionedSubstateId } from "./VersionedSubstateId"; | ||
export interface Transaction { | ||
id: string; | ||
fee_instructions: Array<Instruction>; | ||
instructions: Array<Instruction>; | ||
inputs: Array<SubstateRequirement>; | ||
min_epoch: Epoch | null; | ||
max_epoch: Epoch | null; | ||
signatures: Array<TransactionSignature>; | ||
filled_inputs: Array<VersionedSubstateId>; | ||
} | ||
import type { TransactionV1 } from "./TransactionV1"; | ||
export type Transaction = { | ||
V1: TransactionV1; | ||
}; |
@@ -8,3 +8,4 @@ import type { CommitteeInfo } from "../CommitteeInfo"; | ||
is_valid: boolean; | ||
start_epoch: Epoch | null; | ||
committee_info: CommitteeInfo | null; | ||
} |
@@ -0,4 +1,5 @@ | ||
import type { Epoch } from "../Epoch"; | ||
export interface GetShardKeyRequest { | ||
height: number; | ||
epoch: Epoch; | ||
public_key: string; | ||
} |
@@ -1,2 +0,1 @@ | ||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
export {}; |
export interface TemplateMetadata { | ||
name: string; | ||
address: string; | ||
url: string; | ||
binary_sha: Array<number>; | ||
height: number; | ||
} |
@@ -8,4 +8,3 @@ import type { Epoch } from "../Epoch"; | ||
start_epoch: Epoch; | ||
end_epoch: Epoch; | ||
fee_claim_public_key: string; | ||
} |
export interface AuthLoginResponse { | ||
auth_token: string; | ||
valid_for_secs: bigint; | ||
} |
@@ -8,3 +8,4 @@ import type { SubstateRequirement } from "../SubstateRequirement"; | ||
detect_inputs: boolean; | ||
detect_inputs_use_unversioned: boolean; | ||
proof_ids: Array<number>; | ||
} |
@@ -0,56 +1,60 @@ | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionRequest"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/ValidatorNodeChange"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateMetadata"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesResponse"; | ||
export * from "./types/validator-node-client/VNLogEntry"; | ||
export * from "./types/validator-node-client/GetShardKeyRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionResponse"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetTxPoolResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/GetConsensusStatusResponse"; | ||
export * from "./types/validator-node-client/GetTemplateResponse"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/GetStateRequest"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/GetBlocksRequest"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetShardKeyResponse"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionRequest"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetNetworkCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionRequest"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/ValidatorNodeChange"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateMetadata"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesResponse"; | ||
export * from "./types/validator-node-client/VNLogEntry"; | ||
export * from "./types/validator-node-client/GetShardKeyRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionResponse"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetTxPoolResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/GetConsensusStatusResponse"; | ||
export * from "./types/validator-node-client/GetTemplateResponse"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/GetStateRequest"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/GetBlocksRequest"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetShardKeyResponse"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionRequest"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetNetworkCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; |
@@ -0,89 +1,89 @@ | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/WalletSubstateRecord"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnRequest"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsGetResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountInfo"; | ||
export * from "./types/wallet-daemon-client/SubstatesListRequest"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/ComponentAddressOrName"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/WalletSubstateRecord"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnRequest"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsGetResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountInfo"; | ||
export * from "./types/wallet-daemon-client/SubstatesListRequest"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/ComponentAddressOrName"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; |
{ | ||
"name": "@tari-project/typescript-bindings", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -92,2 +92,20 @@ // Copyright 2023 The Tari Project | ||
} | ||
if ("ForeignShardGroupDecidedToAbort" in reason) { | ||
return `ForeignShardGroupDecidedToAbort(shard group ${reason.ForeignShardGroupDecidedToAbort.start_shard}-${reason.ForeignShardGroupDecidedToAbort.end_shard})`; | ||
} | ||
if ("InvalidTransaction" in reason) { | ||
return `InvalidTransaction(${reason.InvalidTransaction})`; | ||
} | ||
if ("ExecutionFailure" in reason) { | ||
return `ExecutionFailure(${reason.ExecutionFailure})`; | ||
} | ||
if ("OneOrMoreInputsNotFound" in reason) { | ||
return `OneOrMoreInputsNotFound(${reason.OneOrMoreInputsNotFound})`; | ||
} | ||
if ("FailedToLockInputs" in reason) { | ||
return `FailedToLockInputs(${reason.FailedToLockInputs})`; | ||
} | ||
if ("FailedToLockOutputs" in reason) { | ||
return `FailedToLockOutputs(${reason.FailedToLockOutputs})`; | ||
} | ||
console.error("Unknown reason", reason); | ||
@@ -94,0 +112,0 @@ return "Unknown"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/AbortReason"; | ||
export * from "./types/AccessRule"; | ||
export * from "./types/Account"; | ||
export * from "./types/Amount"; | ||
export * from "./types/Arg"; | ||
export * from "./types/ArgDef"; | ||
export * from "./types/Arg"; | ||
export * from "./types/AuthHook"; | ||
export * from "./types/Block"; | ||
export * from "./types/BlockHeader"; | ||
export * from "./types/BucketId"; | ||
export * from "./types/Claims"; | ||
export * from "./types/Command"; | ||
export * from "./types/Committee"; | ||
export * from "./types/CommitteeInfo"; | ||
export * from "./types/CommitteeShardInfo"; | ||
export * from "./types/Committee"; | ||
export * from "./types/ComponentAccessRules"; | ||
@@ -23,4 +25,4 @@ export * from "./types/ComponentAddress"; | ||
export * from "./types/ConfidentialClaim"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialOutputStatement"; | ||
export * from "./types/ConfidentialOutput"; | ||
export * from "./types/ConfidentialStatement"; | ||
@@ -33,10 +35,12 @@ export * from "./types/ConfidentialTransferInputSelection"; | ||
export * from "./types/Epoch"; | ||
export * from "./types/Era"; | ||
export * from "./types/Event"; | ||
export * from "./types/EvictNodeAtom"; | ||
export * from "./types/Evidence"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExecutedTransaction"; | ||
export * from "./types/ExecuteResult"; | ||
export * from "./types/ExtraData"; | ||
export * from "./types/FeeBreakdown"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeClaimAddress"; | ||
export * from "./types/FeeClaim"; | ||
export * from "./types/FeeCostBreakdown"; | ||
@@ -50,6 +54,6 @@ export * from "./types/FeeReceipt"; | ||
export * from "./types/IndexedWellKnownTypes"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/InstructionResult"; | ||
export * from "./types/Instruction"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/JrpcPermissions"; | ||
export * from "./types/JrpcPermission"; | ||
export * from "./types/LeaderFee"; | ||
@@ -63,10 +67,10 @@ export * from "./types/LockFlag"; | ||
export * from "./types/NodeHeight"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleAddressContents"; | ||
export * from "./types/NonFungibleAddress"; | ||
export * from "./types/NonFungibleContainer"; | ||
export * from "./types/NonFungibleId"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleIndexAddress"; | ||
export * from "./types/NonFungibleIndex"; | ||
export * from "./types/NonFungibleToken"; | ||
export * from "./types/NonFungible"; | ||
export * from "./types/NumPreshards"; | ||
@@ -77,2 +81,4 @@ export * from "./types/Ordering"; | ||
export * from "./types/ProofId"; | ||
export * from "./types/PublishedTemplate"; | ||
export * from "./types/PublishedTemplateAddress"; | ||
export * from "./types/QuorumCertificate"; | ||
@@ -82,13 +88,15 @@ export * from "./types/QuorumDecision"; | ||
export * from "./types/RequireRule"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceAccessRules"; | ||
export * from "./types/ResourceAddress"; | ||
export * from "./types/ResourceContainer"; | ||
export * from "./types/Resource"; | ||
export * from "./types/ResourceType"; | ||
export * from "./types/RestrictedAccessRule"; | ||
export * from "./types/ResumeNodeAtom"; | ||
export * from "./types/RuleRequirement"; | ||
export * from "./types/Shard"; | ||
export * from "./types/ShardEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/ShardGroupEvidence"; | ||
export * from "./types/ShardGroup"; | ||
export * from "./types/Shard"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateAddress"; | ||
@@ -100,27 +108,28 @@ export * from "./types/SubstateDestroyed"; | ||
export * from "./types/SubstateRecord"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/SubstateRequirementLockIntent"; | ||
export * from "./types/SubstateRequirement"; | ||
export * from "./types/Substate"; | ||
export * from "./types/SubstateType"; | ||
export * from "./types/SubstateValue"; | ||
export * from "./types/SuspendNodeAtom"; | ||
export * from "./types/TemplateDef"; | ||
export * from "./types/TemplateDefV1"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionAtom"; | ||
export * from "./types/TransactionPoolRecord"; | ||
export * from "./types/TransactionPoolStage"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionReceiptAddress"; | ||
export * from "./types/TransactionReceipt"; | ||
export * from "./types/TransactionResult"; | ||
export * from "./types/TransactionSignature"; | ||
export * from "./types/TransactionStatus"; | ||
export * from "./types/Transaction"; | ||
export * from "./types/TransactionV1"; | ||
export * from "./types/Type"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnclaimedConfidentialOutputAddress"; | ||
export * from "./types/UnclaimedConfidentialOutput"; | ||
export * from "./types/UnsignedTransaction"; | ||
export * from "./types/ValidatorSignature"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VaultId"; | ||
export * from "./types/Vault"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/VersionedSubstateIdLockIntent"; | ||
export * from "./types/VersionedSubstateId"; | ||
export * from "./types/ViewableBalanceProof"; | ||
@@ -127,0 +136,0 @@ export * from "./base-node-client"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsResponse"; | ||
export * from "./types/tari-indexer-client/ListSubstatesRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetAllVnsRequest"; | ||
export * from "./types/tari-indexer-client/InspectSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetCommsStatsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnection"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerAddPeerResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetRelatedTransactionsRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungiblesResponse"; | ||
export * from "./types/tari-indexer-client/GetTemplateDefinitionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetConnectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesResponse"; | ||
export * from "./types/tari-indexer-client/InspectSubstateResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstatesResponse"; | ||
export * from "./types/tari-indexer-client/IndexerTransactionFinalizedResult"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCollectionsResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetSubstateRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetEpochManagerStatsResponse"; | ||
export * from "./types/tari-indexer-client/NonFungibleSubstate"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountResponse"; | ||
export * from "./types/tari-indexer-client/ListTemplatesRequest"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultResponse"; | ||
export * from "./types/tari-indexer-client/IndexerSubmitTransactionResponse"; | ||
export * from "./types/tari-indexer-client/IndexerConnectionDirection"; | ||
export * from "./types/tari-indexer-client/IndexerGetIdentityResponse"; | ||
export * from "./types/tari-indexer-client/IndexerGetTransactionResultRequest"; | ||
export * from "./types/tari-indexer-client/GetNonFungibleCountRequest"; | ||
export * from "./types/tari-indexer-client/ListSubstateItem"; |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { BlockHeader } from "./BlockHeader"; | ||
import type { Command } from "./Command"; | ||
import type { Epoch } from "./Epoch"; | ||
import type { ExtraData } from "./ExtraData"; | ||
import type { NodeHeight } from "./NodeHeight"; | ||
import type { QuorumCertificate } from "./QuorumCertificate"; | ||
import type { Shard } from "./Shard"; | ||
import type { ShardGroup } from "./ShardGroup"; | ||
export interface Block { | ||
id: string; | ||
network: string; | ||
parent: string; | ||
header: BlockHeader; | ||
justify: QuorumCertificate; | ||
height: NodeHeight; | ||
epoch: Epoch; | ||
shard_group: ShardGroup; | ||
proposed_by: string; | ||
total_leader_fee: number; | ||
merkle_root: string; | ||
commands: Array<Command>; | ||
is_dummy: boolean; | ||
is_justified: boolean; | ||
is_committed: boolean; | ||
foreign_indexes: Record<Shard, bigint>; | ||
block_time: number | null; | ||
stored_at: Array<number> | null; | ||
signature: { public_nonce: string; signature: string } | null; | ||
block_time: number | null; | ||
timestamp: number; | ||
base_layer_block_height: number; | ||
base_layer_block_hash: string; | ||
extra_data: ExtraData | null; | ||
} |
@@ -8,3 +8,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
permissions: JrpcPermissions; | ||
exp: number; | ||
exp: bigint; | ||
} |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { EvictNodeAtom } from "./EvictNodeAtom"; | ||
import type { ForeignProposalAtom } from "./ForeignProposalAtom"; | ||
@@ -17,2 +18,3 @@ import type { MintConfidentialOutputAtom } from "./MintConfidentialOutputAtom"; | ||
| { MintConfidentialOutput: MintConfidentialOutputAtom } | ||
| { EvictNode: EvictNodeAtom } | ||
| "EndEpoch"; |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { AbortReason } from "./AbortReason"; | ||
export type Decision = "Commit" | "Abort"; | ||
export type Decision = "Commit" | { Abort: AbortReason }; |
@@ -6,3 +6,2 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
shard_group: number; | ||
base_layer_block_height: number; | ||
} |
@@ -7,2 +7,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { ProofId } from "./ProofId"; | ||
import type { PublishedTemplateAddress } from "./PublishedTemplateAddress"; | ||
import type { ResourceAddress } from "./ResourceAddress"; | ||
@@ -23,2 +24,3 @@ import type { TransactionReceiptAddress } from "./TransactionReceiptAddress"; | ||
unclaimed_confidential_output_address: Array<UnclaimedConfidentialOutputAddress>; | ||
published_template_addresses: Array<PublishedTemplateAddress>; | ||
} |
@@ -27,2 +27,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
| "DropAllProofsInWorkspace" | ||
| { AssertBucketContains: { key: Array<number>; resource_address: ResourceAddress; min_amount: Amount } }; | ||
| { AssertBucketContains: { key: Array<number>; resource_address: ResourceAddress; min_amount: Amount } } | ||
| { PublishTemplate: { binary: Array<number> } }; |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { SubstateId } from "./SubstateId"; | ||
import type { UnclaimedConfidentialOutputAddress } from "./UnclaimedConfidentialOutputAddress"; | ||
export interface MintConfidentialOutputAtom { | ||
substate_id: SubstateId; | ||
commitment: UnclaimedConfidentialOutputAddress; | ||
} |
@@ -11,2 +11,4 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
block_id: string; | ||
header_hash: string; | ||
parent_id: string; | ||
block_height: NodeHeight; | ||
@@ -18,2 +20,3 @@ epoch: Epoch; | ||
decision: QuorumDecision; | ||
is_shares_processed: boolean; | ||
} |
@@ -6,2 +6,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { NonFungibleIndexAddress } from "./NonFungibleIndexAddress"; | ||
import type { PublishedTemplateAddress } from "./PublishedTemplateAddress"; | ||
import type { ResourceAddress } from "./ResourceAddress"; | ||
@@ -20,2 +21,3 @@ import type { TransactionReceiptAddress } from "./TransactionReceiptAddress"; | ||
| { TransactionReceipt: TransactionReceiptAddress } | ||
| { FeeClaim: FeeClaimAddress }; | ||
| { FeeClaim: FeeClaimAddress } | ||
| { Template: PublishedTemplateAddress }; |
@@ -6,2 +6,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { NonFungibleIndex } from "./NonFungibleIndex"; | ||
import type { PublishedTemplate } from "./PublishedTemplate"; | ||
import type { Resource } from "./Resource"; | ||
@@ -20,2 +21,3 @@ import type { TransactionReceipt } from "./TransactionReceipt"; | ||
| { TransactionReceipt: TransactionReceipt } | ||
| { FeeClaim: FeeClaim }; | ||
| { FeeClaim: FeeClaim } | ||
| { Template: PublishedTemplate }; |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { Epoch } from "./Epoch"; | ||
import type { Instruction } from "./Instruction"; | ||
import type { SubstateRequirement } from "./SubstateRequirement"; | ||
import type { TransactionSignature } from "./TransactionSignature"; | ||
import type { VersionedSubstateId } from "./VersionedSubstateId"; | ||
import type { TransactionV1 } from "./TransactionV1"; | ||
export interface Transaction { | ||
id: string; | ||
fee_instructions: Array<Instruction>; | ||
instructions: Array<Instruction>; | ||
inputs: Array<SubstateRequirement>; | ||
min_epoch: Epoch | null; | ||
max_epoch: Epoch | null; | ||
signatures: Array<TransactionSignature>; | ||
filled_inputs: Array<VersionedSubstateId>; | ||
} | ||
export type Transaction = { V1: TransactionV1 }; |
@@ -10,3 +10,4 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
is_valid: boolean; | ||
start_epoch: Epoch | null; | ||
committee_info: CommitteeInfo | null; | ||
} |
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
import type { Epoch } from "../Epoch"; | ||
export interface GetShardKeyRequest { | ||
height: number; | ||
epoch: Epoch; | ||
public_key: string; | ||
} |
@@ -6,5 +6,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
address: string; | ||
url: string; | ||
binary_sha: Array<number>; | ||
height: number; | ||
} |
@@ -10,4 +10,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
start_epoch: Epoch; | ||
end_epoch: Epoch; | ||
fee_claim_public_key: string; | ||
} |
@@ -5,2 +5,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
auth_token: string; | ||
valid_for_secs: bigint; | ||
} |
@@ -10,3 +10,4 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. | ||
detect_inputs: boolean; | ||
detect_inputs_use_unversioned: boolean; | ||
proof_ids: Array<number>; | ||
} |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionRequest"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/ValidatorNodeChange"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateMetadata"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesRequest"; | ||
export * from "./types/validator-node-client/GetBaseLayerEpochChangesResponse"; | ||
export * from "./types/validator-node-client/VNLogEntry"; | ||
export * from "./types/validator-node-client/GetShardKeyRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNSubmitTransactionResponse"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/GetFilteredBlocksCountRequest"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetTxPoolResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/GetConsensusStatusResponse"; | ||
export * from "./types/validator-node-client/GetTemplateResponse"; | ||
export * from "./types/validator-node-client/GetBlocksCountResponse"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionResponse"; | ||
export * from "./types/validator-node-client/VNConnectionDirection"; | ||
export * from "./types/validator-node-client/VNAddPeerRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/GetStateRequest"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/VNFunctionDef"; | ||
export * from "./types/validator-node-client/GetBlocksRequest"; | ||
export * from "./types/validator-node-client/GetTemplateRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetTransactionRequest"; | ||
export * from "./types/validator-node-client/GetTemplatesResponse"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetShardKeyResponse"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/VNGetIdentityResponse"; | ||
export * from "./types/validator-node-client/GetSubstatesByTransactionRequest"; | ||
export * from "./types/validator-node-client/VNGetCommsStatsResponse"; | ||
export * from "./types/validator-node-client/GetTransactionResponse"; | ||
export * from "./types/validator-node-client/GetCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsRequest"; | ||
export * from "./types/validator-node-client/GetCommitteeRequest"; | ||
export * from "./types/validator-node-client/DryRunTransactionFinalizeResult"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesResponse"; | ||
export * from "./types/validator-node-client/GetStateResponse"; | ||
export * from "./types/validator-node-client/SubstateStatus"; | ||
export * from "./types/validator-node-client/GetBlocksResponse"; | ||
export * from "./types/validator-node-client/ListBlocksResponse"; | ||
export * from "./types/validator-node-client/GetBlockRequest"; | ||
export * from "./types/validator-node-client/VNGetTransactionResultRequest"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsRequest"; | ||
export * from "./types/validator-node-client/ValidatorFee"; | ||
export * from "./types/validator-node-client/VNLogLevel"; | ||
export * from "./types/validator-node-client/GetRecentTransactionsResponse"; | ||
export * from "./types/validator-node-client/VNAddPeerResponse"; | ||
export * from "./types/validator-node-client/VNConnection"; | ||
export * from "./types/validator-node-client/ValidatorNode"; | ||
export * from "./types/validator-node-client/VNGetConnectionsResponse"; | ||
export * from "./types/validator-node-client/ListBlocksRequest"; | ||
export * from "./types/validator-node-client/GetNetworkCommitteeResponse"; | ||
export * from "./types/validator-node-client/VNGetSubstateRequest"; | ||
export * from "./types/validator-node-client/GetMempoolStatsResponse"; | ||
export * from "./types/validator-node-client/TemplateAbi"; | ||
export * from "./types/validator-node-client/GetTemplatesRequest"; | ||
export * from "./types/validator-node-client/VNGetSubstateResponse"; | ||
export * from "./types/validator-node-client/VNGetAllVnsResponse"; | ||
export * from "./types/validator-node-client/VNArgDef"; | ||
export * from "./types/validator-node-client/GetEpochManagerStatsResponse"; | ||
export * from "./types/validator-node-client/GetBlockResponse"; | ||
export * from "./types/validator-node-client/VNCommitteeShardInfo"; | ||
export * from "./types/validator-node-client/VNGetValidatorFeesRequest"; |
// Copyright 2023 The Tari Project | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/WalletSubstateRecord"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/KeyBranch"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnRequest"; | ||
export * from "./types/wallet-daemon-client/KeysListResponse"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/KeysListRequest"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetAllResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/GetAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeResponse"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/RevealFundsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/CallInstructionRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/AuthRevokeTokenResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsFinalizeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsGetResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/GetValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitRequest"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsListRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunResponse"; | ||
export * from "./types/wallet-daemon-client/ClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStartRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceResponse"; | ||
export * from "./types/wallet-daemon-client/WebRtcStart"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialCreateOutputProofResponse"; | ||
export * from "./types/wallet-daemon-client/SettingsSetRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionClaimBurnResponse"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtRequest"; | ||
export * from "./types/wallet-daemon-client/ClaimValidatorFeesResponse"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferResponse"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetResponse"; | ||
export * from "./types/wallet-daemon-client/ListAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AuthLoginRequest"; | ||
export * from "./types/wallet-daemon-client/AuthGetAllJwtResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/SettingsSetResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsGenerateRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/AuthLoginDenyResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionGetResultRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsGetBalancesRequest"; | ||
export * from "./types/wallet-daemon-client/MintAccountNftResponse"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateFreeTestCoinsRequest"; | ||
export * from "./types/wallet-daemon-client/KeysCreateResponse"; | ||
export * from "./types/wallet-daemon-client/AccountInfo"; | ||
export * from "./types/wallet-daemon-client/SubstatesListRequest"; | ||
export * from "./types/wallet-daemon-client/BalanceEntry"; | ||
export * from "./types/wallet-daemon-client/TemplatesGetRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsInvokeRequest"; | ||
export * from "./types/wallet-daemon-client/ProofsCancelRequest"; | ||
export * from "./types/wallet-daemon-client/AccountSetDefaultResponse"; | ||
export * from "./types/wallet-daemon-client/SubstatesListResponse"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveResponse"; | ||
export * from "./types/wallet-daemon-client/ComponentAddressOrName"; | ||
export * from "./types/wallet-daemon-client/AuthLoginAcceptRequest"; | ||
export * from "./types/wallet-daemon-client/TransactionSubmitDryRunRequest"; | ||
export * from "./types/wallet-daemon-client/KeysSetActiveRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialViewVaultBalanceRequest"; | ||
export * from "./types/wallet-daemon-client/ConfidentialTransferRequest"; | ||
export * from "./types/wallet-daemon-client/AccountsCreateResponse"; | ||
export * from "./types/wallet-daemon-client/TransactionWaitResultResponse"; | ||
export * from "./types/wallet-daemon-client/AccountGetRequest"; |
236647
949
5599