Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseNewEpoch ¶
ParseNewEpoch is a parser of new epoch notification event.
Result is type of NewEpoch.
Types ¶
type AddPeer ¶ added in v0.12.0
type AddPeer struct {
// contains filtered or unexported fields
}
func (AddPeer) MorphEvent ¶ added in v0.12.0
func (AddPeer) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
type NewEpoch ¶
type NewEpoch struct {
// contains filtered or unexported fields
}
NewEpoch is a new epoch Neo:Morph event.
func (NewEpoch) EpochNumber ¶
EpochNumber returns new epoch number.
func (NewEpoch) MorphEvent ¶
func (NewEpoch) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
type UpdatePeer ¶ added in v0.12.0
type UpdatePeer struct {
// contains filtered or unexported fields
}
func (UpdatePeer) MorphEvent ¶ added in v0.12.0
func (UpdatePeer) MorphEvent()
MorphEvent implements Neo:Morph Event interface.
func (UpdatePeer) PublicKey ¶ added in v0.12.0
func (s UpdatePeer) PublicKey() *keys.PublicKey
func (UpdatePeer) Status ¶ added in v0.12.0
func (s UpdatePeer) Status() netmap.NodeState
Click to show internal directories.
Click to hide internal directories.