github.com/onflow/flow-go@v0.33.17/model/flow/executed_transaction.go (about) 1 package flow 2 3 // ExecutedTransaction are generated by computer and pass to chunker 4 type ExecutedTransaction struct { 5 Tx *Transaction 6 GasSpent uint64 7 MaxGas uint64 8 StartState StateCommitment 9 EndState StateCommitment 10 }