Versions in this module Expand all Collapse all v0 v0.6.3 Nov 21, 2024 Changes in this version + type NoopSignatureRequestHandler struct + func (s *NoopSignatureRequestHandler) OnBlockSignatureRequest(ctx context.Context, nodeID ids.NodeID, requestID uint32, ...) ([]byte, error) + func (s *NoopSignatureRequestHandler) OnMessageSignatureRequest(ctx context.Context, nodeID ids.NodeID, requestID uint32, ...) ([]byte, error) + type SignatureRequestHandler struct + func NewSignatureRequestHandler(backend warp.Backend, codec codec.Manager) *SignatureRequestHandler + func (s *SignatureRequestHandler) OnBlockSignatureRequest(ctx context.Context, nodeID ids.NodeID, requestID uint32, ...) ([]byte, error) + func (s *SignatureRequestHandler) OnMessageSignatureRequest(ctx context.Context, nodeID ids.NodeID, requestID uint32, ...) ([]byte, error)