delegatorWithdrawAddress method

ResponseFuture<QueryDelegatorWithdrawAddressResponse> delegatorWithdrawAddress(
  1. QueryDelegatorWithdrawAddressRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.QueryDelegatorWithdrawAddressResponse>
    delegatorWithdrawAddress($0.QueryDelegatorWithdrawAddressRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$delegatorWithdrawAddress, request,
      options: options);
}