Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetELRewardForBlock ¶
func GetELRewardForBlock(block interfaces.SignedBeaconBlock, client *rpc.Client) (*big.Int, error)
Types ¶
type TxReceipt ¶
type TxReceipt struct { BlockHash *common.Hash `json:"blockHash"` BlockNumber *hexutil.Big `json:"blockNumber"` ContractAddress *common.Address `json:"contractAddress,omitempty"` CumulativeGasUsed hexutil.Uint64 `json:"cumulativeGasUsed"` EffectiveGasPrice *hexutil.Big `json:"effectiveGasPrice"` From *common.Address `json:"from,omitempty"` GasUsed hexutil.Uint64 `json:"gasUsed"` LogsBloom hexutil.Bytes `json:"logsBloom"` Status hexutil.Uint64 `json:"status"` To *common.Address `json:"to,omitempty"` TransactionHash *common.Hash `json:"transactionHash"` TransactionIndex hexutil.Uint64 `json:"transactionIndex"` Type hexutil.Uint64 `json:"type"` }
Click to show internal directories.
Click to hide internal directories.