MCPcopy Create free account
hub / github.com/chain/txvm / UnsignedBlock

Struct UnsignedBlock

protocol/bc/block.go:16–19  ·  view source on GitHub ↗

UnsignedBlock describes a block with its transactions but no signatures (predicate args).

Source from the content-addressed store, hash-verified

14// UnsignedBlock describes a block with its transactions but no signatures
15// (predicate args).
16type UnsignedBlock struct {
17 *BlockHeader
18 Transactions []*Tx
19}
20
21type Block struct {
22 *UnsignedBlock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected