Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + func NewInterceptedHeartbeat(arg ArgBaseInterceptedHeartbeat) (*interceptedHeartbeat, error) + func NewInterceptedPeerAuthentication(arg ArgInterceptedPeerAuthentication) (*interceptedPeerAuthentication, error) + type ArgBaseInterceptedHeartbeat struct + DataBuff []byte + Marshaller marshal.Marshalizer + type ArgInterceptedPeerAuthentication struct + HardforkTriggerPubKey []byte + NodesCoordinator NodesCoordinator + PayloadValidator process.PeerAuthenticationPayloadValidator + PeerSignatureHandler crypto.PeerSignatureHandler + SignaturesHandler SignaturesHandler + type NodesCoordinator interface + GetValidatorWithPublicKey func(publicKey []byte) (validator nodesCoordinator.Validator, shardId uint32, err error) + IsInterfaceNil func() bool + type SignaturesHandler interface + IsInterfaceNil func() bool + Verify func(payload []byte, pid core.PeerID, signature []byte) error