getBlockWithTxs abstract method

Future<GetBlockWithTxsResponse> getBlockWithTxs(
  1. ServiceCall call,
  2. GetBlockWithTxsRequest request
)

Implementation

$async.Future<$1.GetBlockWithTxsResponse> getBlockWithTxs(
    $grpc.ServiceCall call, $1.GetBlockWithTxsRequest request);