MCPcopy Create free account
hub / github.com/DNAProject/DNA / BlockInfo

Struct BlockInfo

http/base/common/common.go:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139type BlockInfo struct {
140 Hash string
141 Size int
142 Header *BlockHead
143 Transactions []*Transactions
144}
145
146type NodeInfo struct {
147 NodeState uint // node status

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected