github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/store/mainchain/states/receipt_state.go (about) 1 package states 2 3 import ( 4 "github.com/sixexorg/magnetic-ring/common" 5 ) 6 7 type Receipt struct { 8 TxHash common.Hash 9 EnergyUsed uint64 10 }