mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-07 14:02:17 -04:00
test scheduling offer with exact reserve amount
This commit is contained in:
parent
38c136faa5
commit
265f268c50
5 changed files with 177 additions and 155 deletions
38
dist/protobuf/GrpcServiceClientPb.js
vendored
38
dist/protobuf/GrpcServiceClientPb.js
vendored
|
@ -29,11 +29,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.WalletsClient = exports.TradesClient = exports.ShutdownServerClient = exports.GetTradeStatisticsClient = exports.PriceClient = exports.PaymentAccountsClient = exports.OffersClient = exports.XmrNodeClient = exports.XmrConnectionsClient = exports.NotificationsClient = exports.DisputeAgentsClient = exports.DisputesClient = exports.AccountClient = exports.GetVersionClient = exports.HelpClient = void 0;
|
||||
// GENERATED CODE -- DO NOT EDIT!
|
||||
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-grpc-web v1.5.0
|
||||
// protoc v3.20.3
|
||||
// source: grpc.proto
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
const grpcWeb = __importStar(require("grpc-web"));
|
||||
const grpc_pb = __importStar(require("./grpc_pb"));
|
||||
const grpc_pb = __importStar(require("./grpc_pb")); // proto import: "grpc.proto"
|
||||
class HelpClient {
|
||||
constructor(hostname, credentials, options) {
|
||||
this.methodDescriptorGetMethodHelp = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Help/GetMethodHelp', grpcWeb.MethodType.UNARY, grpc_pb.GetMethodHelpRequest, grpc_pb.GetMethodHelpReply, (request) => {
|
||||
|
@ -45,7 +49,7 @@ class HelpClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -70,7 +74,7 @@ class GetVersionClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -122,7 +126,7 @@ class AccountClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -227,7 +231,7 @@ class DisputesClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -287,7 +291,7 @@ class DisputeAgentsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -323,7 +327,7 @@ class NotificationsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -382,7 +386,7 @@ class XmrConnectionsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -496,7 +500,7 @@ class XmrNodeClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -560,7 +564,7 @@ class OffersClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -646,7 +650,7 @@ class PaymentAccountsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -733,7 +737,7 @@ class PriceClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -774,7 +778,7 @@ class GetTradeStatisticsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -799,7 +803,7 @@ class ShutdownServerClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -848,7 +852,7 @@ class TradesClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
@ -973,7 +977,7 @@ class WalletsClient {
|
|||
credentials = {};
|
||||
options['format'] = 'text';
|
||||
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
||||
this.hostname_ = hostname;
|
||||
this.hostname_ = hostname.replace(/\/+$/, '');
|
||||
this.credentials_ = credentials;
|
||||
this.options_ = options;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue