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

Struct BlockTransactions

http/base/common/common.go:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410 hash := block.Hash()
411 type BlockTransactions struct {
412 Hash string
413 Height uint32
414 Transactions []string
415 }
416 b := BlockTransactions{
417 Hash: hash.ToHexString(),
418 Height: block.Header.Height,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected