# Functions
New returns a signature aggregator that will attempt to aggregate signatures from [validators].
NewMockSignatureGetter creates a new mock instance.
No description provided by the author
# Structs
No description provided by the author
Aggregator requests signatures from validators and aggregates them into a single signature.
MockSignatureGetter is a mock of SignatureGetter interface.
MockSignatureGetterMockRecorder is the mock recorder for MockSignatureGetter.
NetworkSignatureGetter fetches warp signatures on behalf of the aggregator using VM App-Specific Messaging.
# Interfaces
No description provided by the author
SignatureGetter defines the minimum network interface to perform signature aggregation.