Versions in this module Expand all Collapse all v1 v1.14.12 Nov 23, 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) v1.14.12-1 Nov 23, 2024