MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / BlockHeader

Method BlockHeader

ethereum/share.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (s *Share) BlockHeader() *types.Header {
47 return s.blockHeader
48}
49
50func (s *Share) RlpHeaderWithoutNonce() ([]byte, error) {
51 buffer := new(bytes.Buffer)

Callers 1

RlpHeaderWithoutNonceMethod · 0.95

Implementers 2

testShareprotocol/test_share.go
Shareethereum/share.go

Calls

no outgoing calls

Tested by

no test coverage detected