getChainDescriptor method

ResponseFuture<GetChainDescriptorResponse> getChainDescriptor(
  1. GetChainDescriptorRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetChainDescriptorResponse> getChainDescriptor(
    $0.GetChainDescriptorRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getChainDescriptor, request, options: options);
}