Documentation
¶
Index ¶
- func BlockAppended(block *proto.Block, complexity int)
- func BlockApplied(block *proto.Block, height proto.Height)
- func BlockAppliedFromExtension(block *proto.Block, height proto.Height)
- func BlockDeclined(block *proto.Block)
- func BlockDeclinedFromExtension(block *proto.Block)
- func BlockMined(block *proto.Block)
- func BlockReceived(block *proto.Block, source string)
- func BlockReceivedFromExtension(block *proto.Block, source string)
- func FSMChannelLength(length int)
- func MicroBlockApplied(mb *proto.MicroBlock)
- func MicroBlockDeclined(mb *proto.MicroBlock)
- func MicroBlockInv(mb *proto.MicroBlockInv, source string)
- func MicroBlockMined(mb *proto.MicroBlock, totalTxCount int)
- func MicroBlockReceived(mb *proto.MicroBlock, source string)
- func Score(score *proto.Score, source string)
- func SnapshotBlockApplied(block *proto.Block, height proto.Height)
- func Start(ctx context.Context, id int, url string) error
- func Utx(utxCount int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockAppended ¶
BlockAppended TODO remove it?
func BlockDeclined ¶
func BlockMined ¶
func BlockReceived ¶
func FSMChannelLength ¶ added in v0.11.0
func FSMChannelLength(length int)
func MicroBlockApplied ¶
func MicroBlockApplied(mb *proto.MicroBlock)
func MicroBlockDeclined ¶ added in v0.11.0
func MicroBlockDeclined(mb *proto.MicroBlock)
func MicroBlockInv ¶
func MicroBlockInv(mb *proto.MicroBlockInv, source string)
func MicroBlockMined ¶ added in v0.11.0
func MicroBlockMined(mb *proto.MicroBlock, totalTxCount int)
MicroBlockMined must show the total tx count in block.
func MicroBlockReceived ¶
func MicroBlockReceived(mb *proto.MicroBlock, source string)
func SnapshotBlockApplied ¶ added in v0.11.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.