Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LlrBlockVote ¶
type LlrBlockVote struct { Atropos hash.Event Root hash.Hash TxHash hash.Hash ReceiptsHash hash.Hash Time inter.Timestamp GasUsed uint64 }
func (LlrBlockVote) Hash ¶
func (bv LlrBlockVote) Hash() hash.Hash
type LlrFullBlockRecord ¶
type LlrFullBlockRecord struct { Atropos hash.Event Root hash.Hash Txs types.Transactions Receipts []*types.ReceiptForStorage Time inter.Timestamp GasUsed uint64 }
func (LlrFullBlockRecord) Hash ¶
func (br LlrFullBlockRecord) Hash() hash.Hash
type LlrIdxFullBlockRecord ¶
type LlrIdxFullBlockRecord struct { LlrFullBlockRecord Idx idx.Block }
Click to show internal directories.
Click to hide internal directories.