# Functions
NewBlock ...
NewBlockFromFrame ...
NewCoordinatesMap ...
NewEvent ...
NewInternalTransaction ...
NewInternalTransactionJoin ...
NewInternalTransactionLeave ...
NewParticipantEventsCache ...
NewPeerSetCache ...
NewPendingRoundsCache ...
NewRoot instantianted an new empty root.
NewRoundInfo ...
NewSigPool ...
# Constants
No description provided by the author
No description provided by the author
链上数据 key id value peerSet序列化 peers数据 此类数据两个来源,1来自用户输入,2来自master.
主动发起方缓存交互 key id value ipport_pubkey 跟对方谁在通信.
No description provided by the author
No description provided by the author
被动发送方缓存交互 key id value para请求数据.
PARACHAIN_ADD.
PARACHAIN_DEL.
PEER_ADD ...
PEER_REMOVE ...
No description provided by the author
No description provided by the author
# Structs
Block ...
BlockBody ...
BlockSignature ...
CommitResponse ...
Event ...
EventBody ...
EventCoordinates ...
Frame ...
FrameEvent is a wrapper around a regular Event.
InternalTransaction ...
InternalTransactionBody ...
InternalTransactionReceipt records the decision by the application to acceptor refuse and InternalTransaction.
Key ...
ParticipantEventsCache ...
PeerSetCache ...
PendingRound ...
PendingRoundsCache ...
Root forms a base on top of which a participant's Events can be inserted.
RoundEvent ...
RoundInfo ...
SigPool ...
No description provided by the author
TreKey ...
WireBlockSignature ...
WireBody ...
WireEvent ...
# Type aliases
ByLamportTimestamp implements sort.Interface for []Event based on the lamportTimestamp field.
ByTopologicalOrder implements sort.Interface for []Event based on the TopologicalIndex field.
CoordinatesMap ...
OrderedPendingRounds ...
SortedFrameEvents implements sort.Interface for []FameEvent based onthe lamportTimestamp field.THIS IS A TOTAL ORDER.
No description provided by the author
TransactionType ...