Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.54 KB

XChainLinearTransaction.md

File metadata and controls

26 lines (24 loc) · 1.54 KB

XChainLinearTransaction

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 AllOfXChainLinearTransactionAssetCreated Asset details of the asset created in CreateAssetTx [optional]
blockHeight BigDecimal Height of the block this transaction belongs to.
blockHash String Hash of the block this transaction belongs to.

Enum: ChainFormatEnum

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