The memo that was submitted as part of the transaction (max 100 bytes)
transactionFee
uint64
The actual transaction fee charged, not the original transactionFee value from TransactionBody
contractCallResult
ContractFunctionResult
Record of the value returned by the smart contract function (if it completed and didn't fail) from ContractCallTransaction
contractCreateResult
ContractFunctionResult
Record of the value returned by the smart contract constructor (if it completed and didn't fail) from ContractCreateTransaction
transferList
TransferList
All hbar transfers as a result of this transaction, such as fees, or transfers performed by the transaction, or by a smart contract it calls, or by the creation of threshold records that it triggers.