Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.52 KB

XChainNonLinearTransaction.md

File metadata and controls

25 lines (23 loc) · 1.52 KB

XChainNonLinearTransaction

Properties

Name Type Description Notes
txHash String Unique ID for this transaction.
chainFormat ChainFormatEnum Represents container format this transaction is included in.
timestamp BigDecimal Latest timestamp in seconds this transaction was accepted out of the same transaction accepted in other vertices.
txType String Type of transaction.
memo String Hex encoded memo bytes for this transaction.
consumedUtxos List<Utxo>
emittedUtxos List<Utxo>
amountUnlocked List<Asset> Assets unlocked by inputs of this transaction.
amountCreated List<Asset> Assets created by outputs of this transaction.
sourceChain String Source chain for an atomic transaction. [optional]
destinationChain String Destination chain for an atomic transaction. [optional]
assetCreated AllOfXChainNonLinearTransactionAssetCreated Asset details of the asset created in CreateAssetTx [optional]
vertices List<TransactionVertexDetail> A transaction on X-Chain can be accepted over multiple vertices.

Enum: ChainFormatEnum

Name Value
LINEAR "linear"
NON_LINEAR "non-linear"