Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { blocks.Block // From contains the peer id of the node who sent us the block. // It will be the zero value if we did not downloaded this block from the // network. (such as by getting the block from NotifyNewBlocks). From peer.ID // Delay contains how long did we had to wait between when we started being // intrested and when we actually got the block. Delay time.Duration }
Block is a block whose provenance has been tracked.
Click to show internal directories.
Click to hide internal directories.