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

Struct Block

protocol/bc/block.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Block struct {
22 *UnsignedBlock
23 Arguments []interface{}
24}
25
26// ErrTooFewSignatures is the error returned when Block.Sign cannot
27// marshal enough signatures for a block.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected