Documentation ¶
Index ¶
- Variables
- func GetCommittableEpochs() (ecRecords map[epoch.Index]*epoch.ECRecord)
- func GetEpochBlockIDs(ei epoch.Index) (blockIDs []tangleold.BlockID)
- func GetEpochCommittment(ei epoch.Index) (ecRecord *epoch.ECRecord, exists bool)
- func GetEpochTransactions(ei epoch.Index) (txIDs []utxo.TransactionID)
- func GetEpochUTXOs(ei epoch.Index) (spent, created []utxo.OutputID)
- func GetEpochVotersWeight(ei epoch.Index) (weights map[epoch.ECR]map[identity.ID]float64)
- func GetPendingConflictCount() map[epoch.Index]uint64
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Plugin is the plugin instance of the blocklayer plugin. Plugin *node.Plugin )
Functions ¶
func GetEpochBlockIDs ¶ added in v0.9.5
func GetEpochCommittment ¶ added in v0.9.5
func GetEpochTransactions ¶
func GetEpochTransactions(ei epoch.Index) (txIDs []utxo.TransactionID)
func GetEpochVotersWeight ¶
func GetPendingConflictCount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.