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