getBlockByDepth abstract method

Future<BlockResponse> getBlockByDepth(
  1. ServiceCall call,
  2. GetBlockByDepthRequest request
)

Implementation

$async.Future<$0.BlockResponse> getBlockByDepth(
    $grpc.ServiceCall call, $0.GetBlockByDepthRequest request);