Add To to Receipt

This commit is contained in:
mayakalpana1 2024-07-15 11:26:55 +08:00
parent a0631f3ebd
commit 5c8f66ebb4

View file

@ -71,6 +71,7 @@ type Receipt struct {
BlockHash common.Hash `json:"blockHash,omitempty"` BlockHash common.Hash `json:"blockHash,omitempty"`
BlockNumber *big.Int `json:"blockNumber,omitempty"` BlockNumber *big.Int `json:"blockNumber,omitempty"`
TransactionIndex uint `json:"transactionIndex"` TransactionIndex uint `json:"transactionIndex"`
To common.Address `json:"to,omitempty"`
} }
type receiptMarshaling struct { type receiptMarshaling struct {