| 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. | |
| evmInputs | List<EVMInput> | ||
| emittedUtxos | List<Utxo> |
| Name | Value |
|---|---|
| EXPORTTX | "ExportTx" |