MCPcopy Create free account
hub / github.com/CPChain/chain / Coinbase

Method Coinbase

types/block.go:439–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437func (b *Block) NumberU64() uint64 { return b.header.Number.Uint64() }
438func (b *Block) LogsBloom() Bloom { return b.header.LogsBloom }
439func (b *Block) Coinbase() common.Address { return b.header.Coinbase }
440func (b *Block) StateRoot() common.Hash { return b.header.StateRoot }
441func (b *Block) ParentHash() common.Hash { return b.header.ParentHash }
442func (b *Block) TxsRoot() common.Hash { return b.header.TxsRoot }

Callers 1

TestBlockEncodingFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBlockEncodingFunction · 0.76