bLSPublicKeyAggregation method
Future<BLSPublicKeyAggregationResponse>
bLSPublicKeyAggregation(
- ClientContext? ctx,
- BLSPublicKeyAggregationRequest request
Implementation
$async.Future<BLSPublicKeyAggregationResponse> bLSPublicKeyAggregation(
$pb.ClientContext? ctx, BLSPublicKeyAggregationRequest request) {
var emptyResponse = BLSPublicKeyAggregationResponse();
return _client.invoke<BLSPublicKeyAggregationResponse>(
ctx, 'Utils', 'BLSPublicKeyAggregation', request, emptyResponse);
}