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