tXNConfirmOrder method

ResponseFuture<TXNConfirmOrderReply> tXNConfirmOrder(
  1. TXNConfirmOrderRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.TXNConfirmOrderReply> tXNConfirmOrder($1.TXNConfirmOrderRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$tXNConfirmOrder, request, options: options);
}