ipld-eth-server/pkg/core/receipts.go

13 lines
240 B
Go
Raw Normal View History

package core
type Receipt struct {
Bloom string
ContractAddress string
CumulativeGasUsed int64
GasUsed int64
Logs []Log
StateRoot string
Status int
TxHash string
}