fetchBlockIdAtDepth abstract method

Future<FetchBlockIdAtDepthRes> fetchBlockIdAtDepth(
  1. ServiceCall call,
  2. FetchBlockIdAtDepthReq request
)

Implementation

$async.Future<$1.FetchBlockIdAtDepthRes> fetchBlockIdAtDepth(
    $grpc.ServiceCall call, $1.FetchBlockIdAtDepthReq request);