Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
func
(s *Share) BlockHeader() *types.Header {
47
return
s.blockHeader
48
}
49
50
func
(s *Share) RlpHeaderWithoutNonce() ([]byte, error) {
51
buffer := new(bytes.Buffer)
Callers
1
RlpHeaderWithoutNonce
Method · 0.95
Implementers
2
testShare
protocol/test_share.go
Share
ethereum/share.go
Calls
no outgoing calls
Tested by
no test coverage detected