bLSPublicKeyAggregation method

Future<BLSPublicKeyAggregationResponse> bLSPublicKeyAggregation(
  1. ClientContext? ctx,
  2. BLSPublicKeyAggregationRequest request
)

Implementation

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