Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.2 KB

CChainImportTransaction.md

File metadata and controls

23 lines (21 loc) · 1.2 KB

CChainImportTransaction

Properties

Name Type Description Notes
txHash String Unique ID for this transaction.
blockHeight BigDecimal Height of the block this transaction belongs to.
blockHash String Hash of the block this transaction belongs to.
timestamp BigDecimal Latest timestamp in seconds this transaction was accepted.
memo String Hex encoded memo bytes for this transaction.
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.
destinationChain String Destination chain for an atomic transaction.
txType TxTypeEnum Type of transaction.
evmOutputs List<EVMOutput>
consumedUtxos List<Utxo>

Enum: TxTypeEnum

Name Value
IMPORTTX "ImportTx"